Spread for ASP.NET 9.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 10, Windows Vista, Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP Professional

See Also

Reference

ValidatorCollection Class
ValidatorCollection Members

 

 


Copyright © GrapeCity, inc. All rights reserved.