Aracılığıyla paylaş


SynchronizedReadOnlyCollection<T>.IList<T>.Insert Yöntem

Tanım

Çağrılırsa atar NotSupportedException .

 virtual void System.Collections.Generic.IList<T>.Insert(int index, T value) = System::Collections::Generic::IList<T>::Insert;
void IList<T>.Insert (int index, T value);
abstract member System.Collections.Generic.IList<T>.Insert : int * 'T -> unit
override this.System.Collections.Generic.IList<T>.Insert : int * 'T -> unit
Sub Insert (index As Integer, value As T) Implements IList(Of T).Insert

Parametreler

index
Int32

Eklenecek sıfır tabanlı dizin value .

value
T

Koleksiyona eklenecek nesne.

Uygulamalar

Özel durumlar

Öğeler salt okunur bir koleksiyona eklenemez.

Şunlara uygulanır