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

Inheritance: TypeParameterSubstitution
Afficher le fichier Open project: 0xd4d/NRefactory

Méthodes publiques

Свойство Type Description
ConstraintsValid bool

Méthodes publiques

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

Method Details

ConstraintValidatingSubstitution() public méthode

public ConstraintValidatingSubstitution ( IList classTypeArguments, IList methodTypeArguments, OverloadResolution overloadResolution ) : System
classTypeArguments IList
methodTypeArguments IList
overloadResolution OverloadResolution
Résultat System

VisitParameterizedType() public méthode

public VisitParameterizedType ( ICSharpCode.NRefactory.TypeSystem.ParameterizedType type ) : IType
type ICSharpCode.NRefactory.TypeSystem.ParameterizedType
Résultat IType

Property Details

ConstraintsValid public_oe property

public bool ConstraintsValid
Résultat bool