Analyzer.Community.Community C# (CSharp) Méthode

Community() public méthode

public Community ( ) : Smrf.NodeXL.Core
Résultat 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;

            
        }