public PersonStruct AddFriend( PersonStruct friend ) { return friend; }
public PersonStruct AddFriend(PersonStruct friend) { return(friend); }
internal PersonStruct( PersonStruct other ) : this( other.Name, other.Age ) { }
internal PersonStruct(PersonStruct other) : this(other.Name, other.Age) { }