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