ConcurrentDictionary<TKey,TValue>.ToArray 方法

定義

將存放在 ConcurrentDictionary<TKey,TValue> 中的索引鍵和值組複製到新的陣列。

public:
 cli::array <System::Collections::Generic::KeyValuePair<TKey, TValue>> ^ ToArray();
public System.Collections.Generic.KeyValuePair<TKey,TValue>[] ToArray ();
member this.ToArray : unit -> System.Collections.Generic.KeyValuePair<'Key, 'Value>[]
Public Function ToArray () As KeyValuePair(Of TKey, TValue)()

傳回

KeyValuePair<TKey,TValue>[]

新的陣列,包含從 ConcurrentDictionary<TKey,TValue> 複製之索引鍵和值組的快照。

適用於

另請參閱