Show / Hide Table of Contents

Enum MethodLookup

Represents method declaration type.

Namespace: DotNext.Reflection
Assembly: DotNext.Reflection.dll
Syntax
[Serializable]
public enum MethodLookup : byte

Fields

Name Description
Instance

Represents instance method.

Static

Represents static method.

Extension Methods

EnumConverter.ToInt64<MethodLookup>()
EnumConverter.ToInt32<MethodLookup>()
EnumConverter.ToInt16<MethodLookup>()
EnumConverter.ToByte<MethodLookup>()
EnumConverter.ToUInt64<MethodLookup>()
EnumConverter.ToUInt32<MethodLookup>()
EnumConverter.ToUInt16<MethodLookup>()
EnumConverter.ToSByte<MethodLookup>()
EnumConverter.IsOneOf<MethodLookup>(MethodLookup[])
AtomicEnum.VolatileRead<MethodLookup>()
AtomicEnum.VolatileWrite<MethodLookup>(MethodLookup)
Sequence.Skip<MethodLookup, T>(Int32)
ExpressionBuilder.Const<MethodLookup>()
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX