摘要:
Imports System.ReflectionModule Module1 Sub Main() Dim p As New Person p.Name = "cuishengli" p.Age = 30 p.Tall = 1.78 p.Birth = "1978-09-18" Console.WriteLine("dict:") Dim dict = GetInformation(p) For Each i In dict Console.WriteLine("key={0};Value={1}", i.Key 阅读全文
posted @ 2011-03-29 20:30
cuishengli
阅读(239)
评论(0)
推荐(0)
浙公网安备 33010602011771号