OpenCvSharp.FileStorage.Release C# (CSharp) Method

Release() public method

Closes the file and releases all the memory buffers
public Release ( ) : void
return void
        public virtual void Release()
        {
            if (disposed)
                throw new ObjectDisposedException("FileStorage");
            Dispose();
        }