gpt4 book ai didi

c# - 集合类型名称中的 '1 是什么

转载 作者:可可西里 更新时间:2023-11-01 09:03:02 24 4
gpt4 key购买 nike

我想知道集合类型名称中的 '1 是什么意思?例如:List'1, IList'1 有人知道那是什么吗?

最佳答案

反引号表示:

The name of a generic type ends with a backtick (`) followed by digits representing the number of generic type arguments. The purpose of this name mangling is to allow compilers to support generic types with the same name but with different numbers of type parameters, occurring in the same scope.

http://msdn.microsoft.com/en-us/library/w3f99sx1(v=vs.110).aspx

关于c# - 集合类型名称中的 '1 是什么,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27488463/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com