A generic implementation of the IConfigCollection interface.
Object
BaseConfigCollection
[Visual Basic] Public Class BaseConfigCollection Implements IConfigCollection, ICloneable, IList, ICollection, _ IEnumerable [C#] public class BaseConfigCollection : IConfigCollection, ICloneable, IList, ICollection, IEnumerable [C++] public __gc class BaseConfigCollection : public IConfigCollection, ICloneable, IList, ICollection, IEnumerable [JScript] public class BaseConfigCollection implements IConfigCollection, ICloneable, IList, ICollection, IEnumerable
The configuration system returns a BaseConfigCollection when no strongly typed accessor class has been defined in the schema for the ConfigType (CollectionClass attribute).
Namespace: System.Configuration
Assembly: System.Configuration.dll
BaseConfigCollection Members | System.Configuration Namespace