fb415d0416
.NET Build and Publish / build (push) Has been cancelled
* fix issue with basetype being null * add Rhino.FileIO properly * update csharpier
13 lines
268 B
C#
13 lines
268 B
C#
namespace Rhino.FileIO;
|
|
|
|
public partial class FileSlc
|
|
{
|
|
public FileSlc() { }
|
|
|
|
public static System.Boolean Write(
|
|
System.String filename,
|
|
Rhino.RhinoDoc doc,
|
|
Rhino.FileIO.FileSlcWriteOptions options
|
|
) => throw new System.NotImplementedException();
|
|
}
|