Adds a new instance of an item to the collection using a constructor that takes no arguments.
[Visual Basic] Overloads Overridable Public Function Add( _ ByVal collection As Object _ ) As Object [C#] public virtual object Add( object collection ); [C++] public: virtual Object* Add( Object* collection ); [JScript] public function Add( collection : Object ) : Object;
Item created
CollectionInfo Class | CollectionInfo Members | System.WinForms.ComponentModel Namespace | CollectionInfo.Add Overload List