FrozenDictionary<TKey,TValue>.Values 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 dictionary.
public:
property System::Collections::Immutable::ImmutableArray<TValue> Values { System::Collections::Immutable::ImmutableArray<TValue> get(); };
public System.Collections.Immutable.ImmutableArray<TValue> Values { get; }
member this.Values : System.Collections.Immutable.ImmutableArray<'Value>
Public ReadOnly Property Values As ImmutableArray(Of TValue)
Property Value
ImmutableArray<TValue>
Remarks
The order of the values in the dictionary is unspecified, but it is the same order as the associated keys returned by the Keys property.
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.