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 Sub New

' Create the object of 'ServiceDescriptionCollection' class.
Dim myCollection As New ServiceDescriptionCollection()
' Add 'ServiceDescription' objects. 
myCollection.Add(myServiceDescription1)
myCollection.Add(myServiceDescription2)

.NET Framework
Available since 1.1
Return to top
Show: