CollectionIListRemoveAt Method |
|
DataPA OpenAnalytics API Reference
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax void IList.RemoveAt(
int index
)
Private Sub IListRemoveAt (
index As Integer
) Implements IList.RemoveAt
private:
virtual void IListRemoveAt(
int index
) sealed = IList::RemoveAt
JavaScript does not support explicit interface implementations.
Parameters
- index
- Type: SystemInt32
Implements
IListRemoveAt(Int32)See Also