Exemple #1
0
        public override string PrintLocation(StackFrame frame)
        {
            TargetLocation location = GetLocation(frame);

            if (location == null)
            {
                return(null);
            }

            return(location.Print());
        }