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