Click or drag to resize

TypeDeclIsNested Property

True if the type is a nested type.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public bool IsNested { get; }

Property Value

Type: Boolean

Implements

ITypeDeclIsNested
See Also