Exemplo n.º 1
0
 private bool Equals(BuilderStub other)
 {
     return(string.Equals(_stringRepresentation, other._stringRepresentation));
 }
Exemplo n.º 2
0
 public StatStub(BuilderStub toCopy) : base(toCopy)
 {
 }
Exemplo n.º 3
0
 protected BuilderStub(BuilderStub toCopy)
 {
     _stringRepresentation = toCopy._stringRepresentation;
 }