Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
基本上,它们都是可互操作的还是仅仅是数组?
它们在 WSDL 中的投影方式相同,因此您可以在客户端中使用一个,在服务器中使用另一个,而不会出现问题。就 WCF 而言,T[]、Collection 和 List 都被认为是“相同的”。