Click or drag to resize

posFlagExtensionsgetSubTypes Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Gets the sub type flags from graphTags, for the mainType specified

Namespace:  imbNLP.PartOfSpeech.flags
Assembly:  imbNLP.PartOfSpeech (in imbNLP.PartOfSpeech.dll) Version: 0.2.18
Syntax
C#
public static List<Object> getSubTypes(
	this pos_type mainType,
	List<Object> graphTags
)

Parameters

mainType
Type: imbNLP.PartOfSpeech.flags.basicpos_type
Type of the main.
graphTags
Type: System.Collections.GenericListObject
The graph tags.

Return Value

Type: ListObject

[Missing <returns> documentation for "M:imbNLP.PartOfSpeech.flags.posFlagExtensions.getSubTypes(imbNLP.PartOfSpeech.flags.basic.pos_type,System.Collections.Generic.List{System.Object})"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type pos_type. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also