Scheduler for WPF | ComponentOne
C1.C1Schedule Namespace / Resource Class / Resource Constructor / Resource Constructor(SerializationInfo,StreamingContext)
The System.Runtime.Serialization.SerializationInfo.
The context information.

In This Topic
    Resource Constructor(SerializationInfo,StreamingContext)
    In This Topic
    Special constructor for deserialization.
    Syntax
    'Declaration
     
    
    Protected Function New( _
       ByVal info As SerializationInfo, _
       ByVal context As StreamingContext _
    )

    Parameters

    info
    The System.Runtime.Serialization.SerializationInfo.
    context
    The context information.
    See Also