TermInfo(String, TermType, String, FunctionSections, Boolean, ArgumentInfo[]) Constructor

Constructs an instance of TermInfo.

Definition

Namespace: SMath.Manager
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
C#
public TermInfo(
	string name,
	TermType type,
	string description,
	FunctionSections section,
	bool visible,
	params ArgumentInfo[] args
)

Parameters

name  String
Default name of the Term.
type  TermType
Type of the Term.
description  String
Description of the Term.
section  FunctionSections
Section of the Term.
visible  Boolean
Specifies whether the Term is visible for user.
args  ArgumentInfo[]
Array of Term's arguments.

See Also