C# Class NCop.Weaving.MixinWeaverStrategy

Inheritance: ITypeWeaver
Afficher le fichier Open project: sagifogel/NCop

Méthodes publiques

Méthode Description
MixinWeaverStrategy ( ITypeDefinitionWeaver typeDefinitionWeaver, IEnumerable methodWeavers ) : System.Collections.Generic
Weave ( ) : void

Method Details

MixinWeaverStrategy() public méthode

public MixinWeaverStrategy ( ITypeDefinitionWeaver typeDefinitionWeaver, IEnumerable methodWeavers ) : System.Collections.Generic
typeDefinitionWeaver ITypeDefinitionWeaver
methodWeavers IEnumerable
Résultat System.Collections.Generic

Weave() public méthode

public Weave ( ) : void
Résultat void