SyntaxFix
Write A Post
Hire A Developer
Questions
You cannot access var with the generic.
var
Try something like
Console.WriteLine("Generic : {0}", test);
And override ToString method [1]
ToString
[1] http://msdn.microsoft.com/en-us/library/system.object.tostring.aspx