Struct Shard
[JsonConverter(typeof(Shard.JsonShardConverter))]
public readonly struct Shard
- Inherited Members
Constructors
Shard(int, int)
public Shard(int id, int count)
Parameters
Properties
Count
public int Count { get; }
Property Value
Id
public int Id { get; }