[]
Copies the elements of the specified array to the end of the collection.
public void AddRange(SideButtonBase[] value)
Public Sub AddRange(value As SideButtonBase())
Type | Name | Description |
---|---|---|
SideButtonBase[] | value | An array of type SideButtonBase that contains the objects to add to the collection. |
Adds the contents of another IList<T> to the end of the collection.
public void AddRange(IList<SideButtonBase> value)
Public Sub AddRange(value As IList(Of SideButtonBase))
Type | Name | Description |
---|---|---|
IList<SideButtonBase> | value | An IList<T> that contains the objects to add to the collection. |