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