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