次の方法で共有


Insert メソッド

Account をコレクションに挿入します。

オーバーロードの一覧

  名前 説明
パブリック メソッド Insert(Int32, Account) Account をコレクション内の指定したインデックスに挿入します。
パブリック メソッド Insert(Int32, String) 指定した識別子の Account を作成し、コレクション内の指定したインデックスに挿入します。
プロテクト メソッド Insert(Int32, ModelComponent) インフラストラクチャです。 (ModelComponentCollection から継承されています。)
プロテクト メソッド Insert(IModelComponent, String, Int32) (ModelComponentCollection から継承されています。)
プロテクト メソッド Insert(IModelComponent, String, Int32, Boolean) (ModelComponentCollection から継承されています。)

Top