Interface IMethod<D>
Represents regular method.
Inherited Members
Namespace: DotNext.Reflection
Assembly: DotNext.Reflection.dll
Syntax
public interface IMethod<out D> : IMethod<MethodInfo, D>, IMember<MethodInfo, D>, IMember<MethodInfo>, ICustomAttributeProvider where D : Delegate
  Type Parameters
| Name | Description | 
|---|---|
| D | Type of delegate describing method signature.  |