NAnt SDK Documentation - v0.85-nightly-2005-11-09

WebMapCollection Constructor (WebMap[])

[This is preliminary documentation and subject to change.]

Initializes a new instance of the WebMapCollection class with the specified array of WebMap instances.

[Visual Basic]
Overloads Public Sub New( _
   ByVal value As WebMap() _
)
[C#]
public WebMapCollection(
   WebMap[] value
);

Parameters

value
Missing <param> documentation for value

Remarks

Missing <remarks> documentation for M:NAnt.VSNet.Types.WebMapCollection.#ctor(NAnt.VSNet.Types.WebMap[])

See Also

WebMapCollection Class | NAnt.VSNet.Types Namespace | WebMapCollection Constructor Overload List