Class MichelineArray
Inheritance
System.Object
MichelineArray
Assembly: Netezos.dll
Syntax
public class MichelineArray : List<IMicheline>, IMicheline
Constructors
|
Improve this Doc
View Source
MichelineArray()
Declaration
|
Improve this Doc
View Source
MichelineArray(Int32)
Declaration
public MichelineArray(int capacity)
Parameters
Type |
Name |
Description |
System.Int32 |
capacity |
|
Properties
|
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
Extension Methods