Click or drag to resize

EntityFieldsCore<TField>.ICollection<IEntityFieldCore>.CopyTo Method

Copies to.

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

Parameters

array
Type:SD.LLBLGen.Pro.ORMSupportClasses.IEntityFieldCore[]
The array.
arrayIndex
Type: System.Int32
Index of the array.

Implements

ICollection<T>.CopyTo(T[], Int32)
See Also