다음을 통해 공유


VBCodeParser.MapDirective(String, Func<Boolean>) 메서드

정의

지정된 지시문을 매핑합니다.

protected void MapDirective (string directive, Func<bool> action);
member this.MapDirective : string * Func<bool> -> unit
Protected Sub MapDirective (directive As String, action As Func(Of Boolean))

매개 변수

directive
String

지시문입니다.

action
Func<Boolean>

지정된 지시문을 매핑할지 여부에 대한 동작입니다.

적용 대상