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