[]
Initializes a new instance of the ValidatorCollection class with serialized data.
public ValidatorCollection(SerializationInfo info, StreamingContext context)
Public Sub New(info As SerializationInfo, context As StreamingContext)
Type | Name | Description |
---|---|---|
SerializationInfo | info | A SerializationInfo object that contains the information required to serialize the ValidatorCollection object. |
StreamingContext | context | A StreamingContext structure that contains the source and destination of the serialized stream associated with the ValidatorCollection object. |