C# Class Endjin.Assembly.ChangeDetection.Query.GenericTypeMapper.GenericType

Show file Open project: endjin/Endjin.Assembly.ChangeDetection

Public Properties

Property Type Description
Arguments List
GenericTypeName string
Parent GenericType

Public Methods

Method Description
GenericType ( string typeName, GenericType parent ) : System

Method Details

GenericType() public method

public GenericType ( string typeName, GenericType parent ) : System
typeName string
parent GenericType
return System

Property Details

Arguments public property

public List Arguments
return List

GenericTypeName public property

public string GenericTypeName
return string

Parent public property

public GenericType Parent
return GenericType