Example #1
0
 protected virtual void Deinitialize()
 {
     IRContext = null;
     Runtime.AddMethod(Method, RootScope);
     if (IsExport)
     {
         Runtime.ExportMethod(Method);
     }
 }