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