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