Esempio n. 1
0
 /// <summary>
 ///     Undefines the variable
 /// </summary>
 /// <remarks>Call this method when you are finished using the variable and wish to remove it from the formula engine</remarks>
 public void Dispose()
 {
     MyEngine.RemoveFormulaAt(MyReference);
     MyReference = null;
     MyEngine    = null;
 }