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
key
intvalue
ArenaSheet.Row
GetRoundByBlockIndex(long)
public ArenaSheet.RoundData GetRoundByBlockIndex(long blockIndex)
Parameters
blockIndex
long
Returns
GetRowByBlockIndex(long)
public ArenaSheet.Row GetRowByBlockIndex(long blockIndex)
Parameters
blockIndex
long