Share via


ManagementPackItemCollection<T>.Item[Int32] Property

Definition

Gets the specified item from the collection.

public:
 virtual property T default[int] { T get(int i); };
public virtual T this[int i] { get; }
member this.Item(int) : 'T
Default Public Overridable ReadOnly Property Item(i As Integer) As T

Parameters

i
Int32

The index of the item to get from the collection.

Property Value

T

An object from the collection.

Applies to