Show / Hide Table of Contents

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.

Extension Methods

ExpressionBuilder.Const<MethodLookup>()
  • Improve this Doc
  • View Source
Back to top Generated by DocFX