ParameterInfoPosition Property |
Gets the zero-based position of the parameter in the formal parameter list.
Namespace: System.ReflectionAssembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax public virtual int Position { get; }
Return Value
Type:
Int32An integer representing the position this parameter occupies in the parameter list.
See Also