Repository<T>.GetItems Method

Definition

public:
 System::Collections::Generic::List<T> ^ GetItems();
public System.Collections.Generic.List<T> GetItems ();
member this.GetItems : unit -> System.Collections.Generic.List<'T (requires 'T : null)>
Public Function GetItems () As List(Of T)

Returns

List<T>

Applies to