Table of Contents

Method Add

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

Add(T)

Adds the specified item to the collection of items.

public virtual T Add(T item)

Parameters

item T

The item to add.

Returns

T

value of item parameter to allow method chaining.