Show / Hide Table of Contents

Enum OperatorLookup

Represents operator resolution strategy.

Namespace: DotNext.Reflection
Assembly: DotNext.Reflection.dll
Syntax
public enum OperatorLookup : byte

Fields

Name Description
Any

Check for any operator.

Overloaded

Check for user-defined (overloaded) operator only.

Predefined

Check for predefined operator only.

Extension Methods

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