Class MichelineInt
Inheritance
System.Object
MichelineInt
Assembly: Netezos.dll
Syntax
public class MichelineInt : object, IMicheline
Constructors
|
Improve this Doc
View Source
MichelineInt(BigInteger)
Declaration
public MichelineInt(BigInteger value)
Parameters
Type |
Name |
Description |
BigInteger |
value |
|
Properties
|
Improve this Doc
View Source
Type
Declaration
public MichelineType Type { get; }
Property Value
|
Improve this Doc
View Source
Value
Declaration
public BigInteger Value { get; set; }
Property Value
Type |
Description |
BigInteger |
|
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