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

Constructor generator
Inheritance: Utilities.DataTypes.AOP.Generators.BaseClasses.GeneratorBase
ファイルを表示 Open project: JaCraig/Craig-s-Utility-Library

Public Methods

Method 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 method

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.
return System

Generate() public method

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