SyntaxTokenList.Enumerator Struct

Definition

A structure for enumerating a SyntaxTokenList

public: value class SyntaxTokenList::Enumerator
public struct SyntaxTokenList.Enumerator
type SyntaxTokenList.Enumerator = struct
Public Structure SyntaxTokenList.Enumerator
Inheritance
SyntaxTokenList.Enumerator

Properties

Current

Gets the current element in the collection.

Methods

Equals(Object)
GetHashCode()
MoveNext()

Advances the enumerator to the next token in the collection.

Applies to