泛型结构

public struct MyStruct<T1,T2>

{

  public T1 item1;

  public T2 item2;

}

posted @ 2011-07-19 10:05  绯色卡卡  阅读(129)  评论(0)    收藏  举报