[Extension()] public static ICodeMetric<IMethod,ushort> DepthOfCreateAny( IEnumerable<IMethod> methods, IEnumerable<IType> typesCreated )
Parameters
- methods
 - This sequence of methods.
 - typesCreated
 - The types directly or indirectly instantiated by methods in the returned sequence.
 
