System::Collections::Generic::IKVCollection::Insert metodu

IKVCollection::Insert method

Belirtilen konuma öğe ekler.

virtual void System::Collections::Generic::IKVCollection<T>::Insert(int index, const T &item) override
ParameterTypeAçıklama
indeksintÖğenin konulacağı pozisyon.
öğeconst T&Belirtilen konuma konulacak öğe.

Ayrıca Bakınız