Ejemplo n.º 1
0
 private void EnsureState(ZLibNative.ZLibStreamHandle.State requiredState)
 {
     if (this.InitializationState != requiredState)
     {
         throw new InvalidOperationException("InitializationState != " + requiredState.ToString());
     }
 }