Initializes a new instance of the WebMapCollection class.
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);
WebMapCollection Class | NAnt.VSNet.Types Namespace