PagedList<T>.Add(T) Method

Definition

Adds an item to this list.

public void Add (T item);
abstract member Add : 'T -> unit
override this.Add : 'T -> unit
Public Sub Add (item As T)

Parameters

item
T

The item to add to the list.

Implements

Applies to