CategoriesCollectionRemoveAt Method |
|
DataPA OpenAnalytics API Reference
Namespace: DataPAServerSecurityAssembly: DataPAServerSecurity (in DataPAServerSecurity.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public void RemoveAt(
int index
)
Public Sub RemoveAt (
index As Integer
)
public:
virtual void RemoveAt(
int index
) sealed
function RemoveAt(index);
Parameters
- index
- Type: SystemInt32
Implements
IListTRemoveAt(Int32)See Also