ComponentOne SpellChecker for WinForms
C1.Win.SpellChecker.8 Assembly / C1.Win.SpellChecker Namespace / WordList Class / TryGetValue Method

In This Topic
    TryGetValue Method (WordList)
    In This Topic
    Syntax
    'Declaration
     
    Public Function TryGetValue( _
       ByVal key As System.Integer, _
       ByRef item As System.String _
    ) As System.Boolean
    public System.bool TryGetValue( 
       System.int key,
       out System.string item
    )

    Parameters

    key
    item
    See Also