Instance Method インスタンスメソッド

index(ofResult:)

Returns the index of a query result object in the receiver’s results array. レシーバのもつ結果配列の中の照会結果オブジェクトのインデックスを返します。

Declaration 宣言

func index(ofResult result: Any) -> Int

Parameters パラメータ

result 結果

The query result object being inquired about. 尋ねられている照会結果オブジェクト。

Return Value 戻り値

Index of result in the query result array. 照会結果配列におけるresultのインデックス。

See Also 参照

Getting Query Results 照会結果を取得する