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