다음을 통해 공유


SyntaxNode.ContainsDirective(Int32) 메서드

정의

이 노드에 일치하는 종류의 지시문(예: #if, #nullable등)이 포함되어 있으면 true를 반환합니다.

public bool ContainsDirective (int rawKind);
member this.ContainsDirective : int -> bool
Public Function ContainsDirective (rawKind As Integer) As Boolean

매개 변수

rawKind
Int32

반환

적용 대상