
|
If you were logged in you would be able to see more operations.
|
|
|
ReSharper
Created: 08 Jan 07 03:47
Updated: 15 Jun 07 18:49
|
|
| Component/s: |
Live templates
|
| Fix Version/s: |
4.0
|
|
Security Level:
|
Everybody
(All jira users)
|
|
|
Original Estimate:
|
Unknown
|
Remaining Estimate:
|
Unknown
|
Time Spent:
|
Unknown
|
|
|
Even in netfx3, there are collection types implemented as a custom class derived from the non-generic collection & IList interfaces. However, they in addition feature all the typed methods & properties, eg Add and this[int]. In such a case the template should employ this additional info, like the type of the custom this[int] indexer, and suggest a type for the collection elements.
|
|
Description
|
Even in netfx3, there are collection types implemented as a custom class derived from the non-generic collection & IList interfaces. However, they in addition feature all the typed methods & properties, eg Add and this[int]. In such a case the template should employ this additional info, like the type of the custom this[int] indexer, and suggest a type for the collection elements. |
Show » |
|