AddElement

AddElement(IList, object, ListInstanceType)

public IList AddElement(IList instance, object element, ListInstanceType instanceType) ;

説明

要素を追加する。

パラメーター

パラメーター名 説明
instance IList<elementType>型のインスタンス
element 追加する要素
instanceType インスタンスの変更方法

戻り値

変更した結果のインスタンス