SyntaxFacts.IsGlobalMemberDeclaration(SyntaxKind) 메서드

정의

전역 코드(형식 선언 이외의)에 나타날 수 있는 멤버 선언입니다.

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

매개 변수

kind
SyntaxKind

반환

적용 대상