| Overload | Description | 
|---|---|
| UsAndChildFields(IEnumerable<IAssembly>) | Returns a sequence of IAttributeTarget objects, containing these assemblies and all their ChildFields objects. | 
| UsAndChildFields(IEnumerable<INamespace>) | Returns a sequence of ICodeElement objects, containing these namespaces and all their ChildFields objects. | 
| UsAndChildFields(IEnumerable<IType>) | Returns a sequence of IMember objects, containing these types and all their IType.Fields objects. | 
