Overload | Description |
---|---|
UsAndParentAssemblies(IEnumerable<IField>) | Returns a sequence of IAttributeTarget objects, containing these fields and and all their IMember.ParentAssembly objects. |
UsAndParentAssemblies(IEnumerable<IMember>) | Returns a sequence of IAttributeTarget objects, containing these members and and all their IMember.ParentAssembly objects. |
UsAndParentAssemblies(IEnumerable<IMethod>) | Returns a sequence of ICodeContainer objects, containing these methods and and all their IMember.ParentAssembly objects. |
UsAndParentAssemblies(IEnumerable<INamespace>) | Returns a sequence of ICodeElementParent objects, containing these namespaces and all their ParentAssembly objects. |
UsAndParentAssemblies(IEnumerable<IType>) | Returns a sequence of ICodeElementParent objects, containing these types and all their IMember.ParentAssembly objects. |