次の方法で共有


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>

指定されたディレクティブをマップするかどうかのアクション。

適用対象