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

Afficher le fichier Open project: endjin/Endjin.Assembly.ChangeDetection

Méthodes publiques

Свойство Type Description
Arguments List
GenericTypeName string
Parent GenericType

Méthodes publiques

Méthode Description
GenericType ( string typeName, GenericType parent ) : System

Method Details

GenericType() public méthode

public GenericType ( string typeName, GenericType parent ) : System
typeName string
parent GenericType
Résultat System

Property Details

Arguments public_oe property

public List Arguments
Résultat List

GenericTypeName public_oe property

public string GenericTypeName
Résultat string

Parent public_oe property

public GenericType Parent
Résultat GenericType