Idezet a BinaryReader.Dispose() dokumentaciojabol:
"This method is called by Dispose and Finalize. By default, this method specifies the disposing parameter as true. Finalize specifies the disposing parameter as false.
When the disposing parameter is true, this method releases all resources held by any managed objects that this BinaryReader references. This method invokes the Dispose method of each referenced object."
Ne hasznalj using()-ot, mert ilyen esetekben ez nyilvan nem hasznalhato. Dispose-old magadnak a BinaryReadert, amikor az szukseges.
--
ahan nem