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