Esempio n. 1
0
        public ChoCustomTypeDescriptor(ChoTypeDescriptionProvider typeDescriptionProvider, ICustomTypeDescriptor customTypeDescriptor, Type objectType,
                                       object instance)
            : base(customTypeDescriptor)
        {
            ChoGuard.ArgumentNotNull(typeDescriptionProvider, "typeDescriptionProvider");
            ChoGuard.ArgumentNotNull(customTypeDescriptor, "customTypeDescriptor");
            ChoGuard.ArgumentNotNull(objectType, "objectType");

            TypeDescriptionProvider = typeDescriptionProvider;
            ObjectType = objectType;
            Instance   = instance;
        }
 public ChoConfigurartionTypeDescriptor(ChoTypeDescriptionProvider typeDescriptionProvider, ICustomTypeDescriptor customTypeDescriptor, Type objectType,
                                        object instance) : base(typeDescriptionProvider, customTypeDescriptor, objectType, instance)
 {
 }