'Declaration
Public Overloads Shadows Function All() As IList(Of Customer)
'Usage
Dim instance As CustomerQuery Dim value As IList(Of Customer) value = instance.All()
public new IList<Customer> All()
public: new IList<Customer^>^ All();
Return Value
A list of Customer objects.