| Overload | Description | 
|---|---|
| UsAndChildMethods(IEnumerable<IAssembly>) | Returns a sequence of ICodeContainer objects, containing these assemblies and all their ChildMethods objects. | 
| UsAndChildMethods(IEnumerable<INamespace>) | Returns a sequence of ICodeContainer objects, containing these namespaces and all their ChildMethods objects. | 
| UsAndChildMethods(IEnumerable<IType>) | Returns a sequence of ICodeContainer objects, containing these types and all their MethodsAndConstructors objects. | 
