Class BinaryGenerator.State
Enumerator containing the different states the generator can hold.
Namespace: SuperOffice.IO
Assembly: SoCore.dll
Syntax
protected sealed class State : Enum
Fields
LookForTagEnd
Enumerator containing the different states the generator can hold.
Declaration
public const BinaryGenerator.State LookForTagEnd
Field Value
Type | Description |
---|---|
BinaryGenerator.State |
LookForTagStart
Enumerator containing the different states the generator can hold.
Declaration
public const BinaryGenerator.State LookForTagStart
Field Value
Type | Description |
---|---|
BinaryGenerator.State |
value__
Enumerator containing the different states the generator can hold.
Declaration
public int value__
Field Value
Type | Description |
---|---|
Int32 |
Extension Methods
EnumUtil.MapEnums<From, To>(From)