C# Class ICSharpCode.NRefactory.CSharp.Resolver.OverloadResolution.ConstraintValidatingSubstitution

Inheritance: TypeParameterSubstitution
Show file Open project: 0xd4d/NRefactory

Public Properties

Property Type Description
ConstraintsValid bool

Public Methods

Method Description
ConstraintValidatingSubstitution ( IList classTypeArguments, IList methodTypeArguments, OverloadResolution overloadResolution ) : System
VisitParameterizedType ( ICSharpCode.NRefactory.TypeSystem.ParameterizedType type ) : IType

Method Details

ConstraintValidatingSubstitution() public method

public ConstraintValidatingSubstitution ( IList classTypeArguments, IList methodTypeArguments, OverloadResolution overloadResolution ) : System
classTypeArguments IList
methodTypeArguments IList
overloadResolution OverloadResolution
return System

VisitParameterizedType() public method

public VisitParameterizedType ( ICSharpCode.NRefactory.TypeSystem.ParameterizedType type ) : IType
type ICSharpCode.NRefactory.TypeSystem.ParameterizedType
return IType

Property Details

ConstraintsValid public property

public bool ConstraintsValid
return bool