public void Dispose()
 {
     _instance = null;
 }
Esempio n. 2
0
		public void Dispose()
		{
			_instance = null;
		}
 internal PropertyStorageMarker()
 {
     _instance = this;
 }
Esempio n. 4
0
		internal PropertyStorageMarker()
		{
			_instance = this;
		}