Summary
Implements a type-safe collection of
NAnt.Contrib.Tasks.PVCS.PVCSCommandArgument
s.
- 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 |
void | |
Add |
void |
Adds a new command argument to this collection with the specified information.
|
Add |
void |
Adds a new command argument to this collection with the specified information.
|
Add |
void |
Adds a new command argument to this collection with the specified information.
|
AddRange |
void |
Adds all specified command arguments to this collection.
|
Contains |
bool | |
IndexOf |
int | |
Insert |
void | |
OnInsert |
void | |
OnSet |
void | |
OnValidate |
void | |
Remove |
void | |
ToArray |
P |
Retrieves an array of
NAnt.Contrib.Tasks.PVCS.PVCSCommandArgument objects in this collection.
|