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

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

    Parameters

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