StringTokenizerCountTokens Property |
Counts the remaining tokens - the number of times the
NextToken property can be used before it throws an exception.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public int CountTokens { get; }
Public ReadOnly Property CountTokens As Integer
Get
Property Value
Type:
Int32The number of remaining tokens.
See Also