SyntaxFacts.GetKeywordKinds Method
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.
public:
static System::Collections::Generic::IEnumerable<Microsoft::CodeAnalysis::CSharp::SyntaxKind> ^ GetKeywordKinds();
public static System.Collections.Generic.IEnumerable<Microsoft.CodeAnalysis.CSharp.SyntaxKind> GetKeywordKinds ();
[System.Runtime.CompilerServices.IteratorStateMachine(typeof(Microsoft.CodeAnalysis.CSharp.SyntaxFacts+<GetKeywordKinds>d__37))]
public static System.Collections.Generic.IEnumerable<Microsoft.CodeAnalysis.CSharp.SyntaxKind> GetKeywordKinds ();
[System.Runtime.CompilerServices.IteratorStateMachine(typeof(Microsoft.CodeAnalysis.CSharp.SyntaxFacts+<GetKeywordKinds>d__43))]
public static System.Collections.Generic.IEnumerable<Microsoft.CodeAnalysis.CSharp.SyntaxKind> GetKeywordKinds ();
[System.Runtime.CompilerServices.IteratorStateMachine(typeof(Microsoft.CodeAnalysis.CSharp.SyntaxFacts+<GetKeywordKinds>d__44))]
public static System.Collections.Generic.IEnumerable<Microsoft.CodeAnalysis.CSharp.SyntaxKind> GetKeywordKinds ();
[System.Runtime.CompilerServices.IteratorStateMachine(typeof(Microsoft.CodeAnalysis.CSharp.SyntaxFacts+<GetKeywordKinds>d__47))]
public static System.Collections.Generic.IEnumerable<Microsoft.CodeAnalysis.CSharp.SyntaxKind> GetKeywordKinds ();
static member GetKeywordKinds : unit -> seq<Microsoft.CodeAnalysis.CSharp.SyntaxKind>
[<System.Runtime.CompilerServices.IteratorStateMachine(typeof(Microsoft.CodeAnalysis.CSharp.SyntaxFacts+<GetKeywordKinds>d__37))>]
static member GetKeywordKinds : unit -> seq<Microsoft.CodeAnalysis.CSharp.SyntaxKind>
[<System.Runtime.CompilerServices.IteratorStateMachine(typeof(Microsoft.CodeAnalysis.CSharp.SyntaxFacts+<GetKeywordKinds>d__43))>]
static member GetKeywordKinds : unit -> seq<Microsoft.CodeAnalysis.CSharp.SyntaxKind>
[<System.Runtime.CompilerServices.IteratorStateMachine(typeof(Microsoft.CodeAnalysis.CSharp.SyntaxFacts+<GetKeywordKinds>d__44))>]
static member GetKeywordKinds : unit -> seq<Microsoft.CodeAnalysis.CSharp.SyntaxKind>
[<System.Runtime.CompilerServices.IteratorStateMachine(typeof(Microsoft.CodeAnalysis.CSharp.SyntaxFacts+<GetKeywordKinds>d__47))>]
static member GetKeywordKinds : unit -> seq<Microsoft.CodeAnalysis.CSharp.SyntaxKind>
Public Iterator Function GetKeywordKinds () As IEnumerable(Of SyntaxKind)
Returns
- Attributes
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.