BF2Statistics.ServerSettings.ItemCount C# (CSharp) Method

ItemCount() public method

Returns the number of found settings
public ItemCount ( ) : int
return int
        public int ItemCount()
        {
            return Items.Count;
        }