次の方法で共有


ListDictionary<TKey,TValue>.IDictionary<TKey,List<TValue>>.Values Property

Definition

property System::Collections::Generic::ICollection<System::Collections::Generic::List<TValue> ^> ^ System::Collections::Generic::IDictionary<TKey,System::Collections::Generic::List<TValue>>::Values { System::Collections::Generic::ICollection<System::Collections::Generic::List<TValue> ^> ^ get(); };
System.Collections.Generic.ICollection<System.Collections.Generic.List<TValue>> System.Collections.Generic.IDictionary<TKey,System.Collections.Generic.List<TValue>>.Values { get; }
member this.System.Collections.Generic.IDictionary<TKey,System.Collections.Generic.List<TValue>>.Values : System.Collections.Generic.ICollection<System.Collections.Generic.List<'Value>>
 ReadOnly Property Values As ICollection(Of List(Of TValue)) Implements IDictionary(Of TKey, List(Of TValue)).Values

Property Value

ICollection<List<TValue>>

Implements

Applies to