CSharpCodeParser.IsNested Property

Definition

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets a value that indicates whether the code is nested.

public bool IsNested { get; set; }
member this.IsNested : bool with get, set
Public Property IsNested As Boolean

Property Value

true if the code is nested; otherwise, false.

Applies to