System.Reflection.ParameterInfo.IsLcid Property

Gets a value indicating whether this parameter is a locale identifier (lcid).

Syntax

public bool IsLcid { get; }

Value

Documentation for this section has not yet been entered.

Remarks

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 Lcid flag of the ParameterAttributes enumerator.

To get the System.Reflection.ParameterInfo array, first get the method or the constructor and then call MethodBase.GetParameters.

Requirements

Namespace: System.Reflection
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0