EntityFieldsCoreTFieldIListIEntityFieldCoreInsert Method |
Inserts the specified index.
Namespace:
SD.LLBLGen.Pro.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.12.0.0 (5.12.0)
Syntaxvoid IList<IEntityFieldCore>.Insert(
int index,
IEntityFieldCore item
)
Private Sub Insert (
index As Integer,
item As IEntityFieldCore
) Implements IList(Of IEntityFieldCore).Insert
Parameters
- index
- Type: SystemInt32
The index. - item
- Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityFieldCore
The item.
Implements
IListTInsert(Int32, T)
See Also