C# Класс BF2Statistics.MapListEntry

Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
GameMode string
MapName string
MapSize int

Открытые методы

Метод Описание
MapListEntry ( string MapName = "", string GameMode = "", int MapSize = 16 ) : System

Creates a new instance of MapListEntry

ToString ( ) : string

Returns this MapListEntry in Con File Format

Описание методов

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

Creates a new instance of MapListEntry
public MapListEntry ( string MapName = "", string GameMode = "", int MapSize = 16 ) : System
MapName string The Map Name for this entry
GameMode string The Gamemode for this entry
MapSize int The Map size of this entry (16,32,64,128)
Результат System

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

Returns this MapListEntry in Con File Format
public ToString ( ) : string
Результат string

Описание свойств

GameMode публичное свойство

Gets or Sets the Gamemode for this map entry
public string GameMode
Результат string

MapName публичное свойство

Gets or Sets the map name of this entry
public string MapName
Результат string

MapSize публичное свойство

Gets or Sets the Map size of this entry (16,32,64,128)
public int MapSize
Результат int