加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 百科 > 正文

c# – 什么是System.Reactive.Linq.Observ? (注意阿尔法)

发布时间:2020-12-15 06:56:57 所属栏目:百科 来源:网络整理
导读:无论是System.Reactive. Linq.Observ ?ble? 注意希腊字母’alpha’代替’a’.观察不到可观察 在装配中的这个命名空间中找到了大约一百个类(所有内部的) // C:Program Files (x86)Microsoft SDKsReactive Extensionsv2.0Binaries.NETFrameworkv4.0Sys
无论是System.Reactive. Linq.Observ ?ble?

注意希腊字母’alpha’代替’a’.观察不到可观察

在装配中的这个命名空间中找到了大约一百个类(所有内部的)

// C:Program Files (x86)Microsoft SDKsReactive
Extensionsv2.0Binaries.NETFrameworkv4.0System.Reactive.Linq.dll
// System.Reactive.Linq,Version=2.0.20823.0,Culture=neutral,
PublicKeyToken=31bf3856ad364e35

解决方法

每 this comment from Bart de Smet:

You’re seeing an internal namespace with a Greek alpha in its name to
make the call stack look exactly like the methods you wrote. We can’t
have inner classes such as Where nested inside Observable,because
there’s already a method with that name. So,the closest approximation
was an Observαble namespace with classes such as Where in it.

Unfortunately,the namespace shows up in IntelliSense at this point,due to some complexities around the IDE’s handling of InternalsVisibleTo. We’re aware of this problem and are looking into it.

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读