Click or drag to resize

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
)

Parameters

collection
Type: System.Collections.GenericIEnumerableT

[Missing <param name="collection"/> documentation for "M:SysadminsLV.PKI.BasicCollection`1.AddRange(System.Collections.Generic.IEnumerable{`0})"]

Exceptions
ExceptionCondition
AccessViolationExceptionA collection is read-only.
See Also