Share via


SyntaxFacts.GetContextualKeywordKinds Method

Definition

public:
 static System::Collections::Generic::IEnumerable<Microsoft::CodeAnalysis::CSharp::SyntaxKind> ^ GetContextualKeywordKinds();
public static System.Collections.Generic.IEnumerable<Microsoft.CodeAnalysis.CSharp.SyntaxKind> GetContextualKeywordKinds ();
[System.Runtime.CompilerServices.IteratorStateMachine(typeof(Microsoft.CodeAnalysis.CSharp.SyntaxFacts+<GetContextualKeywordKinds>d__94))]
public static System.Collections.Generic.IEnumerable<Microsoft.CodeAnalysis.CSharp.SyntaxKind> GetContextualKeywordKinds ();
[System.Runtime.CompilerServices.IteratorStateMachine(typeof(Microsoft.CodeAnalysis.CSharp.SyntaxFacts+<GetContextualKeywordKinds>d__100))]
public static System.Collections.Generic.IEnumerable<Microsoft.CodeAnalysis.CSharp.SyntaxKind> GetContextualKeywordKinds ();
[System.Runtime.CompilerServices.IteratorStateMachine(typeof(Microsoft.CodeAnalysis.CSharp.SyntaxFacts+<GetContextualKeywordKinds>d__101))]
public static System.Collections.Generic.IEnumerable<Microsoft.CodeAnalysis.CSharp.SyntaxKind> GetContextualKeywordKinds ();
[System.Runtime.CompilerServices.IteratorStateMachine(typeof(Microsoft.CodeAnalysis.CSharp.SyntaxFacts+<GetContextualKeywordKinds>d__102))]
public static System.Collections.Generic.IEnumerable<Microsoft.CodeAnalysis.CSharp.SyntaxKind> GetContextualKeywordKinds ();
[System.Runtime.CompilerServices.IteratorStateMachine(typeof(Microsoft.CodeAnalysis.CSharp.SyntaxFacts+<GetContextualKeywordKinds>d__105))]
public static System.Collections.Generic.IEnumerable<Microsoft.CodeAnalysis.CSharp.SyntaxKind> GetContextualKeywordKinds ();
static member GetContextualKeywordKinds : unit -> seq<Microsoft.CodeAnalysis.CSharp.SyntaxKind>
[<System.Runtime.CompilerServices.IteratorStateMachine(typeof(Microsoft.CodeAnalysis.CSharp.SyntaxFacts+<GetContextualKeywordKinds>d__94))>]
static member GetContextualKeywordKinds : unit -> seq<Microsoft.CodeAnalysis.CSharp.SyntaxKind>
[<System.Runtime.CompilerServices.IteratorStateMachine(typeof(Microsoft.CodeAnalysis.CSharp.SyntaxFacts+<GetContextualKeywordKinds>d__100))>]
static member GetContextualKeywordKinds : unit -> seq<Microsoft.CodeAnalysis.CSharp.SyntaxKind>
[<System.Runtime.CompilerServices.IteratorStateMachine(typeof(Microsoft.CodeAnalysis.CSharp.SyntaxFacts+<GetContextualKeywordKinds>d__101))>]
static member GetContextualKeywordKinds : unit -> seq<Microsoft.CodeAnalysis.CSharp.SyntaxKind>
[<System.Runtime.CompilerServices.IteratorStateMachine(typeof(Microsoft.CodeAnalysis.CSharp.SyntaxFacts+<GetContextualKeywordKinds>d__102))>]
static member GetContextualKeywordKinds : unit -> seq<Microsoft.CodeAnalysis.CSharp.SyntaxKind>
[<System.Runtime.CompilerServices.IteratorStateMachine(typeof(Microsoft.CodeAnalysis.CSharp.SyntaxFacts+<GetContextualKeywordKinds>d__105))>]
static member GetContextualKeywordKinds : unit -> seq<Microsoft.CodeAnalysis.CSharp.SyntaxKind>
Public Iterator Function GetContextualKeywordKinds () As IEnumerable(Of SyntaxKind)

Returns

Attributes

Applies to