Keyczar.Util.NondestructiveBinaryReader.Dispose C# (CSharp) 메소드

Dispose() 보호된 메소드

Releases the unmanaged resources used by the T:System.IO.BinaryReader class and optionally releases the managed resources.
protected Dispose ( bool disposing ) : void
disposing bool true to release both managed and unmanaged resources; false to release only unmanaged resources.
리턴 void
        protected override void Dispose(bool disposing)
        {
            base.Dispose(false);
        }