CSharpCodeParser.MapDirectives(Action, String[]) 方法

定义

此类型/成员支持.NET Framework基础结构,不应直接从代码使用。映射给定指令。

protected void MapDirectives(Action handler, params string[] directives);
member this.MapDirectives : Action * string[] -> unit
Protected Sub MapDirectives (handler As Action, ParamArray directives As String())

参数

handler
Action

处理程序。

directives
String[]

指令。

适用于