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>한 키 및 값 쌍의 스냅샷을 포함하는 새 배열입니다.

적용 대상

추가 정보