Version: 2020.2
public T AtIndex (int index);

参数

index 匹配的元素的索引。

返回

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

描述

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