Namespace:
SingularSys.Jep.Types
Assembly:
Jep (in Jep.dll) Version: 1.1.0.0 (1.0.0)
Syntax
| C# |
|---|
public virtual int IntValue { get; } |
| Visual Basic (Declaration) |
|---|
Public Overridable ReadOnly Property IntValue As Integer |
| Visual C++ |
|---|
public:
virtual property int IntValue {
int get ();
} |
See Also