Fanx.Fcode.FStore.close C# (CSharp) Метод

close() публичный Метод

Close this FStore, which should release all file locks on the pod file. This method exists for testing purposes, and should not otherwise be used.
public close ( ) : void
Результат void
        public void close()
        {
            zipFile.Close();
        }