Hexapp Documentation
Hexapp Documentation
Hexapp API
Reference
MicaSystems.Utils
Utils_Linq Class
Utils_Linq Methods
AddRange Method
AddRange Method (List(String), String[])
AddRange(T) Method (List(T), T[])
Utils_Linq
AddRange
T
Method (List
T
,
T
)
Adds the elements of the specified collection to the end of the System.Collections.Generic.List.
Namespace:
MicaSystems.Utils
Assembly:
MicaSystems.Utils (in MicaSystems.Utils.dll) Version: 1.0.0.0 (1.1.0.123)
Syntax
C#
Copy
public
static
void
AddRange
<T>(
this
List
<T>
objs
,
params
T[]
objToAdd
)
Parameters
objs
Type:
System.Collections.Generic
List
T
objToAdd
Type:
T
Type Parameters
T
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
List
T
. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic)
or
Extension Methods (C# Programming Guide)
.
See Also
Reference
Utils_Linq Class
AddRange Overload
MicaSystems.Utils Namespace
www.hexapp.com
×
Close feedback form
Send us
comments or requests about documentation