'DeclarationPublic Overloads Shadows Function All() As IList(Of Invoice)
'UsageDim 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.