Udostępnij za pośrednictwem


CodeTypeDeclaration.IsClass Właściwość

Definicja

Pobiera lub ustawia wartość wskazującą, czy typ jest klasą, czy typem odwołania.

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

Wartość właściwości

true jeśli typ jest klasą lub typem referencyjnym; w przeciwnym razie , false.

Dotyczy