NAnt SDK Documentation - v0.92

WebMapCollection Constructor (WebMap[])

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
);

See Also

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