Table of Contents

Method Prepend

Namespace
Alternet.Base.Collections
Assembly
Alternet.UI.Common.dll

Prepend(T)

Same as adding of the item, but prepends the items to the beginning of the list of items owned by this collection.

public void Prepend(T item)

Parameters

item T

The object to insert.