BasicCollectionTAddRange Method |
Represents a strongly typed list of objects that can be accessed by index. Provides methods to search, sort, and manipulate lists.
Namespace:
SysadminsLV.PKI
Assembly:
SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax public virtual void AddRange(
IEnumerable<T> collection
)
Public Overridable Sub AddRange (
collection As IEnumerable(Of T)
)
public:
virtual void AddRange(
IEnumerable<T>^ collection
)
abstract AddRange :
collection : IEnumerable<'T> -> unit
override AddRange :
collection : IEnumerable<'T> -> unit
Parameters
- collection
- Type: System.Collections.GenericIEnumerableT
[Missing <param name="collection"/> documentation for "M:SysadminsLV.PKI.BasicCollection`1.AddRange(System.Collections.Generic.IEnumerable{`0})"]
Exceptions See Also