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