UniqueNameCollectionTInsert - метод
Inserts an item to the IListT at the specified index.
Пространство имён: Tessa.Platform.CollectionsСборка: Tessa (в Tessa.dll) Версия: 4.1.3+7e2b1422f9b8c7c41fbbc4b151a843bed05319ab
public void Insert(
int index,
T item
)
Public Sub Insert (
index As Integer,
item As T
)
public:
virtual void Insert(
int index,
T item
) sealed
abstract Insert :
index : int *
item : 'T -> unit
override Insert :
index : int *
item : 'T -> unit
- index Int32
- The zero-based index at which item should be inserted.
- item T
- The object to insert into the IListT.
IListTInsert(Int32, T) | [Tessa.Platform.ObjectSealedException] | Произведена попытка изменения объекта, защищённого от изменений. |
| ArgumentOutOfRangeException | index is not a valid index in the IListT. |
| NotSupportedException | The IListT is read-only. |
Ссылки
[Tessa.Platform.ObjectSealedException]