Exemplo n.º 1
0
            public override object Activate(IEnumerable <KeyValuePair <string, object> > arguments,
                                            IServiceProvider services)
            {
                object result = GetValue();

                Activation.Initialize(result, arguments, services);
                return(result);
            }
Exemplo n.º 2
0
 public void Apply(object value)
 {
     Activation.Initialize(value, _properties);
 }