ComponentOne SpellChecker for WinForms
C1.Win.SpellChecker.8 Assembly / C1.Win.SpellChecker Namespace / WordDictionary Class / Remove Method / Remove(String,String) Method

In This Topic
    Remove(String,String) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Function Remove( _
       ByVal key As System.String, _
       ByRef value As System.String _
    ) As System.Boolean
    public System.bool Remove( 
       System.string key,
       out System.string value
    )

    Parameters

    key
    value
    See Also