Hunny Software Library Reference

DispositionType.ParameterAt Method 

Gets the parameter at the specified position.

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

Parameters

index
The position of the Parameter object to get (0 <= index < NumParameters).

Return Value

The Parameter object at the specified position.

Exceptions

Exception TypeCondition
ArgumentOutOfRangeExceptionindex is out of range.

See Also

DispositionType Class | Hunny.Mime Namespace