CallHandlerElementCollection Class
A collection of CallHandlerElements for configuration.
Namespace: Microsoft.Practices.Unity.InterceptionExtension.Configuration
Assembly: Microsoft.Practices.Unity.Interception.Configuration (in Microsoft.Practices.Unity.Interception.Configuration.dll)
Syntax
'Declaration
<ConfigurationCollectionAttribute(GetType(CallHandlerElement))> _
Public Class CallHandlerElementCollection _
Inherits DeserializableConfigurationElementCollection(Of CallHandlerElement)
[ConfigurationCollectionAttribute(typeof(CallHandlerElement))]
public class CallHandlerElementCollection : DeserializableConfigurationElementCollection<CallHandlerElement>
[ConfigurationCollectionAttribute(typeof(CallHandlerElement))]
public ref class CallHandlerElementCollection : public DeserializableConfigurationElementCollection<CallHandlerElement^>
public class CallHandlerElementCollection extends DeserializableConfigurationElementCollection<CallHandlerElement>
Inheritance Hierarchy
System.Object
System.Configuration.ConfigurationElement
System.Configuration.ConfigurationElementCollection
Microsoft.Practices.Unity.Configuration.ConfigurationHelpers.DeserializableConfigurationElementCollectionBase<CallHandlerElement>
Microsoft.Practices.Unity.Configuration.ConfigurationHelpers.DeserializableConfigurationElementCollection<CallHandlerElement>
Microsoft.Practices.Unity.InterceptionExtension.Configuration.CallHandlerElementCollection
See Also
CallHandlerElementCollection Members
Microsoft.Practices.Unity.InterceptionExtension.Configuration Namespace