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