C# 一段代码的问题
GetEnumerator()为什么不会无限递归,这个函数?
我怎么看都是无限递归的,大佬解释下
回答:
myEnumerable
不是 MyClass
。
myEnumerable.GetEnumerator()
不是 MyClass.GetEnumerator()
。
没有递归。
以上是 C# 一段代码的问题 的全部内容, 来源链接: utcz.com/p/189701.html
GetEnumerator()为什么不会无限递归,这个函数?
我怎么看都是无限递归的,大佬解释下
myEnumerable
不是 MyClass
。
myEnumerable.GetEnumerator()
不是 MyClass.GetEnumerator()
。
没有递归。
以上是 C# 一段代码的问题 的全部内容, 来源链接: utcz.com/p/189701.html