StronglyTypedStateManagedCollectionItemTypeInsert Method |
Namespace: Kettic.AspNetAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic virtual void Insert(
int index,
ItemType item
)
Public Overridable Sub Insert (
index As Integer,
item As ItemType
)
public:
virtual void Insert(
int index,
ItemType item
)
abstract Insert :
index : int *
item : 'ItemType -> unit
override Insert :
index : int *
item : 'ItemType -> unit
Parameters
- index
- Type: SystemInt32
- item
- Type: ItemType
See Also