Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
User name:
Password:
Save Password
Forgot your password?

 All Forums
 Visual Assist
 Technical Support
 Alt + G (goto) bug in C# code
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

jzq740176597
Tomato Guru

China
329 Posts

Posted - Mar 09 2015 :  04:30:02 AM  Show Profile  Reply with Quote
->vs2012 sp1,VA 2059,winXp SP3.

[TypeDependency("System.SZArrayHelper")]
    public interface IEnumerable<out T>: IEnumerable(->Caret at here)
    {
        // Summary:
        //     Returns an enumerator that iterates through the collection.
        //
        // Returns:
        //     A System.Collections.Generic.IEnumerator<T> that can be used to iterate through
        //     the collection.
        IEnumerator<T> GetEnumerator();
    }


press Alt + G while Caret at IEnumerable but result always relocated at IEnumerable<out T>.

So we all known there're different interface/class.But VA considers them as the same one.

bug?

Creation come from persist!

accord
Whole Tomato Software

United Kingdom
3287 Posts

Posted - Mar 09 2015 :  1:20:08 PM  Show Profile  Reply with Quote
I am seeing the same effect here, thank you for the clean description.

case=88343
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000