Beispiel #1
0
		protected void Dispose (bool disposing)
		{
			if (disposing) {
				if (instance != null) {
					instance.Dispose ();
					instance = null;
				}
			}
		}
Beispiel #2
0
 protected void Dispose(bool disposing)
 {
     if (disposing)
     {
         if (instance != null)
         {
             instance.Dispose();
             instance = null;
         }
     }
 }
Beispiel #3
0
 internal BtlsObject(MonoBtlsObject instance)
 {
     this.instance = instance;
 }
Beispiel #4
0
		internal BtlsObject (MonoBtlsObject instance)
		{
			this.instance = instance;
		}