FlexReport for WinForms
Values プロパティ (OrderedDictionary<TKey,TValue>)


C1.Report.4.6.2 アセンブリ > C1.Report.Util 名前空間 > OrderedDictionary<TKey,TValue> クラス : Values プロパティ
Gets an System.Collections.Generic.ICollection`1 object containing the values in the OrderedDictionary<TKey,TValue>.
シンタックス
'宣言
 
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;}

プロパティ値

An System.Collections.Generic.ICollection`1 object containing the values in the OrderedDictionary<TKey,TValue>.
解説
The returned System.Collections.Generic.ICollection`1 object is not a static copy; instead, the collection refers back to the values in the original OrderedDictionary<TKey,TValue>. Therefore, changes to the OrderedDictionary<TKey,TValue> continue to be reflected in the value collection.
参照

参照

OrderedDictionary<TKey,TValue> クラス
OrderedDictionary<TKey,TValue> メンバ