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