-
Hi, I have see several examples of implementation of ReadOnlyList classes. But the fetch method is like this: private void DataPortal_Fetch(SomeCriteriaClass criteria) {...} But, if inside ReadOnlyListBase there is the method: "protected virtual void DataPortal_Fetch(object criteria)" . Is...