C# 클래스 Platform.Reflection.ConstructorInfoUtils

파일 보기 프로젝트 열기: platformdotnet/Platform

공개 메소드들

메소드 설명
GetConstructorOnGenericType ( this constructorInfo ) : ConstructorInfo
GetConstructorOnTypeReplacingTypeGenericArgs ( this constructorInfo ) : ConstructorInfo

메소드 상세

GetConstructorOnGenericType() 공개 정적인 메소드

public static GetConstructorOnGenericType ( this constructorInfo ) : ConstructorInfo
constructorInfo this
리턴 System.Reflection.ConstructorInfo

GetConstructorOnTypeReplacingTypeGenericArgs() 공개 정적인 메소드

public static GetConstructorOnTypeReplacingTypeGenericArgs ( this constructorInfo ) : ConstructorInfo
constructorInfo this
리턴 System.Reflection.ConstructorInfo