VBCodeParser.MapDirective(String, Func<Boolean>) Metoda

Definice

Mapuje danou direktivu.

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))

Parametry

directive
String

Direktiva.

action
Func<Boolean>

Akce, zda se má mapovat daná direktiva.

Platí pro