ParameterCollection Class

Retired Content

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

The latest Unity Application Block information can be found at the Unity Application Block site.

An implementation of IParameterCollection that wraps a provided array containing the argument values.

Namespace:  Microsoft.Practices.Unity.InterceptionExtension
Assembly:  Microsoft.Practices.Unity.Interception (in Microsoft.Practices.Unity.Interception.dll)

Syntax

'Declaration
Public Class ParameterCollection _
    Implements IParameterCollection, IList, ICollection, IEnumerable
public class ParameterCollection : IParameterCollection, 
    IList, ICollection, IEnumerable
public ref class ParameterCollection : IParameterCollection, 
    IList, ICollection, IEnumerable
public class ParameterCollection implements IParameterCollection, IList, ICollection, IEnumerable

Inheritance Hierarchy

System.Object
  Microsoft.Practices.Unity.InterceptionExtension.ParameterCollection

See Also

ParameterCollection Members

Microsoft.Practices.Unity.InterceptionExtension Namespace