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