Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / ValidatorCollection Class / 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.


In This Topic
    ValidatorCollection Constructor
    In This Topic
    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.
    See Also