Hunny Software Library Reference

MediaType.RemoveParameterAt Method 

Removes the parameter at the specified position.

[Visual Basic]
Public Function RemoveParameterAt( _
   ByVal index As Integer _
) As Parameter
[C#]
public Parameter RemoveParameterAt(
   int index
);

Parameters

index
position of the Parameter object to remove (0 <= index < NumParameters)

Return Value

the removed Parameter object

Exceptions

Exception TypeCondition
ArgumentOutOfRangeExceptionindex is out of range

See Also

MediaType Class | Hunny.Mime Namespace