ModuleReport GetAllMembers Method MSBuildCodeMetrics
Returns a list o all members (the lowest level of the tree)

Namespace: MSBuildCodeMetrics.VisualStudioMetrics.XML
Assembly: MSBuildCodeMetrics.VisualStudioMetrics (in MSBuildCodeMetrics.VisualStudioMetrics.dll) Version: 0.1.4894.24376
Syntax

public List<MemberReport> GetAllMembers()

Return Value

Type: OnlineList MemberReport 
A list of all members
See Also