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;
        }