|
|
@@ -7,7 +7,7 @@ namespace System.Reactive
|
|
|
/// <summary>
|
|
|
/// The <b>System.Reactive</b> namespace contains interfaces and classes used throughout the Reactive Extensions library.
|
|
|
/// </summary>
|
|
|
- [System.Runtime.CompilerServices.CompilerGenerated]
|
|
|
+ [Runtime.CompilerServices.CompilerGenerated]
|
|
|
class NamespaceDoc
|
|
|
{
|
|
|
}
|
|
|
@@ -20,7 +20,7 @@ namespace System.Reactive.Concurrency
|
|
|
/// process event streams. Schedulers are used to parameterize the concurrency introduced by query operators, provide means to virtualize time, to process historical data,
|
|
|
/// and to write unit tests for functionality built using Reactive Extensions constructs.
|
|
|
/// </summary>
|
|
|
- [System.Runtime.CompilerServices.CompilerGenerated]
|
|
|
+ [Runtime.CompilerServices.CompilerGenerated]
|
|
|
class NamespaceDoc
|
|
|
{
|
|
|
}
|
|
|
@@ -33,7 +33,7 @@ namespace System.Reactive.Disposables
|
|
|
/// management in Reactive Extensions. Those types are used extensively within the implementation of Reactive Extensions and are useful when writing custom query operators or
|
|
|
/// schedulers.
|
|
|
/// </summary>
|
|
|
- [System.Runtime.CompilerServices.CompilerGenerated]
|
|
|
+ [Runtime.CompilerServices.CompilerGenerated]
|
|
|
class NamespaceDoc
|
|
|
{
|
|
|
}
|
|
|
@@ -45,7 +45,7 @@ namespace System.Reactive.Linq
|
|
|
/// The <b>System.Reactive.Linq</b> namespace contains interfaces and classes that support expressing queries over observable sequences, using Language Integrated Query (LINQ).
|
|
|
/// Query operators are made available as extension methods for <see cref="IObservable{T}"/> and <see cref="IQbservable{T}"/> defined on the Observable and Qbservable classes, respectively.
|
|
|
/// </summary>
|
|
|
- [System.Runtime.CompilerServices.CompilerGenerated]
|
|
|
+ [Runtime.CompilerServices.CompilerGenerated]
|
|
|
class NamespaceDoc
|
|
|
{
|
|
|
}
|
|
|
@@ -58,7 +58,7 @@ namespace System.Reactive.Subjects
|
|
|
/// Subjects are often used as sources of events, allowing one party to raise events and allowing another party to write queries over the event stream. Because of their ability to
|
|
|
/// have multiple registered observers, subjects are also used as a facility to provide multicast behavior for event streams in queries.
|
|
|
/// </summary>
|
|
|
- [System.Runtime.CompilerServices.CompilerGenerated]
|
|
|
+ [Runtime.CompilerServices.CompilerGenerated]
|
|
|
class NamespaceDoc
|
|
|
{
|
|
|
}
|
|
|
@@ -70,7 +70,7 @@ namespace System.Reactive.PlatformServices
|
|
|
/// The <b>System.Reactive.PlatformServices</b> namespace contains interfaces and classes used by the runtime infrastructure of Reactive Extensions.
|
|
|
/// Those are not intended to be used directly from user code and are subject to change in future releases of the product.
|
|
|
/// </summary>
|
|
|
- [System.Runtime.CompilerServices.CompilerGenerated]
|
|
|
+ [Runtime.CompilerServices.CompilerGenerated]
|
|
|
class NamespaceDoc
|
|
|
{
|
|
|
}
|
|
|
@@ -81,8 +81,8 @@ namespace System.Reactive.Joins
|
|
|
/// <summary>
|
|
|
/// The <b>System.Reactive.Joins</b> namespace contains classes used to express join patterns over observable sequences using fluent method syntax.
|
|
|
/// </summary>
|
|
|
- [System.Runtime.CompilerServices.CompilerGenerated]
|
|
|
+ [Runtime.CompilerServices.CompilerGenerated]
|
|
|
class NamespaceDoc
|
|
|
{
|
|
|
}
|
|
|
-}
|
|
|
+}
|