Esempio n. 1
0
        public ChoDictionaryAdapterConfigurationSectionAttribute(string configElementPath, Type configObjectAdapterType, string configObjectAdapterParams = null)
            : base(configElementPath)
        {
            ChoGuard.NotNull(configObjectAdapterType, CONFIG_OBJECT_ADAPTER_TYPE);

            _configObjectAdapterType   = configObjectAdapterType.AssemblyQualifiedName;
            _configObjectAdapterParams = configObjectAdapterParams;
        }