Enum MethodLookup
Represents method declaration type.
Namespace: DotNext.Reflection
Assembly: DotNext.Reflection.dll
Syntax
public enum MethodLookup : byte
  Fields
| Name | Description | 
|---|---|
| Instance | Represents instance method.  | 
      
| Static | Represents static method.  |