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