System::Collections::IListWrapper Class Reference

Intrerface to support casting from generic to non-generic collection. More...

#include "ilist_wrapper.h"

Inherited by System::Collections::Generic::ListExt< T >.

Public Member Functions

virtual SmartPtr< System::Collections::IListCreateIListWrapper ()
 Creates object that works with original colletion via non-generic interface. More...
 

Detailed Description

Intrerface to support casting from generic to non-generic collection.

Member Function Documentation

◆ CreateIListWrapper()

virtual SmartPtr<System::Collections::IList> System::Collections::IListWrapper::CreateIListWrapper ( )
inlinevirtual

Creates object that works with original colletion via non-generic interface.

Reimplemented in System::Collections::Generic::ListExt< T >.