OpTab gets/sets the _opTab data member
Namespace:
SingularSys.JepAssembly: Jep (in Jep.dll) Version: 1.1.0.0 (1.0.0)
Syntax
| C# |
|---|
public OperatorTable OpTab { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property OpTab As OperatorTable |
| Visual C++ |
|---|
public: property OperatorTable^ OpTab { OperatorTable^ get (); void set (OperatorTable^ value); } |