// Macros /// <summary> /// overidden: Reads a byte /// /// Advances the position. /// </summary> /// <returns>the read byte</returns> public new byte ReadByte() { #if DEBUG || BINARYMETADATA LastPosition = Position; #endif return(UR.ReadByte()); }