VBCodeParser.AssertDirective(String) Method

Definition

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Asserts the given directive.

[System.Diagnostics.Conditional("DEBUG")]
protected void AssertDirective (string directive);
member this.AssertDirective : string -> unit
Protected Sub AssertDirective (directive As String)

Parameters

directive
String

The directive to assert.

Attributes

Applies to