NDoc 1.3.1 SDK

AssemblySlashDocCollection.AddRange Method 

Adds the elements of an ICollection to the end of the collection.

[Visual Basic]
Overridable Public Sub AddRange( _ 
   ByVal c As ICollection _ 
)
[C#]
public virtual void AddRange(
   ICollection c
);
[C++]
public: virtual void AddRange(
   ICollection* c
);
[JScript]
public virtual function AddRange(
   ICollection c
);

Parameters

c
The ICollection whose elements should be added to the end of the collection. The collection itself cannot be a a null reference (Nothing in Visual Basic).

Remarks

Exceptions

Exception TypeCondition
ArgumentNullExceptionc is a a null reference (Nothing in Visual Basic).

See Also

AssemblySlashDocCollection Class | NDoc.Core Namespace