1
2
3
4
public IList<IStatus> RepsonseHandler(string responseText)
{
	IList<IStatus> Output = null;
...

C# Generic Lists of Different ...

by mkoby, May 12, 2009 20:25, 2 refactorings, tagged with C#, generics

I have some code for a Twit...

Ef9a110e6f84d3ebf3d4672ad090a1de Talk