Example #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();
 }
Example #4
0
 public void Accept(DBytes type, RawTextTable x)
 {
 }
Example #5
0
 public bool Accept(DBytes type)
 {
     throw new NotImplementedException();
 }
Example #6
0
 public void Accept(DBytes type, DefField x, List <ResourceInfo> y)
 {
     throw new NotImplementedException();
 }
Example #7
0
 public void Accept(DBytes type, ByteBuf x)
 {
     x.WriteBytes(type.Value);
 }
Example #8
0
 public void Accept(DBytes type, Utf8JsonWriter x)
 {
     throw new NotImplementedException();
 }
Example #9
0
 public string Accept(DBytes type)
 {
     throw new System.NotSupportedException();
 }
 public bool Accept(DBytes type)
 {
     throw new NotSupportedException();
 }
Example #11
0
 public void Accept(DBytes type, DefAssembly x)
 {
     throw new NotImplementedException();
 }
Example #12
0
 public void Accept(DBytes type, StringBuilder line)
 {
     throw new NotImplementedException();
 }