ComponentOne SpellChecker for WinForms
C1.Win.SpellChecker.8 Assembly / C1.Win.SpellChecker Namespace / WordDictionary Class / TryAdd Method

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

    Parameters

    key
    value
    See Also