Table of Contents

Method Prepend

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

Prepend(T)

Inserts the specified item at the beginning of the collection.

public virtual T Prepend(T item)

Parameters

item T

The item to insert.

Returns

T

The inserted item.