MethodBaseGetParameters Method |
When overridden in a derived class, gets the parameters of the specified method or constructor.
Namespace: System.ReflectionAssembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax public abstract ParameterInfo[] GetParameters()
Return Value
Type:
ParameterInfoAn array of type ParameterInfo containing information that matches the signature of the method (or constructor) reflected by this MethodBase instance.
See Also