RuleAction.Validate Method

Definition

Validates the rule action against the grammar.

public abstract void Validate ();
abstract member Validate : unit -> unit
Public MustOverride Sub Validate ()

Remarks

Concrete implementation of this class is free to throw InvalidOperationException is this requires preprocessing.

Applies to

See also