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