Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / EyeshotDisposableDictionary<T> Class / EyeshotDisposableDictionary<T> Constructor

In This Topic
    EyeshotDisposableDictionary<T> Constructor
    In This Topic
    Syntax
    'Declaration
     
    Protected Function New( _
       ByVal info As SerializationInfo, _
       ByVal context As StreamingContext _
    )
    protected EyeshotDisposableDictionary<T>( 
       SerializationInfo info,
       StreamingContext context
    )

    Parameters

    info
    context
    See Also