CodeTypeDeclaration.IsClass Proprietà

Definizione

Ottiene o imposta un valore che indica se il tipo è una classe o un tipo di riferimento.

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

Valore della proprietà

true se il tipo è una classe o un tipo di riferimento; in caso contrario, false.

Si applica a