C# 클래스 Endjin.Assembly.ChangeDetection.Query.GenericTypeMapper.GenericType

파일 보기 프로젝트 열기: endjin/Endjin.Assembly.ChangeDetection

공개 프로퍼티들

프로퍼티 타입 설명
Arguments List
GenericTypeName string
Parent GenericType

공개 메소드들

메소드 설명
GenericType ( string typeName, GenericType parent ) : System

메소드 상세

GenericType() 공개 메소드

public GenericType ( string typeName, GenericType parent ) : System
typeName string
parent GenericType
리턴 System

프로퍼티 상세

Arguments 공개적으로 프로퍼티

public List Arguments
리턴 List

GenericTypeName 공개적으로 프로퍼티

public string GenericTypeName
리턴 string

Parent 공개적으로 프로퍼티

public GenericType Parent
리턴 GenericType