Priority
Major
Type
Bug 
State
Fixed 
Assignee
Dmitry Lomov 
Subsystem
PSI - Resolve 
Affected versions
Fixed in
Fixed in build
Next build 
Build
220
Fixed in build
910
  • Submitted by   Eugene Pasynkov
    3 years ago (06 Aug 2006 01:10)
  • Updated by Eugene Pasynkov
    18 months ago (11 Jul 2008 15:44)
  • Jira: RSRP-18870
    (history, comments)

RSRP-18870

Should support custom accessor accessibility

1
class C1
{
  public int P
  {
    get { return 0; }
    private set {}
  }
}

class C2
{
  public void Foo(C1 c)
  {
    c.P = 0;
  }
}


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