TermInfo(String, TermType, String, FunctionSections, Boolean, ArgumentInfo[]) Constructor
Namespace: SMath.ManagerAssembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
public TermInfo(
string name,
TermType type,
string description,
FunctionSections section,
bool visible,
params ArgumentInfo[] args
)
Public Sub New (
name As String,
type As TermType,
description As String,
section As FunctionSections,
visible As Boolean,
ParamArray args As ArgumentInfo()
)
public:
TermInfo(
String^ name,
TermType type,
String^ description,
FunctionSections section,
bool visible,
... array<ArgumentInfo^>^ args
)
new :
name : string *
type : TermType *
description : string *
section : FunctionSections *
visible : bool *
args : ArgumentInfo[] -> TermInfo
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.