ServiceDescriptionCollection Constructor ()

 

Initializes a new instance of the ServiceDescriptionCollection class.

Namespace:   System.Web.Services.Description
Assembly:  System.Web.Services (in System.Web.Services.dll)

public:
ServiceDescriptionCollection()

// Create a ServiceDescriptionCollection.
ServiceDescriptionCollection^ myCollection = gcnew ServiceDescriptionCollection;

// Add ServiceDescriptions to the collection.
myCollection->Add( myServiceDescription1 );
myCollection->Add( myServiceDescription2 );

.NET Framework
Available since 1.1
Return to top
Show: