Spread for ASP.NET 8.0 Product Documentation
ValidatorCollection Constructor


A System.Runtime.Serialization.SerializationInfo object that contains the information required to serialize the ValidatorCollection object.
A System.Runtime.Serialization.StreamingContext structure that contains the source and destination of the serialized stream associated with the ValidatorCollection object.
Initializes a new instance of the ValidatorCollection class with serialized data.
Syntax
'Declaration
 
Public Function New( _
   ByVal info As SerializationInfo, _
   ByVal context As StreamingContext _
)
'Usage
 
Dim info As SerializationInfo
Dim context As StreamingContext
 
Dim instance As New ValidatorCollection(info, context)
public ValidatorCollection( 
   SerializationInfo info,
   StreamingContext context
)

Parameters

info
A System.Runtime.Serialization.SerializationInfo object that contains the information required to serialize the ValidatorCollection object.
context
A System.Runtime.Serialization.StreamingContext structure that contains the source and destination of the serialized stream associated with the ValidatorCollection object.
Requirements

Target Platforms: Windows 7, Windows 8, Windows Vista, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

ValidatorCollection Class
ValidatorCollection Members

 

 


Copyright © GrapeCity, inc. All rights reserved.