ModelStateReaderTryRead Method

First time called, this will read the next token. At subsequent calls, a new token will only be read if the previous call returned true

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 bool TryRead(
	StateToken tokenType
)

Parameters

tokenType  StateToken

[Missing <param name="tokenType"/> documentation for "M:DHI.Mike1D.ModelState.ModelStateReader.TryRead(DHI.Mike1D.ModelState.StateToken)"]

Return Value

Boolean

[Missing <returns> documentation for "M:DHI.Mike1D.ModelState.ModelStateReader.TryRead(DHI.Mike1D.ModelState.StateToken)"]

See Also