CodeStatsCountCollection Class

Summary

Contains a collection of NAnt.Contrib.Types.CodeStatsCount elements.
Assembly
NAnt.Contrib.dll
Namespace
NAnt.Contrib.Types
Base Types
  • CollectionBase
graph BT Type-->Base0["CollectionBase"] Type["CodeStatsCountCollection"] class Type type-node

Syntax

[Serializable()]
public class CodeStatsCountCollection : CollectionBase

Attributes

Type Description
SerializableAttribute

Constructors

Name Summary
CodeStatsCountCollection() Initializes a new instance of the NAnt.Contrib.Types.CodeStatsCountCollection class.
CodeStatsCountCollection(CodeStatsCount[]) Initializes a new instance of the NAnt.Contrib.Types.CodeStatsCountCollection class with the specified array of NAnt.Contrib.Types.CodeStatsCount instances.
CodeStatsCountCollection(CodeStatsCountCollection) Initializes a new instance of the NAnt.Contrib.Types.CodeStatsCountCollection class with the specified NAnt.Contrib.Types.CodeStatsCountCollection instance.

Properties

Name Value Summary
this[int] CodeStatsCount
Gets or sets the element at the specified index.
this[string] CodeStatsCount
Gets the NAnt.Contrib.Types.CodeStatsCount with the specified name.

Methods

Name Value Summary
Add(CodeStatsCount) int
Adds a NAnt.Contrib.Types.CodeStatsCount to the end of the collection.
AddRange(CodeStatsCount[]) void
Adds the elements of a NAnt.Contrib.Types.CodeStatsCount array to the end of the collection.
AddRange(CodeStatsCountCollection) void
Adds the elements of a NAnt.Contrib.Types.CodeStatsCountCollection to the end of the collection.
Contains(CodeStatsCount) bool
Determines whether a NAnt.Contrib.Types.CodeStatsCount is in the collection.
Contains(string) bool
Determines whether a NAnt.Contrib.Types.CodeStatsCount with the specified value is in the collection.
CopyTo(CodeStatsCount[], int) void
Copies the entire collection to a compatible one-dimensional array, starting at the specified index of the target array.
GetEnumerator() CodeStatsCountEnumerator
Returns an enumerator that can iterate through the collection.
IndexOf(CodeStatsCount) int
Retrieves the index of a specified NAnt.Contrib.Types.CodeStatsCount object in the collection.
Insert(int, CodeStatsCount) void
Inserts a NAnt.Contrib.Types.CodeStatsCount into the collection at the specified index.
Remove(CodeStatsCount) void
Removes a member from the collection.