Exemplo n.º 1
0
 void OnDisable()
 {
     if (_root != null)
     {
         _root.Dispose();
         _root = null;
     }
 }
Exemplo n.º 2
0
 void OnDisable()
 {
     Assert.IsNotNull(_root);
     _root.Dispose();
     _root = null;
 }