Repository<T>.Remove(T) Method

Definition

Remove the specified item from the repository.

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

Parameters

item
T

Object to remove.

Applies to