Entry(Entry) Constructor
Constructor to create a full copy of the given Entry.
Namespace: SMath.ManagerAssembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
public Entry(
Entry value
)
Public Sub New (
value As Entry
)
public:
Entry(
Entry^ value
)
new :
value : Entry -> Entry
Parameters
- value Entry
- Entry to copy expression from.