Overload | Description |
---|---|
ChildEvents(IEnumerable<IAssembly>) | Returns a sequence of IEvent objects, containing all ICodeElementParent.ChildEvents objects of all IAssembly objects contained in this sequence assemblies. |
ChildEvents(IEnumerable<INamespace>) | Returns a sequence of IEvent objects, containing all ICodeElementParent.ChildEvents objects of all INamespace objects contained in this sequence namespaces. |
ChildEvents(IEnumerable<IType>) | Returns a sequence of IEvent objects, containing all ICodeElementParent.ChildEvents objects of all IType objects contained in this sequence types. |