 | 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
Syntaxpublic 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:
TTyped enum flag, if exists
See Also