Definition(Definition) Constructor
Constructor of the
Definition for the function/variable which copies a data from another given
Definition instance.
Namespace: SMath.ManagerAssembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
public Definition(
Definition value
)
Public Sub New (
value As Definition
)
public:
Definition(
Definition^ value
)
new :
value : Definition -> Definition
Parameters
- value Definition
- A Definition instance to copy data from.