Mono.Debugger.Languages.RelativeTargetLocation.RelativeTargetLocation C# (CSharp) 메소드

RelativeTargetLocation() 공개 메소드

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