| Visual Basic (Declaration) | |
|---|---|
Public Class ServiceConnectionElementCollection(Of T As ServiceConnectionConfigurationElement) Inherits ConfigurationElementCollection | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public class ServiceConnectionElementCollection<T> : ConfigurationElementCollection where T: ServiceConnectionConfigurationElement | |
| C++/CLI | |
|---|---|
generic<typename T> public ref class ServiceConnectionElementCollection : public ConfigurationElementCollection where T: ServiceConnectionConfigurationElement | |
- T
- A newable object that inherits from ServiceConnectionConfigurationElement.
System.Object
System.Configuration.ConfigurationElement
System.Configuration.ConfigurationElementCollection
Leadtools.Medical.Workstation.AddIns.ServiceConnectionElementCollection
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code