IListWrapper

IListWrapper class

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

class IListWrapper

Methods

MethodDescription
virtual SmartPtr<System::Collections::IList> CreateIListWrapper()Creates object that works with original colletion via non-generic interface.

See Also