Library
Property in Dialogue
Summary
Gets the Library that this Dialogue uses to locate functions.
public Library Library { get; internal set; }
When the Dialogue is constructed, the Library is initialized with the built-in operators like +
, -
, and so on.