Welcome, guest! Login / Register - Why register?
Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)

Paste

Pasted as C# by Exoide ( 16 years ago )
public class xBuilder<I>
{
  List<I> indices = new List<I>(); // It's OK

  indices.Add(3); // Error->Argument '1': cannot convert from 'int' to 'I'
}

 

Revise this Paste

Children: 15917
Your Name: Code Language: