StateToken Enumeration

Tokens in state

Definition

Namespace: DHI.Mike1D.ModelState
Assembly: DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public enum StateToken

Members

Undefined0 Undefined
FileEnd1 End-of-file
Object2 Object, with a name
ObjectEnd3 End of object
ObjectEmpty4 Empty object
Value5 Value

Extension Methods

IsOneOf Returns true if enumeration is one of the listed ones.
(Defined by GenericExtensions)

See Also