Mono.Debugger.Languages.TargetPointerObject.GetDereferencedLocation C# (CSharp) Méthode

GetDereferencedLocation() protected méthode

protected GetDereferencedLocation ( ) : TargetLocation
Résultat TargetLocation
        protected internal TargetLocation GetDereferencedLocation()
        {
            return Location.GetDereferencedLocation ();
        }