System.Reflection.MethodBase.GetParameters Method

When overridden in a derived class, gets the parameters of the specified method or constructor.

Syntax

public abstract ParameterInfo[] GetParameters ()

Returns

An array of type ParameterInfo containing information that matches the signature of the method (or constructor) reflected by this MethodBase instance.

Remarks

Operation
As described above.

Requirements

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