SyntaxFacts.GetBaseTypeDeclarationKind(SyntaxKind) 方法

定义

public:
 static Microsoft::CodeAnalysis::CSharp::SyntaxKind GetBaseTypeDeclarationKind(Microsoft::CodeAnalysis::CSharp::SyntaxKind kind);
public static Microsoft.CodeAnalysis.CSharp.SyntaxKind GetBaseTypeDeclarationKind (Microsoft.CodeAnalysis.CSharp.SyntaxKind kind);
static member GetBaseTypeDeclarationKind : Microsoft.CodeAnalysis.CSharp.SyntaxKind -> Microsoft.CodeAnalysis.CSharp.SyntaxKind
Public Function GetBaseTypeDeclarationKind (kind As SyntaxKind) As SyntaxKind

参数

kind
SyntaxKind

返回

适用于