Ionic.Zlib.InflateBlocks.Free C# (CSharp) Метод

Free() приватный Метод

private Free ( ) : void
Результат void
        internal void Free()
        {
            Reset();
            window = null;
            hufts = null;
        }

Usage Example

Пример #1
0
 internal void End()
 {
     if (blocks != null)
     {
         blocks.Free();
     }
     blocks = null;
 }
All Usage Examples Of Ionic.Zlib.InflateBlocks::Free