Whetstone Class reference
Whetstone Class reference
Whetstone
WhetStone Namespaces
WhetStone.Looping
ResizingArray(T) Class
ResizingArray(T) Methods
Add Method
AddRange Method
Clear Method
Contains Method
CopyTo Method
GetEnumerator Method
IndexOf Method
Insert Method
minimize Method
Remove Method
RemoveAt Method
ResizeTo Method
ResizingArray
T
AddRange Method
Adds multiple elements at once.
Namespace:
WhetStone.Looping
Assembly:
WhetStone (in WhetStone.dll) Version: 1.0.4.0 (1.0.0.0)
Syntax
C#
Copy
public
void
AddRange
(
IEnumerable
<T>
x
)
Parameters
x
Type:
System.Collections.Generic
IEnumerable
T
The elements to add.
See Also
Reference
ResizingArray
T
Class
WhetStone.Looping Namespace