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

AssertValid() public method

public AssertValid ( ) : void
return void
    AssertValid()
    {
        base.AssertValid();

        Debug.Assert(m_oEdgeIDDictionary != null);
        Debug.Assert(m_oVertexIDDictionary != null);
        Debug.Assert(m_oLegendControls != null);
    }