SyntaxFacts.GetPunctuationKinds 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
public:
static System::Collections::Generic::IEnumerable<Microsoft::CodeAnalysis::CSharp::SyntaxKind> ^ GetPunctuationKinds();
public static System.Collections.Generic.IEnumerable<Microsoft.CodeAnalysis.CSharp.SyntaxKind> GetPunctuationKinds ();
[System.Runtime.CompilerServices.IteratorStateMachine(typeof(Microsoft.CodeAnalysis.CSharp.SyntaxFacts+<GetPunctuationKinds>d__48))]
public static System.Collections.Generic.IEnumerable<Microsoft.CodeAnalysis.CSharp.SyntaxKind> GetPunctuationKinds ();
[System.Runtime.CompilerServices.IteratorStateMachine(typeof(Microsoft.CodeAnalysis.CSharp.SyntaxFacts+<GetPunctuationKinds>d__54))]
public static System.Collections.Generic.IEnumerable<Microsoft.CodeAnalysis.CSharp.SyntaxKind> GetPunctuationKinds ();
[System.Runtime.CompilerServices.IteratorStateMachine(typeof(Microsoft.CodeAnalysis.CSharp.SyntaxFacts+<GetPunctuationKinds>d__55))]
public static System.Collections.Generic.IEnumerable<Microsoft.CodeAnalysis.CSharp.SyntaxKind> GetPunctuationKinds ();
[System.Runtime.CompilerServices.IteratorStateMachine(typeof(Microsoft.CodeAnalysis.CSharp.SyntaxFacts+<GetPunctuationKinds>d__58))]
public static System.Collections.Generic.IEnumerable<Microsoft.CodeAnalysis.CSharp.SyntaxKind> GetPunctuationKinds ();
static member GetPunctuationKinds : unit -> seq<Microsoft.CodeAnalysis.CSharp.SyntaxKind>
[<System.Runtime.CompilerServices.IteratorStateMachine(typeof(Microsoft.CodeAnalysis.CSharp.SyntaxFacts+<GetPunctuationKinds>d__48))>]
static member GetPunctuationKinds : unit -> seq<Microsoft.CodeAnalysis.CSharp.SyntaxKind>
[<System.Runtime.CompilerServices.IteratorStateMachine(typeof(Microsoft.CodeAnalysis.CSharp.SyntaxFacts+<GetPunctuationKinds>d__54))>]
static member GetPunctuationKinds : unit -> seq<Microsoft.CodeAnalysis.CSharp.SyntaxKind>
[<System.Runtime.CompilerServices.IteratorStateMachine(typeof(Microsoft.CodeAnalysis.CSharp.SyntaxFacts+<GetPunctuationKinds>d__55))>]
static member GetPunctuationKinds : unit -> seq<Microsoft.CodeAnalysis.CSharp.SyntaxKind>
[<System.Runtime.CompilerServices.IteratorStateMachine(typeof(Microsoft.CodeAnalysis.CSharp.SyntaxFacts+<GetPunctuationKinds>d__58))>]
static member GetPunctuationKinds : unit -> seq<Microsoft.CodeAnalysis.CSharp.SyntaxKind>
Public Iterator Function GetPunctuationKinds () As IEnumerable(Of SyntaxKind)
傳回
- 屬性