Definition(Definition) Constructor

Constructor of the Definition for the function/variable which copies a data from another given Definition instance.

Definition

Namespace: SMath.Manager
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
C#
public Definition(
	Definition value
)

Parameters

value  Definition
A Definition instance to copy data from.

See Also