Click or drag to resize
QueryCollectionTItem Property
Gets/Sets a query object implementation for an index.

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

Parameters

index
Type: SystemInt32

Return Value

Type: QueryObjectT
See Also