ArtemisComm.EngGridUpdatePacket.Dispose C# (CSharp) Method

Dispose() public method

public Dispose ( ) : void
return void
        public void Dispose()
        {
            Dispose(true);
            GC.SuppressFinalize(this);
        }
        #endregion

Same methods

EngGridUpdatePacket::Dispose ( bool isDisposing ) : void