Method RunActionForDerivedTypes
RunActionForDerivedTypes(Type, Action<Type>)
Runs the action for all descendants of the specified type.
public static void RunActionForDerivedTypes(Type baseType, Action<Type> action)
Runs the action for all descendants of the specified type.
public static void RunActionForDerivedTypes(Type baseType, Action<Type> action)