Table of Contents

Interface ILiftedOperator

Namespace
ICSharpCode.Decompiler.CSharp.Resolver
Assembly
ICSharpCode.Decompiler.dll

Implement this interface to give overload resolution a hint that the member represents a lifted operator, which is used in the tie-breaking rules.

public interface ILiftedOperator : IParameterizedMember, IMember, IEntity, ISymbol, ICompilationProvider, INamedElement
Inherited Members
Extension Methods

Properties

NonLiftedParameters

IReadOnlyList<IParameter> NonLiftedParameters { get; }

Property Value

IReadOnlyList<IParameter>

NonLiftedReturnType

IType NonLiftedReturnType { get; }

Property Value

IType