Analyzer.Community.Community C# (CSharp) Method

Community() public method

public Community ( ) : Smrf.NodeXL.Core
return Smrf.NodeXL.Core
        public Community()
        {
            m_iID = 0;
            m_oCommunityPairs = new SortedList<Int32, CommunityPair>();
            m_oCommunityPairWithMaximumDeltaQ = null;
            m_oVertices = new LinkedList<IVertex>();
            m_iDegree = 0;

            
        }