Tag : derived

Title User Language Tags Description Date
Get a list of types that are derived from a particular base class or interface. Stephen Smith C# Code iterates over a list of assemblies (see snippet http://www.codekeep.net/members/snippetedit.aspx?id=17665) looking for descendants of a particular type and with an empty constructor. March 4, 2010
class derived with Equals() overloaded michal dodo C# class derived with Equals() overloaded February 24, 2010
Overloading operators from a derived class Martyn.Rae C++ Calling base class operator overloads from a derived class February 24, 2010
Base Class Derived from CDialog Nuno Costa C++ Base Class Derived from CDialog April 4, 2008
DAL: cast a collections with objects to another collections with derived objects Arjan van Dijk C# In this case a list of BizContentsType will be casted to a list of BizBaseEntity objects September 5, 2006