vb.net中的out和null怎么写?
比如asp.net中的写法是这样的:byte[] bytes = ReportViewer1.ServerReport.Render(
s_rptType, null, out mimeType, out encoding, out extension,
out streamids, out warnings);
vb.net中 out 和 null 要怎么写? 请高手赐教!谢谢!
[解决办法]
null:NULL
out:<out()> byref