Overload | Description |
---|---|
OrderByHierarchy(IEnumerable<ICodeElement>) | Returns a sequence that contain these codeElements ordered by hierarchy. For example an assembly of codeElements is followed by its first child namespace in sequence, that is followed by its first child type in the sequence... |
OrderByHierarchy(IEnumerable<ICodeElementParent>) | Returns a sequence that contain these codeElementParents ordered by hierarchy. For example an assembly of codeElementParents is followed by its first child namespace in sequence, that is followed by its first child type in the sequence... |
OrderByHierarchy(IEnumerable<ICodeContainer>) | Returns a sequence that contain these codeContainers ordered by hierarchy. For example an assembly of codeContainers is followed by its first child namespace in sequence, that is followed by its first child type in the sequence... |
OrderByHierarchy(IEnumerable<IMember>) | Returns a sequence that contain these members ordered by hierarchy. For example a type of members is followed by its first child method in sequence, that is followed by its second child method in the sequence... |
OrderByHierarchy(IEnumerable<IAttributeTarget>) | Returns a sequence that contain these attributeTargets ordered by hierarchy. For example an assembly of attributeTargets is followed by its first child type in sequence, that is followed by its first child method in the sequence... |