QuickObjects.ObjectBase Send comments on this topic.
CopyTo(BaseFieldValidatorCollection) Method
See Also 
Akal.QuickObjects.ObjectBase Namespace > BaseFieldValidatorCollection Class > CopyTo Method : CopyTo(BaseFieldValidatorCollection) Method
baseFieldValidators
Collection to copy to.
Copies all the BaseFieldValidators from this collection to another BaseFieldValidator Collection.

Syntax

C# 
public void CopyTo( 
   BaseFieldValidatorCollection baseFieldValidators
)

Parameters

baseFieldValidators
Collection to copy to.

Requirements

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

See Also