Smrf.NodeXL.ExcelTemplate.CalculateGraphMetricsContext.AssertValid C# (CSharp) Method

AssertValid() private method

private AssertValid ( ) : void
return void
    AssertValid()
    {
        Debug.Assert(m_oGraphMetricUserSettings != null);
        Debug.Assert(m_oBackgroundWorker != null);
    }