ServiceDescriptionFormatExtensionCollection.Find Method (Type)

 

Searches the ServiceDescriptionFormatExtensionCollection and returns the first element of the specified derived Type.

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

Public Function Find (
	type As Type
) As Object

Parameters

type
Type: System.Type

A Type for which to search the collection.

Return Value

Type: System.Object

If the search is successful, an object of the specified Type; otherwise, null.

This method searches the collection in index order, and returns only the matching element with the lowest-numbered index.

.NET Framework
Available since 1.1
Return to top
Show: