Пример #1
0
        public void InjectInto(object target)
        {
            Type type = target.GetType();

            ApplyInjectionPoints(target, type, _typeDescriptor.GetDescription(type));
        }