Interface IMethod<TMethod, TSignature>
Represents reflected statically typed method.
Inherited Members
Namespace: DotNext.Reflection
Assembly: DotNext.Reflection.dll
Syntax
public interface IMethod<out TMethod, out TSignature> : IMember<TMethod, TSignature>, IMember<TMethod>, ICustomAttributeProvider, IConvertible<TSignature> where TMethod : MethodBase where TSignature : Delegate
Type Parameters
Name | Description |
---|---|
TMethod | The type of the method. |
TSignature | Type of delegate describing method signature. |