Mono.Debugger.Languages.RelativeTargetLocation.RelativeTargetLocation C# (CSharp) Method

RelativeTargetLocation() public method

public RelativeTargetLocation ( TargetLocation relative_to, long offset ) : System
relative_to TargetLocation
offset long
return System
        public RelativeTargetLocation(TargetLocation relative_to, long offset)
        {
            this.relative_to = relative_to;
            this.offset = offset;
        }