Suppose I have an abstract class:
public abstract class BaseClass { public List ListAllDerivedClassesWillNeed { get; set; } }