Share via


MethodParameterElementCollection.Item Property (Int32)

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.

Get the element at the given index.

Namespace:  Microsoft.Practices.Unity.Configuration
Assembly:  Microsoft.Practices.Unity.Configuration (in Microsoft.Practices.Unity.Configuration.dll)

Syntax

'Declaration
Public ReadOnly Property Item ( _
    index As Integer _
) As MethodParameterElement
public MethodParameterElement Item[
    int index
] { get; }
public:
property MethodParameterElement^ Item[int index] {
    MethodParameterElement^ get (int index);
}
JScript does not support indexed properties.

Parameters

Return Value

Element at index.

See Also

MethodParameterElementCollection Class

Item Overload

Microsoft.Practices.Unity.Configuration Namespace