AnalyzerUnitTest.EdgeReciprocationCalculatorTest.EdgeReciprocationCalculatorTest C# (CSharp) Method

EdgeReciprocationCalculatorTest() public method

Initializes a new instance of the class.
public EdgeReciprocationCalculatorTest ( ) : System
return System
        public EdgeReciprocationCalculatorTest()
        {
            m_oEdgeReciprocationCalculator = null;
            m_oGraph = null;
            m_oVertices = null;
            m_oEdges = null;
        }