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