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

Datei anzeigen 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_oe property

public List Arguments
return List

GenericTypeName public_oe property

public string GenericTypeName
return string

Parent public_oe property

public GenericType Parent
return GenericType