CategoriesCollectionCopyTo Method |
|
DataPA OpenAnalytics API Reference
Namespace: DataPAServerSecurityAssembly: DataPAServerSecurity (in DataPAServerSecurity.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public void CopyTo(
Category[] array,
int arrayIndex
)
Public Sub CopyTo (
array As Category(),
arrayIndex As Integer
)
public:
virtual void CopyTo(
array<Category^>^ array,
int arrayIndex
) sealed
function CopyTo(array, arrayIndex);
Parameters
- array
- Type: DataPAServerSecurityCategory
- arrayIndex
- Type: SystemInt32
Implements
ICollectionTCopyTo(T, Int32)See Also