Priority
Critical
Type
Bug 
State
Fixed 
Assignee
Ilya Ryzhenkov 
Subsystem
Generate Action 
Affected versions
Fixed in
Fixed in build
Next build 
Fixed in build
918
  • Submitted by   Sergey Shkredov
    2 years ago (05 Jun 2007 16:33)
  • Updated by Sergey Shkredov
    18 months ago (04 Aug 2008 14:54)
  • Jira: RSRP-42340
    (history, comments)

RSRP-42340

Override shouldn't be generated for private accessor of property.

0
  
public class Base1
  {
    public virtual int M
    {
      get { return 1; }
      private set
      {
      }
    }

  }

  public class B :Base1
  {
    // call "override inherited member" context action here here. 
  }


Issue was closed
Comments (0)
 
History (0)
 
Links
 
Issue has no comments