Represents a collection of ConfigurationElements

Namespace:  Endeca.Data.Configuration
Assembly:  Endeca.Data (in Endeca.Data.dll) Version: 2.1.1.0 (2.1.1.620)

Syntax

C#
public abstract class ConfigurationElementCollection<T> : ConfigurationElementCollection
where T : new(), ConfigurationElement
Visual Basic (Declaration)
Public MustInherit Class ConfigurationElementCollection(Of T As {New, ConfigurationElement}) _
	Inherits ConfigurationElementCollection
Visual C++
generic<typename T>
where T : gcnew(), ConfigurationElement
public ref class ConfigurationElementCollection abstract : public ConfigurationElementCollection

Type Parameters

T
Type that extends ConfigurationElement

Inheritance Hierarchy

See Also