Int32Collection.Add(Int32) メソッド

定義

コレクションの末尾に Int32 を追加します。

public:
 virtual void Add(int value);
public void Add (int value);
abstract member Add : int -> unit
override this.Add : int -> unit
Public Sub Add (value As Integer)

パラメーター

value
Int32

コレクションの末尾に追加する Int32

実装

例外

Int32Collection は読み取り専用です。

適用対象

こちらもご覧ください