Ricachet
12-12-2007, 02:31 PM
in VB you can
dim mColl as Collection
how does this look in C#?
an equivalent?
dim mColl as Collection
how does this look in C#?
an equivalent?
|
Click to See Complete Forum and Search --> : type "Collection" in C# Ricachet 12-12-2007, 02:31 PM in VB you can dim mColl as Collection how does this look in C#? an equivalent? lmf232s 12-12-2007, 02:36 PM http://labs.developerfusion.co.uk/convert/vb-to-csharp.aspx Collection mColl; Ricachet 12-12-2007, 02:57 PM i figured it out.. i think it looks like this Collection<type> mColl = new Collection<type>; build succeeded. lol webdeveloper.com
Copyright Internet.com Inc., All Rights Reserved. |