Entry(String, TermType, Entry) Constructor

Constructor to create an expression operand.

Definition

Namespace: SMath.Manager
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.2.9018.0
C#
public Entry(
	string text,
	TermType type,
	Entry[] items
)

Parameters

text  String
type  TermType
items  Entry

See Also