Collection4.

Add(Object) Method

Summary

Adds an element to the end of this collection.

Syntax

public bool Add(Object element)

Remarks

Adds an element to the end of this collection.

Parameters

Name Type Description
element Object

Return Value

Type Description
bool