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