FrozenSet<T>.Items Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a collection containing the values in the set.
public:
property System::Collections::Immutable::ImmutableArray<T> Items { System::Collections::Immutable::ImmutableArray<T> get(); };
public System.Collections.Immutable.ImmutableArray<T> Items { get; }
member this.Items : System.Collections.Immutable.ImmutableArray<'T>
Public ReadOnly Property Items As ImmutableArray(Of T)
Property Value
Remarks
The order of the values in the set is unspecified.
Applies to
Berkolaborasi dengan kami di GitHub
Sumber untuk konten ini dapat ditemukan di GitHub, yang juga dapat Anda gunakan untuk membuat dan meninjau masalah dan menarik permintaan. Untuk informasi selengkapnya, lihat panduan kontributor kami.