| ParameterListIndexOf(Parameter) Method |
Get the index of the requested parameter, if it exists.
Namespace: MimeKitAssembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax public 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 Remarks
Finds the index of the specified parameter, if it exists.
See Also