Click or drag to resize
EntityFieldsCoreTFieldICollectionIEntityFieldCoreCopyTo Method
Copies to.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
void ICollection<IEntityFieldCore>.CopyTo(
	IEntityFieldCore[] array,
	int arrayIndex
)

Parameters

array
Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityFieldCore
The array.
arrayIndex
Type: SystemInt32
Index of the array.

Implements

ICollectionTCopyTo(T, Int32)
See Also