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

Key: RSRP-28077
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Normal Normal
Assignee: Andrey Simanovsky
Reporter: Vladimir Reshetnikov
Votes: 0
Watchers: 0
Operations

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

Problems with 'Delegating members'

Created: 18 Aug 06 19:28   Updated: 24 Oct 06 18:12
Component/s: None
Fix Version/s: 2.0.2
Security Level: Everybody (All jira users)

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

Build: 258
Fixed in build: 264


 Description  « Hide
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)????????? ??????? ? ?????? ??????? ? ???? ?? ??????? ? ???????????, ??????? ?????????????? ???????



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