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