Exemplo n.º 1
0
 public static object[] FailRead(EtfTokenType tokenType, byte[] bytes)
 => new object[]
Exemplo n.º 2
0
 public BinaryTestData(TestType type, EtfTokenType tokenType, IEnumerable <byte> bytes, T value)
 {
     Type  = type;
     Bytes = new ReadOnlyMemory <byte>(new byte[] { 131, (byte)tokenType }.Concat(bytes).ToArray());
     Value = value;
 }