ServiceDescriptionFormatExtensionCollection::Find Method (Type^)
.NET Framework (current version)
Searches the ServiceDescriptionFormatExtensionCollection and returns the first element of the specified derived Type.
Assembly: System.Web.Services (in System.Web.Services.dll)
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
Available since 1.1
Show: