WebMapCollection Class

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
SerializableAttribute

Constructors

Name Summary
WebMapCollection() Initializes a new instance of the NAnt.VSNet.Types.WebMapCollection class.
WebMapCollection(WebMap[]) Initializes a new instance of the NAnt.VSNet.Types.WebMapCollection class with the specified array of NAnt.VSNet.Types.WebMap instances.
WebMapCollection(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(WebMap) int
Adds a NAnt.VSNet.Types.WebMap to the end of the collection.
AddRange(WebMap[]) void
Adds the elements of a NAnt.VSNet.Types.WebMap array to the end of the collection.
AddRange(WebMapCollection) void
Adds the elements of a NAnt.VSNet.Types.WebMapCollection to the end of the collection.
Contains(string) bool
Determines whether a NAnt.VSNet.Types.WebMap with the specified value is in the collection.
Contains(WebMap) bool
Determines whether a NAnt.VSNet.Types.WebMap is in the collection.
CopyTo(WebMap[], int) void
Copies the entire collection to a compatible one-dimensional array, starting at the specified index of the target array.
FindBestMatch(string) 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(WebMap) int
Retrieves the index of a specified NAnt.VSNet.Types.WebMap object in the collection.
Insert(int, WebMap) void
Inserts a NAnt.VSNet.Types.WebMap into the collection at the specified index.
Remove(WebMap) void
Removes a member from the collection.