ValidatorCollection.CopyTo Method (Array, Int32)
.NET Framework (current version)
Copies the validator collection to the specified array, beginning at the specified location.
Assembly: System.Web (in System.Web.dll)
abstract CopyTo : array:Array * index:int -> unit override CopyTo : array:Array * index:int -> unit
Parameters
- array
-
Type:
System.Array
The collection to which the validation server control is added.
- index
-
Type:
System.Int32
The index where the validation server control is copied.
Implements
ICollection.CopyTo(Array, Int32)
.NET Framework
Available since 1.1
Available since 1.1
Show: