Dela via


BorrowedList<TElement>.Add(TElement) Method

Definition

Adds an item to the ICollection<T>.

public void Add (TElement element);
abstract member Add : 'Element -> unit
override this.Add : 'Element -> unit
Public Sub Add (element As TElement)

Parameters

element
TElement

Implements

Applies to