GenericConfigurationElementCollection(T) Class

MySQL Connector.Net

Collapse image Expand Image Copy image CopyHover image

Namespace: MySql.Data.MySqlClient
Assembly: MySql.Data (in MySql.Data.dll) Version: 6.8.4.0

Syntax

C#
public sealed class GenericConfigurationElementCollection<T> : ConfigurationElementCollection, 
	IEnumerable<T>, IEnumerable
where T : new(), ConfigurationElement
Visual Basic
Public NotInheritable Class GenericConfigurationElementCollection(Of T As {New, ConfigurationElement}) _
	Inherits ConfigurationElementCollection _
	Implements IEnumerable(Of T), IEnumerable
Visual C++
generic<typename T>
where T : gcnew(), ConfigurationElement
public ref class GenericConfigurationElementCollection sealed : public ConfigurationElementCollection, 
	IEnumerable<T>, IEnumerable

Type Parameters

T

Inheritance Hierarchy

System..::..Object
  System.Configuration..::..ConfigurationElement
    System.Configuration..::..ConfigurationElementCollection
      MySql.Data.MySqlClient..::..GenericConfigurationElementCollection<(Of <(<'T>)>)>

See Also