c# - 如何在文档注释中引用数组类型

标签 c# .net visual-studio-2008 documentation comments

I just posted this question并了解了<see cref=""> , 但是当我尝试时

/// This is a set of extensions that allow more operations on a <see cref="byte[]"/>.

编译器警告我格式不正确。我需要做什么才能正确看到代码引用?

最佳答案

this post 中所述, 使用

 <see cref="T:byte[]" />

关于c# - 如何在文档注释中引用数组类型,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2367493/

相关文章:

c# - "Syntax error in insert into statement"插入图片到Access表时

c# - 在 .Net 中获取实际的 dll 路径

c# - C# : What part defines the public key? 中的 RSA 加密

c# - 构建 Windows 10 应用程序时出现 Visual Studio 2015 错误,应用程序包包含多个包

c# - SqlGeography 空间操作缓慢 - SQL Server 2016

c# - log4net 和 system.data.sqlite

c# - 通用Windows App C#-导航到同一页面的新实例时缓存页面的实例(和状态)

c# - 为什么 Powershell 无法识别 Add_Type block 中的 System.Data?

c - Release模式下 memcpy 出现问题

visual-studio-2008 - 在 Visual Studio 2008/2010 中构建 Win CE 4.2?