ComponentOne SpellChecker for WinForms
C1.Win.C1SpellChecker.4.5.2 Assembly / C1.Win.C1SpellChecker Namespace / WordDictionary Class / ContainsKey Method

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

    Parameters

    key
    See Also