public void Dispose()
 {
     _instance = null;
 }
예제 #2
0
		public void Dispose()
		{
			_instance = null;
		}
 internal PropertyStorageMarker()
 {
     _instance = this;
 }
예제 #4
0
		internal PropertyStorageMarker()
		{
			_instance = this;
		}