Class MichelinePrim
Inheritance
System.Object
MichelinePrim
Assembly: Netezos.dll
Syntax
public class MichelinePrim : object, IMicheline
Properties
|
Improve this Doc
View Source
Annots
Declaration
public List<IAnnotation>? Annots { get; set; }
Property Value
|
Improve this Doc
View Source
Args
Declaration
public List<IMicheline>? Args { get; set; }
Property Value
Type |
Description |
System.Nullable<List<IMicheline>> |
|
|
Improve this Doc
View Source
Prim
Declaration
public PrimType Prim { get; set; }
Property Value
|
Improve this Doc
View Source
Type
Declaration
public MichelineType Type { get; }
Property Value
Methods
|
Improve this Doc
View Source
Write(BinaryWriter, Int32)
Declaration
public void Write(BinaryWriter writer, int depth = 0)
Parameters
Type |
Name |
Description |
BinaryWriter |
writer |
|
System.Int32 |
depth |
|
Implements