System::Collections::Concurrent::ConcurrentDictionary::CopyTo method

ConcurrentDictionary::CopyTo method

कंटेनर के तत्वों को मौजूदा एरे के तत्वों में कॉपी करता है।

virtual void System::Collections::Concurrent::ConcurrentDictionary<TKey, TValue>::CopyTo(ArrayPtr<System::Collections::Generic::KeyValuePair<TKey, TValue>> arr, int index) override
पैरामीटरप्रकारविवरण
arrArrayPtr<System::Collections::Generic::KeyValuePair<TKey, TValue>>गंतव्य ऐरे।
सूचकांकintगंतव्य एरे में सूचकांक।

संबंधित देखें