Int32Collection.Add(Int32) Method

Definition

Adds an Int32 to the end of the collection.

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)

Parameters

value
Int32

The Int32 to add to the end of the collection.

Implements

Exceptions

The Int32Collection is read-only.

-or-

The Int32Collection has a fixed size.

Applies to

See also