Summary
Contains a strongly typed collection of
NAnt.VSNet.Types.WebMap
objects.
- Assembly
- NAnt
.VSNet .dll - Namespace
- NAnt
.VSNet .Types - Base Types
-
- CollectionBase
graph BT
Type-->Base0["CollectionBase"]
Type["WebMapCollection"]
class Type type-node
Syntax
[Serializable()]
public class WebMapCollection : CollectionBase
Attributes
Type | Description |
---|---|
Serializable |
Constructors
Name | Summary |
---|---|
WebMapCollection |
Initializes a new instance of the NAnt.VSNet.Types.WebMapCollection class.
|
WebMapCollection |
Initializes a new instance of the NAnt.VSNet.Types.WebMapCollection class
with the specified array of NAnt.VSNet.Types.WebMap instances.
|
WebMapCollection |
Initializes a new instance of the NAnt.VSNet.Types.WebMapCollection class
with the specified NAnt.VSNet.Types.WebMapCollection instance.
|
Properties
Name | Value | Summary |
---|---|---|
this[int] | WebMap |
Gets or sets the element at the specified index.
|
this[string] | WebMap |
Gets the
NAnt.VSNet.Types.WebMap with the specified value.
|
Methods
Name | Value | Summary |
---|---|---|
Add |
int |
Adds a
NAnt.VSNet.Types.WebMap to the end of the collection.
|
AddRange |
void |
Adds the elements of a
NAnt.VSNet.Types.WebMap array to the end of the collection.
|
AddRange |
void |
Adds the elements of a
NAnt.VSNet.Types.WebMapCollection to the end of the collection.
|
Contains |
bool |
Determines whether a
NAnt.VSNet.Types.WebMap with the specified
value is in the collection.
|
Contains |
bool |
Determines whether a
NAnt.VSNet.Types.WebMap is in the collection.
|
CopyTo |
void |
Copies the entire collection to a compatible one-dimensional array, starting at the specified index of the target array.
|
FindBestMatch |
string |
Find the best matching
NAnt.VSNet.Types.WebMap for the given Uri.
|
GetEnumerator |
WebMapEnumerator |
Returns an enumerator that can iterate through the collection.
|
IndexOf |
int |
Retrieves the index of a specified
NAnt.VSNet.Types.WebMap object in the collection.
|
Insert |
void |
Inserts a
NAnt.VSNet.Types.WebMap into the collection at the specified index.
|
Remove |
void |
Removes a member from the collection.
|