mirror of
https://github.com/oliverbooth/X10D
synced 2024-11-10 04:55:42 +00:00
[ci skip] Format Endianess enum
This commit is contained in:
parent
20c438b807
commit
8683bd79fa
@ -10,12 +10,10 @@ public enum Endianness
|
||||
/// <summary>
|
||||
/// The value should be read as though it uses little endian encoding.
|
||||
/// </summary>
|
||||
[Description("The value should be read as though it uses little endian encoding.")]
|
||||
LittleEndian,
|
||||
[Description("The value should be read as though it uses little endian encoding.")] LittleEndian,
|
||||
|
||||
/// <summary>
|
||||
/// The value should be read as though it uses big endian encoding.
|
||||
/// </summary>
|
||||
[Description("The value should be read as though it uses big endian encoding.")]
|
||||
BigEndian
|
||||
}
|
||||
[Description("The value should be read as though it uses big endian encoding.")] BigEndian
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user