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

Key: RSRP-41653
Type: Bug Bug
Status: Open Open
Priority: Critical Critical
Assignee: Dmitry Lomov
Reporter: Andrew Serebryansky
Votes: 1
Watchers: 1
Operations

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

Argument type 'Console2005.DataList.Item' is not assignable to parameter type 'DataList.Item

Created: 29 May 07 18:14   Updated: 30 May 07 16:56
Component/s: None
Fix Version/s: Future Versions
Security Level: Everybody (All jira users)

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

Build: 447


 Description  « Hide
using System.Collections.Generic;

namespace Console2005
{
public class DataList : List<DataList.Item>
{
public class Item : Dictionary<string, object>
{
}
}

public class ReSharperListError
{
public static void Test()

{ DataList list = new DataList(); DataList.Item item = new DataList.Item(); list.Add(item); }

}
}



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