CodeStatsCountCollection.

AddRange(CodeStatsCountCollection) Method

Summary

Adds the elements of a NAnt.Contrib.Types.CodeStatsCountCollection to the end of the collection.
Assembly
NAnt.Contrib.dll
Namespace
NAnt.Contrib.Types
Containing Type
CodeStatsCountCollection

Syntax

public void AddRange(CodeStatsCountCollection items)

Parameters

Name Type Description
items CodeStatsCountCollection The NAnt.Contrib.Types.CodeStatsCountCollection to be added to the end of the collection.

Return Value

Type Description
void