NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ListPrepend Class

Used by the configuration system to merge configuration information from multiple configuration files by inserting the configuration info from the child file before the information from the parent file.

Object
   ListPrepend

[Visual Basic]
Public Class ListPrepend
   Implements IConfigMerger
[C#]
public class ListPrepend : IConfigMerger
[C++]
public __gc class ListPrepend : public IConfigMerger
[JScript]
public class ListPrepend implements IConfigMerger

Remarks

Refer to Interceptors.IConfigMerger for more information.

Requirements

Namespace: System.Configuration.Interceptors

Assembly: System.Configuration.dll

See Also

ListPrepend Members | System.Configuration.Interceptors Namespace