Interface IOperator<D>
Represents operator.
Namespace: DotNext.Reflection
Assembly: DotNext.Reflection.dll
Syntax
public interface IOperator<out D>
    where D : Delegate
  Type Parameters
| Name | Description | 
|---|---|
| D | Type of delegate describing signature of operator.  | 
      
Properties
| Improve this Doc View SourceInvoker
Gets delegate representing operator.
Declaration
D Invoker { get; }
  Property Value
| Type | Description | 
|---|---|
| D | 
Type
Gets type of operator.
Declaration
ExpressionType Type { get; }
  Property Value
| Type | Description | 
|---|---|
| ExpressionType |