Gets an
System.Collections.Generic.ICollection`1 object containing the values in the
OrderedDictionary<TKey,TValue>.
'宣言
Public ReadOnly Property Values As System.Collections.Generic.ICollection(Of TValue)
'使用法
Dim instance As OrderedDictionary(Of TKey,TValue)
Dim value As System.Collections.Generic.ICollection(Of TValue)
value = instance.Values
public System.Collections.Generic.ICollection<TValue> Values {get;}
プロパティ値
An
System.Collections.Generic.ICollection`1 object containing the values in the
OrderedDictionary<TKey,TValue>.