Overload | Description |
---|---|
UsAndParentAssembliesAndNamespaces(IEnumerable<IField>) | Returns a sequence of ICodeElement objects, containing these fields and and all their IMember.ParentAssembly and IMember.ParentNamespace objects. |
UsAndParentAssembliesAndNamespaces(IEnumerable<IMember>) | Returns a sequence of ICodeElement objects, containing these members and and all their IMember.ParentAssembly and IMember.ParentNamespace objects. |
UsAndParentAssembliesAndNamespaces(IEnumerable<IMethod>) | Returns a sequence of ICodeContainer objects, containing these methods and and all their IMember.ParentAssembly and IMember.ParentNamespace objects. |
UsAndParentAssembliesAndNamespaces(IEnumerable<IType>) | Returns a sequence of ICodeElementParent objects, containing these types and all their IMember.ParentAssembly and IMember.ParentNamespace objects. |