Click or drag to resize
ParameterInfoPosition Property
Gets the zero-based position of the parameter in the formal parameter list.

Namespace: System.Reflection
Assembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
public virtual int Position { get; }

Return Value

Type: Int32
An integer representing the position this parameter occupies in the parameter list.
See Also