C# Class NCop.Mixins.Weaving.AbstrcatMixinsTypeWeaverBuilder

Inheritance: NCop.Weaving.AbstractTypeWeaverBuilder, IMixinMapBag
ファイルを表示 Open project: sagifogel/NCop

Protected Properties

Property Type Description
mixinsMap NCop.Core.TypeMapSet
registry INCopDependencyAwareRegistry

Public Methods

Method Description
Add ( TypeMap item ) : void

Protected Methods

Method Description
AbstrcatMixinsTypeWeaverBuilder ( Type type, INCopDependencyAwareRegistry registry ) : System

Method Details

AbstrcatMixinsTypeWeaverBuilder() protected method

protected AbstrcatMixinsTypeWeaverBuilder ( Type type, INCopDependencyAwareRegistry registry ) : System
type System.Type
registry INCopDependencyAwareRegistry
return System

Add() public method

public Add ( TypeMap item ) : void
item NCop.Core.TypeMap
return void

Property Details

mixinsMap protected_oe property

protected TypeMapSet,NCop.Core mixinsMap
return NCop.Core.TypeMapSet

registry protected_oe property

protected INCopDependencyAwareRegistry registry
return INCopDependencyAwareRegistry