Click or drag to resize

tokenGraphSetTryGetValue Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "M:imbNLP.PartOfSpeech.lexicUnit.tokenGraphs.tokenGraphSet.TryGetValue(System.String,imbNLP.PartOfSpeech.lexicUnit.tokenGraphs.tokenGraph@)"]

Namespace:  imbNLP.PartOfSpeech.lexicUnit.tokenGraphs
Assembly:  imbNLP.PartOfSpeech (in imbNLP.PartOfSpeech.dll) Version: 0.2.18
Syntax
C#
public bool TryGetValue(
	string key,
	out tokenGraph value
)

Parameters

key
Type: SystemString

[Missing <param name="key"/> documentation for "M:imbNLP.PartOfSpeech.lexicUnit.tokenGraphs.tokenGraphSet.TryGetValue(System.String,imbNLP.PartOfSpeech.lexicUnit.tokenGraphs.tokenGraph@)"]

value
Type: imbNLP.PartOfSpeech.lexicUnit.tokenGraphstokenGraph

[Missing <param name="value"/> documentation for "M:imbNLP.PartOfSpeech.lexicUnit.tokenGraphs.tokenGraphSet.TryGetValue(System.String,imbNLP.PartOfSpeech.lexicUnit.tokenGraphs.tokenGraph@)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:imbNLP.PartOfSpeech.lexicUnit.tokenGraphs.tokenGraphSet.TryGetValue(System.String,imbNLP.PartOfSpeech.lexicUnit.tokenGraphs.tokenGraph@)"]

Implements

IDictionaryTKey, TValueTryGetValue(TKey, TValue)
See Also