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