intellisense

  1. N

    Question Intellisense entering type rather than value

    I have a class that has a property declared as follows: Public Property Position As Byte() Very simple property, nothing complicated. However, in Visual Studio 2010 when accessing this property, I type the following (temp is just the name of a variable): temp.Position(1) but Visual Studio...
Back
Top