Share via


IndexingParametersConfiguration.Values プロパティ

定義

ICollection<T> 内の値を格納している IDictionary<TKey,TValue> を取得します。

public System.Collections.Generic.ICollection<object> Values { get; }
member this.Values : System.Collections.Generic.ICollection<obj>
Public ReadOnly Property Values As ICollection(Of Object)

プロパティ値

ICollection<T> を実装するオブジェクトの値を保持している IDictionary<TKey,TValue>

実装

適用対象