Click or drag to resize

grammaticTagCollectionGetT Method (T)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Returns flag value for the specified T

Namespace:  imbNLP.PartOfSpeech.resourceProviders.core
Assembly:  imbNLP.PartOfSpeech (in imbNLP.PartOfSpeech.dll) Version: 0.2.18
Syntax
C#
public T Get<T>(
	T defOutput
)
where T : IConvertible

Parameters

defOutput
Type: T

[Missing <param name="defOutput"/> documentation for "M:imbNLP.PartOfSpeech.resourceProviders.core.grammaticTagCollection.Get``1(``0)"]

Type Parameters

T
Enum type that we look for

Return Value

Type: T
Typed enum flag, if exists
See Also