|
CodePorting.Translator Cs2Cpp
CodePorting.Translator.Cs2Cpp.Framework
|
This helper class is used to mask virtual functions get_Keys get_Values that come from IDictionary interface and substitute these to the functions with different return type. More...
#include <sorted_list.h>
Inherited by System::Collections::Generic::SortedList< TKey, TValue >.
Public Member Functions | |
| SharedPtr< IList< TKey > > | get_Keys () const |
| SharedPtr< IList< TValue > > | get_Values () const |
Protected Member Functions | |
| virtual SharedPtr< IList< TKey > > | get_KeysImpl () const =0 |
| virtual SharedPtr< IList< TValue > > | get_ValuesImpl () const =0 |
This helper class is used to mask virtual functions get_Keys get_Values that come from IDictionary interface and substitute these to the functions with different return type.
|
inline |
|
protectedpure virtual |
Implemented in System::Collections::Generic::SortedList< TKey, TValue >.
|
inline |
|
protectedpure virtual |
Implemented in System::Collections::Generic::SortedList< TKey, TValue >.