CodeStatsCountCollection.

Remove(CodeStatsCount) Method

Summary

Removes a member from the collection.
Assembly
NAnt.Contrib.dll
Namespace
NAnt.Contrib.Types
Containing Type
CodeStatsCountCollection

Syntax

public void Remove(CodeStatsCount item)

Parameters

Name Type Description
item CodeStatsCount The NAnt.Contrib.Types.CodeStatsCount to remove from the collection.

Return Value

Type Description
void