TypeDefinition.IsNested Özellik

Tanım

Bunun iç içe bir tür olup olmadığını belirten bir değer alır.

public:
 property bool IsNested { bool get(); };
public bool IsNested { get; }
member this.IsNested : bool
Public ReadOnly Property IsNested As Boolean

Özellik Değeri

true iç içe bir türse, false aksi takdirde.

Şunlara uygulanır