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
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.