Term(String, TermType, Int32) Constructor

Constructor of the instance of an expression component.

Definition

Namespace: SMath.Manager
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.2.9018.0
C#
public Term(
	string text,
	TermType type,
	int childCount
)

Parameters

text  String
Text value of the expression component.
type  TermType
Type of the expression component.
childCount  Int32
Number of children of the expression component.

See Also