idTech4.UI.idUserInterface.ClearReferences C# (CSharp) Méthode

ClearReferences() public méthode

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

			_referenceCount = 0;
		}