IndexOf

IndexOf(T)

public int IndexOf(T node) ;

説明

Nodeのインデックスを取得

パラメーター

パラメーター名 説明
node Node

戻り値

インデックス。ない場合は-1を返す。