ParameterInfo.IsIn Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets a value indicating whether this is an input parameter.
Assembly: mscorlib (in mscorlib.dll)
This method depends on an optional metadata flag. This flag can be inserted by compilers, but the compilers are not obligated to do so.
This method utilizes the In flag of the ParameterAttributes enumerator.
To get the ParameterInfo array, first get the method or the constructor and then call MethodBase.GetParameters.