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
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| arr | ArrayPtr<System::Collections::Generic::KeyValuePair<TKey, TValue>> | गंतव्य ऐरे। |
| सूचकांक | int | गंतव्य एरे में सूचकांक। |
संबंधित देखें
- Typedef ArrayPtr
- Class KeyValuePair
- Class ConcurrentDictionary
- Namespace System::Collections::Concurrent
- Library Aspose.Page for C++