CCT.NUI.Core.Clustering.ClusterCollection.ClusterCollection C# (CSharp) Method

ClusterCollection() public method

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

Same methods

ClusterCollection::ClusterCollection ( IList clusters ) : System
ClusterCollection