Method InsertListMember
- Namespace
- Alternet.Syntax.CodeCompletion
- Assembly
- Alternet.Syntax.v9.dll
InsertListMember(int)
Inserts a new item to the specified position within the ListMembers
collection.
public virtual IListMember InsertListMember(int index)
Parameters
index
intSpecifies position to insert.
Returns
- IListMember
IListMember
that is inserted.