Class ParameterInfo
- Namespace
- System.Reflection
- Assembly
- mscorlib.dll
Discovers the attributes of a parameter and provides access to parameter metadata.
public abstract class ParameterInfo
- Inheritance
-
ParameterInfo
- Inherited Members
- Extension Methods
Remarks
Available only in mscorlib build with support for System.Reflection.
Constructors
ParameterInfo()
protected ParameterInfo()
Properties
ParameterType
Gets the Type of this parameter.
public virtual Type ParameterType { get; }