EntityFieldsCoreTFieldICollectionIEntityFieldCoreCopyTo Method |
Copies to.
Namespace:
SD.LLBLGen.Pro.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.12.0.0 (5.12.0)
Syntaxvoid ICollection<IEntityFieldCore>.CopyTo(
IEntityFieldCore[] array,
int arrayIndex
)
Private Sub CopyTo (
array As IEntityFieldCore(),
arrayIndex As Integer
) Implements ICollection(Of IEntityFieldCore).CopyTo
Parameters
- array
- Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityFieldCore
The array. - arrayIndex
- Type: SystemInt32
Index of the array.
Implements
ICollectionTCopyTo(T, Int32)
See Also