SyntaxTokenList.Enumerator.Current Property

Definition

Gets the current element in the collection.

public:
 property Microsoft::CodeAnalysis::SyntaxToken Current { Microsoft::CodeAnalysis::SyntaxToken get(); };
public Microsoft.CodeAnalysis.SyntaxToken Current { get; }
member this.Current : Microsoft.CodeAnalysis.SyntaxToken
Public ReadOnly Property Current As SyntaxToken

Property Value

Applies to