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