Ejemplo n.º 1
0
 public PersonStruct AddFriend(PersonStruct friend)
 {
     return(friend);
 }
Ejemplo n.º 2
0
 internal PersonStruct(PersonStruct other)
     : this(other.Name, other.Age)
 {
 }