OpenCvSharp.FileStorage.Release C# (CSharp) Méthode

Release() public méthode

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