CodeStatsCountCollection.

AddRange(CodeStatsCount[]) Method

Summary

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

Syntax

public void AddRange(CodeStatsCount[] items)

Parameters

Name Type Description
items CodeStatsCount[] The array of NAnt.Contrib.Types.CodeStatsCount elements to be added to the end of the collection.

Return Value

Type Description
void