Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / Dictionary Class / Remove Method
The DictionaryItem to remove.

In This Topic
    Remove Method (Dictionary)
    In This Topic
    Removes an item from the current dictionary.
    Syntax
    'Declaration
     
    Public Sub Remove( _
       ByVal di As DictionaryItem _
    ) 
    public void Remove( 
       DictionaryItem di
    )

    Parameters

    di
    The DictionaryItem to remove.
    See Also