Priority
Normal
Type
Bug 
State
Fixed 
Assignee
Andrey Simanovsky 
Subsystem
No subsystem 
Affected versions
Fixed in
Fixed in build
Next build 
Build
258
Fixed in build
264
  • Submitted by   Vladimir Reshetnikov
    3 years ago (18 Aug 2006 19:28)
  • Updated by Vladimir Reshetnikov
    3 years ago (24 Oct 2006 18:12)
  • Jira: RSRP-28077
    (history, comments)

RSRP-28077

Problems with 'Delegating members'

0
public class Stuff
{
private int WriteOnly { set { } }
}

??????? Ctrl+Ins, Delegating members.
???????? ?????????? ???????????? ?????? ??? ???????? WriteOnly.
?? ??? ??? ??? ???????? ?????? ?? ??????, ?? ?????? ?? ????? ???? ???????.

public class Stuff
{
public int CompareTo(object value)
{
return WriteOnly.CompareTo(value); / Property 'WriteOnly' has no getter /
}

private int WriteOnly { set { } }
}

????????????:
1)????????? ????????????? ??????? ??? write-only ???????.
2)????????? ??????? ? ?????? ??????? ? ???? ?? ??????? ? ???????????, ??????? ?????????????? ???????

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