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 為唯讀。

-或-

Int32Collection 具有固定的大小。

適用於

另請參閱