Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist
 Technical Support
 Alt + G (goto) bug in C# code

You must be registered to post a reply.
Click here to register.

Screensize:
UserName:
Password:
Format: BoldItalicizeUnderlineStrikethrough Align leftCenterAlign right Insert horizontal ruleUpload and insert imageInsert hyperlinkInsert email addressInsert codeInsert quoted textInsert listInsert Emoji
   
Message:

Forum code is on.
Html is off.

 
Check to subscribe to this topic.
   

T O P I C    R E V I E W
jzq740176597 Posted - Mar 09 2015 : 04:30:02 AM
->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?
1   L A T E S T    R E P L I E S    (Newest First)
accord Posted - Mar 09 2015 : 1:20:08 PM
I am seeing the same effect here, thank you for the clean description.

case=88343

© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000