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