G
Guest
This may sound like a simple question but in VB.NET you can declare a
Collection as
public MyCollection As Collection
How could you write the same declaration in C#?
Collection as
public MyCollection As Collection
How could you write the same declaration in C#?