다음을 통해 공유


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)

속성 값

적용 대상