Share via


UnityTypeAliasCollection.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.

Gets access to a type element to look up.

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

Syntax

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

Parameters

  • index
    Type: System.Int32
    The index to retrieve the element from.

Return Value

The element.

See Also

UnityTypeAliasCollection Class

Item Overload

Microsoft.Practices.Unity.Configuration Namespace