TermInfo(String, TermType, String, FunctionSections, Boolean, Term, ArgumentInfo) Constructor
Constructor of new Term information.
Namespace: SMath.ManagerAssembly: SMath.Manager (in SMath.Manager.dll) Version: 1.2.9018.0
public TermInfo(
string name,
TermType type,
string description,
FunctionSections section,
bool visible,
Term[] defArgs,
params ArgumentInfo[] args
)
Public Sub New (
name As String,
type As TermType,
description As String,
section As FunctionSections,
visible As Boolean,
defArgs As Term(),
ParamArray args As ArgumentInfo()
)
public:
TermInfo(
String^ name,
TermType type,
String^ description,
FunctionSections section,
bool visible,
array<Term^>^ defArgs,
... array<ArgumentInfo^>^ args
)
new :
name : string *
type : TermType *
description : string *
section : FunctionSections *
visible : bool *
defArgs : Term[] *
args : ArgumentInfo[] -> TermInfo
Parameters
- name String
-
Term's default name.
- type TermType
-
Type of the Term.
- description String
-
Description of the Term.
- section FunctionSections
-
Term's section.
- visible Boolean
-
If Term is visible for user.
- defArgs Term
-
List of default arguments to be used for a function.
- args ArgumentInfo
-
Array of Term's arguments.