Class Biome
Namespace: Rebus
Assembly: Rebus.dll
Syntax
[MessagePackObject(false)]
public class Biome
Constructors
Biome(Int32, Byte, Byte, Byte)
Declaration
[SerializationConstructor]
public Biome(int population, byte red, byte green, byte blue)
Parameters
Biome(String, Int32, Byte, Byte, Byte)
Declaration
[JsonConstructor]
public Biome(string key, int population, byte red, byte green, byte blue)
Parameters
Properties
Blue
Declaration
[Key(3)]
public byte Blue { get; }
Property Value
Green
Declaration
[Key(2)]
public byte Green { get; }
Property Value
Key
Declaration
[IgnoreMember]
public string Key { get; }
Property Value
Population
Declaration
[Key(0)]
public int Population { get; }
Property Value
Red
Declaration
[Key(1)]
public byte Red { get; }
Property Value