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

GetDereferencedLocation() 보호된 메소드

protected GetDereferencedLocation ( ) : TargetLocation
리턴 TargetLocation
        protected internal TargetLocation GetDereferencedLocation()
        {
            return Location.GetDereferencedLocation ();
        }