【发布时间】:2011-01-22 23:23:42
【问题描述】:
I just posted this question 并了解了<see cref="">,但是当我尝试时
/// This is a set of extensions that allow more operations on a <see cref="byte[]"/>.
编译器警告我它的格式不正确。我需要做什么才能正确看到代码引用?
【问题讨论】:
-
我不认为这是对 [] 本身的反对,更多的是关于编译器无法将
byte[]识别为可链接类型。我已更改您问题的标题以反映这一点:如果您不同意或认为我错了,请回滚。
标签: c# .net visual-studio-2008 documentation comments