NAnt SDK Documentation - v0.92

WebMapCollection Constructor

Initializes a new instance of the WebMapCollection class.

Overload List

Initializes a new instance of the WebMapCollection class.

public WebMapCollection();

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

public WebMapCollection(WebMap[]);

Initializes a new instance of the WebMapCollection class with the specified WebMapCollection instance.

public WebMapCollection(WebMapCollection);

See Also

WebMapCollection Class | NAnt.VSNet.Types Namespace