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>

指示是否映射给定指令的操作。

适用于