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

Key: RSRP-48529
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Blocker Blocker
Assignee: Andrey Simanovsky
Reporter: Serge Baltic
Votes: 0
Watchers: 0
Operations

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

Generate Implementation @VB: Does Not Expand Generic Parameters

Created: 03 Sep 07 19:31   Updated: 31 Oct 07 18:10
Component/s: None
Fix Version/s: 4.0, 3.1
Security Level: Everybody (All jira users)

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


 Description  « Hide
[VBUG]
Public Class Handler
			Implements IEquatable(Of Handler)


		End Class

Generate->Implement results in:

Public Class Handler
			Implements IEquatable(Of Handler)


			Public Function Equals(ByVal other As T) As Boolean Implements IEquatable(Of T).Equals
			End Function
		End Class


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