Interface IMember<M, D>
Represents callable program element.
Namespace: DotNext.Reflection
Assembly: DotNext.Reflection.dll
Syntax
public interface IMember<out M, out D> : IMember<M>, ICustomAttributeProvider where M : MemberInfo where D : Delegate
  Type Parameters
| Name | Description | 
|---|---|
| M | Type of reflected member.  | 
      
| D | Type of delegate.  | 
      
Properties
| Improve this Doc View SourceInvoker
Gets delegate that can be used to invoke member.
Declaration
D Invoker { get; }
  Property Value
| Type | Description | 
|---|---|
| D |