View Single Post
  #1 (permalink)  
Old 07-28-05, 12:25 PM
DevinG DevinG is offline
New Member
 
Join Date: Jul 2005
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Concerning Collection Object

Hello I noticed in VB.net you can have the Collection object, however in C# i can not find where the collection object exists... If it exists. Does anyone know how i can create a generic Collection Object.

The code for the VB.net Collection Object is:

public aCollectionObj as New Collection
Reply With Quote