Class ArenaSheet
[Serializable]
public class ArenaSheet : Sheet<int, ArenaSheet.Row>, IDictionary<int, ArenaSheet.Row>, ICollection<KeyValuePair<int, ArenaSheet.Row>>, IEnumerable<KeyValuePair<int, ArenaSheet.Row>>, IEnumerable, ISheet
- Inheritance
-
ArenaSheet
- Implements
- Inherited Members
Constructors
ArenaSheet()
public ArenaSheet()
Methods
AddRow(int, Row)
protected override void AddRow(int key, ArenaSheet.Row value)
Parameters
keyintvalueArenaSheet.Row
GetRoundByBlockIndex(long)
public ArenaSheet.RoundData GetRoundByBlockIndex(long blockIndex)
Parameters
blockIndexlong
Returns
GetRowByBlockIndex(long)
public ArenaSheet.Row GetRowByBlockIndex(long blockIndex)
Parameters
blockIndexlong