A selector that represents a list of Interceptors.HttpFileSelector. Used for configuration file hierarchy computations (see Interceptors.IConfigTransformer for details/examples).
[Visual Basic] Public Class ListSelector Inherits Selector [C#] public class ListSelector : Selector [C++] public __gc class ListSelector : public Selector [JScript] public class ListSelector extends Selector
The ListSelector usually a hierarchy of configuration files, where each selector in the list is in turn a Interceptors.HttpFileSelector (logical/physical name of the node). The ConfigManager processes a ListSelector by (conceptually):
Namespace: System.Configuration.Interceptors
Assembly: System.Configuration.dll
ListSelector Members | System.Configuration.Interceptors Namespace