C# 클래스 ICSharpCode.NRefactory.CSharp.Resolver.OverloadResolution.ConstraintValidatingSubstitution

상속: TypeParameterSubstitution
파일 보기 프로젝트 열기: 0xd4d/NRefactory

공개 프로퍼티들

프로퍼티 타입 설명
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