UnknownElementHandlerMap<TContainingElement> Class
A helper class used to map element tag names to a handler method used to interpret that element.
Namespace: Microsoft.Practices.Unity.Configuration.ConfigurationHelpers
Assembly: Microsoft.Practices.Unity.Configuration (in Microsoft.Practices.Unity.Configuration.dll)
Syntax
'Declaration
Public Class UnknownElementHandlerMap(Of TContainingElement As ConfigurationElement) _
Implements IEnumerable(Of KeyValuePair(Of String, Action(Of TContainingElement, XmlReader))), _
IEnumerable
public class UnknownElementHandlerMap<TContainingElement> : IEnumerable<KeyValuePair<string, Action<TContainingElement, XmlReader>>>,
IEnumerable
where TContainingElement : ConfigurationElement
generic<typename TContainingElement>
where TContainingElement : ConfigurationElement
public ref class UnknownElementHandlerMap : IEnumerable<KeyValuePair<String^, Action<TContainingElement, XmlReader^>^>>,
IEnumerable
JScript does not support generic types or methods.
Type Parameters
- TContainingElement
Inheritance Hierarchy
System.Object
Microsoft.Practices.Unity.Configuration.ConfigurationHelpers.UnknownElementHandlerMap<TContainingElement>
See Also
UnknownElementHandlerMap<TContainingElement> Members
Microsoft.Practices.Unity.Configuration.ConfigurationHelpers Namespace