Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcMaskCellType Class / GcMaskCellType Constructor / GcMaskCellType Constructor(SerializationInfo,StreamingContext)
The information.
The context.


In This Topic
    GcMaskCellType Constructor(SerializationInfo,StreamingContext)
    In This Topic
    Initializes a new instance of the GcMaskCellType class.
    Syntax
    'Declaration
     
    
    Protected Function New( _
       ByVal info As SerializationInfo, _
       ByVal context As StreamingContext _
    )
    'Usage
     
    
    Dim info As SerializationInfo
    Dim context As StreamingContext
     
    Dim instance As New GcMaskCellType(info, context)
    protected GcMaskCellType( 
       SerializationInfo info,
       StreamingContext context
    )

    Parameters

    info
    The information.
    context
    The context.
    See Also