idTech4.UI.idUserInterface.ClearReferences C# (CSharp) Method

ClearReferences() public method

public ClearReferences ( ) : void
return void
		public void ClearReferences()
		{
			if(this.Disposed == true)
			{
				throw new ObjectDisposedException(this.GetType().Name);
			}

			_referenceCount = 0;
		}