SealableListTInsertInternal - метод |
Вставляет элемент в заданную позицию без проверки на защиту объекта от изменений.
Метод может быть переопределён в классах-наследниках.
Пространство имён:
Tessa.Platform.Collections
Сборка:
Tessa (в Tessa.dll) Версия: 3.5.0.19
Синтаксис protected virtual void InsertInternal(
int index,
T item
)
Protected Overridable Sub InsertInternal (
index As Integer,
item As T
)
protected:
virtual void InsertInternal(
int index,
T item
)
abstract InsertInternal :
index : int *
item : 'T -> unit
override InsertInternal :
index : int *
item : 'T -> unit
Параметры
- index
- Тип: SystemInt32
Отсчитываемый от нуля индекс позиции вставки. - item
- Тип: T
Вставляемый элемент.
См. также