次の方法で共有


IndexOf メソッド

Translation のインデックスを取得します。

オーバーロードの一覧

  名前 説明
プロテクト メソッド IndexOf(String) ModelComponentCollection において指定したキーを持つ IModelComponent の最初の発生の、0 から始まるインデックスを返します。 (ModelComponentCollection から継承されています。)
パブリック メソッド IndexOf(Int32) 指定した言語の Translation のインデックスを取得します。
プロテクト メソッド IndexOf(IModelComponent) (ModelComponentCollection から継承されています。)
パブリック メソッド IndexOf(Translation) 指定した Translation のインデックスを取得します。

Top