ParameterCollection Class

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