mirror of
https://github.com/netchx/netch.git
synced 2026-05-07 22:44:03 +08:00
9 lines
110 B
C#
9 lines
110 B
C#
namespace DNS.Protocol.Marshalling
|
|
{
|
|
public enum Endianness
|
|
{
|
|
Big,
|
|
Little,
|
|
}
|
|
}
|