OrderedDictionary<TKey,TValue>.KeyCollection.IList<TKey>.Insert Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Inserts an item to the IList<T> at the specified index.
virtual void System.Collections.Generic.IList<TKey>.Insert(int index, TKey item) = System::Collections::Generic::IList<TKey>::Insert;
C#
void IList<TKey>.Insert(int index, TKey item);
abstract member System.Collections.Generic.IList<TKey>.Insert : int * 'Key -> unit
override this.System.Collections.Generic.IList<TKey>.Insert : int * 'Key -> unit
Sub Insert (index As Integer, item As TKey) Implements IList(Of TKey).Insert
- index
- Int32
The zero-based index at which item
should be inserted.
- item
- TKey
The object to insert into the IList<T>.
Proizvod | Verzije |
---|---|
.NET | 9, 10 |
Surađujte s nama na GitHubu
Izvor za ovaj sadržaj možete pronaći na GitHubu, gdje možete stvarati i pregledavati probleme i zahtjeve za povlačenjem. Dodatne informacije potražite u našem vodiču za suradnike.
Povratne informacije o proizvodu .NET
.NET je projekt otvorenog koda. Odaberite vezu za slanje povratnih informacija: