ConfigurationElementCollection(T) Class

MS Activities Extensions

Collapse imageExpand ImageCopy imageCopyHover image
Generic class for creating configuration elements

Namespace: Microsoft.Activities.Extensions.ServiceModel
Assembly: Microsoft.Activities.Extensions (in Microsoft.Activities.Extensions.dll) Version: 2.0.6.9 (2.0.6.9)

Syntax

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

Type Parameters

T
The type of the configuration element

Inheritance Hierarchy

System..::..Object
  System.Configuration..::..ConfigurationElement
    System.Configuration..::..ConfigurationElementCollection
      Microsoft.Activities.Extensions.ServiceModel..::..ConfigurationElementCollection<(Of <(<'T>)>)>

See Also