2#include <system/collections/ienumerator_ng.h>
3#include <system/collections/iequality_comparer.h>
IEnumerable is the base interface for all non-generic collections that can be enumerated.
Definition: ienumerable_ng.h:10
virtual SharedPtr< System::Collections::IEnumerator > GetEnumerator()=0
Returns an enumerator that iterates through a collection.
Base class that enables using methods available for System.Object class in C#. All non-trivial classe...
Definition: object.h:62
Pointer class to wrap types being allocated on heap. Use it to manage memory for classes inheriting O...
Definition: smart_ptr.h:180
Definition: db_command.h:9