Ejemplo n.º 1
0
 static NamedJsonBuffer()
 {
     Empty = new NamedJsonBuffer();
 }
Ejemplo n.º 2
0
 public bool Equals(NamedJsonBuffer other)
 {
     return ((this.Name == other.Name) && this.Buffer.Equals(other.Buffer));
 }