Share via


DeserializableConfigurationElementCollectionBase<TElement>.Item Property (Int32)

Indexer to retrieve items in the collection by index.

Namespace: Microsoft.Practices.Unity.Configuration.ConfigurationHelpers
Assembly: Microsoft.Practices.Unity.Configuration (in Microsoft.Practices.Unity.Configuration.dll) Version: 3.0.0.0 (3.0.1304.0)

Syntax

public TElement this[
    int index
] { get; set; }
'Declaration
Public Default Property Item ( 
    index As Integer
) As TElement
    Get
    Set
public:
property TElement default[int index] {
    TElement get (int index);
    void set (int index, TElement value);
}

Parameters

Return Value

Type: TElement
The item at the given index.

See Also

DeserializableConfigurationElementCollectionBase<TElement> Class

DeserializableConfigurationElementCollectionBase<TElement> Members

Item Overload

Microsoft.Practices.Unity.Configuration.ConfigurationHelpers Namespace