EntityViewBaseTEntityCopyTo Method |
Namespace:
SD.LLBLGen.Pro.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.1.0.0 (5.1.0)
Syntax public virtual void CopyTo(
Array array,
int index
)
Public Overridable Sub CopyTo (
array As Array,
index As Integer
)
Parameters
- array
- Type: SystemArray
The one-dimensional Array that is the destination of the elements copied from ICollection. The Array must have zero-based indexing. - index
- Type: SystemInt32
The zero-based index in array at which copying begins.
Exceptions See Also