C# Класс ICSharpCode.NRefactory.CSharp.Resolver.OverloadResolution.ConstraintValidatingSubstitution

Наследование: TypeParameterSubstitution
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
ConstraintsValid bool

Открытые методы

Метод Описание
ConstraintValidatingSubstitution ( IList classTypeArguments, IList methodTypeArguments, OverloadResolution overloadResolution ) : System
VisitParameterizedType ( ICSharpCode.NRefactory.TypeSystem.ParameterizedType type ) : IType

Описание методов

ConstraintValidatingSubstitution() публичный Метод

public ConstraintValidatingSubstitution ( IList classTypeArguments, IList methodTypeArguments, OverloadResolution overloadResolution ) : System
classTypeArguments IList
methodTypeArguments IList
overloadResolution OverloadResolution
Результат System

VisitParameterizedType() публичный Метод

public VisitParameterizedType ( ICSharpCode.NRefactory.TypeSystem.ParameterizedType type ) : IType
type ICSharpCode.NRefactory.TypeSystem.ParameterizedType
Результат IType

Описание свойств

ConstraintsValid публичное свойство

public bool ConstraintsValid
Результат bool