C# Class NCop.Mixins.Weaving.AbstrcatMixinsTypeWeaverBuilder

Inheritance: NCop.Weaving.AbstractTypeWeaverBuilder, IMixinMapBag
Afficher le fichier Open project: sagifogel/NCop

Protected Properties

Свойство Type Description
mixinsMap NCop.Core.TypeMapSet
registry INCopDependencyAwareRegistry

Méthodes publiques

Méthode Description
Add ( TypeMap item ) : void

Méthodes protégées

Méthode Description
AbstrcatMixinsTypeWeaverBuilder ( Type type, INCopDependencyAwareRegistry registry ) : System

Method Details

AbstrcatMixinsTypeWeaverBuilder() protected méthode

protected AbstrcatMixinsTypeWeaverBuilder ( Type type, INCopDependencyAwareRegistry registry ) : System
type System.Type
registry INCopDependencyAwareRegistry
Résultat System

Add() public méthode

public Add ( TypeMap item ) : void
item NCop.Core.TypeMap
Résultat void

Property Details

mixinsMap protected_oe property

protected TypeMapSet,NCop.Core mixinsMap
Résultat NCop.Core.TypeMapSet

registry protected_oe property

protected INCopDependencyAwareRegistry registry
Résultat INCopDependencyAwareRegistry