History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: RSRP-43070
Type: Bug Bug
Status: Open Open
Priority: Critical Critical
Assignee: Ilya Ryzhenkov
Reporter: Sergey Shkredov
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
ReSharper

indexer override is generated incorrectly in VB

Created: 13 Jun 07 15:28   Updated: 25 Apr 08 23:06
Component/s: Generate Action
Fix Version/s: Aroha
Security Level: Everybody (All jira users)

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown


 Description  « Hide
Consider CS class
public class A
  {
    public virtual int this[int i]
    {
      get
      {
        return 1;
      }
    }
  }

VB class extends one described above

Public Class B
    Inherits A

  // generate indexer override here..
  End Class


 All   Comments   Work Log   Change History      Sort Order:
There are no comments yet on this issue.