PdbReader.Offset.Offset C# (CSharp) Method

Offset() public method

public Offset ( int bytes ) : System
bytes int
return System
        public Offset(int bytes)
            : this(bytes, 0)
        {
        }

Same methods

Offset::Offset ( int bytes, int bits ) : System