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

Definition

Maps a given directive.

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

Parameters

directive
String

The directive.

action
Func<Boolean>

The action whether to map a given directive.

Applies to