Gets the index to the
MimerParameter object in the collection.
'Declaration
Public Overloads Overrides NotOverridable Function IndexOf( _
ByVal As Object _
) As Integer
public override int IndexOf(
object
)
public function IndexOf(
: TObject
): Integer; override;
public override function IndexOf(
: Object
) : int;
public: int IndexOf(
Object*
) override
Parameters
- parameter
- The MimerParameter value to find.
Return Value
The zero-based index of the
MimerParameter in the collection. If not found, -1 is returned.
.NET Framework
Version 2.0 or later