TrackingConfigurationCollection<TConfigurationElement>.Item[Int32] Property

Definition

Gets the element as the specified index.

public:
 property TConfigurationElement default[int] { TConfigurationElement get(int index); void set(int index, TConfigurationElement value); };
public TConfigurationElement this[int index] { get; set; }
member this.Item(int) : 'ConfigurationElement with get, set
Default Public Property Item(index As Integer) As TConfigurationElement

Parameters

index
Int32

The index of the element to retrieve.

Property Value

TConfigurationElement

The element at the specified index.

Applies to