|  | ParameterListIndexOf(Parameter) Method | 
            Get the index of the requested parameter, if it exists.
            
Namespace: MimeKitAssembly: MimeKit (in MimeKit.dll) Version: 4.12.0
 Syntax
Syntaxpublic int IndexOf(
	Parameter param
)
Parameters
- param  Parameter
- The parameter.
Return Value
Int32The index of the requested parameter; otherwise 
Field Value
Int32-1.
Implements
IListTIndexOf(T) Exceptions
Exceptions Remarks
Remarks
            Finds the index of the specified parameter, if it exists.
            
 See Also
See Also