Click or drag to resize
QueryTItem Property
Gets the collection item for an index

Namespace:  Intuit.Ipp.LinqExtender
Assembly:  Intuit.Ipp.LinqExtender (in Intuit.Ipp.LinqExtender.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax
C#
public T this[
	int index
] { get; }

Parameters

index
Type: SystemInt32
index

Return Value

Type: T
T
See Also