コード例 #1
0
 static NamedJsonBuffer()
 {
     Empty = new NamedJsonBuffer();
 }
コード例 #2
0
 public bool Equals(NamedJsonBuffer other)
 {
     return ((this.Name == other.Name) && this.Buffer.Equals(other.Buffer));
 }