摘要:
C#中没有Redim,所以要用几条语句来写 VB.NET: Redim QueryParam(2) C#: //比如类型为int int[] temp = new int[2]; Array.Copy(QueryParam, temp, QueryParam.Length); ... 阅读全文
posted @ 2009-01-24 15:33 billpeng 阅读(2941) 评论(0) 推荐(0)
|
|||
摘要:
C#中没有Redim,所以要用几条语句来写 VB.NET: Redim QueryParam(2) C#: //比如类型为int int[] temp = new int[2]; Array.Copy(QueryParam, temp, QueryParam.Length); ... 阅读全文
posted @ 2009-01-24 15:33 billpeng 阅读(2941) 评论(0) 推荐(0) |
|||