摘自:stackoverflow.com/questions/24232799/why-choose-struct-over-class Structure instances are always passed by value, and class instances are always passed by reference. This means that they are suited to different kinds of tasks. As you consider the…