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