CSharpCodeParser.IsNested 属性

定义

此类型/成员支持.NET Framework基础结构,不应直接从代码中使用。获取或设置一个值,该值指示代码是否嵌套。

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

属性值

如果代码是嵌套的,则为 true;否则为 false。

适用于