







![]() ![]() |
MySQL Connector/Net |
GenericConfigurationElementCollection<(Of <(<'T>)>)> Class |
Members See Also Send Feedback |
![]() |
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>)>)>
System.Configuration..::..ConfigurationElement
System.Configuration..::..ConfigurationElementCollection
MySql.Data.MySqlClient..::..GenericConfigurationElementCollection<(Of <(<'T>)>)>