'宣言 Public ReadOnly Property Values As System.Collections.Generic.Dictionary.ValueCollection(Of TKey,TValue)
'使用法 Dim instance As RecTable Dim value As System.Collections.Generic.Dictionary.ValueCollection(Of TKey,TValue) value = instance.Values
public System.Collections.Generic.Dictionary.ValueCollection<TKey,TValue> Values {get;}