'宣言 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;}