CodeTypeDeclaration.IsClass Eigenschaft

Definition

Dient zum Abrufen oder Festlegen eines Werts, der angibt, ob der Typ eine Klasse oder ein Bezugstyp ist.

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

Eigenschaftswert

truewenn der Typ eine Klasse oder ein Bezugstyp ist; andernfalls . false

Gilt für: