NamespaceDocs.cs 600 B

12345678910111213
  1. // Copyright (c) Microsoft Open Technologies, Inc. All rights reserved. See License.txt in the project root for license information.
  2. namespace System.Reactive.PlatformServices
  3. {
  4. /// <summary>
  5. /// The <b>System.Reactive.PlatformServices</b> namespace contains interfaces and classes used by the runtime infrastructure of Reactive Extensions.
  6. /// Those are not intended to be used directly from user code and are subject to change in future releases of the product.
  7. /// </summary>
  8. [System.Runtime.CompilerServices.CompilerGeneratedAttribute]
  9. class NamespaceDoc
  10. {
  11. }
  12. }