Click or drag to resize

tokenGraphNodeToStringTreeview Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

[Missing <summary> documentation for "M:imbNLP.PartOfSpeech.lexicUnit.tokenGraphs.tokenGraphNode.ToStringTreeview(System.String,System.Boolean,System.Int32)"]

Namespace:  imbNLP.PartOfSpeech.lexicUnit.tokenGraphs
Assembly:  imbNLP.PartOfSpeech (in imbNLP.PartOfSpeech.dll) Version: 0.2.18
Syntax
C#
public string ToStringTreeview(
	string prefix = "",
	bool showType = false,
	int gen = 0
)

Parameters

prefix (Optional)
Type: SystemString

[Missing <param name="prefix"/> documentation for "M:imbNLP.PartOfSpeech.lexicUnit.tokenGraphs.tokenGraphNode.ToStringTreeview(System.String,System.Boolean,System.Int32)"]

showType (Optional)
Type: SystemBoolean

[Missing <param name="showType"/> documentation for "M:imbNLP.PartOfSpeech.lexicUnit.tokenGraphs.tokenGraphNode.ToStringTreeview(System.String,System.Boolean,System.Int32)"]

gen (Optional)
Type: SystemInt32

[Missing <param name="gen"/> documentation for "M:imbNLP.PartOfSpeech.lexicUnit.tokenGraphs.tokenGraphNode.ToStringTreeview(System.String,System.Boolean,System.Int32)"]

Return Value

Type: String

[Missing <returns> documentation for "M:imbNLP.PartOfSpeech.lexicUnit.tokenGraphs.tokenGraphNode.ToStringTreeview(System.String,System.Boolean,System.Int32)"]

See Also