Click or drag to resize

grammaticTagCollectionGetT Method (T)

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Returns flag value for the specified T

Namespace:  imbNLP.PartOfSpeech.resourceProviders.core
Assembly:  imbNLP.PartOfSpeech (in imbNLP.PartOfSpeech.dll) Version: 0.2.30
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