Click or drag to resize

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

Namespace:  DHI.Mike1D.ModelState
Assembly:  DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public bool TryRead(
	StateToken tokenType
)

Parameters

tokenType
Type: DHI.Mike1D.ModelStateStateToken

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

Return Value

Type: Boolean

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

See Also