Click or drag to resize

ModelStateReaderTryReadStartObject Method

Reads the next element, but does only move by it if the tokenName matches.

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 TryReadStartObject(
	string tokenName
)

Parameters

tokenName
Type: SystemString
Name of token

Return Value

Type: Boolean
True if element was read
See Also