CodeStatsCountCollection.

Add(CodeStatsCount) Method

Summary

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

Syntax

public int Add(CodeStatsCount item)

Parameters

Name Type Description
item CodeStatsCount The NAnt.Contrib.Types.CodeStatsCount to be added to the end of the collection.

Return Value

Type Description
int The position into which the new element was inserted.