バージョン

Keys プロパティ

ICollection のキーがある IDictionary を取得します。
シンタックス
'宣言
 
Public ReadOnly Property Keys As ICollection(Of String)
public ICollection<string> Keys {get;}

プロパティ値

IDictionary を実装するオブジェクトのキーがある ICollection
参照