BF2Statistics.Net.BufferManager.Dispose C# (CSharp) Method

Dispose() public method

Releases all bytes held by this buffer
public Dispose ( ) : void
return void
        public void Dispose()
        {
            this.Buffer = null;
            this.Disposed = true;
        }