CodeTypeMember.EndDirectives プロパティ

定義

メンバーの終了ディレクティブを取得します。

public:
 property System::CodeDom::CodeDirectiveCollection ^ EndDirectives { System::CodeDom::CodeDirectiveCollection ^ get(); };
public System.CodeDom.CodeDirectiveCollection EndDirectives { get; }
member this.EndDirectives : System.CodeDom.CodeDirectiveCollection
Public ReadOnly Property EndDirectives As CodeDirectiveCollection

プロパティ値

終了ディレクティブを含む CodeDirectiveCollection オブジェクト。

適用対象