BF2Statistics.ServerSettings.ItemCount C# (CSharp) Метод

ItemCount() публичный Метод

Returns the number of found settings
public ItemCount ( ) : int
Результат int
        public int ItemCount()
        {
            return Items.Count;
        }