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