ReadOnlySet<T>.Set プロパティ

定義

この ReadOnlySet<T> オブジェクトによってラップされるセットを取得します。

protected:
 property System::Collections::Generic::ISet<T> ^ Set { System::Collections::Generic::ISet<T> ^ get(); };
protected System.Collections.Generic.ISet<T> Set { get; }
member this.Set : System.Collections.Generic.ISet<'T>
Protected ReadOnly Property Set As ISet(Of T)

プロパティ値

適用対象