次の方法で共有


CodeTypeDeclaration.IsInterface プロパティ

定義

型がインターフェイスかどうかを示す値を取得または設定します。

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

プロパティ値

型がインターフェイスである場合は true。それ以外の場合は false

適用対象