Click or drag to resize

contentTokenSubjectRenderrenderOpen Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Renders the open.

Namespace:  imbNLP.PartOfSpeech.pipelineForPos.render
Assembly:  imbNLP.PartOfSpeech (in imbNLP.PartOfSpeech.dll) Version: 0.2.18
Syntax
C#
public static string renderOpen(
	this cnt_level level,
	contentTokenSubjectRenderMode mode
)

Parameters

level
Type: imbNLP.PartOfSpeech.flags.tokencnt_level
The level.
mode
Type: imbNLP.PartOfSpeech.pipelineForPos.rendercontentTokenSubjectRenderMode

[Missing <param name="mode"/> documentation for "M:imbNLP.PartOfSpeech.pipelineForPos.render.contentTokenSubjectRender.renderOpen(imbNLP.PartOfSpeech.flags.token.cnt_level,imbNLP.PartOfSpeech.pipelineForPos.render.contentTokenSubjectRenderMode)"]

Return Value

Type: String

[Missing <returns> documentation for "M:imbNLP.PartOfSpeech.pipelineForPos.render.contentTokenSubjectRender.renderOpen(imbNLP.PartOfSpeech.flags.token.cnt_level,imbNLP.PartOfSpeech.pipelineForPos.render.contentTokenSubjectRenderMode)"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type cnt_level. 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