Smrf.NodeXL.ExcelTemplate.OverallMetricCalculator2.OverallMetricRows.AssertValid C# (CSharp) Method

AssertValid() private method

private AssertValid ( ) : void
return void
        AssertValid()
        {
            Debug.Assert(m_oRowInformation != null);
            Debug.Assert(m_oRowInformation.Length == 2);
        }
OverallMetricCalculator2.OverallMetricRows