ComputeMetricsParameterList ClassMSBuildCodeMetrics
This class is just a builder for List<ComputeMetricsParameter>. Syntax sugar.
Inheritance Hierarchy

OnlineSystem Object
  OnlineSystem.Collections.Generic List ComputeMetricsParameter 
    MSBuildCodeMetrics.Core ComputeMetricsParameterList

Namespace: MSBuildCodeMetrics.Core
Assembly: MSBuildCodeMetrics.Core (in MSBuildCodeMetrics.Core.dll) Version: 0.1.4894.24375
Syntax

public class ComputeMetricsParameterList : List<ComputeMetricsParameter>
See Also