IParameterCollection Interface

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.

This interface represents a list of either input or output parameters. It implements a fixed size list, plus a couple of other utility methods.

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

Syntax

'Declaration
Public Interface IParameterCollection _
    Implements IList, ICollection, IEnumerable
public interface IParameterCollection : IList, 
    ICollection, IEnumerable
public interface class IParameterCollection : IList, 
    ICollection, IEnumerable
public interface IParameterCollection extends IList, ICollection, IEnumerable

See Also

IParameterCollection Members

Microsoft.Practices.Unity.InterceptionExtension Namespace