NetXP 3.0 Reference
ColorCollection.AddRange Method
Adds a set of items to the collection.
[Visual Basic]
Public Sub AddRange( _
ByVal
items
As
Color()
_
)
[C#]
public
void
AddRange(
Color[]
items
);
Parameters
items
The array of items to add.
See Also
ColorCollection Class
|
NETXP.Library Namespace