バージョン

Values プロパティ

ICollection に値がある IDictionary を取得します。
シンタックス
'宣言
 
Public ReadOnly Property Values As ICollection(Of Object)
public ICollection<object> Values {get;}

プロパティ値

IDictionary を実装するオブジェクトに値がある ICollection
参照