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