CodeTypeDeclaration.IsStruct Eigenschaft

Definition

Dient zum Abrufen oder Festlegen eines Werts, der angibt, ob der Typ ein Werttyp (Struktur) ist.

public:
 property bool IsStruct { bool get(); void set(bool value); };
public bool IsStruct { get; set; }
member this.IsStruct : bool with get, set
Public Property IsStruct As Boolean

Eigenschaftswert

truewenn der Typ ein Werttyp ist; andernfalls . false

Gilt für: