Add メソッド
Translation を作成してコレクションに追加します。
オーバーロードの一覧
名前 | 説明 | |
---|---|---|
Add(Int32) | 指定した言語の Translation を作成し、コレクションの末尾に追加します。 | |
Add(ModelComponent) | インフラストラクチャです。 (ModelComponentCollection から継承されています。) | |
Add(Translation) | Translation をコレクションの末尾に追加します。 | |
Add(String, IModelComponent) | (ModelComponentCollection から継承されています。) | |
Add(Int32, String) | 指定した言語およびキャプションの Translation を作成し、コレクションの末尾に追加します。 | |
Add(ModelComponent, Boolean) | インフラストラクチャです。 (ModelComponentCollection から継承されています。) | |
Add(String, IModelComponent, Boolean) | (ModelComponentCollection から継承されています。) |
Top