Table of Contents

Class MethodDescriptorExtensions

Namespace
Cuemon.Extensions
Assembly
Cuemon.Extensions.Core.dll

Extension methods for the MethodDescriptor class.

public static class MethodDescriptorExtensions
Inheritance
Object
MethodDescriptorExtensions

Methods

HasParameters(MethodDescriptor)

Determines whether the underlying method has parameters.

public static bool HasParameters(this MethodDescriptor descriptor)

Parameters

descriptor MethodDescriptor

The MethodDescriptor to extend.

Returns

Boolean

true if the specified descriptor has parameters; otherwise, false.