Entry(IPrimitive) Constructor
Constructor to create an expression operand based on the existing
Expression component.
.
Namespace: SMath.ManagerAssembly: SMath.Manager (in SMath.Manager.dll) Version: 1.2.9018.0
public Entry(
IPrimitive value
)
Public Sub New (
value As IPrimitive
)
public:
Entry(
IPrimitive^ value
)
new :
value : IPrimitive -> Entry
Parameters
- value IPrimitive
- Existing to use data of.