CSharpCodeParser.ReservedDirective(Boolean) Method

Definition

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

protected virtual void ReservedDirective (bool topLevel);
abstract member ReservedDirective : bool -> unit
override this.ReservedDirective : bool -> unit
Protected Overridable Sub ReservedDirective (topLevel As Boolean)

Parameters

topLevel
Boolean

Determines whether the directive is a top level.

Applies to