ServiceDescriptionFormatExtensionCollection.IndexOf Method (Object)
.NET Framework (current version)
Searches for the specified ServiceDescriptionFormatExtension and returns the zero-based index of the first instance with the collection.
Assembly: System.Web.Services (in System.Web.Services.dll)
Parameters
- extension
-
Type:
System.Object
The ServiceDescriptionFormatExtension for which to search in the collection.
Return Value
Type: System.Int32The zero-based index of the specified ServiceDescriptionFormatExtension, or -1 if the element was not found in the collection.
.NET Framework
Available since 1.1
Available since 1.1
Show: