Esempio n. 1
0
 public void Accept(DBytes type, StringBuilder x)
 {
     x.Append(Bright.Common.StringUtil.ArrayToString(type.Value));
 }
 public void Accept(DBytes type, TType x, List <ResourceInfo> y)
 {
 }
 public int Accept(DBytes data, TType type, Title x)
 {
     throw new NotImplementedException();
 }
Esempio n. 4
0
 public void Accept(DBytes type, RawTextTable x)
 {
 }
Esempio n. 5
0
 public bool Accept(DBytes type)
 {
     throw new NotImplementedException();
 }
Esempio n. 6
0
 public void Accept(DBytes type, DefField x, List <ResourceInfo> y)
 {
     throw new NotImplementedException();
 }
Esempio n. 7
0
 public void Accept(DBytes type, ByteBuf x)
 {
     x.WriteBytes(type.Value);
 }
Esempio n. 8
0
 public void Accept(DBytes type, Utf8JsonWriter x)
 {
     throw new NotImplementedException();
 }
Esempio n. 9
0
 public string Accept(DBytes type)
 {
     throw new System.NotSupportedException();
 }
Esempio n. 10
0
 public bool Accept(DBytes type)
 {
     throw new NotSupportedException();
 }
Esempio n. 11
0
 public void Accept(DBytes type, DefAssembly x)
 {
     throw new NotImplementedException();
 }
Esempio n. 12
0
 public void Accept(DBytes type, StringBuilder line)
 {
     throw new NotImplementedException();
 }