| Overload | Description | 
|---|---|
| ParentTypes(IEnumerable<IField>) | Returns a sequence of IType objects, containing all IMember.ParentType objects of all IField objects contained in this sequence fields. | 
| ParentTypes(IEnumerable<IMember>) | Returns a sequence of IType objects, containing all IMember.ParentType objects of all IMember objects contained in this sequence members. | 
| ParentTypes(IEnumerable<IMethod>) | Returns a sequence of IType objects, containing all IMember.ParentType objects of all IMethod objects contained in this sequence methods. | 
| ParentTypes(IEnumerable<IType>) | Returns a sequence of IType objects made of parent types of types in types that are nested in parent types. | 
