Term(String, TermType, Int32) Constructor
Constructor of the instance of an expression component.
Namespace: SMath.ManagerAssembly: SMath.Manager (in SMath.Manager.dll) Version: 1.2.9018.0
public Term(
string text,
TermType type,
int childCount
)
Public Sub New (
text As String,
type As TermType,
childCount As Integer
)
public:
Term(
String^ text,
TermType type,
int childCount
)
new :
text : string *
type : TermType *
childCount : int -> Term
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.