ExpansionContextTInsert Method |
Inserts an item at the specified index.
Ignores null values.
Namespace:
MFiles.VAF.Placeholders
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic void Insert(
int index,
T item
)
Public Sub Insert (
index As Integer,
item As T
)
public:
virtual void Insert(
int index,
T item
) sealed
Parameters
- index
- Type: SystemInt32
The index. - item
- Type: T
The item
Implements
IListTInsert(Int32, T)
See Also