protected override void Establish_context()
 {
     _spec = new HostInheritsAttributesSpec();
 }
Beispiel #2
0
 public __Mixins(HostInheritsAttributesSpec host)
 {
     _ExampleMixin = new Lazy <HostInheritsAttributesSpec>(
         () => new DefaultMixinActivator().CreateInstance <HostInheritsAttributesSpec>());
 }
 protected override void Establish_context()
 {
     _spec = new HostInheritsAttributesSpec();
 }
 public __Mixins(HostInheritsAttributesSpec host)
 {
     _ExampleMixin = new Lazy<HostInheritsAttributesSpec>(
         () => new DefaultMixinActivator().CreateInstance<HostInheritsAttributesSpec>());
 }