Scheduler for WPF | ComponentOne
C1.C1Schedule Namespace / RecurrencePattern Class / RecurrencePattern Constructor
The System.Runtime.Serialization.SerializationInfo.
The context information.

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

    Parameters

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