Experimental: this API is experimental and might be changed or removed in the future.

UQuery.QueryState<T0>.AtIndex

Switch to Manual
public T AtIndex (int index);

Parameters

index匹配的元素的索引。

Returns

T 指定索引处的匹配元素。

Description

选择满足所有条件的第 n 个元素或 null(如果未找到足够的元素)。