CodeTypeDeclaration.IsInterface Proprietà

Definizione

Ottiene o imposta un valore che indica se il tipo è un'interfaccia.

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

Valore della proprietà

true se il tipo è un'interfaccia; in caso contrario, false.

Si applica a