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();
[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__47))]
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__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__47))>]
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>
Public Iterator Function GetKeywordKinds () As IEnumerable(Of SyntaxKind)
Returns
- Attributes
Applies to
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.