Entry(Entry) Constructor

Constructor to create a full copy of the given Entry.

Definition

Namespace: SMath.Manager
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.2.9018.0
C#
public Entry(
	Entry value
)

Parameters

value  Entry
Entry to copy expression from.

See Also