Table of Contents

Method Add

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

Add(TItem)

Adds an object to the end of the Items collection.

public virtual int Add(TItem item)

Parameters

item TItem

The object to be added to the end of the Items collection.

Returns

int