Click or drag to resize

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; }

Property Value

Type: Int32
The number of remaining tokens.
See Also