CodeTypeDeclaration.IsStruct Eigenschaft

Definition

Ruft einen Wert ab, der angibt, ob es sich bei dem Typ um einen Werttyp (Struktur) handelt, oder legt diesen fest.

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

Boolean

true, wenn der Typ ein Werttyp ist, andernfalls false.

Gilt für