Click or drag to resize

htmlContentTokenGetAllForms Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

[Missing <summary> documentation for "M:imbNLP.Core.contentStructureHtml.elements.htmlContentToken.GetAllForms(System.Boolean)"]

Namespace:  imbNLP.Core.contentStructureHtml.elements
Assembly:  imbNLP.Core (in imbNLP.Core.dll) Version: 0.2.30
Syntax
C#
public List<string> GetAllForms(
	bool includingNominalForm = true
)

Parameters

includingNominalForm (Optional)
Type: SystemBoolean

[Missing <param name="includingNominalForm"/> documentation for "M:imbNLP.Core.contentStructureHtml.elements.htmlContentToken.GetAllForms(System.Boolean)"]

Return Value

Type: ListString

[Missing <returns> documentation for "M:imbNLP.Core.contentStructureHtml.elements.htmlContentToken.GetAllForms(System.Boolean)"]

Implements

IWeightTableTerm.GetAllForms(Boolean)
See Also