QuickObjects.ObjectBase Send comments on this topic.
CopyTo(IFieldCollection) Method
See Also 
Akal.QuickObjects.ObjectBase Namespace > IFieldCollection Class > CopyTo Method : CopyTo(IFieldCollection) Method
fields
Collection to copy to.
Copies all the IFields from this collection to another BaseField Collection.

Syntax

C# 
public void CopyTo( 
   IFieldCollection fields
)

Parameters

fields
Collection to copy to.

Requirements

Target Platforms: .NET Framework 1.1 or .NET Framework 2.0

See Also