[]
Performs additional custom processes before inserting a new element array into the CollectionBase instance.
protected virtual void OnAddRange(object[] value)
Protected Overridable Sub OnAddRange(value As Object())
Type | Name | Description |
---|---|---|
object[] | value | The new value of the element array. |