public struct MyStruct<T1,T2> { public T1 item1; public T2 item2; } 转载于:https://www.cnblogs.com/happykakeru/archive/2011/07/19/2110247.html