Class MethodDescriptorExtensions
- Namespace
- Cuemon.Extensions
- Assembly
- Cuemon.Extensions.Core.dll
Extension methods for the MethodDescriptor class.
public static class MethodDescriptorExtensions
- Inheritance
-
MethodDescriptorExtensions
Methods
HasParameters(MethodDescriptor)
Determines whether the underlying method has parameters.
public static bool HasParameters(this MethodDescriptor descriptor)
Parameters
descriptor
MethodDescriptorThe MethodDescriptor to extend.
Returns
- Boolean
true
if the specified descriptor has parameters; otherwise,false
.