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
)
Public Function TryReadStartObject (
tokenName As String
) As Boolean
public:
bool TryReadStartObject(
String^ tokenName
)
Parameters
- tokenName
- Type: SystemString
Name of token
Return Value
Type:
BooleanTrue if element was read
See Also