Share via


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

Name Description
Current

Gets the current element in the collection.

Methods

Name Description
Equals(Object)
GetHashCode()
MoveNext()

Advances the enumerator to the next token in the collection.

Applies to