Bud*_*Joe 4 .net c# system.reactive observable
我在哪里可以找到这门课程?我已经包含了Rx扩展.我已经确定我编译的版本是Silverlight 4.我的VS2010 IDE仍然不知道IObservable的类型是什么.
我收到一个编译错误,说"无法找到类型或命名空间IObservable"
我没有在System.Collections.Generic命名空间中看到它们,就像这个线程建议 http://dotnet.uservoice.com/forums/4325-silverlight-feature-suggestions/suggestions/523437-include-iobserver-t-and-的IObservable叔接口
我错过了对dll的引用吗?
它位于System命名空间中,类型为IObservable <T>.您需要从ReactiveExtensions SDK添加对System.Observable.dll的引用.
此外,虽然不是严格要求,但您可能希望添加对System.Reactive.dll的引用,该引用包含许多可在IObservable <T>上运行的扩展方法.