CCT.NUI.Core.Clustering.ClusterCollection.ClusterCollection C# (CSharp) Méthode

ClusterCollection() public méthode

public ClusterCollection ( ) : System
Résultat System
        public ClusterCollection()
        {
            this.Clusters = new List<Cluster>();
        }

Same methods

ClusterCollection::ClusterCollection ( IList clusters ) : System
ClusterCollection