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