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