 | ILemmaCollectionContainsKey Method |
Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Determines whether the specified key contains key.
Namespace:
imbNLP.PartOfSpeech.TFModels
Assembly:
imbNLP.PartOfSpeech (in imbNLP.PartOfSpeech.dll) Version: 0.2.30
Syntaxbool ContainsKey(
string key
)
Parameters
- key
- Type: SystemString
The key.
Return Value
Type:
Booleantrue if the specified key contains key; otherwise,
false.
See Also