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