Overload | Description |
---|---|
ParentAssembliesAndNamespaces(IEnumerable<IField>) | Returns a sequence of ICodeElementParent objects, containing all IMember.ParentAssembly and IMember.ParentNamespace objects of all IMethod objects contained in this sequence fields. |
ParentAssembliesAndNamespaces(IEnumerable<IMember>) | Returns a sequence of ICodeElementParent objects, containing all IMember.ParentAssembly and IMember.ParentNamespace objects of all IMember objects contained in this sequence members. |
ParentAssembliesAndNamespaces(IEnumerable<IMethod>) | Returns a sequence of ICodeElementParent objects, containing all IMember.ParentAssembly and IMember.ParentNamespace objects of all IMethod objects contained in this sequence methods. |
ParentAssembliesAndNamespaces(IEnumerable<IType>) | Returns a sequence of ICodeElementParent objects, containing all IMember.ParentAssembly and IMember.ParentNamespace objects of all IType objects contained in this sequence types. |