C# Class Utilities.DataTypes.AOP.Generators.ConstructorGenerator

Constructor generator
Inheritance: Utilities.DataTypes.AOP.Generators.BaseClasses.GeneratorBase
Afficher le fichier Open project: JaCraig/Craig-s-Utility-Library

Méthodes publiques

Méthode Description
ConstructorGenerator ( ConstructorInfo constructor, Type declaringType ) : System

Initializes a new instance of the ConstructorGenerator class.

Generate ( List assembliesUsing, IEnumerable aspects ) : string

Generates the specified assemblies using.

Method Details

ConstructorGenerator() public méthode

Initializes a new instance of the ConstructorGenerator class.
public ConstructorGenerator ( ConstructorInfo constructor, Type declaringType ) : System
constructor System.Reflection.ConstructorInfo The constructor.
declaringType System.Type Type of the declaring.
Résultat System

Generate() public méthode

Generates the specified assemblies using.
public Generate ( List assembliesUsing, IEnumerable aspects ) : string
assembliesUsing List The assemblies using.
aspects IEnumerable The aspects.
Résultat string