PVCSCommandArgumentCollection Class

Summary

Implements a type-safe collection of NAnt.Contrib.Tasks.PVCS.PVCSCommandArguments.
Assembly
NAnt.Contrib.dll
Namespace
NAnt.Contrib.Tasks.PVCS
Base Types
  • CollectionBase
graph BT Type-->Base0["CollectionBase"] Type["PVCSCommandArgumentCollection"] class Type type-node

Syntax

public sealed class PVCSCommandArgumentCollection : CollectionBase

Properties

Name Value Summary
this[int] PVCSCommandArgument
Allows the NAnt.Contrib.Tasks.PVCS.PVCSCommandArgument objects in the collection to be manipulated.

Methods

Name Value Summary
Add(PVCSCommandArgument) void
Add(string) void
Adds a new command argument to this collection with the specified information.
Add(string, Object) void
Adds a new command argument to this collection with the specified information.
Add(string, Object, PVCSCommandArgumentPosition) void
Adds a new command argument to this collection with the specified information.
AddRange(ICollection) void
Adds all specified command arguments to this collection.
Contains(PVCSCommandArgument) bool
IndexOf(PVCSCommandArgument) int
Insert(int, PVCSCommandArgument) void
OnInsert(int, Object) void
OnSet(int, Object, Object) void
OnValidate(Object) void
Remove(PVCSCommandArgument) void
ToArray() PVCSCommandArgument[]
Retrieves an array of NAnt.Contrib.Tasks.PVCS.PVCSCommandArgument objects in this collection.