CodeTypeDeclaration.IsInterface Właściwość

Definicja

Pobiera lub ustawia wartość wskazującą, czy typ jest interfejsem.

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

Wartość właściwości

true jeśli typ jest interfejsem; w przeciwnym razie , false.

Dotyczy