EnumerablePtr

EnumerablePtr typedef

An alias for shared pointer type pointing to IEnumerable object containing elements of type T.

typedef SharedPtr<Collections::Generic::IEnumerable<T> > System::Array< T >::EnumerablePtr

See Also