[Missing <summary> documentation for T:EPiServer.Framework.Configuration.ConfigurationElementCollection`1]

Namespace:  EPiServer.Framework.Configuration
Assembly:  EPiServer.Framework (in EPiServer.Framework.dll) Version: 6.1.79.0

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

[Missing <typeparam name="T"/> documentation for "T:EPiServer.Framework.Configuration.ConfigurationElementCollection`1"]

Inheritance Hierarchy

See Also