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