Partager via


VBCodeParser.MapDirective(String, Func<Boolean>) Méthode

Définition

Mappe une directive donnée.

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

Paramètres

directive
String

La directive.

action
Func<Boolean>

L'action déterminant s'il faut mapper une directive.

S’applique à