StringTokenizer.Enumerator(StringTokenizer) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes an StringTokenizer.Enumerator using a StringTokenizer.
public:
Enumerator(Microsoft::Extensions::Primitives::StringTokenizer % tokenizer);
public Enumerator (ref Microsoft.Extensions.Primitives.StringTokenizer tokenizer);
new Microsoft.Extensions.Primitives.StringTokenizer.Enumerator : StringTokenizer -> Microsoft.Extensions.Primitives.StringTokenizer.Enumerator
Public Sub New (ByRef tokenizer As StringTokenizer)
Parameters
- tokenizer
- StringTokenizer
StringTokenizer containing value and separators for enumeration.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.