newtelligence.DasBlog.Web.StatisticsItem.StatisticsItem C# (CSharp) Method

StatisticsItem() private method

private StatisticsItem ( string identifier, int count ) : System
identifier string
count int
return System
        internal StatisticsItem(string identifier, int count)
        {
            this.identifier = identifier;
            this.count = count;
        }
StatisticsItem