Unpacking Software Livestream

Join our monthly Unpacking Software livestream to hear about the latest news, chat and opinion on packaging, software deployment and lifecycle management!

Learn More

Chocolatey Product Spotlight

Join the Chocolatey Team on our regular monthly stream where we put a spotlight on the most recent Chocolatey product releases. You'll have a chance to have your questions answered in a live Ask Me Anything format.

Learn More

Chocolatey Coding Livestream

Join us for the Chocolatey Coding Livestream, where members of our team dive into the heart of open source development by coding live on various Chocolatey projects. Tune in to witness real-time coding, ask questions, and gain insights into the world of package management. Don't miss this opportunity to engage with our team and contribute to the future of Chocolatey!

Learn More

Calling All Chocolatiers! Whipping Up Windows Automation with Chocolatey Central Management

Webinar from
Wednesday, 17 January 2024

We are delighted to announce the release of Chocolatey Central Management v0.12.0, featuring seamless Deployment Plan creation, time-saving duplications, insightful Group Details, an upgraded Dashboard, bug fixes, user interface polishing, and refined documentation. As an added bonus we'll have members of our Solutions Engineering team on-hand to dive into some interesting ways you can leverage the new features available!

Watch On-Demand
Chocolatey Community Coffee Break

Join the Chocolatey Team as we discuss all things Community, what we do, how you can get involved and answer your Chocolatey questions.

Watch The Replays
Chocolatey and Intune Overview

Webinar Replay from
Wednesday, 30 March 2022

At Chocolatey Software we strive for simple, and teaching others. Let us teach you just how simple it could be to keep your 3rd party applications updated across your devices, all with Intune!

Watch On-Demand
Chocolatey For Business. In Azure. In One Click.

Livestream from
Thursday, 9 June 2022

Join James and Josh to show you how you can get the Chocolatey For Business recommended infrastructure and workflow, created, in Azure, in around 20 minutes.

Watch On-Demand
The Future of Chocolatey CLI

Livestream from
Thursday, 04 August 2022

Join Paul and Gary to hear more about the plans for the Chocolatey CLI in the not so distant future. We'll talk about some cool new features, long term asks from Customers and Community and how you can get involved!

Watch On-Demand
Hacktoberfest Tuesdays 2022

Livestreams from
October 2022

For Hacktoberfest, Chocolatey ran a livestream every Tuesday! Re-watch Cory, James, Gary, and Rain as they share knowledge on how to contribute to open-source projects such as Chocolatey CLI.

Watch On-Demand

Downloads:

979

Downloads of v 1.0.9:

206

Last Update:

14 Jun 2020

Package Maintainer(s):

Software Author(s):

  • Totopolis
  • Liklainy
  • BerndGit

Tags:

kanban desktop task management issues tracker

Kamban Desktop application

This is not the latest version of Kamban Desktop application available.

  • 1
  • 2
  • 3

1.0.9 | Updated: 14 Jun 2020

Downloads:

979

Downloads of v 1.0.9:

206

Maintainer(s):

Software Author(s):

  • Totopolis
  • Liklainy
  • BerndGit

Kamban Desktop application 1.0.9

This is not the latest version of Kamban Desktop application available.

  • 1
  • 2
  • 3

Some Checks Have Failed or Are Not Yet Complete

Not All Tests Have Passed


Validation Testing Passed


Verification Testing Passed

Details

Scan Testing Resulted in Flagged:

This package was submitted (and approved) prior to automated virus scanning integration into the package moderation processs.

We recommend clicking the "Details" link to make your own decision on installing this package.

Details
Learn More

Deployment Method: Individual Install, Upgrade, & Uninstall

To install Kamban Desktop application, run the following command from the command line or from PowerShell:

>

To upgrade Kamban Desktop application, run the following command from the command line or from PowerShell:

>

To uninstall Kamban Desktop application, run the following command from the command line or from PowerShell:

>

Deployment Method:

NOTE

This applies to both open source and commercial editions of Chocolatey.

1. Enter Your Internal Repository Url

(this should look similar to https://community.chocolatey.org/api/v2/)


2. Setup Your Environment

1. Ensure you are set for organizational deployment

Please see the organizational deployment guide

2. Get the package into your environment

  • Open Source or Commercial:
    • Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
    • You can also just download the package and push it to a repository Download

3. Copy Your Script

choco upgrade kamban -y --source="'INTERNAL REPO URL'" --version="'1.0.9'" [other options]

See options you can pass to upgrade.

See best practices for scripting.

Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.

If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:


choco upgrade kamban -y --source="'INTERNAL REPO URL'" --version="'1.0.9'" 
$exitCode = $LASTEXITCODE

Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
  Exit 0
}

Exit $exitCode

- name: Install kamban
  win_chocolatey:
    name: kamban
    version: '1.0.9'
    source: INTERNAL REPO URL
    state: present

See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.


chocolatey_package 'kamban' do
  action    :install
  source   'INTERNAL REPO URL'
  version  '1.0.9'
end

See docs at https://docs.chef.io/resource_chocolatey_package.html.


cChocoPackageInstaller kamban
{
    Name     = "kamban"
    Version  = "1.0.9"
    Source   = "INTERNAL REPO URL"
}

Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.


package { 'kamban':
  ensure   => '1.0.9',
  provider => 'chocolatey',
  source   => 'INTERNAL REPO URL',
}

Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.


4. If applicable - Chocolatey configuration/installation

See infrastructure management matrix for Chocolatey configuration elements and examples.

Package Approved

This package was approved by moderator flcdrg on 27 Jun 2020.

Description

Kamban is an windows desktop application for personal kanban boards


Accessibility.dll
md5: D0FFA415FBA26EBEFFEFC9BE68676D0E | sha1: 1F6B81E323E18243C3B9389A5249FC273ADF2A57 | sha256: DE1AD08015F6B0E56F099639B3294950B92F6B3BDF435D0622A45C6A6C797EAE | sha512: 004231FDC2C78E695457C45F5AEE5EFC3A0299C3EB62029691A55E4AF6461B626B28CB754C8677DA6CFBCF05E1DD76C3EB674AEE0D31F8174FF072695A152C31
api-ms-win-core-console-l1-1-0.dll
md5: E5912B05988259DAD0D6D04C8A17D19B | sha1: 724F4F91041AD595E365B724A0348C83ACF12BBB | sha256: 9F3608C15C5DE2F577A2220CE124B530825717D778F1E3941E536A3AB691F733 | sha512: C270A622D7887F4C97232EA898F5380459C565817F0D201CDB081EE82E3002B6E6248753A68DA896D3B1327F93E8E8CB0CA0DCAEEF324F610E0A1C7B542C6492
api-ms-win-core-datetime-l1-1-0.dll
md5: 16789CC09A417D7DEB590FFFE4ED02DC | sha1: 4940D5B92B6B80A40371F8DF073BF3EB406F5658 | sha256: 3B68D7AB0641DE6B3E81D209B7C0D3896E4FFA76617BBADD01EB54036CDD1B07 | sha512: 19E4F086CC2137EE60316B0736B3C6B3780578896DF9A826EDFE004BB74BEE8E051C511A84D8A7EA278A5F47C82B9C955394F629AB0BB0740ECB51293D9BE7B7
api-ms-win-core-debug-l1-1-0.dll
md5: 9476AFFAAC53E6E34405C4001F141805 | sha1: E7C8A6C29C3158F8B332EEA5C33C3B1E044B5F73 | sha256: 55574F9E80D313048C245ACEFD21801D0D6C908A8A5049B4C46253EFAF420F89 | sha512: F8E3476A09D888CAEBD50DA0EA2DEBC4006004E72AF677919413655AB4595622CAC524F1BC6C13406EE341AE0052A19ED83826AD530F652E73B2C65D4FA65680
api-ms-win-core-errorhandling-l1-1-0.dll
md5: A5883C68D432F593812AB3B755B808DB | sha1: 51CBB7BA47802DC630C2507750432C55F5979C27 | sha256: B3715112A7CA4C6CC0EFEE044BD82444D3267A379E33A3EC118D87E75604204D | sha512: 27153E29E99A905FA4C8B3EDE078644A3A3F29FDF7B98E387E39C5C60444E326C92AFD74DA8FEE225F7DDF39724A0DAEF68BA238F3CC64FB7860172B8F29D79A
api-ms-win-core-file-l1-1-0.dll
md5: 241338AEF5E2C18C80FB1DB07AA8BCDF | sha1: 9ACBEEF0AC510C179B319CA69CD5378D0E70504D | sha256: 56DE091EFE467FE23CC989C1EE21F3249A1BDB2178B51511E3BD514DF12C5CCB | sha512: B9FD37F01A58594E48FA566C41827B2B9499605D9E55C2178E83EE41C8C5F50A4DF2C85EFEA94CA586EA0EA4A6D984EBB7CA2193E9306FCB853B147B2C76BC2D
api-ms-win-core-file-l1-2-0.dll
md5: 49C3FFD47257DBCB67A6BE9EE112BA7F | sha1: 04669214375B25E2DC8A3635484E6EEB206BC4EB | sha256: 322D963D2A2AEFD784E99697C59D494853D69BED8EFD4B445F59292930A6B165 | sha512: BDA5E6C669B04AAED89538A982EF430CEF389237C6C1D670819A22B2A20BF3C22AEF5CB4E73EF7837CBBD89D870693899F97CB538122059C885F4B19B7860A98
api-ms-win-core-file-l2-1-0.dll
md5: BFFFA7117FD9B1622C66D949BAC3F1D7 | sha1: 402B7B8F8DCFD321B1D12FC85A1EE5137A5569B2 | sha256: 1EA267A2E6284F17DD548C6F2285E19F7EDB15D6E737A55391140CE5CB95225E | sha512: B319CC7B436B1BE165CDF6FFCAB8A87FE29DE78F7E0B14C8F562BE160481FB5483289BD5956FDC1D8660DA7A3F86D8EEDE35C6CC2B7C3D4C852DECF4B2DCDB7F
api-ms-win-core-handle-l1-1-0.dll
md5: CCE27FF9B1E78B61955682788452F785 | sha1: A2E2A40CEA25EA4FD64B8DEAF4FBE4A2DB94107A | sha256: 8EE2DE377A045C52BBB05087AE3C2F95576EDFB0C2767F40B13454F2D9F779DE | sha512: 1FCEC1CD70426E3895C48598DFC359839D2B3F2B1E3E94314872A866540353460EC932BF3841E5AFE89AA4D6C6FAC768E21AE368D68C2BB15F65960F6F5D7D5B
api-ms-win-core-heap-l1-1-0.dll
md5: CDC266896E0DBE6C73542F6DEC19DE23 | sha1: B4310929CCB82DD3C3A779CAB68F1F9F368076F2 | sha256: 87A5C5475E9C26FABFEAD6802DAC8A62E2807E50E0D18C4BFADCB15EBF5BCBC0 | sha512: 79A29041699F41938174A6EC9797FAF8D6BF7764657D801CB3AF15C225F8EAB0135D59CFA627BD02DD7459F7B857D62299E4D082586CE690627EBDF1267EBB21
api-ms-win-core-interlocked-l1-1-0.dll
md5: 39809CC5DABF769DA8871A91A8ED9E69 | sha1: F779CDEF9DED19402AA72958085213D6671CA572 | sha256: 5CD00FF4731691F81FF528C4B5A2E408548107EFC22CC6576048B0FDCE3DFBC9 | sha512: 83A8246839D28378C6F6951D7593DC98B6CAA6DBCA5FBD023B00B3B1A9EBA0597943838C508493533C2DE276C4D2F9107D890E1C9A493EE834351CFF5DFD2CAB
api-ms-win-core-libraryloader-l1-1-0.dll
md5: 5D5FAE1A17961D6EE37637F04FE99B8A | sha1: 47143A66B4A2E2BA019BF1FD07BCCA9CFB8BB117 | sha256: 8E01EB923FC453F927A7ECA1C8AA5643E43B360C76B648088F51B31488970AA0 | sha512: 9DB32EC8416320DCB28F874B4679D2D47A5AE56317FDC9D2D65EBB553F1D6345C3DD0024294A671A694337683DD4E77254595A9CDBFE115C80D0EF53516D46AA
api-ms-win-core-localization-l1-2-0.dll
md5: 588BD2A8E0152E0918742C1A69038F1D | sha1: 9874398548891F6A08FC06437996F84EB7495783 | sha256: A07CC878AB5595AACD4AB229A6794513F897BD7AD14BCEC353793379146B2094 | sha512: 32FFE64C697F94C4DB641AB3E20B0F522CF3EBA9863164F1F6271D2F32529250292A16BE95F32D852480BD1B59B8B0554C1E7FD7C7A336F56C048F4F56E4D62F
api-ms-win-core-memory-l1-1-0.dll
md5: 6DEF20ED13972F3C3F08DBA8ECF3D6CC | sha1: 9C03356CF48112563BB845479F40BF27B293E95E | sha256: C2E887A17875D39099D662A42F58C120B9CC8A799AFD87A9E49ADF3FADDD2B68 | sha512: 5B4D2B1152BED14108DC58D358B1082E27DEFD1001D36CD72EC6F030A34D6CAF9B01C3C1DD8A9AC66D1937FCF86A6FE3469AC93B1E76D933A8F4B51C1F782F65
api-ms-win-core-namedpipe-l1-1-0.dll
md5: A056D4EEAAE37DEAB8333DCC4C910A93 | sha1: CB59F1FE73C17446EB196FC0DD7D944A0CD9D81F | sha256: 593FA2AA2474508AD942BBAA0FDC9A1BADD81C85B0DFF1C43B90A47C23AD5FB7 | sha512: C2F811994182EF51D0C011C19336179DA69357E5F284F787BCDB54F90C32768A959232A477534F7E62CD3D71A048A13E91B20042E2FE6AB108D606C7C8DF9255
api-ms-win-core-processenvironment-l1-1-0.dll
md5: F3B4AB35A65A8D938C6B60AD59BA6E7F | sha1: 2745259F4DBBEFBF6B570EE36D224ABDB18719BC | sha256: EA2972FEC12305825162AE3E1AE2B6C140E840BE0E7EBB51A7A77B7FEEDA133A | sha512: A88AFB66311494D6C15613C94555BA436CD2F75E11A49A448C9C6776DFBA24CDA25A44792A1E8B3E680C1AD3AD0574B43AC2328C6E41FF0832139C94B066DBF5
api-ms-win-core-processthreads-l1-1-0.dll
md5: 5FAF9A33BAB1D39DD9F820D34339B3D4 | sha1: 50699041060D14576ED7BACBD44BE9AF80EB902A | sha256: A1221836731C7E52C42D5809CC02B17C5EC964601631EC15A84201F423DA4AC4 | sha512: 73C25D1338DF9AEE5211FBB0E1B14E6BD853E31746C63BC46F44810622B09D52EE39B8E8A57C655DA63D3D3D4025C2CBA4D8673893D022417A2032BA3D935061
api-ms-win-core-processthreads-l1-1-1.dll
md5: D699333637DB92D319661286DF7CC39E | sha1: 0BFFB9ED366853E7019452644D26E8E8F236241B | sha256: FE760614903E6D46A1BE508DCCB65CF6929D792A1DB2C365FC937F2A8A240504 | sha512: 6FA9FF0E45F803FAF3EB9908E810A492F6F971CB96D58C06F408980AB40CBA138B52D853AA0E3C68474053690DFAFA1817F4B4C8FB728D613696B6C516FA0F51
api-ms-win-core-profile-l1-1-0.dll
md5: 7028CF6B6B609CB0E31ABD1F618E42D0 | sha1: E7E0B18A40A35BD8B0766AC72253DE827432E148 | sha256: 9E98B03A3CA1EBABDCEB7ED9C0CEB4912BB68EB68F3E0DF17F39C7A55FADA31D | sha512: D035CCFD0DE316E64187C18E6E5B36E14F615F872C08740EC22EF2C12D592E37D78AB154202926A56AB01D669EB5870DFF651280A882D6BF2A700C43DCD25AC2
api-ms-win-core-rtlsupport-l1-1-0.dll
md5: 2166FB99DEBBB1B0649C4685CF630A4A | sha1: 24F37D46DFC0EF303EF04ABF9956241AF55D25C9 | sha256: CDC4CFEBF9CBA85B0D3979BEFDB258C1F2CFCB79EDD00DA2DFBF389D080E4379 | sha512: DE27D06B1F306110B42D0ED2642A555862D0ADE7E56E5F2908E399F140AA5F43904E08D690BCB0D2F4D11D799EC18FA682DB048DA57D99CD99891E45ADD86371
api-ms-win-core-string-l1-1-0.dll
md5: B7CBC8D977A00A2574E110B01124ED40 | sha1: 637E4A9946691F76E6DEB69BDC21C210921D6F07 | sha256: 854DB7D2085CAACF83D6616761D8BDCBACB54A06C9A9B171B1C1A15E7DC10908 | sha512: B415EF4092FA62D39941BF529A2032BC8B591C54ED2050EA4730F198899F147539B2C0E97F3C4F14848C71066924C1848AE5F07779A1A47AB4C5E46F02BE7258
api-ms-win-core-synch-l1-1-0.dll
md5: 6961BF5622FFCD14C16FBFC1296950A4 | sha1: 5584C189216A17228CCA6CD07037AAA9A8603241 | sha256: 50A1542D16B42ECB3EDC1EDD0881744171EA52F7155E5269AD39234F0EA691DE | sha512: A4D0C15ACBFF4E9140AE4264FA24BD4C65FB2D1052A0B37BF281498F3B641FEF563C18115511829A23340C9440F547028D36015BA38CBD51AD0744D44D5CCD87
api-ms-win-core-synch-l1-2-0.dll
md5: 47388F3966E732706054FE3D530ED0DC | sha1: A9AEBBBB73B7B846B051325D7572F2398F5986EE | sha256: 59C14541107F5F2B94BBF8686EFEE862D20114BCC9828D279DE7BF664D721132 | sha512: CCE1FC5BCF0951B6A76D456249997B427735E874B650E5B50B3D278621BF99E39C4FC7FEE081330F20762F797BE1B1C048CB057967EC7699C9546657B3E248EE
api-ms-win-core-sysinfo-l1-1-0.dll
md5: DF50047BBD2CF3A4B0CF0567514B464C | sha1: F20AE25484A1C1B43748A1F0C422F48F092AD2C1 | sha256: 8310D855398F83CB5B9CA3ADEB358DA1354557AEC5C82C8EF91A29F79A47F620 | sha512: 5C3BFC2CCB2EE864B99F6709677474327E85889F4C962EA0A1EF9E1E876DC88B1D8E8E0F6C1422F634FF1C84A861C34E52EE07DAC7FDDE505B508BEA80562B9F
api-ms-win-core-timezone-l1-1-0.dll
md5: F62B66F451F2DAA8410AD62D453FA0A2 | sha1: 4BF13DB65943E708690D6256D7DDD421CC1CC72B | sha256: 48EB5B52227B6FB5BE70CB34009C8DA68356B62F3E707DB56AF957338BA82720 | sha512: D64C2A72ADF40BD451341552E7E6958779DE3054B0CF676B876C3BA7B86147AECBA051AC08ADC0C3BFB2779109F87DCA706C43DE3CE36E05AF0DDEE02BBBF419
api-ms-win-core-util-l1-1-0.dll
md5: A1952875628359A0632BE61BA4727684 | sha1: 1E1A5AB47E4C2B3C32C81690B94954B7612BB493 | sha256: A41BEDE183FA1C70318332D6BC54EF13817AEEE6D52B3AB408F95FA532B809F1 | sha512: 3F86180CC085DC8C9F6D3C72F5CCC0F5A0C9048343EDAF62239EB4B038799845388898408ED7E8EAC5D015A9BC42FF428F74585F64F5D3467DDDB1303BAF4F03
api-ms-win-crt-conio-l1-1-0.dll
md5: 6C88D0006CF852F2D8462DFA4E9CA8D1 | sha1: 49002B58CB0DF2EE8D868DEC335133CF225657DF | sha256: D5960C7356E8AB97D0AD77738E18C80433DA277671A6E89A943C7F7257FF3663 | sha512: D081843374A43D2E9B33904D4334D49383DF04EE7143A8B49600841ECE844EFF4E8E36B4B5966737AC931ED0350F202270E043F7003BF2748C5418D5E21C2A27
api-ms-win-crt-convert-l1-1-0.dll
md5: D53637EAB49FE1FE1BD45D12F8E69C1F | sha1: C84E41FDCC4CA89A76AE683CB390A9B86500D3CA | sha256: 83678F181F46FE77F8AFE08BFC48AEBB0B4154AD45B2EFE9BFADC907313F6087 | sha512: 94D43DA0E2035220E38E4022C429A9C049D6A355A9CB4695AD4E0E01D6583530917F3B785EA6CD2592FDD7B280B9DF95946243E395A60DC58EC0C94627832AEB
api-ms-win-crt-environment-l1-1-0.dll
md5: C712515D052A385991D30B9C6AFC767F | sha1: 9A4818897251CACB7FE1C6FE1BE3E854985186AD | sha256: F7C6C7EA22EDD2F8BD07AA5B33CBCE862EF1DCDC2226EB130E0018E02FF91DC1 | sha512: B7D1E22A169C3869AA7C7C749925A031E8BDD94C2531C6FFE9DAE3B3CD9A2EE1409CA26824C4E720BE859DE3D4B2AF637DD60308C023B4774D47AFE13284DCD2
api-ms-win-crt-filesystem-l1-1-0.dll
md5: F0D507DE92851A8C0404AC78C383C5CD | sha1: 78FA03C89EA12FF93FA499C38673039CC2D55D40 | sha256: 610332203D29AB218359E291401BF091BB1DB1A6D7ED98AB9A7A9942384B8E27 | sha512: A65C9129EE07864F568C651800F6366BCA5313BA400814792B5CC9AA769C057F357B5055988C414E88A6CD87186B6746724A43848F96A389A13E347EF5064551
api-ms-win-crt-heap-l1-1-0.dll
md5: F9E20DD3B07766307FCCF463AB26E3CA | sha1: 60B4CF246C5F414FC1CD12F506C41A1043D473EE | sha256: AF47AEBE065AF2F045A19F20EC7E54A6E73C0C3E9A5108A63095A7232B75381A | sha512: 13C43EEE9C93C9F252087CB397FF2D6B087B1DC92A47BA5493297F080E91B7C39EE5665D6BDC1A80E7320E2B085541FC798A3469B1F249B05DEE26BBBB6AB706
api-ms-win-crt-locale-l1-1-0.dll
md5: AB206F2943977256CA3A59E5961E3A4F | sha1: 9C1DF49A8DBDC8496AC6057F886F5C17B2C39E3E | sha256: B3B6EE98ACA14CF5BC9F3BC7897BC23934BF85FC4BC25B7506FE4CD9A767047A | sha512: BACCC304B091A087B2300C10F6D18BE414ABB4C1575274C327104AABB5FDF975BA26A86E423FDA6BEFB5D7564EFFAC0C138EB1BAD2D2E226131E4963C7AAC5BD
api-ms-win-crt-math-l1-1-0.dll
md5: 4DD7A61590D07500704E7E775255CB00 | sha1: 8B35EC4676BD96C2C4508DC5F98CA471B22DEED7 | sha256: A25D0654DEB0CEA1AEF189BA2174D0F13BDF52F098D3A9EC36D15E4BFB30C499 | sha512: 1086801260624CF395BF971C9FD671ABDDCD441CCC6A6EAC55F277CCFBAB752C82CB1709C8140DE7B4B977397A31DA6C9C8B693AE92264EB23960C8B1E0993BD
api-ms-win-crt-multibyte-l1-1-0.dll
md5: 4E033CFEE32EDF6BE7847E80A5114894 | sha1: 91EEF52C557AEFD0FDE27E8DF4E3C3B7F99862F2 | sha256: DFF24441DF89A02DDE1CD984E4D3820845BAFDFF105458ED10D510126117115B | sha512: E1F3D98959D68EF3D7E86AC4CB3DBDF92A34FCFD1BF0E0DB45DB66C65AF0162AB02926DC5D98C6FC4A759A6010026EE26A9021C67C0190DA941A04B783055318
api-ms-win-crt-private-l1-1-0.dll
md5: 50740F0BC326F0637C4166698298D218 | sha1: 0C33CFE40EDD278A692C2E73E941184FD24286D9 | sha256: ADBB658DD1CBECACA7CC1322B51976F30B36CCF0A751F3BAD1F29D350B192C9C | sha512: F1331AB1D52FB681F51546168E9736E2F6163E0706955E85AC9E4544D575D50E6EACD90EA3E49CB8B69DA34FE0B621B04661F0B6F09F7CE8CECA50308C263D03
api-ms-win-crt-process-l1-1-0.dll
md5: 595D79870970565BE93DB076AFBE73B5 | sha1: EC96F7BEEAEC14D3B6C437B97B4A18A365534B9B | sha256: FC50A37ACC35345C99344042D7212A4AE88AA52A894CDA3DCB9F6DB46D852558 | sha512: 152849840A584737858FC5E15F0D7802786E823A13EC5A9FC30EE032C7681DEAF11C93A8CFFEAD82DC5F73F0CD6F517F1E83B56D61D0E770CBB20E1CFFF22840
api-ms-win-crt-runtime-l1-1-0.dll
md5: 8B9B0D1C8B0E9D4B576D42C66980977A | sha1: A19ACEFA3F95D1B565650FDBC40EF98C793358E9 | sha256: 371A44AB91614A8C26D159BEB872A7B43F569CB5FAC8ADA99ACE98F264A3B503 | sha512: 4B1C5730A17118B7065FADA3B36944FE4E0260F77676B84453EE5042F6F952A51FD99DEBCA835066A6D5A61BA1C5E17247551340DD02D777A44BC1CAE84E6B5F
api-ms-win-crt-stdio-l1-1-0.dll
md5: 76E0A89C91A28CF7657779D998E679E5 | sha1: 982B5DA1C1F5B9D74AF6243885BCBA605D54DF8C | sha256: 0189CBD84DEA035763A7E52225E0F1A7DCEC402734885413ADD324BFFE688577 | sha512: D75D8798EA3C23B3998E8C3F19D0243A0C3A3262CFFD8BCEE0F0F0B75F0E990C9CE6644150D458E5702A8AA51B202734F7A9161E795F8121F061139AD2EA454F
api-ms-win-crt-string-l1-1-0.dll
md5: 96DA689947C6E215A009B9C1ECA5AEC2 | sha1: 7F389E6F2D6E5BEB2A3BAF622A0C0EA24BC4DE60 | sha256: 885309EB86DCCD8E234BA05E13FE0BF59AB3DB388EBFBF6B4FD6162D8E287E82 | sha512: 8E86FA66A939FF3274C2147463899DF575030A575C8F01573C554B760A53B339127D0D967C8CF1D315428E16E470FA1CC9C2150BB40E9B980D4EBF32E226EE89
api-ms-win-crt-time-l1-1-0.dll
md5: 6B33B34888CCECCA636971FBEA5E3DE0 | sha1: EE815A158BAACB357D9E074C0755B6F6C286B625 | sha256: 00AC02D39B7B16406850E02CA4A6101F45D6F7B4397CC9E069F2CE800B8500B9 | sha512: F52A2141F34F93B45B90EB3BBCDB64871741F2BD5FED22EAAF35E90661E8A59EBA7878524E30646206FC73920A188C070A38DA9245E888C52D25E36980B35165
api-ms-win-crt-utility-l1-1-0.dll
md5: 54F27114EB0FDA1588362BB6B5567979 | sha1: EAA07829D012206AC55FB1AF5CC6A35F341D22BE | sha256: 984306A3547BE2F48483D68D0466B21DDA9DB4BE304BEDC9FFDB953C26CAC5A1 | sha512: 18D2BDCE558655F2088918241EFDF9297DFE4A14A5D8D9C5BE539334AE26A933B35543C9071CEDADA5A1BB7C2B20238E9D012E64EB5BBF24D0F6B0B726C0329D
Autofac.dll
md5: E5B8A80EBFA70EDBAF070C471277222B | sha1: 0E8B749B06B57640846A8C831FD3D2F35BFE3F2A | sha256: 2578E1240BFDF891649B44AE5B5B591A696EB211472CA71D1CF66FDA055CE9C3 | sha512: 80FE1D5321AC636D3A40660C51D2CE5395098837AF84F26B2FCC0B14ED8A6BFA398AFCF61B9E0F1FB41CA53DD26C94884A4DE1B2CE4E1C1BBE6620AE87F5DC5D
AutoMapper.dll
md5: 975A7653C9F961B6C6652D67CA6F859D | sha1: B3CEF1C2F93BE68D4749B4F6A3C06A2B580A3043 | sha256: BD3D23B4C650AB89A7BE731C0238DDEB743B42DD8DACD7E5D7BF151079ACDD67 | sha512: 1BDFAD90D95EC85F97F2AAA3D98443A3FD91B82ABD3633B838DB49A55574375A65F02E5CA79C731CD4F024FED249513A197476C7DDC64816306E4145ABF16E6E
clrcompression.dll
md5: 46433A36D65080078DAAA6842C84EE5C | sha1: 172A3E46C628221EABC648D8CF95FC76500B1601 | sha256: 5A26C273FEEACA9618D335675C5D64593072EDC251ECDA13B2B8E811C5266738 | sha512: EA07F14D66A46D02722249C9FD1624AE159325124E1C9EC07D727D8B853D92BEF3F7B793DF938A4C4CF13F052712F735436D64C16978328B8E856A11D5E4CB05
clretwrc.dll
md5: ED764B3CB924E4DCA241FC5461A4B8F9 | sha1: 0B34ED8AC705E5B285BF75FE7C738B89B242C6F8 | sha256: B037E77944C693708BE985FFE27A004993E684A87492DC2C8BA214A1AB0935B1 | sha512: 277C10FD072FB5AFF5465D9EC1D0D3C0C4B57FC27743E866A3D77B288874DAA65CF5740D6FA6A7A5378CCB9BBBBB985CA4E42AE90935C9D3AF3129D6E243B7E7
clrjit.dll
md5: 0BA41597CD6BD4BEBF9D00D9DAB10336 | sha1: 42AC35F011B5D07599829F0A1C73EF9AA5A1306E | sha256: 5D99433270A46F61F96EB71672D976F82709E7F1CBDD50E218F38D2BF3A5B633 | sha512: E3B0E3B343F0A2FA09F91B9C112FC67A4540C4D39FFBA2942EB8222B36A463BAF5A3DDF899018300CAB3CD8BC2E414B581FFD2C02F3AFF78C77E5C0C226E98CA
ControlzEx.dll
md5: 5EAC9885464E0B9B9B72C62363AC0804 | sha1: 65EED786B6607D4AB165C372D4034C59A961F834 | sha256: 0E2348EE7DE02E0F945E0EEDFC87634FAC06D90E2FB16E75B5E73F4A7F397147 | sha512: 891279C68CA685BC84F2628AE6B65DC6E6E2B23939A3971E79A7F7CF4DD7EC297DA97F70C57B3F079CC1D17206658A41B39EAD0083A65011091EEC45E2C979EF
coreclr.dll
md5: EBB5CA617CBAADEB7515FCBEA2747917 | sha1: 77301F9A2CCDECA3B13A32CB6E5E1649A2D8F5E1 | sha256: 5F26A59DF8D186615EC681EAD9FEAAA8D30EE31E195D4288DCA7671473DB45AE | sha512: 5FE62C34FA0F82E90366FF6E6D5CD25094F63556D34CF0E9006C9379EF982D8F6A1098C48E8648C476F5FB35E63BDCBA86C9F0C64D3EA9B9B42DE0BCFF58C887
cs\PresentationCore.resources.dll
md5: 94D627628A44CB7AAFCFF531ACBBAB9B | sha1: 4E1E66E16CB1C768BB6801CE53E5929FA7DDE87E | sha256: E26724B5BBD9C6F76E3D6661E24F41A27939ADFB5239D0564A1F8A8A3957B368 | sha512: 1EA605D2DA5DCA295076139C44E0262E57DB9FA08ED80C7ABE0BD0EA7BDA9B0003CAE43377E7C2734E96D937989689A6307879C5B621F788C274D560FE83EA76
cs\PresentationFramework.resources.dll
md5: EF0FB8686338555D7CDDEF5E05A14268 | sha1: B200EEACA36DDE0740F39B8733519B38A562EB43 | sha256: 8892CB2C0BD7266EFD6A70AAB3E8628F12C19B67A574F12C41BA23851AF0E771 | sha512: C932D69D1F745E3EDC19EB1EEA9F04D6E775B87D0DEA263CB18C3E3E3FFAF375F08875DECE8ED41EC3910C44389541D76AF4F52153C0BF9F6ECA75EB49B00431
cs\PresentationUI.resources.dll
md5: AA1271714441C4D0F919E52629758A8C | sha1: 343F1387B576562A59959F5ADB1DE0FF5907522B | sha256: 1F97EEF210D49AF7BE988C709464DA602503477437541FB09EEC6A24261EE129 | sha512: A91E98ED8111153FA49206BC0A5CC4AFB6E77C6D1890ADBF11C12EF4830CB267BD976BEDDADCC6846A52E520803A8D3293BC8E82C3DD98B33FB6FAF40BC5FAA7
cs\ReachFramework.resources.dll
md5: F2C6D5C8F4AEB1556466B678D0299BF6 | sha1: D447BB1F004D994D3230558B38FBDE323C6BB3A2 | sha256: ABB9C6802B1CD2F384FA37B31E3C4A894AA243B9D468BFAFF3DB901D94E0F0E2 | sha512: 632D25466FC7B1EA3F9D0D16B2D100124DDA2E41F383EC205A18D38FCA89224955FD443CDEF0A7B6358CA05073D4400B50D22401C5F1BF645B38B8AC1B690BE3
cs\System.Printing.resources.dll
md5: C64A3AF63614250EFEB49133BF44F792 | sha1: 2692A5BFAEF394F375E8A4C84B06C30C3DE7DEBF | sha256: C99C1CE47F439165F26730B3B44246F1B0F229A38C763396EE513F7873F70740 | sha512: 79F9CDED2695840AFE3B89E7E19778161ADFBA399D8F8A0EDF176AE9AD5BA4F31063F4A4451AFB9973CA55FB8F1B428DFE7753BEAC2BC33436C8BFFE164D115F
cs\System.Windows.Controls.Ribbon.resources.dll
md5: C25BE762B27925B53B459AB55FE10D15 | sha1: D99B6C37E240526E348426087861BB06B2986A69 | sha256: 24D6CDEDFC940CC5BF0E683A6EC87904A9C94A04A8E3B03A1FF50858752C7880 | sha512: AD54BEA06822BF3D6876BEECB96DDAD9469A782D6A89D7C810C787EECFAEC5BBD72ACF48F81EB6D479CD6246B45B3EB2AEF30536EDD494230CEA802017E61C22
cs\System.Windows.Forms.Design.Editors.resources.dll
md5: DF8CB39EDF4DBA5D14149555450E5420 | sha1: 64E520E4FAA7EAF231599581F89D6BD957AB4B29 | sha256: B5578C60CBB3C5F56ACD79D989CCD6536AB5224CD8A3F296B5E01A4A147C41AE | sha512: 6F7B60B936ED0AAEC202510FCEA733CE70A490B4277103A4CFB787FCA10331FCEBD0085886AA015C384C5BBD865238F64B10ECD99ECF01CA1737317A6B0C13B4
cs\System.Windows.Forms.Design.resources.dll
md5: C5987D596536ED922D14D0D60458B2C5 | sha1: 0EF06097A3B4D39CD7FD41F87B79908FF793097B | sha256: 42DBB60F0CBBB819B0982571DD03094852B46A6A0F616568D8807F1FEA49CBB0 | sha512: BDFE4D3D2018A3CB4937595F24DA6C2BC56E60774285B67CAC846F7EC42ABC759541AD1F01E16DAC4C8E8CB073BDFC2C5115A7251892493B11286A6B1E07D2A8
cs\System.Windows.Forms.resources.dll
md5: 8E311DF1E6F175BBCDB67E23ECF2349B | sha1: 5A1D292BD9C6FB0D6A518757FD43ABEE9E41A04E | sha256: 1FDA3CF87807EAE13B63EDD0E69A435F229BE673C9CBA19BEAFD4ABA8FE8BB84 | sha512: 2A56BE61077E5902D34365A24226245553FBC99164DDD2789A0F53F9785ABC2A471F90B49D8ED2F95404DD01970B48AFDD3FF7987BD35EF906400E54BA51A8A5
cs\System.Windows.Input.Manipulations.resources.dll
md5: 7244B434374BDBB950D1344073388AE3 | sha1: 7F145FDDD61B21FDC342E6F3B68FCC3A0C3FFF57 | sha256: 52F94E9EEF8DAE2D10E7AAFEFE667EF68DDE9320A2DC627DB2CCB2127EDD85E4 | sha512: 6ACC3584D89DB3B81F2DA67F3E4E40002170FB5FEFBA2000A8E3168C41FDA118B77B7AEE872C6BA773EA1EF399651CC1DC5A485C10FDA2CBC742C3C9B5E47E20
cs\System.Xaml.resources.dll
md5: 486D9E256122EAC9F34639A3F9AF02AB | sha1: 73EA5F07E087AE10AA0F8B2A69630BB4019671E0 | sha256: 0CF1D55C73362AC505ED1A86ED8023537E611533F13618C95F5DEB783B7B7A62 | sha512: 74E0B743B30B8E9B6099F7C7E252947EEEE9A4EBFEBA676E22E1380C40D18DA810CEDBA1892586701581B347F2011EF7615703C0FC0232BB607D40708638CB90
cs\UIAutomationClient.resources.dll
md5: C810D4EAE6030B1F757935B3848C5DB2 | sha1: 7B56F19C8CFF65473DC4A7BA156DD55E792A7420 | sha256: F32346754EDC7512CC732CFBFC9774CB195D31F1FF7D2489B19FE02BF1CCD340 | sha512: 805CD91B1B8EB17E52E31CB3BEC4153873AA7D7AE9A45EB8D38F0E0426BEC9EB3C27DE21BD9EABF4FFE139FC4FBA0C09CCD9098B03A4DD8FB07CB38558F53E3E
cs\UIAutomationClientSideProviders.resources.dll
md5: DA4EE8F3EE7FB604E1ACD0E4F8335493 | sha1: C8C30AAB89973B459D33027FC9939CD274A7A7F6 | sha256: B05D768DAB7AF5A05352FA9E7373A2094B5E2CB043C8E4C63E4082CC64167BCF | sha512: 703DC121FB4A3F023E497A26BA52CAD8EF1CD5CD46913A468F1C4418258ED9FFBD6A17523233960F5A29CF0FE28A0DAB603A53849C2661904B95A01F54B0084C
cs\UIAutomationProvider.resources.dll
md5: 870DDD9A4126D21126E55642A1659AA0 | sha1: 5BA40B04C7FBB2FE0640B7F1EC4A6E846C8C7597 | sha256: C9FBD056412A95E4CDF26140599504056748A3BBB4192162688051D563AB8064 | sha512: 0B28D25E7536BB56867631FE6072CF625BD280BAC7E1BF04345C5EDAC9C62D6CEB4BCF4081DB4391217857EE667AAD5997F4CD69481114BD791AE239EFE9DAC1
cs\UIAutomationTypes.resources.dll
md5: 27C2164CBF0746369E1C90198E932922 | sha1: 72CDD3D517AE1046DB4D2D080DDEA338DC623313 | sha256: 602868FDF4BED9B760C1D8F35C96166DB64BCEE26F4FE94E0ED34C93EECCF80D | sha512: F9539EAA004639B020D3819C2F922256D601D5D3134223B77A236F50E1024EE9BBC3B13923AFF7896AB33F5F699580DE216C59EBFE43663E8FBE49B8374EE10A
cs\WindowsBase.resources.dll
md5: ECF51577C254477567FC443014A21B68 | sha1: 40ACDDA6ECCADD957E9A267A269B424E0F2808AB | sha256: F123EBFA7E5340178F330C90B14115153542C602613A957971CB0D1DA5D316DA | sha512: DF9BCD506EEAE3161F852910FB87BAAD380D5268CA4F20C55F2CB4D2D4FB5DC1EB91FF799BA6FCE0BB1A4E8D043A304278DE2FF927787FD7E5A3756879388BD3
cs\WindowsFormsIntegration.resources.dll
md5: 05AD951D47F01A4004E93A305AF96AB7 | sha1: 16A60D17CA376AF4725AF598293BFCD28F1C8559 | sha256: EF4FA54B2A72AB9587DAFC1BD45E45EB0B51CCD3ACF1A270055665BA5BC3B3EF | sha512: AC79F6E448CB4FF196CB21B30252DC5FD096A64DFA042D18902FD3015B977CB662CF0D897DF0D5D3E7F1D742EA35AAC98B833F673A61E7CA18053955292F21C6
D3DCompiler_47_cor3.dll
md5: 7641E39B7DA4077084D2AFE7C31032E0 | sha1: 2256644F69435FF2FEE76DEB04D918083960D1EB | sha256: 44422E6936DC72B7AC5ED16BB8BCAE164B7554513E52EFB66A3E942CEC328A47 | sha512: 8010E1CB17FA18BBF72D8344E1D63DED7CEF7BE6E7C13434FA6D8E22CE1D58A4D426959BDCB031502D4B145E29CB111AF929FCBC66001111FBC6D7A19E8800A5
dbgshim.dll
md5: 568D46EFC15148B6F0BA13FF688EA590 | sha1: 7559347B09ABDF521B30EF6E849603DC40B2458E | sha256: C91B9A919A0F7B11E2663BBF23CB95896C1136330437929347CE4375DEA849F9 | sha512: FA234B09C4C5039AB79C05AE7C752F72AAE28E1D7732DC87EE76960D97ED73F474D4EC49E0ED29F56A4B3DF63DB076328E28C983F0C959A219FF4F6E34289A6C
de\PresentationCore.resources.dll
md5: 7FFEF8083FC87C7D3B2211A11BCFF83E | sha1: 580778A6BE78A564A74EE48AB283E916B86726B6 | sha256: 0085AD88E776A33A56E3782F709CC0A19BE183674B2C4DFA2A51E7B91C70815E | sha512: 2FE5C76DC353479DE3D4108B0EFDDDF5197190CB560180765ADD6BABB2E6E02F9196BA886A087F728E589503CA99A948558BD4D987BBEABC6357B1CD74AC1CE0
de\PresentationFramework.resources.dll
md5: 683D2D9A5ADDBC3BDAB4B22A4F46C634 | sha1: 9C4AEC13559898D390FE3003B93E4F0AC3C18D75 | sha256: DA408714F60477A48ADACF54E132B8C0B8EC11A497030AD16AF1AA11E78E288F | sha512: B69B670361055A5E7B101DF88DA7E83A06B5AB82C911F9957AD2B6C8AF9A77D83F21C323AAA8D4CE23ACB516A52E1FFB331F5157ECBA464464F17701C2BA4685
de\PresentationUI.resources.dll
md5: 18197345670038C7DC4EB70E782080A4 | sha1: 224BDD1346964B83E74048AC7A779BFD20AA0223 | sha256: 1E018846934C52102D3CD26DB352CB214409AFC92903F846AAC9FB607B71DFC4 | sha512: 172333C7DA93D24770D86ED26CB69A77B8D528E3E06B998ABB2C5B11AE0C45BAF3FF4407CF24ACDEF8BD6EBCACA39D3F5D79CCA04D7DCC9D5BAF844694949211
de\ReachFramework.resources.dll
md5: 1E891B6C693D8F5F492184AE4EB6A6D7 | sha1: E17D7F5C1020694AEA735C0090AEEBACCCFE0AF6 | sha256: 8E512665E8B901E247293FE06B1048A1A89833FD3D5AAD1BE76BD1F3098FD4BC | sha512: B19C6FB240AB78B8EFD5561F101837CC25732EFB6C9329A6555B7E198A974380F9858D79DE081EE1807B84BF333353297360718D577F2AEF8A0FA8D649F09313
de\System.Printing.resources.dll
md5: 15A6B59C7C2EDFC4EE8D7BA9B8245C02 | sha1: 16B1256EE8F63889FE18B82D65B04BE4AAC8D67C | sha256: 50C695A79DB71F003D205C0EFC20BBBAE4FCC5FE0656384F3F5A7037FC35FF40 | sha512: 716EEEF0B2C9248578C4523B7D219347CD75C9F799C0994083E63CF45F63DFC10489FD0AE59FF6F3E418C085B546AD682035F79CAF9DC8CC000252DD3F37A46E
de\System.Windows.Controls.Ribbon.resources.dll
md5: 1AA0061F60141D31D793689E69970BA5 | sha1: FA9202E57AD2B83AE18359E20BFE2D39A7466E32 | sha256: 5F654CAAAC8A6D82DD90C93F1480AAC33F01A529EF7DA64808CE649F0BB6F28E | sha512: 49BD925E96920D22AE84FB774449249DD49AF0450172DC8C184F4A33894DFC59FBB6D046D456F4FB15283577E6FC7AE3B2D9B2A4B173263DEFBDCC4069ECB676
de\System.Windows.Forms.Design.Editors.resources.dll
md5: 26DFD456D06696CDB894ECC4341FF422 | sha1: 19C5D83DD2542A81B9B3C954C2903E825652B16C | sha256: 6712FECDB3589EFE994798D975501C8BABF18E0320F614ADEF87D1F37B27FD49 | sha512: 6F29832C17FED603403C748A5AD0D317834925F3C498DDDA8693C47424321A79B361BD414690710E6880A2CFD8367FB617928E9E745C67662C936C68AEC7F69B
de\System.Windows.Forms.Design.resources.dll
md5: 283EAD25A5FEFB18BDA1DF1BC56AFD28 | sha1: 1067C6420C0B72AD9E9F776355B77D73155633B1 | sha256: 667295ACDE12DD36AB62D9F8A03D238A897629662EA18CCDE8EB8117171C111A | sha512: 285B0ADE4CEB771E8135BF54A2A3006FE2375A78C1CBA5C5B66C41768EA2F35D939EF9C0CBDE23131ED2285E28F8AB686F90023021658EA7AFE250C1D266595E
de\System.Windows.Forms.resources.dll
md5: 2E5DA673A66F4C35361F5D81EE3D195B | sha1: 83989F29FBE317B102BC84633A9883A61A565931 | sha256: 0558B22FA937E6FE9AB82D6F1EDC76DB11DA7DBA18E6C86B1AB812503D4035BE | sha512: 860956D01D29052112075C15FAD6E94AA25D3F7F3B8683A1CEDB56E5E930B84094939AE326303A8AE72C5B57D448AF3D0CE8789244D968A434E97F9A7976BD9F
de\System.Windows.Input.Manipulations.resources.dll
md5: 562104067724176DA0722EDF8292BF2D | sha1: EC74BD0E34F4B4D383D17010CACA5A1D67AE84F2 | sha256: 277F25A47F6AD90966ED95DC4CB6680DB8B3BE60213606A9438585821CDB14B0 | sha512: 6A44193D07E2E63DC3CC59EFFA663A732FEA783C3D5CDDBE5AC783E43D03F7A63A27F26A64AF8749692215E6A2A3DEAF54A17BB6924B4DB0187113C70D5BDC92
de\System.Xaml.resources.dll
md5: 5B6EFB13496D20959A06DABAACCAF4E3 | sha1: D04BF89C4BA384DAA51F2E05E67523A2C155F99B | sha256: 5CFA820F66C3EE45EF78D68BB7ABA9239E6B7F54BBD1E1F02A3A98D7D7F48A7E | sha512: 80D2C7E038E55DBF8887D82B08ED3018F4C8CE06FE056DC2B815E8879E3487E9FE775F31E7689CE70C83333906592DC70CEE8EC93A6F093E2D661134FCB3D3F7
de\UIAutomationClient.resources.dll
md5: F418D75CE2ACDE9F850DFE07F52062C8 | sha1: A5CCAD178DE6F2C703E9B7327EA30BEE1DBD7E09 | sha256: 03ADFFC714CA85A4EC5E186514BAE60A28A0A9A9BA67DD48EF6B1ECB7F27DEF8 | sha512: 360EFEABA062A32E2186896597AB3203781A905BD177718C3724DE97E2B9B694FC360086DF0A7DD150D6C8E6843A2E18D8ED81A723D216DDCB9D2B97D272131C
de\UIAutomationClientSideProviders.resources.dll
md5: ADF428F107CBA6487DF6CA7BEE14E75C | sha1: 325AAD7EAC098275EBF9DA73664D6B468090849C | sha256: 494BED47DDBE2AE8D4390DF3FEC0963AF7BE106404A7AFCD7C23E37175D7FE14 | sha512: F03182AD5D792937A3002DC8D031DA7290670DD1A4170BEA169B8AA61E662FDC9DB2CBD2AFEEFB0E8BB7E7EA3059AF49312DCD85052CC164050C6D257485A78B
de\UIAutomationProvider.resources.dll
md5: 695931E36DBCCD9B206D91265DD4033E | sha1: 5BA62806CC5B5E0620ACB60AB3997B26943E0C61 | sha256: 3B68656CD4950F1600A2386718D373947890D4BA5D8037D6F1ED1DACE294E477 | sha512: 2A0C1AC8072562257EA1F07337978FA6EF5C481BA47E1359C6F559791B61B259017852D28201545DCC4043E68C0D53E2029D5CF7D13A77885E5410500ADA6CB8
de\UIAutomationTypes.resources.dll
md5: ABA7C034E51933E9548CD3FC78CD5EB5 | sha1: E8C9ADDACDDDF768237BA3817E0CC3180A0C7F08 | sha256: 02A2B38879F3620E50720A429AF5298CD470C8F6ED3BA8D21117EDE734A6B993 | sha512: CBE25276C4EB01E1E0D5298E808BF79ED8BBAD440C567DC8FD07DD5F35910B0AFD24CD8FBFD6D1C5CF02FBEE5916FDE01F2F584E50717514C25218013A3D592F
de\WindowsBase.resources.dll
md5: 28C35F0250A669B36B2D58F287400E93 | sha1: 26B620BC0182364399BB251AC72E29BEB40BF6F8 | sha256: 70A0BF6C72C4089FAA163B0481943B596E941750917FB3FEA273BAF0B1F5EB23 | sha512: 4308046356DDBE247E35150899E2AFADAE6DC35B0E96802624230B0DE459A7352E2D82D755DB0D1F24259FFA6801E113D2A08BD427EE6EE478A521FA176B3D21
de\WindowsFormsIntegration.resources.dll
md5: 6E6EB416A9C38C7D5F4B8DC8434929C1 | sha1: FDDEC8E694871054212F2C554D0EE9FB123F167E | sha256: F5F07AF1F5B60E144ECFA41537073A692E7EB218D18C1D496AB4C9B8FE63BF7B | sha512: 131A4155152D8B7E58ECCE65875F67C9ECFF16BA1B6410F776175EDCFA6A27F69B012336BD216AED1A4BC922E13782FEB16F18E1738C5D99A34E36C33C1E4A89
de\Xceed.Wpf.AvalonDock.resources.dll
md5: 5C782345808D68C36D292BC9D805B5BC | sha1: 3BC445C536E90541291459A68FD17C52E34D027B | sha256: 2A2B767FFA22D1D1BDCCE3F41E8DF1A6C8A88D25CF524A410DEBF4D5E0EB0809 | sha512: 152DC39B16B7108D4ACDA34157ED3313567D6462C7CB9DEE5D36E9EEA308F921D6B1C23488D0B1853D9F69083ED6EFB8CBF39E9434C8CB5372B74374A47D41B5
DirectWriteForwarder.dll
md5: 79B209DB02584419DC3869A7EE1C1920 | sha1: 45977DA15D0455A1C4FF30BA347106EFD4E17EF0 | sha256: 2D99CB74E5D29DBB918A6F5F94B25BBF879D198CF6290E2292EE0D76A007312C | sha512: 5E18DDFD913450D4A8DA9B064235DC65DBD06427C3523C19A7A2C742E812EAA65CC9740030279FAF83C3B33236BD78A55F84E9AE27E9755510CC4E8D9C121133
DynamicData.dll
md5: 39DF21F8F25024EC0C5320594D5E4C89 | sha1: F7CA275A372AABAF71C86E87B32A9CF961A73C62 | sha256: 13880C111688B4850B4CEE7E6CF55DE7C638B5FDC1AC5CF9C3135B9720A0426C | sha512: 5EE9700C6BF7B6430B7B300968CB0A5783B5D2A3F1F55FAEBDC07076745F9E6DAF89DAAE5052717840F0E7FA6852F2497596307F22DD5553320C4C1A5AEB6F0E
EPPlus.dll
md5: 7CAAF3A6BF21C05F9846EE177B048EB1 | sha1: 19EA8D4CD6D03CD0541089BA5DB18E995C51A42A | sha256: 8FD54427523CDCB31918D3F907E7DFE25718EAF095A063C18ACDF34CC2DD88BE | sha512: 66B9B93C2BA2C7A0BE73438527108579AF9DC446CEF62DECE44D29B4E4C25BF4CD40CBBBE9D6FF61FE57F876321738201786D841A37C5EE7DA5745F2C4F7FA3C
es\PresentationCore.resources.dll
md5: 7B30E7B9E6210BD40A105EB9694DED71 | sha1: F52DF9C77C1A70377327E7EE1556AEA9F0864BB6 | sha256: EB38DB979E8B828A1757FF74EFECF527B7385FB5890A720D05D7D2BA6DABEFD6 | sha512: FCAE91424F9D691AC3BF627524D15A88F74A8F1F0CC64CEFA3F61E4751017A85860A0D96B30EB2B7FB0382725FE660E041A8D3B660D1366EEC3EB5EB4EC4B915
es\PresentationFramework.resources.dll
md5: 4156450B41D7C7AD7E669344EE5120FD | sha1: AE468E950FC29B2439C2A171C48D19F4E3C6F84D | sha256: 7AFDC2D26F6A947C764938ECCF6B748E6A0C621AA7744416C4A8D11A700F0FE5 | sha512: 5220932FAAF6CB4675E9A80719DCF98098A1C077400F65BF9A24810A69124866DFE3D82AFA4E7E85D28D9CF6B51E450057D6ADE9C3E3189962ED505EED46F988
es\PresentationUI.resources.dll
md5: 1F9987B604B9C8BCEC9FB86BD2623DFC | sha1: 6D9AD700116E89C0476CE213C202D14E97EFCCE4 | sha256: 8700F0F647EDA1F2E691BF704C3F77ACEB382371600B67F16005A65DEE3C5953 | sha512: 35DE3368428936EC77B8745EE6CB6059CACA15603621ED0AF891B767AAB4FE79397106A8458D26E9F0AB8434B1895359349F6703B112217231D9AD4AF89F0EE2
es\ReachFramework.resources.dll
md5: 9A49878422C99953C5B3931FF00BA615 | sha1: 3FE5E760D19434516F224FD7F07129DE64BFC7AE | sha256: 482AEA76690398298144A7FCE87C2CC4CF234C2423F593CBF5080D40BB5310B7 | sha512: 6EF96000A47CE6823FC2BAF1AA4FAD197F8E6B543E7415E09705A73AD75A448ED0429694D20653FC9AA70FDDCE03EBAEF5FAEDD4A98A5DA5A4BF19A9C4143CAF
es\System.Printing.resources.dll
md5: 1834E2EA53AACF9C408C6562B4FE0CFD | sha1: FD27DDADA84420D86BCF95CE92C63B214834747B | sha256: 44DBAA90965C391AE209D1FC3E67CA6352760E6B7940FD7DBE4C34CA208AAB2B | sha512: 2DB632CAD9F5658740F69810650A94C9287EC81838B8B2D82A1D66D67B7BF45DA04C9AD793EB231848F3DAA0C2DC297C6727121F9C6C259E7C629203DFC7848E
es\System.Windows.Controls.Ribbon.resources.dll
md5: 5742C03BD3E795A290869076FB4914F9 | sha1: 58465407626468AF0BFD926D89EE43482D6248BD | sha256: 6E5D6397C52D7C4C9556E783AD6326684E33DC127D9D3E51055FADE492EA9C6F | sha512: 38074380B73B7D6FCD2B5B685612D2F01B1973E27FC5043B3CBD8D8A40550FCEA19BAE8A8B39056BA94AC2B8088E08A850CC3915657D911CEC9D772F98F6A128
es\System.Windows.Forms.Design.Editors.resources.dll
md5: 87507A0D3753426336A998C48EBA3561 | sha1: F0242A2F2C8A6A25F734A597C65FC5AF3373C6B2 | sha256: 137CB6984C9E52A1DE1E00823D6FAE677D5BFFFBD65EA7517D8AF7E59C824DA5 | sha512: 87135C434284C9B185EE1087F2B51A6D2B02240457133D93BBAD954EBDE6F1366C6BD199ABFC92BB355579ADAE7D890DD091519929F0EB19118644F54C3C4D04
es\System.Windows.Forms.Design.resources.dll
md5: E4F8BE4352AB797B764F3D862E6F9397 | sha1: B1176DD61E607691F9F98545254F826463107207 | sha256: BC0E088A34AA5AE97229AC26ECD667DBED523C7D3B06CC53911263FBB51C4A1A | sha512: 07358B5E891484BC2E5C3E4995E0FCB7750F8EFD92A812189B8DE3337A0AEFBC89B259A3CD35434A965D8EA29EE0EA3205C384FC49936870D7C4BEB26A73C58D
es\System.Windows.Forms.resources.dll
md5: 3846D5DFAF5029DF5A94298B8292ABCB | sha1: 2B77E207B242F973DAFBA03AA9BFAB9E09224558 | sha256: 74F0A476C0DE572C750EB53808C062BB0D4A669FF58761975816CFB7672038BA | sha512: 11AC54BDBAEDA8565C9DDE519E4EAB615FF24BB0C2A373A27B7F7E653F82B83343BF901BD47DCCB984F6CC850AA22954BA1214F261F0A38D793C7860B7F07906
es\System.Windows.Input.Manipulations.resources.dll
md5: 974F414BF03E774BD83A18203FD5E7BF | sha1: 0DBB1C31F386997C63A3F1474D93E35249805904 | sha256: 15A203B9264EB34000746E2E467931F6345FAB3C8E84247D91212FF786F0BF2B | sha512: 85390A3AB492B77D1C7136A81A00BA42D53B8B1B9DAA33D6E87DAAA1764F189315026B8FF58C8CBF3AC8268011EEE4740D80C9BD9DEEED31672CDB23312AEEED
es\System.Xaml.resources.dll
md5: 68BF4C2DC63AEA1A23910C9F0E378034 | sha1: 4EB7E6ED17EACB09FB8E0A4631CD2B9747F47D89 | sha256: FE9C48A570A5AC913EE56402D6752762DA0FFF74ED4AA9A02DF9AB4C29D5C95E | sha512: 919061E4404E1E830C63EE52FADBBA814A4DB2975A0F79C804E8CDA79AF62ECB158C887FABE20136C92FD43C8475998FBE0B0690241698D51B94B0E5B43202A0
es\UIAutomationClient.resources.dll
md5: 66B511A84E15EC02E159F37DB822DB8B | sha1: 5C66F42381D4C64540AEDAC16F34E55DB05ACF66 | sha256: 485AEDCE2DD63F49BF5E3465ABC2AD58809BC83F19CB8E5A672F2117C6368B8F | sha512: DC9F4D9249BDABC6010AE2517F6AFF45BEA24A9C23ABB24C1DD3939D22AE74E8FA328B24DD9212059A0731B7A7B74A49BFAC092B21F0E1323D0AE6CCF21A6731
es\UIAutomationClientSideProviders.resources.dll
md5: 37C1940EBA129F544EF4082D27B83DA7 | sha1: 645424395AF28E0C40C4575619DE94586E22C945 | sha256: CCD4EB3608CE94C97256FD59F13055D6FD855DD3D675FCC58E0F6BDC6C32EC3C | sha512: 941DE6ED83193F84D12EA8E413CB649AD85853DB24C86ACF2A68AFB4EFED652F8B90E70E831746A26411D3BD9150DF4906620B2E793F257878074E4BFC85865F
es\UIAutomationProvider.resources.dll
md5: 4EA22B48A288E9797B311B80E75F6FA9 | sha1: 934C7E217963AD9E2474F6F3F3AFE909F11AC7D3 | sha256: D0470BFC0D0C0545AB0148AD90CD870CC88578EE4E728FFF51F64C1FF7737D5C | sha512: E18D44D0B6EF40BF52D2EAE3BFFE5E72EBE67645E8B13AB95592070E3BE75EE0B1C43AB2BC6256CE87505AEA9DCCE6F9A18478CFABE833DED3E4722270DA5DEF
es\UIAutomationTypes.resources.dll
md5: C9B6EED23F60408E3BD0FE8511049EE9 | sha1: 31B791CBA6FE3854B8A94C6DA9AFFD8A5B50C022 | sha256: D7BA0457A2F3143DB523BF92C7D74F984A39A049251A17EFE2F11928577C21FC | sha512: 6EDE13B8A0C5F876944E7847F3B407E2EA8A2E9393515FA73CCC231CA442A7A9CA013662C83DE25A2BDDA61B130BF9FAE78A250B5ABFFF941CDE4A2D34E73F71
es\WindowsBase.resources.dll
md5: C5375D542E443F409446A48A019945E9 | sha1: 95C29FA98C4CCD45B92BD525AD789EAC6DB2D8D4 | sha256: 1CE284770FFBD8CADD814F244EA19F1C50E8A1A30EB09FF4DA0F36D785A480E6 | sha512: 9915849AC18B5F8E0A376992F7A206E1BE9544FC499B4C2B8480471ACC73FEEBFE6CFCD93C5490C037786371B3635525E43E4224569535F76383A46FBE8B66A1
es\WindowsFormsIntegration.resources.dll
md5: 7F0BED69ADF2A0993C81D887DDD72172 | sha1: AC8BCE9EFBE3B29FD4F76D3A33BEFE014B6EC2F3 | sha256: F8CB4121701BF87C823E5509A2F075706D32AF4920B750E246C8BD0D6955730E | sha512: CAFD4D85FF1B0C6FD6F94DFE7E03F82FD6F79A3304641F2A7FFD66DE66DAC1B3F4E7E6AD622AD3D4D7268926CEBBAC049D41DD1A44A80BF34C65BCC390545F8D
es\Xceed.Wpf.AvalonDock.resources.dll
md5: 5BE6FFC35A45CD6E4A208477D385C2A0 | sha1: 0849FECBBB72AA855FA327A1F54FE25F8909A255 | sha256: 819C05C53C52BF2E397D83ABABA429827270F7BCD93866062AE05C33F69DD877 | sha512: E020EE07AEAA6B307C90649725043A54253040130D158668F6C94C90F8A5B33CC8D71102BFE33BC697A98FC9EBF11E1FC44B693FD25FF77BA894B26C5E3710BC
FluentValidation.dll
md5: A8273DEA890B72D835990147C2281243 | sha1: B199ECE6168B5E32A2E167458231870DBD2D1F76 | sha256: 9697E234859AA5EF8456E13F97D3CAD42A9C5E97AA8DEFCE21D5886081A63820 | sha512: 968F7699CCEC15573376D09AE1392E9982DC397FB8FF62173D2D6CA52A6FB58FE2EAD31289878DD936307130310163F29E97886202FCCF721ECC548C60511C2B
fr\PresentationCore.resources.dll
md5: 253F57D80665E799F34542384E3EAA4A | sha1: 48D5562214085790F441F999DFCDDB812DE3952C | sha256: FFF35EA00434CCE0988C360ED1C1835EB2FC9BDC3BEF185BC84F3651A5D2F549 | sha512: CFF66C95DFD6C3494CB3321F4D2852B7475ED284F1D96074ED04FDFEE0DE195424A2D0697B91FE80FE06B7DFB0084AC2072EB64293545B7E2EE27D48C0195BB5
fr\PresentationFramework.resources.dll
md5: 41BBAB0880D8C47DB376E0BE24A49331 | sha1: AF0DA532DAFDE22A64DBE9344BCD9073A6C59F72 | sha256: 0C4BBEC201BC2D1F08E0097098873B42EE793DAB5D9CF2B4E14F8BA3EA33F6B7 | sha512: 758F894C6F21A1C6B22BA8D0AD8FF4D4969C34CDB5B5C059B129A1C95945A63E741D10A9152950092B17796ED6DBA35B8DBB5A669119765B100D1B43D26C7F50
fr\PresentationUI.resources.dll
md5: F39CC991E73CB63C7D756CABB768CB61 | sha1: EF9BE05F9D1C3505BBC30CBA75F6D82462CFD88E | sha256: 64353780C44C812CCC584B12D5BB57EF4D6D14AFF34A7ED143BDCD71627296FD | sha512: 3F17331863BBAFAA373C0888FC760BA8442BCDCD58B2E932A2AE5AF875D398794FAE040FA77F4FA46438379D7FD3210AB819A755E55C4B32967F5328DFE558EC
fr\ReachFramework.resources.dll
md5: CFCC3AEE52CD4C6774CCACF97735130D | sha1: 4A467C04FEA4D5F06F46149A444E3B5C17C804AE | sha256: 85988A3055781B26D4A8A0739D9E4378D1A88E91C67408695A5C7ABEBB74820E | sha512: 76AE6EBDBA88503DA100154E7D49983309DCA889E78125BD8AB55A203F6CE0D6B485AF858AFBCAC9A754BF99C082AEEC13C82CF1946499875E09704AD7CC555E
fr\System.Printing.resources.dll
md5: 026F303B1BAA259FA701CC2B04A0C3DA | sha1: 62D757EE51E8D25994EE61648FFF11D64E6449E2 | sha256: 7FDDFF9147D27A8DF330A748293DF8CFFD7EED20C13ED7C251C277C9C0499EA9 | sha512: 4223DC33FC359A00B99030D2D249D04A3D5765CA7758EC19BD6DD94B6376F9BAA3E7E759A2F008C9D9F9852A409420FEC01B65F3880E46840F1E7230EA484B53
fr\System.Windows.Controls.Ribbon.resources.dll
md5: F8D45B21D95FA98D61158115A389F75B | sha1: 07D9BA76F61AAF293DCA8455F595D64BA6AD56B5 | sha256: 1293D17493FFBF8938FFBB7001DF4B40A592DCD9B1D036E18377CB96C4F088AC | sha512: 6740D2C5CD8FE4C9CA8D65813CEA8ABF933B69F08986B74A40B92F176A4D65856CB672680DDC7B10AEC1E924C3FE810F57CD0FBD85429CDC8E65A360E20D12E8
fr\System.Windows.Forms.Design.Editors.resources.dll
md5: BFBE6B6EA3621BDE763ABBC904F493F3 | sha1: CB37410AF09B3EBE63CCCCDE9F414E3422116D96 | sha256: 1369154556F96187E8D9475D0272F6F3E738BF4C5C1F17EEA6BFED459E60175A | sha512: 16766BFFFD19D917FC93858D3FE233C550F96BD1F253296392718820B3E4E39A4A96B7FAC58EAFD63C25F6F56BB4DDF494FCCF102DD185E9A9B4940A8F7A1550
fr\System.Windows.Forms.Design.resources.dll
md5: 2EB42A47C5B93B81EFB94815CFE33456 | sha1: 128DDF027FD797CB7CF7DA4F62860765F88C019A | sha256: 9087943E8493F2A62F9E60AA31C2B7FF4CAFCFC3446B4C398AA305CDA6E89CEA | sha512: 9D5D3CE418E07C126D675860E0B401B4A569E54050AA4FD20B50B3345ECB17D7C3486B2EC2773D5ADF1DCD890EA34670FEBADD25923A1BC0DEA8A8F1DAC0DFB1
fr\System.Windows.Forms.resources.dll
md5: 65E43C914048404D6B3C192360DBF2B9 | sha1: 8B9194406EE93F5AA22B127DFFBE58C6B79FB4E9 | sha256: 16C6FD2A82339CBC4B62C0511D07968793B18C790501455B56C07B60BE3021E3 | sha512: 9C56D02BF7A3D3E7C01475E6BF7B8BF30771E3A7B9A6CC3D2A32DCB54E1C0C9045D61069A91C04314DB6C4EE299057740C0445D50265ED5313E69EA6AF1D9371
fr\System.Windows.Input.Manipulations.resources.dll
md5: 50AF18E412CC4FD955F7B81867A98F20 | sha1: C5F64E831837C74A9A2F853117BDA3D123EC32E7 | sha256: DB5DA1557E2E1D927854782387C3899B73258442ACDF44C0993B85901C5DBCFD | sha512: DF58437A76EC9586A165B4E5308C4D17991EEB9904C3F987370DAF146DB22D1938B42D2B41A97EABB6468A511F6D79D746187C901F13AE01C54DBFF87A2E9DDC
fr\System.Xaml.resources.dll
md5: 9CB2DBCEB175DDB4C7981723A7AC62C1 | sha1: 8BB1EA8557245CBC388DE7EBC5DD9E31CD859949 | sha256: CF3E684D9672543CD2E169E6AFD1AC724FF4F5EDA3A405337B4B180C79898689 | sha512: 6205765437DE163B54FB757B15B14FBFD0CD57321525A7E5068768F25D45C8275096DBB4DCFEFEDD8B1C992CC6B1D338E4E79940E0B854E9B5147C9EEE489EF1
fr\UIAutomationClient.resources.dll
md5: E08251AF5A35F812CF8B4A87A311F73C | sha1: 490C633F872BE8844421B4372399E562BBB3DD18 | sha256: 534CF1CC4192A7351101B0D2DEBC405BA54268316B7D502590329FCF62CA09BD | sha512: 422C27E76152CA9925FAA6FDF4869D9E8BD3A87D299C9D74C83C97FF75AC75C3272BF37C06C65F1EDFCDF49D094ADF5D457C7909CA5502166E94BCA5784ECA5C
fr\UIAutomationClientSideProviders.resources.dll
md5: 305CC42F633088C33DC70CD14B38F1B9 | sha1: FBC641951035E569ADEB17DE2620B8BB786D8C1B | sha256: BF620886733FF0DC6C8F9D6959A920E3369D2626E7A5946BA07215841B299187 | sha512: 0BFF41D19BE4D83F1DB47766D97BBFBC797B27B650126BE6E69A54DC2E08283C9825B2FCD92E382B1858998DF0342DDACF71265A55DD08FBC6A9F7207CF21291
fr\UIAutomationProvider.resources.dll
md5: 9272D22F5F6553814527F3B87091839D | sha1: 4EF67418A2F36E63EE9108CEDFE0F9F9ED0DC700 | sha256: 93DC6492BBE6868FF220A28117E3756B3D46D0292D017C4463A1F1606C1782D5 | sha512: 57120E71F2809F42A456A6C5C30DF9DF7FC930848E561E09F1BC7B1EA3D126308D23146159E16C655CDA0FDD04C17AEF6627E868CEF55CCA3F50B8325130D102
fr\UIAutomationTypes.resources.dll
md5: 3FCE7773281E2E1CC0B977ED1F8512BC | sha1: CAC59CC8316A7C0686669C06DB1AF56B0C70A7E7 | sha256: 6AE6C0E18F581AF8A9291B7B95956B99A194AEC2516874DEB0A64724CB1336BF | sha512: 923956CBC35B9546E322B2F036082A7FB8442515BBD3408A72CED8D5A0B256292D88E838BD58D4B843266F3E61680A35696AFB11575B534B5279753B919217A2
fr\WindowsBase.resources.dll
md5: ECAC2E433574B8D18FA2581EC6BBBCF0 | sha1: C906A64F6FA752FA3335671AA490D691DB68A4CC | sha256: 8B9BAF885C2A378391708115FCF4C10E5A9C905A7B3AF8B8364E1EB1D5B37EBB | sha512: F0C5A1BAD34209B38EB6391AA33D178D2F7304679C176EAE0B83EA6413F88B012DF762F0CD75B1875238154BDC1475D14FDF5359071C927F4FE71BC52A17DE57
fr\WindowsFormsIntegration.resources.dll
md5: 5B2CACB79B71CB2D93CAC51CAE84CC0F | sha1: 6AE2BB4FC20C356D36342C131410C340F7909840 | sha256: 36A5223BAC057E6A19E69B826517078451FFDEC4A0C414F5D328EA52E2DA2EE5 | sha512: 9E51A468E53D1AC48687C89CFABA304E01151284ADFFDE8864CF76397CD0FAF7F75107A7DBC2218CE459BCB7EFF572BCC8B0B9188842E6E6FC261995FE97F560
fr\Xceed.Wpf.AvalonDock.resources.dll
md5: A09699DFBA117D1F1E6CD2F9F5A8F490 | sha1: 40BC40C821DE4F46D579A60B25E5F531B21B772C | sha256: 2B31474E65839C27C5028C5563EB1127C0FEAE77C88FF3A47FAA68A7BEE9A3C3 | sha512: A172E0D32B268B7868CEDBA531B2873C24C96A28F1690947483F1C41222B28EC80D98E8237EF453A22636E1F508B2CDD0A4C13461C2DD73E6DBC0C4EAD4CEA58
GongSolutions.WPF.DragDrop.dll
md5: F8E88653B83EE67711F32B9EE0A4F874 | sha1: A4234C9D793AD4B712849CF95AC099469FD464F5 | sha256: E505BA436E85A3695A69924EFAB03C373F494493C4BFF004248C604F1B15F9DB | sha512: 07FEBC8AF1DFB1E79F05CA621AC3159C06CB90F258CF66314CC409F6840CC2E5D7CFF33A2F4CB5F4809CA84B8CBE8C807BB3223EE8427F16BF94CA350B7F1CD6
Google.Protobuf.dll
md5: 3A4A361FFCDB2E1EAB11BE13229319E3 | sha1: AF767981FAE30C72646BEDE76898CECD469AD994 | sha256: EB79FADDB9ED0E455D57E0EAF81CC3780B7FD77761EACBE8D246AE2265EBA6F7 | sha512: A1720BCF0C998BD83F07688B5890DA77B9AF01607CB2D9932A548AF2F47618FDBACF08559A0F760D7D2DDE72D1E40399D29AD7018773604FAC6825B99B13F69A
hostfxr.dll
md5: 68C3018E6713A5D8E8F005A75451AD3C | sha1: A8EE9FEF3439F9FAEC36B3B23F293EA296C6CA50 | sha256: F5BBD158DC2CB34BED8A0286C9847B452DEE7F6888DD0DB9EAE2F5C3C0E190CA | sha512: 15162A357B306C7AB85FC2C893A524F9EC06248EB553D2276A790485077FEE18F576AF3F7D9EA02DF7558468054D5840464AE5E9E2F06D29BCB3313D8291EA5D
hostpolicy.dll
md5: CE64594A66AC9FF2443B98C3EA072F4A | sha1: 1838A4097EE0A89672698CEA28FF536AA9FAA160 | sha256: 56083C400CE2C9BD5A0F87E6FEECBE2096DC91F22EB69D7168B0C2DE72F6DAC8 | sha512: B8F3C2D758986BD7C7CFA7DDCCCEC21763CE26081AD86D9D67CFDF9D40832587F4FD5A93000FD375F428343B8BC47642438F94B3F6C0E18CD2BC8CCCE8AB6B42
hu\Xceed.Wpf.AvalonDock.resources.dll
md5: 7B66E95B7F6987C501B460EBC57E082F | sha1: 78498F6F3EE4EA7CA3F66E9A1D22D6AA5E481502 | sha256: 5F96D68478C1FD1EE8DEF1D7637EDAB6C3E5C0684F54AE340F9CC7733EBEC52C | sha512: 9D454134526CC42506311D191A0428385644958A37299BFD6B34D4B01B28BE4C2CCC67A66CD90777EE0C1FD8B04825B55BD5BA4940C0EB36A402DE765019BA64
it\PresentationCore.resources.dll
md5: 00771ADDB53A28789D65B43C06AFD956 | sha1: 77DEF5745572BE2AB9EFFCFF95A9A1FA62400A82 | sha256: 6899BC1255BB83F30116AF9DA123DAA0428AA993E89E541B10AAD3CA4A58AEBD | sha512: E26B818C2D3570909C3BA613C9F4E76FC23CB44613BDE1151FF7B3ABC7051EA1CAF55A102859E77B61F67C19A0E8BD4A1CB049406697ED601A4B060DFCF73AB3
it\PresentationFramework.resources.dll
md5: 19C50C59B8568EB9EC096E588017BFBA | sha1: 2EABC9FD79FE6E849EACD20E45ED0439CA8BFC5D | sha256: 9378114E5FFBBCCDBC2EEDBA496001F8ED13A3633C19EA44DF730C3CEDCDA7A4 | sha512: 8CEE6CCE586DD827147278A37432CC5F00251E552A2DA919E818B859A6CE63EC3FA41A3BE7EF72947A442ECB31D8CE8EF23BFB02887148F05D295B648D4C6631
it\PresentationUI.resources.dll
md5: 829505A8F0CE08EB09BCE259BE53A6E8 | sha1: 4D914D23456BA03F0BA64B557511FB0D29019B70 | sha256: 1245E0F96B7EAB2C369A61BDDF920B93E531FF188B15F8ED0D174B90993556DC | sha512: B3410F85A569D4715B7D6E8641FDCCD0E17724142524B654195B539AC382C13BBB31646FAAC655DE11CABD122948A768CBD7838998A2E8475E04198A20B4E2E1
it\ReachFramework.resources.dll
md5: 1D0AC6A8C19DD1DEC10BBABC4FADF0D6 | sha1: A257DD783E061BAE6DF43D8E3F82EF9E8888AC43 | sha256: E08C90E6D230A5CC9696C2F4852686C39AE72994A7FC1FC63B4FB46120470677 | sha512: 8F8C853BE3E9DA62D8438F93136689B8E68D8BE4BE2ED78772AD933C9A5CBECF9742B9631C9F4BC6A70994EF77D762A0A076AB01446F0D5A0E040C5529472BD1
it\System.Printing.resources.dll
md5: 5F3ACD43C30EA2962CC7B54E894D6556 | sha1: 5FB39931634E60E4AB8F97CF56478AD7B6867AB9 | sha256: D5557C599C7E055571032595E0D458AC2CCF47D76B698F36B9D5A740389388BD | sha512: F906393227F90CB7B9BF311002656172FD84DD8F3BCF1E8FB09D2D0109022F0E97E0A7B79898FABEE68760767A04B596CB7763767C99FAB37C9F4FA2CD19CFD9
it\System.Windows.Controls.Ribbon.resources.dll
md5: D4F19B562B417004EEC392E0F330AEB0 | sha1: 52EF4B154B97634738CD89958D4B1A2766F58401 | sha256: 8C40C02EE2CB59F72FCD940ADB3150725FCC33E670B05A9CB6D336AB6255A74F | sha512: 26AAFBE975C8B9C4F2836E7BB1C7E0DBEF7716FFF3FFB5257DD36BF514F849B35B162FE1AD162B5A44617AC94AE0DA58338ED86E2F187D04BEB6FD207E7D1939
it\System.Windows.Forms.Design.Editors.resources.dll
md5: 75D096E66A82D8C679B800D8C4524190 | sha1: EA5D3307504A1B77CEB16F8C45C07CDA2070A032 | sha256: 58767E93EBD6E953EB55B962CBA6DB9F93C40863948E693B6CCC6575E7DBF25E | sha512: 1088CDDBD5630ACFFC924D1956CF98354EE7B9817A63ACA8E7CDCE6296D1646130CF91F6086B91DCF03D55C182CC798D84C02101EE63CC5C64FDEA95CA548BF0
it\System.Windows.Forms.Design.resources.dll
md5: 5D50D8F91E44D2D8581662AF896C6F13 | sha1: F8C7ABC15665131E53D7F662C0B1F25D750ED1B0 | sha256: 1898F70255267AC176D1C78AEC4E396274165F0442C5E029D2832A2FD3C1FEBB | sha512: BA145CD81358A85D36514ECFD559BC3686370F52FE5A3B40565F9FCB93B8EE17249C1485694E75B9768F39312A08F2C5A08C0D116AB11F701489C683AD2EC52B
it\System.Windows.Forms.resources.dll
md5: 12F4BCA78718523D5B353F65D3876BCD | sha1: 7D264C44B3E9B6778595923333AA29E4EE3DB108 | sha256: FCD38D28337AF0D87E807547ADE43D2E302B3DAD7946E1F58D5E5F338937F0E3 | sha512: 11E6DF147E016C15B61019D043E367160EE1E487276889E279636B5D5E0DBA911F852D5620CD9A75D9E21658F5B2C41E0DC2F884B528CBC790474AA950782DEE
it\System.Windows.Input.Manipulations.resources.dll
md5: A72AF71D2FD66A485EDEE08A023048F3 | sha1: A443269A9CD3AC545B55FE2F5C10CB0D40C749C3 | sha256: 37C4E49675AC69D560B1CD95B71461EC9250A700F816BA75A48F4445E63A40CF | sha512: 1E8EB9E88B0D6B57524C31EA2D78E3747DAB2F5C8BDF58C8EA71232B342C76BE2FFC5ABA2D8EECB3CE0C8BE6C6D5CA5F9873A28E464E4FAB58676B1FD6DE9BE6
it\System.Xaml.resources.dll
md5: 14A2758CCBA4727E6F331EE897727C23 | sha1: 493CE9834E2758B1E36593599122769CFAAAB536 | sha256: E8372DC2AB77DC4D0DE69B4FAE818C9B4E53272B992D6F9D668F4CFFF6895FCC | sha512: 79071F1560DD9EE58E4295852870A9829612D638E747F16CE77601D867EFC8E1E452E5875353F1B0C34506607BAA76E58AEED87CB1CB39D7BB1021EC37D91186
it\UIAutomationClient.resources.dll
md5: A09ACEECF5A47F314C0EE92C5239BBBB | sha1: 97288DB804678971A02A2709F15C61984308C587 | sha256: D24BAAED53CF31AC5424F6661C6AAE1CEC2CB5E09A3DA26287D467618C017EFD | sha512: 5A4BAB31F6DAFAEF373DD46E6C4EE608F3766C47B27CB33B5A9BA911A45B126ABEE2A8BDF2250AE7E2431FD08B652A976E86C0C3E49322118D63880BA68928EB
it\UIAutomationClientSideProviders.resources.dll
md5: 780998C463D4C54289956B98D4FB5FEF | sha1: 158D28F6C28FEF21D12B92C46A52133AD62BE795 | sha256: CD7EAFF4B40361652A482B6CFBFAF42E0BFDF007A7AF38E2DDBE9C67D0B55C07 | sha512: A31B631B922DD75B16BF6B59A38A7572DE6DEA6CAB7D118F0B4953846E0F4E39E39F2C603E6F92AB561A050C0B175EF3979F2758C5B30F6B8F873D80CE491502
it\UIAutomationProvider.resources.dll
md5: 98CD4B7E70EBCB810EC9F529975D6C11 | sha1: C43E23EBACB354EC5A9F829AD51F6A3544FE7996 | sha256: 3803EB724F18DC67E4E050000096F07255674482C0AC3650B7F40E5D3EF35027 | sha512: 3018A0E0A7FB9B4AF01B1D051B50D8163715F530EF7ABC6B47048016CB43F80E758F746F4289705E43EC3E2A9A04274692B9CC58E0333147CC4076EEF9387E43
it\UIAutomationTypes.resources.dll
md5: 2CCA508FD843E30728D1ECADD6ED8C21 | sha1: BAFE859B7DDAE63A2D246718790214DD0F848D87 | sha256: 819267175CD3ABFD4C370F8F09BB1CB92790AAFA1559DD070738183DCB353E88 | sha512: CAB8FE2F50C727912EE3FA9C4C182E2589E2BE7E549A4CADE0369EE758FE4A09C28975ADDEB0001369531C56EB60D7F447800DD24A7E4835B7597A698F2AE8C2
it\WindowsBase.resources.dll
md5: 238D880B980D79BB5394665FF4E09A5B | sha1: D3CE7EE0561243F4209204F21A128CE8B4ECD3FB | sha256: AE5BC180DB472FB4DDE96D78CF3BED6BF0F281032A47DB57AA3D91990B976CFB | sha512: BEF038E33C03837D5AEE2C7731ADBE107BD22F8277B0F9DDF1209486E3F478A063B3EC2C7940FBC68D3E98BB6605FF75D4AB1D617F63A1128BE8D362185F390D
it\WindowsFormsIntegration.resources.dll
md5: FE91108DD4B79CF6AFD748AEC6C49193 | sha1: 4EB6EF4D309939FEBB38CADCBA17721AD3E56B9A | sha256: 582E5D9E4E2F7A6407DC3F18FD3F0B7C2BA826463038C6A86440CCF6D180200B | sha512: F31D234D5882B40DD0A2C9B2FD556F9193C508C2F468E25EE2AD3A724D0A30DBB7441AD74DEA46E2DE0288B3A16B21C51DED8E40146F0EE2ED035D1F63D8399A
it\Xceed.Wpf.AvalonDock.resources.dll
md5: 287F8F90090DF53ACF06AE1C7A361DA8 | sha1: 2C13219535514050FF62261A06C640E2AF3430C9 | sha256: 9C01223C2D089D9A96AB3710893280FBA0DC20A74B78EC4D75DA0BBB4948EB06 | sha512: A406E8A72DADBF564AC7BAB8332BE5D1BA2F5AE2C8F555EA4CDED481074005B1C8DD58861A778C34FD28C295B9ACD2D2D70617E559EEDC5488B0BE3E7FCE47E0
ja\PresentationCore.resources.dll
md5: 54202DCF78C0519F41BF5B994441BB5C | sha1: 10E8E0FB2D894DB9AFB5F462285BB5042A9B4B1B | sha256: FFE4F4CE080CAC2BC5106EDD9E5D44B526BE7E253D64FD0A1370A76399F0311A | sha512: 0F9C880A657D26EABEE9EF8A3C61D66DC7C0178AA7DC2A2EEF022A5CEB69B880652B3C57CF364677044E4378E9B61368D05EBA48B4BBC49B5DBE7B879DEEA858
ja\PresentationFramework.resources.dll
md5: A0C1DD585696CE7C9906CC61B98ACF65 | sha1: EEE51FB488BFEF762635DEFF135D0F842FC440A3 | sha256: 872CFC1A8B6EB852063A81F4A656A05C282562598AD4E4FF5A18FAC594567D50 | sha512: F0DFE7EB748D6DEA60E8EA2E2EE49B6381F68033FC850D7D5A0A8D17C6AA87395F2C1DCDDDB397A4F2BFA1FC0C0E1E51D955E7EE9529339CC91035DA6B898008
ja\PresentationUI.resources.dll
md5: 027E5BBE22897C6D9E660D31524667FB | sha1: 59FA7DC31E26FDA2EF729C27E549B6CD23499CD6 | sha256: 2FE09D9A41CF186EAEE7F6A76E37BD66DF13A53E5A06C9C1A57D9EE593F87755 | sha512: 4C0D3054AFAED609D5BBBEAEA0EEBD61B8E5B9CAFE07D874790B5916FCE50709A0C9D90A482D3F97A188ECDAF44553B78A684BC9254DC52E5DBF0332D0D5295B
ja\ReachFramework.resources.dll
md5: 043D6D60621AF76323BD5DBA836D6204 | sha1: 2C1262524ED62B58179CB70DE73FAF5FD2359D91 | sha256: 4E4B3A13C18788B27FAA5862B529A8EF9F2AE760E041F0655E62DD12B85ECCF9 | sha512: A090C1DB9B7EC75A40B22C0596EA273E4D7E34DF6BBA1E72A87B83DD18A68957946F0275E9C88AA69F478F804B673B6971EB436E733F4CE0B11A9F5323BC2880
ja\System.Printing.resources.dll
md5: BD1BC3FFA052AC7A9321CF267E824A82 | sha1: 8388FFCADD5BB9D0D5498B402EFD43DC73D1A0CE | sha256: 9CE61A4625884638C7A3D4DC1BC6D9BB9559B83A8D4C4DA02FCA65DC3AB63BA0 | sha512: 5D7ACF1C4F7E8D6139E2106325E0DE8D46F333FDCD6EDB4D4EFC934E706C04B7E72E3FB29CDCA895EB976ABA261049D72AD09F66EA136D9EA668304D4284A955
ja\System.Windows.Controls.Ribbon.resources.dll
md5: 295A8DDE955C389DE07CB40D98568B43 | sha1: 98737913A5BD302CF0B39C07E897E68898BA74FB | sha256: 733910EB0822D4FDE6295903E2C3ADAC21B16B0D10E6C42881D513F9093EC487 | sha512: 3154D367F1C5E73B075ADC6E0030028D20A0CDCD43925E4B7EA072B9D5305112939AA41EACE32C9BC046088917802FCC546E2CE72201C982DB11D3E13AE86E8F
ja\System.Windows.Forms.Design.Editors.resources.dll
md5: 0CF65B681F4DB30FD3008E2ED9016A36 | sha1: D0C914782E6C2B6D09A5F0B70FFB28FC16F8EB37 | sha256: 4C5A6CABA5D607ED7C5B45DFDE8EC594CD537616B515E6461451FC8F2A3438F6 | sha512: 1A3018A8C9F094000CA43D10E3095FDE18726DED5D071A70AA88292CD9A28A4DB507FE77E6002ECB25B0555575C2F94EF4604BA5710DDEAC7E7D33C867960164
ja\System.Windows.Forms.Design.resources.dll
md5: 975D39B3280A70DC18D632407CD83401 | sha1: 593554BE147CA3AE85669A51A5CB229A4060963A | sha256: 2E8007DBAEA115C8A4972335B2B05B0B0A8E81FF03C9F044A3C2111A87D4C992 | sha512: E4F3D8F63BA284E9B92B7723C62475B165A5CA86E46EB3F2D93B3C0C66E93E43541D239CE61BC1DAB2531ED0DC9A389B7EA4171EDEB60941F414385800B83DAB
ja\System.Windows.Forms.resources.dll
md5: ADD5375D028E63E6284DD70426FE9F5E | sha1: 06ED34A1CB11A14DD1F8AC84EAA20179019AADF6 | sha256: 62A21A320452E1E0061FC1E0F5EAF178388CFF7B030CAAF782FDC09B21E6DE85 | sha512: 7E16667E57C0B9FC158C9341DAB7FC8405F0A7B6CB69A4CD6865EFF40EC3EEFDEDA528F6F5C276B920DB7AA8C7E2F36B4CA3DFF6B3A155143D24EF08C9FB5FB1
ja\System.Windows.Input.Manipulations.resources.dll
md5: 0BC55E94A4826787B777B01C24B8700B | sha1: CDB56BA6CE7A984577D220AEDC7ED9ECF387DDEC | sha256: 4F7895CF2C0168A862FC516D6E5CE0F032F0BA54156C155F5EF1F5BD87ACF93F | sha512: 5E2BAEF7847D4362143E4A68C628B0D26AD113384D271BD6ECE78270426AB8E992B72CBFEEA80AE9AE299E44B6EFC7FD6BAB4509C7BDC2CBCD459AE01B4CCD5C
ja\System.Xaml.resources.dll
md5: F166BB077CD35AA7EC0FA0C77F94DF48 | sha1: C913441C6FAA244B38578C8A309FC3E23BA2EAFB | sha256: EB6B7B1102670D592E6A85FA3620975181C0B025D33EE45CDC491EE0654B3B90 | sha512: F9E8500E790AC57754B642D43184B9FD510E3F75C678C4951AD52F8487D7B9A524BDE3F4654421F69AEC799D331961F4E6655B91C8C4C05D421C0C130D69B17F
ja\UIAutomationClient.resources.dll
md5: E071697DD76C28D227DD06ACDA74863B | sha1: 5C1DB3C69CA83DEBB046D48F8DE2531636E7C33E | sha256: 427D66C130BA2110BE6FC30A45685B43F8CDF923A237056EF8FFB2D7395EDE3E | sha512: 7173126A4BF1D4A458E5FE11B98E5EAB84A8E89CD2450379E09495796596C308E0152E967A6B10168ACFFC19DF3EBA099C0E014A96A73B1655C05EC4680FFB38
ja\UIAutomationClientSideProviders.resources.dll
md5: 9C5B16BB79AB8BC707F09058E5A852CB | sha1: F2CB017D97E9D3EAC304326DF5CE79C96BBDD433 | sha256: 843FBA2752980BB4893BC6E053F8D0FFF094A227D2C839224024C007D524E6EA | sha512: A6219BDDFD3E1788484E6852BBA8EBEAC2E0ABF839032FDDF8602865EF6FA24DDE4563389CCA1B1BFD92C69F879FB4FA2B971D230F0BF89230EEED4D570E9B2A
ja\UIAutomationProvider.resources.dll
md5: E1E8A13F03DCD7CCBFA3DA2E9FFF9525 | sha1: 1998B712B2FC63ECC39169837A63AE601A45260B | sha256: DC812003A5D530EB2FEFE6AB9CEF5CDE603133C1E51890BE35C987E24E62C0C5 | sha512: 872994864CEA9BDE60F97AB4A526701CEE305F194576D4E2687FA28AD731F8EC0665352FB2EA5F14EFBB60FFE10D53ECC96DD8397423F01A8C495ABD99D72EB8
ja\UIAutomationTypes.resources.dll
md5: 61B764BFE82805F4216401DC43A8F0FF | sha1: B671BCCA13C42D22652C1A250274931B8D6F7E36 | sha256: EF1642637E06E41239C594ABC6895E76BB3A01EECFD83498754067E1FE68806C | sha512: 56D6577447C5C7B537A87BA8E7A4AD9269154A532F7F1A136F7EE92FC40330486C80921C584FE2F0C8030CA889F213AD17B1BFF0288495C6B3B365006BF63297
ja\WindowsBase.resources.dll
md5: A65814ACFD0EE33BF291D6DAF5931FAA | sha1: 95818F478738A0FF4F07D99A691E7F8AAF040D6D | sha256: C4573979998BB3A5446DBEFD6D3CC09F30010940A2478245461DCD8CA89445D3 | sha512: BD0267CA646F199E9284B5278B8ABE953EEDA54EDB8861AC07CFFC3CEBACC52E635924ECA74F9E95ED62DE8BDD3FE125B460066FC361E75224E7BC46233DF95A
ja\WindowsFormsIntegration.resources.dll
md5: C7670ABB69FBAFB58E34E77EC2AA2579 | sha1: 1D4D73A2046805727739187A6F99802E1D59FFB8 | sha256: 03C89757A3D009E81AA6C76901B30F3CB099F5B11E4A3463B033AFD503892BAE | sha512: F14F961B7E020F8FC36DD9C42EB807B1DE23C5F3F694B276E4F4E44878AEC35F03D5BF86EC64C07B197CDD703F9360DAE06903543C47C27EBA4357E3E31E1883
Kamban.Contracts.dll
md5: 5170FB8F809440D881E36B9C2410A8C1 | sha1: 230CB00DDD82CDC5C7A90EEF4772AE4CAC257031 | sha256: B426BFC60C61C00705FEF0025C1ABF7ECF2F310313EA73321DD5281D6A13E515 | sha512: 2F8E3D18EAFA21A9620DEEB0E2A7C6BF7F616C0204B4138A437631A5EFB27AE2F828CB8B02E74871B2A66FAE1DA792DACEF147FA5AF02C5767F82D57AC0184DA
Kamban.Contracts.pdb
 
Kamban.deps.json
{
  "runtimeTarget": {
    "name": ".NETCoreApp,Version=v3.1/win-x64",
    "signature": ""
  },
  "compilationOptions": {},
  "targets": {
    ".NETCoreApp,Version=v3.1": {},
    ".NETCoreApp,Version=v3.1/win-x64": {
      "Kamban/1.0.9": {
        "dependencies": {
          "AutoMapper": "9.0.0",
          "Kamban.Export": "1.0.9",
          "Kamban.Export.Data": "1.0.9",
          "Kamban.Repository.LiteDb": "1.0.9",
          "Kamban.Repository.Redmine": "1.0.9",
          "Kamban.Templates": "1.0.9",
          "MahApps.Metro.IconPacks": "4.0.0",
          "Monik.Client.Base": "1.0.3",
          "Newtonsoft.Json": "12.0.3",
          "ReactiveUI.Fody": "11.3.1",
          "ReactiveUI.WPF": "11.3.8",
          "Ui.Wpf.Common": "2.0.0",
          "gong-wpf-dragdrop": "2.2.0",
          "System.Reactive.Reference": "4.4.0.0",
          "runtimepack.Microsoft.NETCore.App.Runtime.win-x64": "3.1.4",
          "runtimepack.Microsoft.WindowsDesktop.App.Runtime.win-x64": "3.1.4"
        },
        "runtime": {
          "Kamban.dll": {}
        }
      },
      "runtimepack.Microsoft.NETCore.App.Runtime.win-x64/3.1.4": {
        "runtime": {
          "Microsoft.CSharp.dll": {
            "assemblyVersion": "4.0.5.0",
            "fileVersion": "4.700.20.21406"
          },
          "Microsoft.VisualBasic.Core.dll": {
            "assemblyVersion": "10.0.5.0",
            "fileVersion": "4.700.20.21406"
          },
          "Microsoft.VisualBasic.dll": {
            "assemblyVersion": "10.0.0.0",
            "fileVersion": "4.700.20.21406"
          },
          "Microsoft.Win32.Primitives.dll": {
            "assemblyVersion": "4.1.2.0",
            "fileVersion": "4.700.20.21406"
          },
          "Microsoft.Win32.Registry.dll": {
            "assemblyVersion": "4.1.3.0",
            "fileVersion": "4.700.20.21406"
          },
          "System.AppContext.dll": {
            "assemblyVersion": "4.2.2.0",
            "fileVersion": "4.700.20.21406"
          },
          "System.Buffers.dll": {
            "assemblyVersion": "4.0.5.0",
            "fileVersion": "4.700.20.21406"
          },
          "System.Collections.Concurrent.dll": {
            "assemblyVersion": "4.0.15.0",
            "fileVersion": "4.700.20.21406"
          },
          "System.Collections.Immutable.dll": {
            "assemblyVersion": "1.2.5.0",
            "fileVersion": "4.700.20.21406"
          },
          "System.Collections.NonGeneric.dll": {
            "assemblyVersion": "4.1.2.0",
            "fileVersion": "4.700.20.21406"
          },
          "System.Collections.Specialized.dll": {
            "assemblyVersion": "4.1.2.0",
            "fileVersion": "4.700.20.21406"
          },
          "System.Collections.dll": {
            "assemblyVersion": "4.1.2.0",
            "fileVersion": "4.700.20.21406"
          },
          "System.ComponentModel.Annotations.dll": {
            "assemblyVersion": "4.3.1.0",
            "fileVersion": "4.700.20.21406"
          },
          "System.ComponentModel.DataAnnotations.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.700.20.21406"
          },
          "System.ComponentModel.EventBasedAsync.dll": {
            "assemblyVersion": "4.1.2.0",
            "fileVersion": "4.700.20.21406"
          },
          "System.ComponentModel.Primitives.dll": {
            "assemblyVersion": "4.2.2.0",
            "fileVersion": "4.700.20.21406"
          },
          "System.ComponentModel.TypeConverter.dll": {
            "assemblyVersion": "4.2.2.0",
            "fileVersion": "4.700.20.21406"
          },
          "System.ComponentModel.dll": {
            "assemblyVersion": "4.0.4.0",
            "fileVersion": "4.700.20.21406"
          },
          "System.Configuration.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.700.20.21406"
          },
          "System.Console.dll": {
            "assemblyVersion": "4.1.2.0",
            "fileVersion": "4.700.20.21406"
          },
          "System.Core.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.700.20.21406"
          },
          "System.Data.Common.dll": {
            "assemblyVersion": "4.2.2.0",
            "fileVersion": "4.700.20.21406"
          },
          "System.Data.DataSetExtensions.dll": {
            "assemblyVersion": "4.0.1.0",
            "fileVersion": "4.700.20.21406"
          },
          "System.Data.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.700.20.21406"
          },
          "System.Diagnostics.Contracts.dll": {
            "assemblyVersion": "4.0.4.0",
            "fileVersion": "4.700.20.21406"
          },
          "System.Diagnostics.Debug.dll": {
            "assemblyVersion": "4.1.2.0",
            "fileVersion": "4.700.20.21406"
          },
          "System.Diagnostics.DiagnosticSource.dll": {
            "assemblyVersion": "4.0.5.0",
            "fileVersion": "4.700.20.21406"
          },
          "System.Diagnostics.FileVersionInfo.dll": {
            "assemblyVersion": "4.0.4.0",
            "fileVersion": "4.700.20.21406"
          },
          "System.Diagnostics.Process.dll": {
            "assemblyVersion": "4.2.2.0",
            "fileVersion": "4.700.20.21406"
          },
          "System.Diagnostics.StackTrace.dll": {
            "assemblyVersion": "4.1.2.0",
            "fileVersion": "4.700.20.21406"
          },
          "System.Diagnostics.TextWriterTraceListener.dll": {
            "assemblyVersion": "4.1.2.0",
            "fileVersion": "4.700.20.21406"
          },
          "System.Diagnostics.Tools.dll": {
            "assemblyVersion": "4.1.2.0",
            "fileVersion": "4.700.20.21406"
          },
          "System.Diagnostics.TraceSource.dll": {
            "assemblyVersion": "4.1.2.0",
            "fileVersion": "4.700.20.21406"
          },
          "System.Diagnostics.Tracing.dll": {
            "assemblyVersion": "4.2.2.0",
            "fileVersion": "4.700.20.21406"
          },
          "System.Drawing.Primitives.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.700.20.21406"
          },
          "System.Dynamic.Runtime.dll": {
            "assemblyVersion": "4.1.2.0",
            "fileVersion": "4.700.20.21406"
          },
          "System.Globalization.Calendars.dll": {
            "assemblyVersion": "4.1.2.0",
            "fileVersion": "4.700.20.21406"
          },
          "System.Globalization.Extensions.dll": {
            "assemblyVersion": "4.1.2.0",
            "fileVersion": "4.700.20.21406"
          },
          "System.Globalization.dll": {
            "assemblyVersion": "4.1.2.0",
            "fileVersion": "4.700.20.21406"
          },
          "System.IO.Compression.Brotli.dll": {
            "assemblyVersion": "4.2.2.0",
            "fileVersion": "4.700.20.21406"
          },
          "System.IO.Compression.FileSystem.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.700.20.21406"
          },
          "System.IO.Compression.ZipFile.dll": {
            "assemblyVersion": "4.0.5.0",
            "fileVersion": "4.700.20.21406"
          },
          "System.IO.Compression.dll": {
            "assemblyVersion": "4.2.2.0",
            "fileVersion": "4.700.20.21406"
          },
          "System.IO.FileSystem.AccessControl.dll": {
            "assemblyVersion": "4.0.5.0",
            "fileVersion": "4.700.20.21406"
          },
          "System.IO.FileSystem.DriveInfo.dll": {
            "assemblyVersion": "4.1.2.0",
            "fileVersion": "4.700.20.21406"
          },
          "System.IO.FileSystem.Primitives.dll": {
            "assemblyVersion": "4.1.2.0",
            "fileVersion": "4.700.20.21406"
          },
          "System.IO.FileSystem.Watcher.dll": {
            "assemblyVersion": "4.1.2.0",
            "fileVersion": "4.700.20.21406"
          },
          "System.IO.FileSystem.dll": {
            "assemblyVersion": "4.1.2.0",
            "fileVersion": "4.700.20.21406"
          },
          "System.IO.IsolatedStorage.dll": {
            "assemblyVersion": "4.1.2.0",
            "fileVersion": "4.700.20.21406"
          },
          "System.IO.MemoryMappedFiles.dll": {
            "assemblyVersion": "4.1.2.0",
            "fileVersion": "4.700.20.21406"
          },
          "System.IO.Pipes.AccessControl.dll": {
            "assemblyVersion": "4.0.5.0",
            "fileVersion": "4.700.20.21406"
          },
          "System.IO.Pipes.dll": {
            "assemblyVersion": "4.1.2.0",
            "fileVersion": "4.700.20.21406"
          },
          "System.IO.UnmanagedMemoryStream.dll": {
            "assemblyVersion": "4.1.2.0",
            "fileVersion": "4.700.20.21406"
          },
          "System.IO.dll": {
            "assemblyVersion": "4.2.2.0",
            "fileVersion": "4.700.20.21406"
          },
          "System.Linq.Expressions.dll": {
            "assemblyVersion": "4.2.2.0",
            "fileVersion": "4.700.20.21406"
          },
          "System.Linq.Parallel.dll": {
            "assemblyVersion": "4.0.4.0",
            "fileVersion": "4.700.20.21406"
          },
          "System.Linq.Queryable.dll": {
            "assemblyVersion": "4.0.4.0",
            "fileVersion": "4.700.20.21406"
          },
          "System.Linq.dll": {
            "assemblyVersion": "4.2.2.0",
            "fileVersion": "4.700.20.21406"
          },
          "System.Memory.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.700.20.21406"
          },
          "System.Net.Http.dll": {
            "assemblyVersion": "4.2.2.0",
            "fileVersion": "4.700.20.21406"
          },
          "System.Net.HttpListener.dll": {
            "assemblyVersion": "4.0.2.0",
            "fileVersion": "4.700.20.21406"
          },
          "System.Net.Mail.dll": {
            "assemblyVersion": "4.0.2.0",
            "fileVersion": "4.700.20.21406"
          },
          "System.Net.NameResolution.dll": {
            "assemblyVersion": "4.1.2.0",
            "fileVersion": "4.700.20.21406"
          },
          "System.Net.NetworkInformation.dll": {
            "assemblyVersion": "4.2.2.0",
            "fileVersion": "4.700.20.21406"
          },
          "System.Net.Ping.dll": {
            "assemblyVersion": "4.1.2.0",
            "fileVersion": "4.700.20.21406"
          },
          "System.Net.Primitives.dll": {
            "assemblyVersion": "4.1.2.0",
            "fileVersion": "4.700.20.21406"
          },
          "System.Net.Requests.dll": {
            "assemblyVersion": "4.1.2.0",
            "fileVersion": "4.700.20.21406"
          },
          "System.Net.Security.dll": {
            "assemblyVersion": "4.1.2.0",
            "fileVersion": "4.700.20.21406"
          },
          "System.Net.ServicePoint.dll": {
            "assemblyVersion": "4.0.2.0",
            "fileVersion": "4.700.20.21406"
          },
          "System.Net.Sockets.dll": {
            "assemblyVersion": "4.2.2.0",
            "fileVersion": "4.700.20.21406"
          },
          "System.Net.WebClient.dll": {
            "assemblyVersion": "4.0.2.0",
            "fileVersion": "4.700.20.21406"
          },
          "System.Net.WebHeaderCollection.dll": {
            "assemblyVersion": "4.1.2.0",
            "fileVersion": "4.700.20.21406"
          },
          "System.Net.WebProxy.dll": {
            "assemblyVersion": "4.0.2.0",
            "fileVersion": "4.700.20.21406"
          },
          "System.Net.WebSockets.Client.dll": {
            "assemblyVersion": "4.1.2.0",
            "fileVersion": "4.700.20.21406"
          },
          "System.Net.WebSockets.dll": {
            "assemblyVersion": "4.1.2.0",
            "fileVersion": "4.700.20.21406"
          },
          "System.Net.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.700.20.21406"
          },
          "System.Numerics.Vectors.dll": {
            "assemblyVersion": "4.1.6.0",
            "fileVersion": "4.700.20.21406"
          },
          "System.Numerics.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.700.20.21406"
          },
          "System.ObjectModel.dll": {
            "assemblyVersion": "4.1.2.0",
            "fileVersion": "4.700.20.21406"
          },
          "System.Private.DataContractSerialization.dll": {
            "assemblyVersion": "4.1.5.0",
            "fileVersion": "4.700.20.21406"
          },
          "System.Private.Uri.dll": {
            "assemblyVersion": "4.0.6.0",
            "fileVersion": "4.700.20.21406"
          },
          "System.Private.Xml.Linq.dll": {
            "assemblyVersion": "4.0.2.0",
            "fileVersion": "4.700.20.21406"
          },
          "System.Private.Xml.dll": {
            "assemblyVersion": "4.0.2.0",
            "fileVersion": "4.700.20.21406"
          },
          "System.Reflection.DispatchProxy.dll": {
            "assemblyVersion": "4.0.6.0",
            "fileVersion": "4.700.20.21406"
          },
          "System.Reflection.Emit.ILGeneration.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.700.20.21406"
          },
          "System.Reflection.Emit.Lightweight.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.700.20.21406"
          },
          "System.Reflection.Emit.dll": {
            "assemblyVersion": "4.1.2.0",
            "fileVersion": "4.700.20.21406"
          },
          "System.Reflection.Extensions.dll": {
            "assemblyVersion": "4.1.2.0",
            "fileVersion": "4.700.20.21406"
          },
          "System.Reflection.Metadata.dll": {
            "assemblyVersion": "1.4.5.0",
            "fileVersion": "4.700.20.21406"
          },
          "System.Reflection.Primitives.dll": {
            "assemblyVersion": "4.1.2.0",
            "fileVersion": "4.700.20.21406"
          },
          "System.Reflection.TypeExtensions.dll": {
            "assemblyVersion": "4.1.5.0",
            "fileVersion": "4.700.20.21406"
          },
          "System.Reflection.dll": {
            "assemblyVersion": "4.2.2.0",
            "fileVersion": "4.700.20.21406"
          },
          "System.Resources.Reader.dll": {
            "assemblyVersion": "4.1.2.0",
            "fileVersion": "4.700.20.21406"
          },
          "System.Resources.ResourceManager.dll": {
            "assemblyVersion": "4.1.2.0",
            "fileVersion": "4.700.20.21406"
          },
          "System.Resources.Writer.dll": {
            "assemblyVersion": "4.1.2.0",
            "fileVersion": "4.700.20.21406"
          },
          "System.Runtime.CompilerServices.Unsafe.dll": {
            "assemblyVersion": "4.0.6.0",
            "fileVersion": "4.700.20.21406"
          },
          "System.Runtime.CompilerServices.VisualC.dll": {
            "assemblyVersion": "4.1.2.0",
            "fileVersion": "4.700.20.21406"
          },
          "System.Runtime.Extensions.dll": {
            "assemblyVersion": "4.2.2.0",
            "fileVersion": "4.700.20.21406"
          },
          "System.Runtime.Handles.dll": {
            "assemblyVersion": "4.1.2.0",
            "fileVersion": "4.700.20.21406"
          },
          "System.Runtime.InteropServices.RuntimeInformation.dll": {
            "assemblyVersion": "4.0.4.0",
            "fileVersion": "4.700.20.21406"
          },
          "System.Runtime.InteropServices.WindowsRuntime.dll": {
            "assemblyVersion": "4.0.4.0",
            "fileVersion": "4.700.20.21406"
          },
          "System.Runtime.InteropServices.dll": {
            "assemblyVersion": "4.2.2.0",
            "fileVersion": "4.700.20.21406"
          },
          "System.Runtime.Intrinsics.dll": {
            "assemblyVersion": "4.0.1.0",
            "fileVersion": "4.700.20.21406"
          },
          "System.Runtime.Loader.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.700.20.21406"
          },
          "System.Runtime.Numerics.dll": {
            "assemblyVersion": "4.1.2.0",
            "fileVersion": "4.700.20.21406"
          },
          "System.Runtime.Serialization.Formatters.dll": {
            "assemblyVersion": "4.0.4.0",
            "fileVersion": "4.700.20.21406"
          },
          "System.Runtime.Serialization.Json.dll": {
            "assemblyVersion": "4.0.5.0",
            "fileVersion": "4.700.20.21406"
          },
          "System.Runtime.Serialization.Primitives.dll": {
            "assemblyVersion": "4.2.2.0",
            "fileVersion": "4.700.20.21406"
          },
          "System.Runtime.Serialization.Xml.dll": {
            "assemblyVersion": "4.1.5.0",
            "fileVersion": "4.700.20.21406"
          },
          "System.Runtime.Serialization.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.700.20.21406"
          },
          "System.Runtime.WindowsRuntime.UI.Xaml.dll": {
            "assemblyVersion": "4.0.5.0",
            "fileVersion": "4.700.20.21406"
          },
          "System.Runtime.WindowsRuntime.dll": {
            "assemblyVersion": "4.0.15.0",
            "fileVersion": "4.700.20.21406"
          },
          "System.Runtime.dll": {
            "assemblyVersion": "4.2.2.0",
            "fileVersion": "4.700.20.21406"
          },
          "System.Security.AccessControl.dll": {
            "assemblyVersion": "4.1.3.0",
            "fileVersion": "4.700.20.21406"
          },
          "System.Security.Claims.dll": {
            "assemblyVersion": "4.1.2.0",
            "fileVersion": "4.700.20.21406"
          },
          "System.Security.Cryptography.Algorithms.dll": {
            "assemblyVersion": "4.3.2.0",
            "fileVersion": "4.700.20.21406"
          },
          "System.Security.Cryptography.Cng.dll": {
            "assemblyVersion": "4.3.3.0",
            "fileVersion": "4.700.20.21406"
          },
          "System.Security.Cryptography.Csp.dll": {
            "assemblyVersion": "4.1.2.0",
            "fileVersion": "4.700.20.21406"
          },
          "System.Security.Cryptography.Encoding.dll": {
            "assemblyVersion": "4.1.2.0",
            "fileVersion": "4.700.20.21406"
          },
          "System.Security.Cryptography.OpenSsl.dll": {
            "assemblyVersion": "4.1.3.0",
            "fileVersion": "4.700.20.21406"
          },
          "System.Security.Cryptography.Primitives.dll": {
            "assemblyVersion": "4.1.2.0",
            "fileVersion": "4.700.20.21406"
          },
          "System.Security.Cryptography.X509Certificates.dll": {
            "assemblyVersion": "4.2.2.0",
            "fileVersion": "4.700.20.21406"
          },
          "System.Security.Principal.Windows.dll": {
            "assemblyVersion": "4.1.3.0",
            "fileVersion": "4.700.20.21406"
          },
          "System.Security.Principal.dll": {
            "assemblyVersion": "4.1.2.0",
            "fileVersion": "4.700.20.21406"
          },
          "System.Security.SecureString.dll": {
            "assemblyVersion": "4.1.2.0",
            "fileVersion": "4.700.20.21406"
          },
          "System.Security.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.700.20.21406"
          },
          "System.ServiceModel.Web.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.700.20.21406"
          },
          "System.ServiceProcess.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.700.20.21406"
          },
          "System.Text.Encoding.CodePages.dll": {
            "assemblyVersion": "4.1.3.0",
            "fileVersion": "4.700.20.21406"
          },
          "System.Text.Encoding.Extensions.dll": {
            "assemblyVersion": "4.1.2.0",
            "fileVersion": "4.700.20.21406"
          },
          "System.Text.Encoding.dll": {
            "assemblyVersion": "4.1.2.0",
            "fileVersion": "4.700.20.21406"
          },
          "System.Text.Encodings.Web.dll": {
            "assemblyVersion": "4.0.5.0",
            "fileVersion": "4.700.20.21406"
          },
          "System.Text.Json.dll": {
            "assemblyVersion": "4.0.1.2",
            "fileVersion": "4.700.20.21406"
          },
          "System.Text.RegularExpressions.dll": {
            "assemblyVersion": "4.2.2.0",
            "fileVersion": "4.700.20.21406"
          },
          "System.Threading.Channels.dll": {
            "assemblyVersion": "4.0.2.0",
            "fileVersion": "4.700.20.21406"
          },
          "System.Threading.Overlapped.dll": {
            "assemblyVersion": "4.1.2.0",
            "fileVersion": "4.700.20.21406"
          },
          "System.Threading.Tasks.Dataflow.dll": {
            "assemblyVersion": "4.6.5.0",
            "fileVersion": "4.700.20.21406"
          },
          "System.Threading.Tasks.Extensions.dll": {
            "assemblyVersion": "4.3.1.0",
            "fileVersion": "4.700.20.21406"
          },
          "System.Threading.Tasks.Parallel.dll": {
            "assemblyVersion": "4.0.4.0",
            "fileVersion": "4.700.20.21406"
          },
          "System.Threading.Tasks.dll": {
            "assemblyVersion": "4.1.2.0",
            "fileVersion": "4.700.20.21406"
          },
          "System.Threading.Thread.dll": {
            "assemblyVersion": "4.1.2.0",
            "fileVersion": "4.700.20.21406"
          },
          "System.Threading.ThreadPool.dll": {
            "assemblyVersion": "4.1.2.0",
            "fileVersion": "4.700.20.21406"
          },
          "System.Threading.Timer.dll": {
            "assemblyVersion": "4.1.2.0",
            "fileVersion": "4.700.20.21406"
          },
          "System.Threading.dll": {
            "assemblyVersion": "4.1.2.0",
            "fileVersion": "4.700.20.21406"
          },
          "System.Transactions.Local.dll": {
            "assemblyVersion": "4.0.2.0",
            "fileVersion": "4.700.20.21406"
          },
          "System.Transactions.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.700.20.21406"
          },
          "System.ValueTuple.dll": {
            "assemblyVersion": "4.0.5.0",
            "fileVersion": "4.700.20.21406"
          },
          "System.Web.HttpUtility.dll": {
            "assemblyVersion": "4.0.2.0",
            "fileVersion": "4.700.20.21406"
          },
          "System.Web.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.700.20.21406"
          },
          "System.Windows.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.700.20.21406"
          },
          "System.Xml.Linq.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.700.20.21406"
          },
          "System.Xml.ReaderWriter.dll": {
            "assemblyVersion": "4.2.2.0",
            "fileVersion": "4.700.20.21406"
          },
          "System.Xml.Serialization.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.700.20.21406"
          },
          "System.Xml.XDocument.dll": {
            "assemblyVersion": "4.1.2.0",
            "fileVersion": "4.700.20.21406"
          },
          "System.Xml.XPath.XDocument.dll": {
            "assemblyVersion": "4.1.2.0",
            "fileVersion": "4.700.20.21406"
          },
          "System.Xml.XPath.dll": {
            "assemblyVersion": "4.1.2.0",
            "fileVersion": "4.700.20.21406"
          },
          "System.Xml.XmlDocument.dll": {
            "assemblyVersion": "4.1.2.0",
            "fileVersion": "4.700.20.21406"
          },
          "System.Xml.XmlSerializer.dll": {
            "assemblyVersion": "4.1.2.0",
            "fileVersion": "4.700.20.21406"
          },
          "System.Xml.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.700.20.21406"
          },
          "System.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.700.20.21406"
          },
          "mscorlib.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.700.20.21406"
          },
          "netstandard.dll": {
            "assemblyVersion": "2.1.0.0",
            "fileVersion": "4.700.20.21406"
          }
        },
        "native": {
          "Microsoft.DiaSymReader.Native.amd64.dll": {
            "fileVersion": "14.12.25830.2"
          },
          "SOS_README.md": {
            "fileVersion": "0.0.0.0"
          },
          "System.Private.CoreLib.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.700.20.20201"
          },
          "api-ms-win-core-console-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "api-ms-win-core-datetime-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "api-ms-win-core-debug-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "api-ms-win-core-errorhandling-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "api-ms-win-core-file-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "api-ms-win-core-file-l1-2-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "api-ms-win-core-file-l2-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "api-ms-win-core-handle-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "api-ms-win-core-heap-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "api-ms-win-core-interlocked-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "api-ms-win-core-libraryloader-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "api-ms-win-core-localization-l1-2-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "api-ms-win-core-memory-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "api-ms-win-core-namedpipe-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "api-ms-win-core-processenvironment-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "api-ms-win-core-processthreads-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "api-ms-win-core-processthreads-l1-1-1.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "api-ms-win-core-profile-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "api-ms-win-core-rtlsupport-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "api-ms-win-core-string-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "api-ms-win-core-synch-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "api-ms-win-core-synch-l1-2-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "api-ms-win-core-sysinfo-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "api-ms-win-core-timezone-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "api-ms-win-core-util-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "api-ms-win-crt-conio-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "api-ms-win-crt-convert-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "api-ms-win-crt-environment-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "api-ms-win-crt-filesystem-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "api-ms-win-crt-heap-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "api-ms-win-crt-locale-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "api-ms-win-crt-math-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "api-ms-win-crt-multibyte-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "api-ms-win-crt-private-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "api-ms-win-crt-process-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "api-ms-win-crt-runtime-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "api-ms-win-crt-stdio-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "api-ms-win-crt-string-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "api-ms-win-crt-time-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "api-ms-win-crt-utility-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "clrcompression.dll": {
            "fileVersion": "4.700.20.21406"
          },
          "clretwrc.dll": {
            "fileVersion": "4.700.20.20201"
          },
          "clrjit.dll": {
            "fileVersion": "4.700.20.20201"
          },
          "coreclr.dll": {
            "fileVersion": "4.700.20.20201"
          },
          "dbgshim.dll": {
            "fileVersion": "4.700.20.20201"
          },
          "hostfxr.dll": {
            "fileVersion": "3.100.420.21405"
          },
          "hostpolicy.dll": {
            "fileVersion": "3.100.420.21405"
          },
          "mscordaccore.dll": {
            "fileVersion": "4.700.20.20201"
          },
          "mscordaccore_amd64_amd64_4.700.20.20201.dll": {
            "fileVersion": "4.700.20.20201"
          },
          "mscordbi.dll": {
            "fileVersion": "4.700.20.20201"
          },
          "mscorrc.debug.dll": {
            "fileVersion": "4.700.20.20201"
          },
          "mscorrc.dll": {
            "fileVersion": "4.700.20.20201"
          },
          "ucrtbase.dll": {
            "fileVersion": "10.0.17134.12"
          }
        }
      },
      "runtimepack.Microsoft.WindowsDesktop.App.Runtime.win-x64/3.1.4": {
        "runtime": {
          "Accessibility.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.800.120.21302"
          },
          "DirectWriteForwarder.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.800.120.21303"
          },
          "Microsoft.Win32.Registry.AccessControl.dll": {
            "assemblyVersion": "4.0.5.0",
            "fileVersion": "4.700.19.56404"
          },
          "PresentationCore.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.800.120.21303"
          },
          "PresentationFramework-SystemCore.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.800.120.21303"
          },
          "PresentationFramework-SystemData.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.800.120.21303"
          },
          "PresentationFramework-SystemDrawing.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.800.120.21303"
          },
          "PresentationFramework-SystemXml.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.800.120.21303"
          },
          "PresentationFramework-SystemXmlLinq.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.800.120.21303"
          },
          "PresentationFramework.Aero.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.800.120.21303"
          },
          "PresentationFramework.Aero2.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.800.120.21303"
          },
          "PresentationFramework.AeroLite.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.800.120.21303"
          },
          "PresentationFramework.Classic.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.800.120.21303"
          },
          "PresentationFramework.Luna.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.800.120.21303"
          },
          "PresentationFramework.Royale.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.800.120.21303"
          },
          "PresentationFramework.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.800.120.21303"
          },
          "PresentationUI.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.800.120.21303"
          },
          "ReachFramework.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.800.120.21303"
          },
          "System.CodeDom.dll": {
            "assemblyVersion": "4.0.3.0",
            "fileVersion": "4.700.19.56404"
          },
          "System.Configuration.ConfigurationManager.dll": {
            "assemblyVersion": "4.0.3.0",
            "fileVersion": "4.700.19.56404"
          },
          "System.Design.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.800.120.21302"
          },
          "System.Diagnostics.EventLog.dll": {
            "assemblyVersion": "4.0.2.0",
            "fileVersion": "4.700.19.56404"
          },
          "System.Diagnostics.PerformanceCounter.dll": {
            "assemblyVersion": "4.0.2.0",
            "fileVersion": "4.700.19.56404"
          },
          "System.DirectoryServices.dll": {
            "assemblyVersion": "4.0.1.0",
            "fileVersion": "4.700.19.56404"
          },
          "System.Drawing.Common.dll": {
            "assemblyVersion": "4.0.2.0",
            "fileVersion": "4.700.19.56404"
          },
          "System.Drawing.Design.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.800.120.21302"
          },
          "System.Drawing.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.800.120.21302"
          },
          "System.IO.Packaging.dll": {
            "assemblyVersion": "4.0.5.0",
            "fileVersion": "4.700.19.56404"
          },
          "System.Printing.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.800.120.21303"
          },
          "System.Resources.Extensions.dll": {
            "assemblyVersion": "4.0.1.0",
            "fileVersion": "4.700.20.21406"
          },
          "System.Security.Cryptography.Pkcs.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.700.19.56404"
          },
          "System.Security.Cryptography.ProtectedData.dll": {
            "assemblyVersion": "4.0.5.0",
            "fileVersion": "4.700.19.56404"
          },
          "System.Security.Cryptography.Xml.dll": {
            "assemblyVersion": "4.0.3.0",
            "fileVersion": "4.700.19.56404"
          },
          "System.Security.Permissions.dll": {
            "assemblyVersion": "4.0.3.0",
            "fileVersion": "4.700.19.56404"
          },
          "System.Threading.AccessControl.dll": {
            "assemblyVersion": "4.0.5.0",
            "fileVersion": "4.700.19.56404"
          },
          "System.Windows.Controls.Ribbon.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.800.120.21303"
          },
          "System.Windows.Extensions.dll": {
            "assemblyVersion": "4.0.1.0",
            "fileVersion": "4.700.19.56404"
          },
          "System.Windows.Forms.Design.Editors.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.800.120.21302"
          },
          "System.Windows.Forms.Design.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.800.120.21302"
          },
          "System.Windows.Forms.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.800.120.21302"
          },
          "System.Windows.Input.Manipulations.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.800.120.21303"
          },
          "System.Windows.Presentation.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.800.120.21303"
          },
          "System.Xaml.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.800.120.21303"
          },
          "UIAutomationClient.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.800.120.21303"
          },
          "UIAutomationClientSideProviders.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.800.120.21303"
          },
          "UIAutomationProvider.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.800.120.21303"
          },
          "UIAutomationTypes.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.800.120.21303"
          },
          "WindowsBase.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.800.120.21303"
          },
          "WindowsFormsIntegration.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.800.120.21303"
          }
        },
        "native": {
          "D3DCompiler_47_cor3.dll": {
            "fileVersion": "10.0.19041.1"
          },
          "PenImc_cor3.dll": {
            "fileVersion": "4.800.120.21304"
          },
          "PresentationNative_cor3.dll": {
            "fileVersion": "4.800.120.21304"
          },
          "vcruntime140_cor3.dll": {
            "fileVersion": "14.25.28508.3"
          },
          "wpfgfx_cor3.dll": {
            "fileVersion": "4.800.120.21304"
          }
        }
      },
      "Autofac/4.9.4": {
        "runtime": {
          "lib/netstandard2.0/Autofac.dll": {
            "assemblyVersion": "4.9.4.0",
            "fileVersion": "4.9.4.0"
          }
        }
      },
      "AutoMapper/9.0.0": {
        "dependencies": {
          "Microsoft.CSharp": "4.5.0",
          "System.Reflection.Emit": "4.3.0"
        },
        "runtime": {
          "lib/netstandard2.0/AutoMapper.dll": {
            "assemblyVersion": "9.0.0.0",
            "fileVersion": "9.0.0.0"
          }
        }
      },
      "ControlzEx/4.2.0": {
        "dependencies": {
          "Microsoft.Xaml.Behaviors.Wpf": "1.1.3"
        },
        "runtime": {
          "lib/netcoreapp3.1/ControlzEx.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.2.0.10"
          }
        }
      },
      "DynamicData/6.14.14": {
        "dependencies": {
          "System.Reactive": "4.4.1"
        },
        "runtime": {
          "lib/netstandard2.0/DynamicData.dll": {
            "assemblyVersion": "6.14.0.0",
            "fileVersion": "6.14.14.16711"
          }
        }
      },
      "EPPlus/5.1.1": {
        "dependencies": {
          "Microsoft.Extensions.Configuration.Json": "3.1.0",
          "System.ComponentModel.TypeConverter": "4.3.0",
          "System.Data.Common": "4.3.0",
          "System.Drawing.Common": "4.7.0",
          "System.Reflection": "4.3.0",
          "System.Security.Claims": "4.3.0",
          "System.Security.Cryptography.Pkcs": "4.7.0",
          "System.Security.Cryptography.X509Certificates": "4.3.2",
          "System.Text.Encoding.CodePages": "4.7.0",
          "System.Xml.XPath.XmlDocument": "4.3.0",
          "System.Xml.XmlDocument": "4.3.0"
        },
        "runtime": {
          "lib/netstandard2.1/EPPlus.dll": {
            "assemblyVersion": "5.1.1.0",
            "fileVersion": "5.1.1.0"
          }
        }
      },
      "FluentValidation/8.4.0": {
        "dependencies": {
          "System.ComponentModel.Annotations": "4.4.1"
        },
        "runtime": {
          "lib/netstandard2.0/FluentValidation.dll": {
            "assemblyVersion": "8.0.0.0",
            "fileVersion": "8.4.0.0"
          }
        }
      },
      "Fody/6.1.1": {},
      "gong-wpf-dragdrop/2.2.0": {
        "runtime": {
          "lib/netcoreapp3.1/GongSolutions.WPF.DragDrop.dll": {
            "assemblyVersion": "2.0.0.0",
            "fileVersion": "2.2.0.10"
          }
        }
      },
      "Google.Protobuf/3.10.1": {
        "dependencies": {
          "System.Memory": "4.5.2"
        },
        "runtime": {
          "lib/netstandard2.0/Google.Protobuf.dll": {
            "assemblyVersion": "3.10.1.0",
            "fileVersion": "3.10.1.0"
          }
        }
      },
      "kenjiuno.PdfSharp-WPF/1.31.5584": {
        "dependencies": {
          "System.Drawing.Common": "4.7.0",
          "System.Text.Encoding.CodePages": "4.7.0"
        },
        "runtime": {
          "lib/netcoreapp3.1/PdfSharp-WPF.dll": {
            "assemblyVersion": "1.31.5584.0",
            "fileVersion": "1.31.5584.0"
          }
        }
      },
      "kenjiuno.PdfSharp.Xps/1.1.6": {
        "dependencies": {
          "kenjiuno.PdfSharp-WPF": "1.31.5584"
        },
        "runtime": {
          "lib/netcoreapp3.1/PdfSharp.Xps.dll": {
            "assemblyVersion": "1.1.6.0",
            "fileVersion": "1.0.0.0"
          }
        }
      },
      "LiteDB/5.0.7": {
        "runtime": {
          "lib/netstandard2.0/LiteDB.dll": {
            "assemblyVersion": "5.0.7.0",
            "fileVersion": "5.0.7.0"
          }
        }
      },
      "MahApps.Metro/2.0.0-alpha0660": {
        "dependencies": {
          "ControlzEx": "4.2.0"
        },
        "runtime": {
          "lib/netcoreapp3.1/MahApps.Metro.dll": {
            "assemblyVersion": "2.0.0.0",
            "fileVersion": "2.0.0.660"
          }
        }
      },
      "MahApps.Metro.IconPacks/4.0.0": {
        "runtime": {
          "lib/netcoreapp3.1/MahApps.Metro.IconPacks.BoxIcons.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.0.0.7"
          },
          "lib/netcoreapp3.1/MahApps.Metro.IconPacks.Core.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.0.0.7"
          },
          "lib/netcoreapp3.1/MahApps.Metro.IconPacks.Entypo.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.0.0.7"
          },
          "lib/netcoreapp3.1/MahApps.Metro.IconPacks.EvaIcons.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.0.0.7"
          },
          "lib/netcoreapp3.1/MahApps.Metro.IconPacks.FeatherIcons.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.0.0.7"
          },
          "lib/netcoreapp3.1/MahApps.Metro.IconPacks.FontAwesome.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.0.0.7"
          },
          "lib/netcoreapp3.1/MahApps.Metro.IconPacks.Ionicons.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.0.0.7"
          },
          "lib/netcoreapp3.1/MahApps.Metro.IconPacks.JamIcons.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.0.0.7"
          },
          "lib/netcoreapp3.1/MahApps.Metro.IconPacks.Material.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.0.0.7"
          },
          "lib/netcoreapp3.1/MahApps.Metro.IconPacks.MaterialDesign.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.0.0.7"
          },
          "lib/netcoreapp3.1/MahApps.Metro.IconPacks.MaterialLight.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.0.0.7"
          },
          "lib/netcoreapp3.1/MahApps.Metro.IconPacks.Microns.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.0.0.7"
          },
          "lib/netcoreapp3.1/MahApps.Metro.IconPacks.Modern.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.0.0.7"
          },
          "lib/netcoreapp3.1/MahApps.Metro.IconPacks.Octicons.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.0.0.7"
          },
          "lib/netcoreapp3.1/MahApps.Metro.IconPacks.PicolIcons.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.0.0.7"
          },
          "lib/netcoreapp3.1/MahApps.Metro.IconPacks.RPGAwesome.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.0.0.7"
          },
          "lib/netcoreapp3.1/MahApps.Metro.IconPacks.SimpleIcons.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.0.0.7"
          },
          "lib/netcoreapp3.1/MahApps.Metro.IconPacks.Typicons.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.0.0.7"
          },
          "lib/netcoreapp3.1/MahApps.Metro.IconPacks.Unicons.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.0.0.7"
          },
          "lib/netcoreapp3.1/MahApps.Metro.IconPacks.WeatherIcons.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.0.0.7"
          },
          "lib/netcoreapp3.1/MahApps.Metro.IconPacks.Zondicons.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.0.0.7"
          },
          "lib/netcoreapp3.1/MahApps.Metro.IconPacks.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.0.0.7"
          }
        }
      },
      "MahApps.Metro.SimpleChildWindow/2.0.0-alpha0032": {
        "dependencies": {
          "MahApps.Metro": "2.0.0-alpha0660"
        },
        "runtime": {
          "lib/netcoreapp3.1/MahApps.Metro.SimpleChildWindow.dll": {
            "assemblyVersion": "2.0.0.0",
            "fileVersion": "2.0.0.32"
          }
        }
      },
      "Microsoft.CSharp/4.5.0": {},
      "Microsoft.Extensions.Configuration/3.1.0": {
        "dependencies": {
          "Microsoft.Extensions.Configuration.Abstractions": "3.1.0"
        },
        "runtime": {
          "lib/netcoreapp3.1/Microsoft.Extensions.Configuration.dll": {
            "assemblyVersion": "3.1.0.0",
            "fileVersion": "3.100.19.56504"
          }
        }
      },
      "Microsoft.Extensions.Configuration.Abstractions/3.1.0": {
        "dependencies": {
          "Microsoft.Extensions.Primitives": "3.1.0"
        },
        "runtime": {
          "lib/netcoreapp3.1/Microsoft.Extensions.Configuration.Abstractions.dll": {
            "assemblyVersion": "3.1.0.0",
            "fileVersion": "3.100.19.56504"
          }
        }
      },
      "Microsoft.Extensions.Configuration.FileExtensions/3.1.0": {
        "dependencies": {
          "Microsoft.Extensions.Configuration": "3.1.0",
          "Microsoft.Extensions.FileProviders.Physical": "3.1.0"
        },
        "runtime": {
          "lib/netcoreapp3.1/Microsoft.Extensions.Configuration.FileExtensions.dll": {
            "assemblyVersion": "3.1.0.0",
            "fileVersion": "3.100.19.56504"
          }
        }
      },
      "Microsoft.Extensions.Configuration.Json/3.1.0": {
        "dependencies": {
          "Microsoft.Extensions.Configuration": "3.1.0",
          "Microsoft.Extensions.Configuration.FileExtensions": "3.1.0"
        },
        "runtime": {
          "lib/netcoreapp3.1/Microsoft.Extensions.Configuration.Json.dll": {
            "assemblyVersion": "3.1.0.0",
            "fileVersion": "3.100.19.56504"
          }
        }
      },
      "Microsoft.Extensions.FileProviders.Abstractions/3.1.0": {
        "dependencies": {
          "Microsoft.Extensions.Primitives": "3.1.0"
        },
        "runtime": {
          "lib/netcoreapp3.1/Microsoft.Extensions.FileProviders.Abstractions.dll": {
            "assemblyVersion": "3.1.0.0",
            "fileVersion": "3.100.19.56504"
          }
        }
      },
      "Microsoft.Extensions.FileProviders.Physical/3.1.0": {
        "dependencies": {
          "Microsoft.Extensions.FileProviders.Abstractions": "3.1.0",
          "Microsoft.Extensions.FileSystemGlobbing": "3.1.0"
        },
        "runtime": {
          "lib/netcoreapp3.1/Microsoft.Extensions.FileProviders.Physical.dll": {
            "assemblyVersion": "3.1.0.0",
            "fileVersion": "3.100.19.56504"
          }
        }
      },
      "Microsoft.Extensions.FileSystemGlobbing/3.1.0": {
        "runtime": {
          "lib/netstandard2.0/Microsoft.Extensions.FileSystemGlobbing.dll": {
            "assemblyVersion": "3.1.0.0",
            "fileVersion": "3.100.19.56504"
          }
        }
      },
      "Microsoft.Extensions.Primitives/3.1.0": {
        "runtime": {
          "lib/netcoreapp3.1/Microsoft.Extensions.Primitives.dll": {
            "assemblyVersion": "3.1.0.0",
            "fileVersion": "3.100.19.56504"
          }
        }
      },
      "Microsoft.NETCore.Platforms/3.1.0": {},
      "Microsoft.NETCore.Targets/1.1.0": {},
      "Microsoft.Win32.SystemEvents/4.7.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.1.0"
        },
        "runtime": {
          "runtimes/win/lib/netcoreapp3.0/Microsoft.Win32.SystemEvents.dll": {
            "assemblyVersion": "4.0.2.0",
            "fileVersion": "4.700.19.56404"
          }
        }
      },
      "Microsoft.Xaml.Behaviors.Wpf/1.1.3": {
        "runtime": {
          "lib/netcoreapp3.0/Microsoft.Xaml.Behaviors.dll": {
            "assemblyVersion": "1.1.0.0",
            "fileVersion": "1.1.3.43761"
          }
        }
      },
      "MiqM.Xceed.Wpf.Toolkit.NETCore/3.5.1.3": {
        "dependencies": {
          "System.Reflection.Emit": "4.3.0",
          "System.Text.Encoding.CodePages": "4.7.0"
        },
        "runtime": {
          "lib/netcoreapp3.0/Xceed.Wpf.AvalonDock.Themes.Aero.dll": {
            "assemblyVersion": "3.5.0.0",
            "fileVersion": "1.0.0.0"
          },
          "lib/netcoreapp3.0/Xceed.Wpf.AvalonDock.Themes.Metro.dll": {
            "assemblyVersion": "3.5.0.0",
            "fileVersion": "1.0.0.0"
          },
          "lib/netcoreapp3.0/Xceed.Wpf.AvalonDock.Themes.VS2010.dll": {
            "assemblyVersion": "3.5.0.0",
            "fileVersion": "1.0.0.0"
          },
          "lib/netcoreapp3.0/Xceed.Wpf.AvalonDock.dll": {
            "assemblyVersion": "3.5.0.0",
            "fileVersion": "1.0.0.0"
          },
          "lib/netcoreapp3.0/Xceed.Wpf.Toolkit.dll": {
            "assemblyVersion": "3.5.0.0",
            "fileVersion": "1.0.0.0"
          }
        },
        "resources": {
          "lib/netcoreapp3.0/de/Xceed.Wpf.AvalonDock.resources.dll": {
            "locale": "de"
          },
          "lib/netcoreapp3.0/es/Xceed.Wpf.AvalonDock.resources.dll": {
            "locale": "es"
          },
          "lib/netcoreapp3.0/fr/Xceed.Wpf.AvalonDock.resources.dll": {
            "locale": "fr"
          },
          "lib/netcoreapp3.0/hu/Xceed.Wpf.AvalonDock.resources.dll": {
            "locale": "hu"
          },
          "lib/netcoreapp3.0/it/Xceed.Wpf.AvalonDock.resources.dll": {
            "locale": "it"
          },
          "lib/netcoreapp3.0/pt-BR/Xceed.Wpf.AvalonDock.resources.dll": {
            "locale": "pt-BR"
          },
          "lib/netcoreapp3.0/ro/Xceed.Wpf.AvalonDock.resources.dll": {
            "locale": "ro"
          },
          "lib/netcoreapp3.0/ru/Xceed.Wpf.AvalonDock.resources.dll": {
            "locale": "ru"
          },
          "lib/netcoreapp3.0/sv/Xceed.Wpf.AvalonDock.resources.dll": {
            "locale": "sv"
          },
          "lib/netcoreapp3.0/zh-Hans/Xceed.Wpf.AvalonDock.resources.dll": {
            "locale": "zh-Hans"
          }
        }
      },
      "Monik.Client.Base/1.0.3": {
        "dependencies": {
          "Google.Protobuf": "3.10.1",
          "System.Threading.Channels": "4.6.0"
        },
        "runtime": {
          "lib/netstandard2.0/Monik.Client.Base.dll": {
            "assemblyVersion": "1.0.3.0",
            "fileVersion": "1.0.3.0"
          }
        }
      },
      "Newtonsoft.Json/12.0.3": {
        "runtime": {
          "lib/netstandard2.0/Newtonsoft.Json.dll": {
            "assemblyVersion": "12.0.0.0",
            "fileVersion": "12.0.3.23909"
          }
        }
      },
      "ReactiveUI/11.3.8": {
        "dependencies": {
          "DynamicData": "6.14.14",
          "Splat": "9.4.5",
          "System.Reactive": "4.4.1",
          "System.Runtime.Serialization.Primitives": "4.3.0"
        },
        "runtime": {
          "lib/netcoreapp3.0/ReactiveUI.dll": {
            "assemblyVersion": "11.3.0.0",
            "fileVersion": "11.3.8.17966"
          }
        }
      },
      "ReactiveUI.Fody/11.3.1": {
        "dependencies": {
          "Fody": "6.1.1",
          "ReactiveUI": "11.3.8",
          "System.ComponentModel": "4.3.0",
          "System.Diagnostics.Contracts": "4.3.0",
          "System.Dynamic.Runtime": "4.3.0",
          "System.Reactive": "4.4.1",
          "System.Runtime.Serialization.Primitives": "4.3.0"
        },
        "runtime": {
          "lib/netcoreapp2.0/ReactiveUI.Fody.Helpers.dll": {
            "assemblyVersion": "11.3.0.0",
            "fileVersion": "11.3.1.2116"
          }
        }
      },
      "ReactiveUI.WPF/11.3.8": {
        "dependencies": {
          "ReactiveUI": "11.3.8",
          "System.Reactive": "4.4.1"
        },
        "runtime": {
          "lib/netcoreapp3.0/ReactiveUI.WPF.dll": {
            "assemblyVersion": "11.3.0.0",
            "fileVersion": "11.3.8.17966"
          }
        }
      },
      "runtime.any.System.Collections/4.3.0": {
        "dependencies": {
          "System.Runtime": "4.3.0"
        }
      },
      "runtime.any.System.Diagnostics.Tracing/4.3.0": {},
      "runtime.any.System.Globalization/4.3.0": {},
      "runtime.any.System.Globalization.Calendars/4.3.0": {},
      "runtime.any.System.IO/4.3.0": {},
      "runtime.any.System.Reflection/4.3.0": {},
      "runtime.any.System.Reflection.Extensions/4.3.0": {},
      "runtime.any.System.Reflection.Primitives/4.3.0": {},
      "runtime.any.System.Resources.ResourceManager/4.3.0": {},
      "runtime.any.System.Runtime/4.3.0": {
        "dependencies": {
          "System.Private.Uri": "4.3.0"
        }
      },
      "runtime.any.System.Runtime.Handles/4.3.0": {},
      "runtime.any.System.Runtime.InteropServices/4.3.0": {},
      "runtime.any.System.Text.Encoding/4.3.0": {},
      "runtime.any.System.Text.Encoding.Extensions/4.3.0": {},
      "runtime.any.System.Threading.Tasks/4.3.0": {},
      "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {},
      "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {},
      "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {},
      "runtime.native.System/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.1.0",
          "Microsoft.NETCore.Targets": "1.1.0"
        }
      },
      "runtime.native.System.Net.Http/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.1.0",
          "Microsoft.NETCore.Targets": "1.1.0"
        }
      },
      "runtime.native.System.Security.Cryptography.Apple/4.3.0": {
        "dependencies": {
          "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "4.3.0"
        }
      },
      "runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {
        "dependencies": {
          "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2",
          "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2",
          "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2",
          "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2",
          "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2",
          "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2",
          "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2",
          "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2",
          "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2",
          "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2"
        }
      },
      "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {},
      "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {},
      "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple/4.3.0": {},
      "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {},
      "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {},
      "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {},
      "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {},
      "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {},
      "runtime.win.System.Diagnostics.Debug/4.3.0": {},
      "runtime.win.System.IO.FileSystem/4.3.0": {
        "dependencies": {
          "System.Buffers": "4.3.0",
          "System.Collections": "4.3.0",
          "System.Diagnostics.Debug": "4.3.0",
          "System.IO": "4.3.0",
          "System.IO.FileSystem.Primitives": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Extensions": "4.3.0",
          "System.Runtime.Handles": "4.3.0",
          "System.Runtime.InteropServices": "4.3.0",
          "System.Text.Encoding": "4.3.0",
          "System.Text.Encoding.Extensions": "4.3.0",
          "System.Threading": "4.3.0",
          "System.Threading.Overlapped": "4.3.0",
          "System.Threading.Tasks": "4.3.0"
        }
      },
      "runtime.win.System.Runtime.Extensions/4.3.0": {
        "dependencies": {
          "System.Private.Uri": "4.3.0"
        }
      },
      "Splat/9.4.5": {
        "runtime": {
          "lib/netstandard2.0/Splat.dll": {
            "assemblyVersion": "9.4.0.0",
            "fileVersion": "9.4.5.9829"
          }
        }
      },
      "System.Buffers/4.3.0": {
        "dependencies": {
          "System.Diagnostics.Debug": "4.3.0",
          "System.Diagnostics.Tracing": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Threading": "4.3.0"
        }
      },
      "System.Collections/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.1.0",
          "Microsoft.NETCore.Targets": "1.1.0",
          "System.Runtime": "4.3.0",
          "runtime.any.System.Collections": "4.3.0"
        }
      },
      "System.Collections.Concurrent/4.3.0": {
        "dependencies": {
          "System.Collections": "4.3.0",
          "System.Diagnostics.Debug": "4.3.0",
          "System.Diagnostics.Tracing": "4.3.0",
          "System.Globalization": "4.3.0",
          "System.Reflection": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Extensions": "4.3.0",
          "System.Threading": "4.3.0",
          "System.Threading.Tasks": "4.3.0"
        }
      },
      "System.Collections.NonGeneric/4.3.0": {
        "dependencies": {
          "System.Diagnostics.Debug": "4.3.0",
          "System.Globalization": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Extensions": "4.3.0",
          "System.Threading": "4.3.0"
        }
      },
      "System.Collections.Specialized/4.3.0": {
        "dependencies": {
          "System.Collections.NonGeneric": "4.3.0",
          "System.Globalization": "4.3.0",
          "System.Globalization.Extensions": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Extensions": "4.3.0",
          "System.Threading": "4.3.0"
        }
      },
      "System.ComponentModel/4.3.0": {
        "dependencies": {
          "System.Runtime": "4.3.0"
        }
      },
      "System.ComponentModel.Annotations/4.4.1": {},
      "System.ComponentModel.Primitives/4.3.0": {
        "dependencies": {
          "System.ComponentModel": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0"
        }
      },
      "System.ComponentModel.TypeConverter/4.3.0": {
        "dependencies": {
          "System.Collections": "4.3.0",
          "System.Collections.NonGeneric": "4.3.0",
          "System.Collections.Specialized": "4.3.0",
          "System.ComponentModel": "4.3.0",
          "System.ComponentModel.Primitives": "4.3.0",
          "System.Globalization": "4.3.0",
          "System.Linq": "4.3.0",
          "System.Reflection": "4.3.0",
          "System.Reflection.Extensions": "4.3.0",
          "System.Reflection.Primitives": "4.3.0",
          "System.Reflection.TypeExtensions": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Extensions": "4.3.0",
          "System.Threading": "4.3.0"
        }
      },
      "System.Data.Common/4.3.0": {
        "dependencies": {
          "System.Collections": "4.3.0",
          "System.Globalization": "4.3.0",
          "System.IO": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Extensions": "4.3.0",
          "System.Text.RegularExpressions": "4.3.0",
          "System.Threading.Tasks": "4.3.0"
        }
      },
      "System.Diagnostics.Contracts/4.3.0": {
        "dependencies": {
          "System.Runtime": "4.3.0"
        }
      },
      "System.Diagnostics.Debug/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.1.0",
          "Microsoft.NETCore.Targets": "1.1.0",
          "System.Runtime": "4.3.0",
          "runtime.win.System.Diagnostics.Debug": "4.3.0"
        }
      },
      "System.Diagnostics.Tracing/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.1.0",
          "Microsoft.NETCore.Targets": "1.1.0",
          "System.Runtime": "4.3.0",
          "runtime.any.System.Diagnostics.Tracing": "4.3.0"
        }
      },
      "System.Drawing.Common/4.7.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.1.0",
          "Microsoft.Win32.SystemEvents": "4.7.0"
        }
      },
      "System.Dynamic.Runtime/4.3.0": {
        "dependencies": {
          "System.Collections": "4.3.0",
          "System.Diagnostics.Debug": "4.3.0",
          "System.Linq": "4.3.0",
          "System.Linq.Expressions": "4.3.0",
          "System.ObjectModel": "4.3.0",
          "System.Reflection": "4.3.0",
          "System.Reflection.Emit": "4.3.0",
          "System.Reflection.Emit.ILGeneration": "4.3.0",
          "System.Reflection.Primitives": "4.3.0",
          "System.Reflection.TypeExtensions": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Extensions": "4.3.0",
          "System.Threading": "4.3.0"
        }
      },
      "System.Globalization/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.1.0",
          "Microsoft.NETCore.Targets": "1.1.0",
          "System.Runtime": "4.3.0",
          "runtime.any.System.Globalization": "4.3.0"
        }
      },
      "System.Globalization.Calendars/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.1.0",
          "Microsoft.NETCore.Targets": "1.1.0",
          "System.Globalization": "4.3.0",
          "System.Runtime": "4.3.0",
          "runtime.any.System.Globalization.Calendars": "4.3.0"
        }
      },
      "System.Globalization.Extensions/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.1.0",
          "System.Globalization": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Extensions": "4.3.0",
          "System.Runtime.InteropServices": "4.3.0"
        }
      },
      "System.IO/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.1.0",
          "Microsoft.NETCore.Targets": "1.1.0",
          "System.Runtime": "4.3.0",
          "System.Text.Encoding": "4.3.0",
          "System.Threading.Tasks": "4.3.0",
          "runtime.any.System.IO": "4.3.0"
        }
      },
      "System.IO.FileSystem/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.1.0",
          "Microsoft.NETCore.Targets": "1.1.0",
          "System.IO": "4.3.0",
          "System.IO.FileSystem.Primitives": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Handles": "4.3.0",
          "System.Text.Encoding": "4.3.0",
          "System.Threading.Tasks": "4.3.0",
          "runtime.win.System.IO.FileSystem": "4.3.0"
        }
      },
      "System.IO.FileSystem.Primitives/4.3.0": {
        "dependencies": {
          "System.Runtime": "4.3.0"
        }
      },
      "System.Linq/4.3.0": {
        "dependencies": {
          "System.Collections": "4.3.0",
          "System.Diagnostics.Debug": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Extensions": "4.3.0"
        }
      },
      "System.Linq.Expressions/4.3.0": {
        "dependencies": {
          "System.Collections": "4.3.0",
          "System.Diagnostics.Debug": "4.3.0",
          "System.Globalization": "4.3.0",
          "System.IO": "4.3.0",
          "System.Linq": "4.3.0",
          "System.ObjectModel": "4.3.0",
          "System.Reflection": "4.3.0",
          "System.Reflection.Emit": "4.3.0",
          "System.Reflection.Emit.ILGeneration": "4.3.0",
          "System.Reflection.Emit.Lightweight": "4.3.0",
          "System.Reflection.Extensions": "4.3.0",
          "System.Reflection.Primitives": "4.3.0",
          "System.Reflection.TypeExtensions": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Extensions": "4.3.0",
          "System.Threading": "4.3.0"
        }
      },
      "System.Memory/4.5.2": {},
      "System.ObjectModel/4.3.0": {
        "dependencies": {
          "System.Collections": "4.3.0",
          "System.Diagnostics.Debug": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Threading": "4.3.0"
        }
      },
      "System.Private.Uri/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.1.0",
          "Microsoft.NETCore.Targets": "1.1.0"
        }
      },
      "System.Reactive/4.4.1": {},
      "System.Reflection/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.1.0",
          "Microsoft.NETCore.Targets": "1.1.0",
          "System.IO": "4.3.0",
          "System.Reflection.Primitives": "4.3.0",
          "System.Runtime": "4.3.0",
          "runtime.any.System.Reflection": "4.3.0"
        }
      },
      "System.Reflection.Emit/4.3.0": {
        "dependencies": {
          "System.IO": "4.3.0",
          "System.Reflection": "4.3.0",
          "System.Reflection.Emit.ILGeneration": "4.3.0",
          "System.Reflection.Primitives": "4.3.0",
          "System.Runtime": "4.3.0"
        }
      },
      "System.Reflection.Emit.ILGeneration/4.3.0": {
        "dependencies": {
          "System.Reflection": "4.3.0",
          "System.Reflection.Primitives": "4.3.0",
          "System.Runtime": "4.3.0"
        }
      },
      "System.Reflection.Emit.Lightweight/4.3.0": {
        "dependencies": {
          "System.Reflection": "4.3.0",
          "System.Reflection.Emit.ILGeneration": "4.3.0",
          "System.Reflection.Primitives": "4.3.0",
          "System.Runtime": "4.3.0"
        }
      },
      "System.Reflection.Extensions/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.1.0",
          "Microsoft.NETCore.Targets": "1.1.0",
          "System.Reflection": "4.3.0",
          "System.Runtime": "4.3.0",
          "runtime.any.System.Reflection.Extensions": "4.3.0"
        }
      },
      "System.Reflection.Primitives/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.1.0",
          "Microsoft.NETCore.Targets": "1.1.0",
          "System.Runtime": "4.3.0",
          "runtime.any.System.Reflection.Primitives": "4.3.0"
        }
      },
      "System.Reflection.TypeExtensions/4.3.0": {
        "dependencies": {
          "System.Reflection": "4.3.0",
          "System.Runtime": "4.3.0"
        }
      },
      "System.Resources.ResourceManager/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.1.0",
          "Microsoft.NETCore.Targets": "1.1.0",
          "System.Globalization": "4.3.0",
          "System.Reflection": "4.3.0",
          "System.Runtime": "4.3.0",
          "runtime.any.System.Resources.ResourceManager": "4.3.0"
        }
      },
      "System.Runtime/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.1.0",
          "Microsoft.NETCore.Targets": "1.1.0",
          "runtime.any.System.Runtime": "4.3.0"
        }
      },
      "System.Runtime.Extensions/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.1.0",
          "Microsoft.NETCore.Targets": "1.1.0",
          "System.Runtime": "4.3.0",
          "runtime.win.System.Runtime.Extensions": "4.3.0"
        }
      },
      "System.Runtime.Handles/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.1.0",
          "Microsoft.NETCore.Targets": "1.1.0",
          "System.Runtime": "4.3.0",
          "runtime.any.System.Runtime.Handles": "4.3.0"
        }
      },
      "System.Runtime.InteropServices/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.1.0",
          "Microsoft.NETCore.Targets": "1.1.0",
          "System.Reflection": "4.3.0",
          "System.Reflection.Primitives": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Handles": "4.3.0",
          "runtime.any.System.Runtime.InteropServices": "4.3.0"
        }
      },
      "System.Runtime.Numerics/4.3.0": {
        "dependencies": {
          "System.Globalization": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Extensions": "4.3.0"
        }
      },
      "System.Runtime.Serialization.Primitives/4.3.0": {
        "dependencies": {
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0"
        }
      },
      "System.Security.Claims/4.3.0": {
        "dependencies": {
          "System.Collections": "4.3.0",
          "System.Globalization": "4.3.0",
          "System.IO": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Extensions": "4.3.0",
          "System.Security.Principal": "4.3.0"
        }
      },
      "System.Security.Cryptography.Algorithms/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.1.0",
          "System.Collections": "4.3.0",
          "System.IO": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Extensions": "4.3.0",
          "System.Runtime.Handles": "4.3.0",
          "System.Runtime.InteropServices": "4.3.0",
          "System.Runtime.Numerics": "4.3.0",
          "System.Security.Cryptography.Encoding": "4.3.0",
          "System.Security.Cryptography.Primitives": "4.3.0",
          "System.Text.Encoding": "4.3.0",
          "runtime.native.System.Security.Cryptography.Apple": "4.3.0",
          "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2"
        }
      },
      "System.Security.Cryptography.Cng/4.7.0": {},
      "System.Security.Cryptography.Csp/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.1.0",
          "System.IO": "4.3.0",
          "System.Reflection": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Extensions": "4.3.0",
          "System.Runtime.Handles": "4.3.0",
          "System.Runtime.InteropServices": "4.3.0",
          "System.Security.Cryptography.Algorithms": "4.3.0",
          "System.Security.Cryptography.Encoding": "4.3.0",
          "System.Security.Cryptography.Primitives": "4.3.0",
          "System.Text.Encoding": "4.3.0",
          "System.Threading": "4.3.0"
        }
      },
      "System.Security.Cryptography.Encoding/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.1.0",
          "System.Collections": "4.3.0",
          "System.Collections.Concurrent": "4.3.0",
          "System.Linq": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Extensions": "4.3.0",
          "System.Runtime.Handles": "4.3.0",
          "System.Runtime.InteropServices": "4.3.0",
          "System.Security.Cryptography.Primitives": "4.3.0",
          "System.Text.Encoding": "4.3.0",
          "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2"
        }
      },
      "System.Security.Cryptography.OpenSsl/4.3.0": {
        "dependencies": {
          "System.Collections": "4.3.0",
          "System.IO": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Extensions": "4.3.0",
          "System.Runtime.Handles": "4.3.0",
          "System.Runtime.InteropServices": "4.3.0",
          "System.Runtime.Numerics": "4.3.0",
          "System.Security.Cryptography.Algorithms": "4.3.0",
          "System.Security.Cryptography.Encoding": "4.3.0",
          "System.Security.Cryptography.Primitives": "4.3.0",
          "System.Text.Encoding": "4.3.0",
          "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2"
        }
      },
      "System.Security.Cryptography.Pkcs/4.7.0": {
        "dependencies": {
          "System.Security.Cryptography.Cng": "4.7.0"
        }
      },
      "System.Security.Cryptography.Primitives/4.3.0": {
        "dependencies": {
          "System.Diagnostics.Debug": "4.3.0",
          "System.Globalization": "4.3.0",
          "System.IO": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Threading": "4.3.0",
          "System.Threading.Tasks": "4.3.0"
        }
      },
      "System.Security.Cryptography.X509Certificates/4.3.2": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.1.0",
          "System.Collections": "4.3.0",
          "System.Diagnostics.Debug": "4.3.0",
          "System.Globalization": "4.3.0",
          "System.Globalization.Calendars": "4.3.0",
          "System.IO": "4.3.0",
          "System.IO.FileSystem": "4.3.0",
          "System.IO.FileSystem.Primitives": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Extensions": "4.3.0",
          "System.Runtime.Handles": "4.3.0",
          "System.Runtime.InteropServices": "4.3.0",
          "System.Runtime.Numerics": "4.3.0",
          "System.Security.Cryptography.Algorithms": "4.3.0",
          "System.Security.Cryptography.Cng": "4.7.0",
          "System.Security.Cryptography.Csp": "4.3.0",
          "System.Security.Cryptography.Encoding": "4.3.0",
          "System.Security.Cryptography.OpenSsl": "4.3.0",
          "System.Security.Cryptography.Primitives": "4.3.0",
          "System.Text.Encoding": "4.3.0",
          "System.Threading": "4.3.0",
          "runtime.native.System": "4.3.0",
          "runtime.native.System.Net.Http": "4.3.0",
          "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2"
        }
      },
      "System.Security.Principal/4.3.0": {
        "dependencies": {
          "System.Runtime": "4.3.0"
        }
      },
      "System.Text.Encoding/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.1.0",
          "Microsoft.NETCore.Targets": "1.1.0",
          "System.Runtime": "4.3.0",
          "runtime.any.System.Text.Encoding": "4.3.0"
        }
      },
      "System.Text.Encoding.CodePages/4.7.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.1.0"
        }
      },
      "System.Text.Encoding.Extensions/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.1.0",
          "Microsoft.NETCore.Targets": "1.1.0",
          "System.Runtime": "4.3.0",
          "System.Text.Encoding": "4.3.0",
          "runtime.any.System.Text.Encoding.Extensions": "4.3.0"
        }
      },
      "System.Text.RegularExpressions/4.3.0": {
        "dependencies": {
          "System.Runtime": "4.3.0"
        }
      },
      "System.Threading/4.3.0": {
        "dependencies": {
          "System.Runtime": "4.3.0",
          "System.Threading.Tasks": "4.3.0"
        }
      },
      "System.Threading.Channels/4.6.0": {},
      "System.Threading.Overlapped/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.1.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Handles": "4.3.0"
        }
      },
      "System.Threading.Tasks/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.1.0",
          "Microsoft.NETCore.Targets": "1.1.0",
          "System.Runtime": "4.3.0",
          "runtime.any.System.Threading.Tasks": "4.3.0"
        }
      },
      "System.Threading.Tasks.Extensions/4.3.0": {
        "dependencies": {
          "System.Collections": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Threading.Tasks": "4.3.0"
        }
      },
      "System.Xml.ReaderWriter/4.3.0": {
        "dependencies": {
          "System.Collections": "4.3.0",
          "System.Diagnostics.Debug": "4.3.0",
          "System.Globalization": "4.3.0",
          "System.IO": "4.3.0",
          "System.IO.FileSystem": "4.3.0",
          "System.IO.FileSystem.Primitives": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Extensions": "4.3.0",
          "System.Runtime.InteropServices": "4.3.0",
          "System.Text.Encoding": "4.3.0",
          "System.Text.Encoding.Extensions": "4.3.0",
          "System.Text.RegularExpressions": "4.3.0",
          "System.Threading.Tasks": "4.3.0",
          "System.Threading.Tasks.Extensions": "4.3.0"
        }
      },
      "System.Xml.XmlDocument/4.3.0": {
        "dependencies": {
          "System.Collections": "4.3.0",
          "System.Diagnostics.Debug": "4.3.0",
          "System.Globalization": "4.3.0",
          "System.IO": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Extensions": "4.3.0",
          "System.Text.Encoding": "4.3.0",
          "System.Threading": "4.3.0",
          "System.Xml.ReaderWriter": "4.3.0"
        }
      },
      "System.Xml.XPath/4.3.0": {
        "dependencies": {
          "System.Collections": "4.3.0",
          "System.Diagnostics.Debug": "4.3.0",
          "System.Globalization": "4.3.0",
          "System.IO": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Extensions": "4.3.0",
          "System.Threading": "4.3.0",
          "System.Xml.ReaderWriter": "4.3.0"
        }
      },
      "System.Xml.XPath.XmlDocument/4.3.0": {
        "dependencies": {
          "System.Collections": "4.3.0",
          "System.Globalization": "4.3.0",
          "System.IO": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Extensions": "4.3.0",
          "System.Threading": "4.3.0",
          "System.Xml.ReaderWriter": "4.3.0",
          "System.Xml.XPath": "4.3.0",
          "System.Xml.XmlDocument": "4.3.0"
        },
        "runtime": {
          "lib/netstandard1.3/System.Xml.XPath.XmlDocument.dll": {
            "assemblyVersion": "4.0.2.0",
            "fileVersion": "4.6.24705.1"
          }
        }
      },
      "Ui.Wpf.Common/2.0.0": {
        "dependencies": {
          "Autofac": "4.9.4",
          "FluentValidation": "8.4.0",
          "MahApps.Metro": "2.0.0-alpha0660",
          "MahApps.Metro.SimpleChildWindow": "2.0.0-alpha0032",
          "MiqM.Xceed.Wpf.Toolkit.NETCore": "3.5.1.3",
          "ReactiveUI.Fody": "11.3.1",
          "ReactiveUI.WPF": "11.3.8"
        },
        "runtime": {
          "lib/netcoreapp3.1/Ui.Wpf.Common.dll": {
            "assemblyVersion": "2.0.0.0",
            "fileVersion": "2.0.0.0"
          }
        }
      },
      "Kamban.Contracts/1.0.9": {
        "runtime": {
          "Kamban.Contracts.dll": {}
        }
      },
      "Kamban.Export/1.0.9": {
        "dependencies": {
          "EPPlus": "5.1.1",
          "Kamban.Repository.LiteDb": "1.0.9",
          "Newtonsoft.Json": "12.0.3",
          "kenjiuno.PdfSharp.Xps": "1.1.6"
        },
        "runtime": {
          "Kamban.Export.dll": {}
        }
      },
      "Kamban.Export.Data/1.0.9": {
        "dependencies": {
          "EPPlus": "5.1.1",
          "Kamban.Contracts": "1.0.9",
          "Kamban.Repository.LiteDb": "1.0.9",
          "Newtonsoft.Json": "12.0.3"
        },
        "runtime": {
          "Kamban.Export.Data.dll": {}
        }
      },
      "Kamban.Repository.LiteDb/1.0.9": {
        "dependencies": {
          "Kamban.Contracts": "1.0.9",
          "LiteDB": "5.0.7"
        },
        "runtime": {
          "Kamban.Repository.LiteDb.dll": {}
        }
      },
      "Kamban.Repository.Redmine/1.0.9": {
        "dependencies": {
          "Kamban.Contracts": "1.0.9",
          "Newtonsoft.Json": "12.0.3"
        },
        "runtime": {
          "Kamban.Repository.Redmine.dll": {}
        }
      },
      "Kamban.Templates/1.0.9": {
        "dependencies": {
          "Kamban.Contracts": "1.0.9"
        },
        "runtime": {
          "Kamban.Templates.dll": {}
        }
      },
      "System.Reactive.Reference/4.4.0.0": {
        "runtime": {
          "System.Reactive.dll": {
            "assemblyVersion": "4.4.0.0",
            "fileVersion": "4.4.1.57983"
          }
        }
      }
    }
  },
  "libraries": {
    "Kamban/1.0.9": {
      "type": "project",
      "serviceable": false,
      "sha512": ""
    },
    "runtimepack.Microsoft.NETCore.App.Runtime.win-x64/3.1.4": {
      "type": "runtimepack",
      "serviceable": false,
      "sha512": ""
    },
    "runtimepack.Microsoft.WindowsDesktop.App.Runtime.win-x64/3.1.4": {
      "type": "runtimepack",
      "serviceable": false,
      "sha512": ""
    },
    "Autofac/4.9.4": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-dYiDG4yoV7GDCoOc66d1sqMmg2gwDyomHKgATuMfhFzYxVpWEltToHVHXI3I9vOEvIXE55S4OZPY0ldiZmZtpA==",
      "path": "autofac/4.9.4",
      "hashPath": "autofac.4.9.4.nupkg.sha512"
    },
    "AutoMapper/9.0.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-xCqvoxT4HIrNY/xlXG9W+BA/awdrhWvMTKTK/igkGSRbhOhpl3Q8O8Gxlhzjc9JsYqE7sS6AxgyuUUvZ6R5/Bw==",
      "path": "automapper/9.0.0",
      "hashPath": "automapper.9.0.0.nupkg.sha512"
    },
    "ControlzEx/4.2.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-yZJ8a7L1txNZfEfDLRKl5bLHdmmuK7Gmg2h8NxyuEQcSGeLKG2XsMXAgVCvmGrwLcduqSx+fFWqoDPLk0g9BLQ==",
      "path": "controlzex/4.2.0",
      "hashPath": "controlzex.4.2.0.nupkg.sha512"
    },
    "DynamicData/6.14.14": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-pQewxrqwSgyV5+Z8tR37zwO3F5cvls2Zofdjddq+v/nofJTK/1U41n1ws7vwL1u2pXJyr22SyfOIwrJWuW4+GQ==",
      "path": "dynamicdata/6.14.14",
      "hashPath": "dynamicdata.6.14.14.nupkg.sha512"
    },
    "EPPlus/5.1.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-N31UIJzw+qtuGclWUDf8OeILx8IkLU0+xvKP73EmbDbnfqFFu0I00umJtny+hPOmaqztjX9XinQBwb6JEBiESQ==",
      "path": "epplus/5.1.1",
      "hashPath": "epplus.5.1.1.nupkg.sha512"
    },
    "FluentValidation/8.4.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-/VApywgD2sqD3aB1tzub6SIItmwxXN0D5yAiP3kuFHmjYO1W+Ryi531/m4O03/hlfcYrBgewDJn7Jd1Xk0vTdw==",
      "path": "fluentvalidation/8.4.0",
      "hashPath": "fluentvalidation.8.4.0.nupkg.sha512"
    },
    "Fody/6.1.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-i7vuMDp1LmatLaAXqfOrJt6U0lVSxAQFpjYcWmX+MEM8t6r4b8Z8NtwwcS3XbtQCDRey6QIAe3ujNoOTn7DQ1A==",
      "path": "fody/6.1.1",
      "hashPath": "fody.6.1.1.nupkg.sha512"
    },
    "gong-wpf-dragdrop/2.2.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-jnqmZwExVmBq3bPxFfbc/zaiaqzX3URfuQMvR1E0+yNqyBBatpmk69ZprduOux4rFPOYZANbU1mAFVKzMt19Mg==",
      "path": "gong-wpf-dragdrop/2.2.0",
      "hashPath": "gong-wpf-dragdrop.2.2.0.nupkg.sha512"
    },
    "Google.Protobuf/3.10.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-SAmoXQYigTD/SY3bItKVCccGiOjMNjn31Hug2R17QMbhQHGy5/9XncEqbEmNYK8MjEMk6RZfuTtL1HyjEAJH4g==",
      "path": "google.protobuf/3.10.1",
      "hashPath": "google.protobuf.3.10.1.nupkg.sha512"
    },
    "kenjiuno.PdfSharp-WPF/1.31.5584": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-Uz+sYWSB639zUnSAkIXr7a3kRlzi2Z9p1UkG6Tl+NtPeGSFlpOS/29r7J2dOmgxPE6LnG6IPX/qxDdCMsSymFQ==",
      "path": "kenjiuno.pdfsharp-wpf/1.31.5584",
      "hashPath": "kenjiuno.pdfsharp-wpf.1.31.5584.nupkg.sha512"
    },
    "kenjiuno.PdfSharp.Xps/1.1.6": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-8yaIdSea7p6tUpAbxPLfcUBTAJrFPc19KI4Yr4oVBGfzeT+Mvv7aKw/XnSy8VO+0DEPDmK6FWT53rKnY1CTNgw==",
      "path": "kenjiuno.pdfsharp.xps/1.1.6",
      "hashPath": "kenjiuno.pdfsharp.xps.1.1.6.nupkg.sha512"
    },
    "LiteDB/5.0.7": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-pwoPsonlbOLulXmRpAJ+UIfqZ2Q/F54D/LHh0U84TSdl0SQed+wNvoMDie15UYbz85bXUyLgTICJMXqIosWM1g==",
      "path": "litedb/5.0.7",
      "hashPath": "litedb.5.0.7.nupkg.sha512"
    },
    "MahApps.Metro/2.0.0-alpha0660": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-g8COdwEs4pH5FVbKHU98RxejaJi3tQY29dFw+Yu9XGNckGXhyKBmsgk7wvKJy9EXVBI4+kSQw+ZqFgJgSXZBew==",
      "path": "mahapps.metro/2.0.0-alpha0660",
      "hashPath": "mahapps.metro.2.0.0-alpha0660.nupkg.sha512"
    },
    "MahApps.Metro.IconPacks/4.0.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-i8QPmXSUqOCF8xCdP3FhyVQOM0ZMrvp31CtAy9yZtfa3SmvWxMg6ZFAigfPeRDPqistHWrARImzHdLQogjvrUw==",
      "path": "mahapps.metro.iconpacks/4.0.0",
      "hashPath": "mahapps.metro.iconpacks.4.0.0.nupkg.sha512"
    },
    "MahApps.Metro.SimpleChildWindow/2.0.0-alpha0032": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-fCRlfLCWAt+lvjogzMPyYU9pIeqTVEEuWpGsnanMKTekl65HMhswrruhedIBi5ZEWbsgSgGC78AeXHIHldjsUA==",
      "path": "mahapps.metro.simplechildwindow/2.0.0-alpha0032",
      "hashPath": "mahapps.metro.simplechildwindow.2.0.0-alpha0032.nupkg.sha512"
    },
    "Microsoft.CSharp/4.5.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-kaj6Wb4qoMuH3HySFJhxwQfe8R/sJsNJnANrvv8WdFPMoNbKY5htfNscv+LHCu5ipz+49m2e+WQXpLXr9XYemQ==",
      "path": "microsoft.csharp/4.5.0",
      "hashPath": "microsoft.csharp.4.5.0.nupkg.sha512"
    },
    "Microsoft.Extensions.Configuration/3.1.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-Lu41BWNmwhKr6LgyQvcYBOge0pPvmiaK8R5UHXX4//wBhonJyWcT2OK1mqYfEM5G7pTf31fPrpIHOT6sN7EGOA==",
      "path": "microsoft.extensions.configuration/3.1.0",
      "hashPath": "microsoft.extensions.configuration.3.1.0.nupkg.sha512"
    },
    "Microsoft.Extensions.Configuration.Abstractions/3.1.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-ESz6bVoDQX7sgWdKHF6G9Pq672T8k+19AFb/txDXwdz7MoqaNQj2/in3agm/3qae9V+WvQZH86LLTNVo0it8vQ==",
      "path": "microsoft.extensions.configuration.abstractions/3.1.0",
      "hashPath": "microsoft.extensions.configuration.abstractions.3.1.0.nupkg.sha512"
    },
    "Microsoft.Extensions.Configuration.FileExtensions/3.1.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-OjRJIkVxUFiVkr9a39AqVThft9QHoef4But5pDCydJOXJ4D/SkmzuW1tm6J2IXynxj6qfeAz9QTnzQAvOcGvzg==",
      "path": "microsoft.extensions.configuration.fileextensions/3.1.0",
      "hashPath": "microsoft.extensions.configuration.fileextensions.3.1.0.nupkg.sha512"
    },
    "Microsoft.Extensions.Configuration.Json/3.1.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-gBpBE1GoaCf1PKYC7u0Bd4mVZ/eR2bnOvn7u8GBXEy3JGar6sC3UVpVfTB9w+biLPtzcukZynBG9uchSBbLTNQ==",
      "path": "microsoft.extensions.configuration.json/3.1.0",
      "hashPath": "microsoft.extensions.configuration.json.3.1.0.nupkg.sha512"
    },
    "Microsoft.Extensions.FileProviders.Abstractions/3.1.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-G3iBMOnn3tETEUvkE9J3a23wQpRkiXZp73zR0XNlicjLFhkeWW1FCaC2bTjrgHhPi2KO6x0BXnHvVuJPIlygBQ==",
      "path": "microsoft.extensions.fileproviders.abstractions/3.1.0",
      "hashPath": "microsoft.extensions.fileproviders.abstractions.3.1.0.nupkg.sha512"
    },
    "Microsoft.Extensions.FileProviders.Physical/3.1.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-KsvgrYp2fhNXoD9gqSu8jPK9Sbvaa7SqNtsLqHugJkCwFmgRvdz76z6Jz2tlFlC7wyMTZxwwtRF8WAorRQWTEA==",
      "path": "microsoft.extensions.fileproviders.physical/3.1.0",
      "hashPath": "microsoft.extensions.fileproviders.physical.3.1.0.nupkg.sha512"
    },
    "Microsoft.Extensions.FileSystemGlobbing/3.1.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-tK5HZOmVv0kUYkonMjuSsxR0CBk+Rd/69QU3eOMv9FvODGZ2d0SR+7R+n8XIgBcCCoCHJBSsI4GPRaoN3Le4rA==",
      "path": "microsoft.extensions.filesystemglobbing/3.1.0",
      "hashPath": "microsoft.extensions.filesystemglobbing.3.1.0.nupkg.sha512"
    },
    "Microsoft.Extensions.Primitives/3.1.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-LEKAnX7lhUhSoIc2XraCTK3M4IU/LdVUzCe464Sa4+7F4ZJuXHHRzZli2mDbiT4xzAZhgqXbvfnb5+CNDcQFfg==",
      "path": "microsoft.extensions.primitives/3.1.0",
      "hashPath": "microsoft.extensions.primitives.3.1.0.nupkg.sha512"
    },
    "Microsoft.NETCore.Platforms/3.1.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-z7aeg8oHln2CuNulfhiLYxCVMPEwBl3rzicjvIX+4sUuCwvXw5oXQEtbiU2c0z4qYL5L3Kmx0mMA/+t/SbY67w==",
      "path": "microsoft.netcore.platforms/3.1.0",
      "hashPath": "microsoft.netcore.platforms.3.1.0.nupkg.sha512"
    },
    "Microsoft.NETCore.Targets/1.1.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-aOZA3BWfz9RXjpzt0sRJJMjAscAUm3Hoa4UWAfceV9UTYxgwZ1lZt5nO2myFf+/jetYQo4uTP7zS8sJY67BBxg==",
      "path": "microsoft.netcore.targets/1.1.0",
      "hashPath": "microsoft.netcore.targets.1.1.0.nupkg.sha512"
    },
    "Microsoft.Win32.SystemEvents/4.7.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-mtVirZr++rq+XCDITMUdnETD59XoeMxSpLRIII7JRI6Yj0LEDiO1pPn0ktlnIj12Ix8bfvQqQDMMIF9wC98oCA==",
      "path": "microsoft.win32.systemevents/4.7.0",
      "hashPath": "microsoft.win32.systemevents.4.7.0.nupkg.sha512"
    },
    "Microsoft.Xaml.Behaviors.Wpf/1.1.3": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-Nj5tRPkKQpIFg7HcXzV1P/1CLk1NtkoJLE0IMKCHZfKMiBWdy6TssdOUT2OHw8L4eKP65lG+OElNR3xdaeW+gQ==",
      "path": "microsoft.xaml.behaviors.wpf/1.1.3",
      "hashPath": "microsoft.xaml.behaviors.wpf.1.1.3.nupkg.sha512"
    },
    "MiqM.Xceed.Wpf.Toolkit.NETCore/3.5.1.3": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-PhtgdTIFojIUTK151IeCXOWjnbOj7tv7ri3FtYD+onDHDTl2KPtUTh/AhDkzayImbh6Izwhvo+YqFYLWkAv6OQ==",
      "path": "miqm.xceed.wpf.toolkit.netcore/3.5.1.3",
      "hashPath": "miqm.xceed.wpf.toolkit.netcore.3.5.1.3.nupkg.sha512"
    },
    "Monik.Client.Base/1.0.3": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-ktDfetKpJ5bxbEPyCeftELJB4r+JfvKe/D1c+dOFkV6oDn3ya6EqXSLpGCSA5aMp6WWBCRnp6LyCCLez9AMPWA==",
      "path": "monik.client.base/1.0.3",
      "hashPath": "monik.client.base.1.0.3.nupkg.sha512"
    },
    "Newtonsoft.Json/12.0.3": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-6mgjfnRB4jKMlzHSl+VD+oUc1IebOZabkbyWj2RiTgWwYPPuaK1H97G1sHqGwPlS5npiF5Q0OrxN1wni2n5QWg==",
      "path": "newtonsoft.json/12.0.3",
      "hashPath": "newtonsoft.json.12.0.3.nupkg.sha512"
    },
    "ReactiveUI/11.3.8": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-mWox8zpHfEVCvfSAsD0sOJ8mvzvo8DSOFGbkpXNcGIKnR6QLsa78NxOOO/4JW8y/r6d4f7NBC/z+DbQryMjfeA==",
      "path": "reactiveui/11.3.8",
      "hashPath": "reactiveui.11.3.8.nupkg.sha512"
    },
    "ReactiveUI.Fody/11.3.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-cCKnpZ6yiiqV5Q6oAO8nobnTpn0kriDCqPkq2wyrGAMu6vRze//HNix35hmWVqm/oZC0sc21S6egLEOsMHqlWg==",
      "path": "reactiveui.fody/11.3.1",
      "hashPath": "reactiveui.fody.11.3.1.nupkg.sha512"
    },
    "ReactiveUI.WPF/11.3.8": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-XUsh4QQcUljZVzFXNQ8BHCCXSBWQTnpnNN5Zj0RdyZjKD0LYiJZtZg5+nmlZKn0WW0kjSAdQFiqAfp8OCZ1qEA==",
      "path": "reactiveui.wpf/11.3.8",
      "hashPath": "reactiveui.wpf.11.3.8.nupkg.sha512"
    },
    "runtime.any.System.Collections/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-23g6rqftKmovn2cLeGsuHUYm0FD7pdutb0uQMJpZ3qTvq+zHkgmt6J65VtRry4WDGYlmkMa4xDACtaQ94alNag==",
      "path": "runtime.any.system.collections/4.3.0",
      "hashPath": "runtime.any.system.collections.4.3.0.nupkg.sha512"
    },
    "runtime.any.System.Diagnostics.Tracing/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-1lpifymjGDzoYIaam6/Hyqf8GhBI3xXYLK2TgEvTtuZMorG3Kb9QnMTIKhLjJYXIiu1JvxjngHvtVFQQlpQ3HQ==",
      "path": "runtime.any.system.diagnostics.tracing/4.3.0",
      "hashPath": "runtime.any.system.diagnostics.tracing.4.3.0.nupkg.sha512"
    },
    "runtime.any.System.Globalization/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-sMDBnad4rp4t7GY442Jux0MCUuKL4otn5BK6Ni0ARTXTSpRNBzZ7hpMfKSvnVSED5kYJm96YOWsqV0JH0d2uuw==",
      "path": "runtime.any.system.globalization/4.3.0",
      "hashPath": "runtime.any.system.globalization.4.3.0.nupkg.sha512"
    },
    "runtime.any.System.Globalization.Calendars/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-M1r+760j1CNA6M/ZaW6KX8gOS8nxPRqloqDcJYVidRG566Ykwcs29AweZs2JF+nMOCgWDiMfPSTMfvwOI9F77w==",
      "path": "runtime.any.system.globalization.calendars/4.3.0",
      "hashPath": "runtime.any.system.globalization.calendars.4.3.0.nupkg.sha512"
    },
    "runtime.any.System.IO/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-SDZ5AD1DtyRoxYtEcqQ3HDlcrorMYXZeCt7ZhG9US9I5Vva+gpIWDGMkcwa5XiKL0ceQKRZIX2x0XEjLX7PDzQ==",
      "path": "runtime.any.system.io/4.3.0",
      "hashPath": "runtime.any.system.io.4.3.0.nupkg.sha512"
    },
    "runtime.any.System.Reflection/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-hLC3A3rI8jipR5d9k7+f0MgRCW6texsAp0MWkN/ci18FMtQ9KH7E2vDn/DH2LkxsszlpJpOn9qy6Z6/69rH6eQ==",
      "path": "runtime.any.system.reflection/4.3.0",
      "hashPath": "runtime.any.system.reflection.4.3.0.nupkg.sha512"
    },
    "runtime.any.System.Reflection.Extensions/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-cPhT+Vqu52+cQQrDai/V91gubXUnDKNRvlBnH+hOgtGyHdC17aQIU64EaehwAQymd7kJA5rSrVRNfDYrbhnzyA==",
      "path": "runtime.any.system.reflection.extensions/4.3.0",
      "hashPath": "runtime.any.system.reflection.extensions.4.3.0.nupkg.sha512"
    },
    "runtime.any.System.Reflection.Primitives/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-Nrm1p3armp6TTf2xuvaa+jGTTmncALWFq22CpmwRvhDf6dE9ZmH40EbOswD4GnFLrMRS0Ki6Kx5aUPmKK/hZBg==",
      "path": "runtime.any.system.reflection.primitives/4.3.0",
      "hashPath": "runtime.any.system.reflection.primitives.4.3.0.nupkg.sha512"
    },
    "runtime.any.System.Resources.ResourceManager/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-Lxb89SMvf8w9p9+keBLyL6H6x/TEmc6QVsIIA0T36IuyOY3kNvIdyGddA2qt35cRamzxF8K5p0Opq4G4HjNbhQ==",
      "path": "runtime.any.system.resources.resourcemanager/4.3.0",
      "hashPath": "runtime.any.system.resources.resourcemanager.4.3.0.nupkg.sha512"
    },
    "runtime.any.System.Runtime/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-fRS7zJgaG9NkifaAxGGclDDoRn9HC7hXACl52Or06a/fxdzDajWb5wov3c6a+gVSlekRoexfjwQSK9sh5um5LQ==",
      "path": "runtime.any.system.runtime/4.3.0",
      "hashPath": "runtime.any.system.runtime.4.3.0.nupkg.sha512"
    },
    "runtime.any.System.Runtime.Handles/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-GG84X6vufoEzqx8PbeBKheE4srOhimv+yLtGb/JkR3Y2FmoqmueLNFU4Xx8Y67plFpltQSdK74x0qlEhIpv/CQ==",
      "path": "runtime.any.system.runtime.handles/4.3.0",
      "hashPath": "runtime.any.system.runtime.handles.4.3.0.nupkg.sha512"
    },
    "runtime.any.System.Runtime.InteropServices/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-lBoFeQfxe/4eqjPi46E0LU/YaCMdNkQ8B4MZu/mkzdIAZh8RQ1NYZSj0egrQKdgdvlPFtP4STtob40r4o2DBAw==",
      "path": "runtime.any.system.runtime.interopservices/4.3.0",
      "hashPath": "runtime.any.system.runtime.interopservices.4.3.0.nupkg.sha512"
    },
    "runtime.any.System.Text.Encoding/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-+ihI5VaXFCMVPJNstG4O4eo1CfbrByLxRrQQTqOTp1ttK0kUKDqOdBSTaCB2IBk/QtjDrs6+x4xuezyMXdm0HQ==",
      "path": "runtime.any.system.text.encoding/4.3.0",
      "hashPath": "runtime.any.system.text.encoding.4.3.0.nupkg.sha512"
    },
    "runtime.any.System.Text.Encoding.Extensions/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-NLrxmLsfRrOuVqPWG+2lrQZnE53MLVeo+w9c54EV+TUo4c8rILpsDXfY8pPiOy9kHpUHHP07ugKmtsU3vVW5Jg==",
      "path": "runtime.any.system.text.encoding.extensions/4.3.0",
      "hashPath": "runtime.any.system.text.encoding.extensions.4.3.0.nupkg.sha512"
    },
    "runtime.any.System.Threading.Tasks/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-OhBAVBQG5kFj1S+hCEQ3TUHBAEtZ3fbEMgZMRNdN8A0Pj4x+5nTELEqL59DU0TjKVE6II3dqKw4Dklb3szT65w==",
      "path": "runtime.any.system.threading.tasks/4.3.0",
      "hashPath": "runtime.any.system.threading.tasks.4.3.0.nupkg.sha512"
    },
    "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-7VSGO0URRKoMEAq0Sc9cRz8mb6zbyx/BZDEWhgPdzzpmFhkam3fJ1DAGWFXBI4nGlma+uPKpfuMQP5LXRnOH5g==",
      "path": "runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/4.3.2",
      "hashPath": "runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl.4.3.2.nupkg.sha512"
    },
    "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-0oAaTAm6e2oVH+/Zttt0cuhGaePQYKII1dY8iaqP7CvOpVKgLybKRFvQjXR2LtxXOXTVPNv14j0ot8uV+HrUmw==",
      "path": "runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/4.3.2",
      "hashPath": "runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl.4.3.2.nupkg.sha512"
    },
    "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-G24ibsCNi5Kbz0oXWynBoRgtGvsw5ZSVEWjv13/KiCAM8C6wz9zzcCniMeQFIkJ2tasjo2kXlvlBZhplL51kGg==",
      "path": "runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/4.3.2",
      "hashPath": "runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl.4.3.2.nupkg.sha512"
    },
    "runtime.native.System/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-c/qWt2LieNZIj1jGnVNsE2Kl23Ya2aSTBuXMD6V7k9KWr6l16Tqdwq+hJScEpWER9753NWC8h96PaVNY5Ld7Jw==",
      "path": "runtime.native.system/4.3.0",
      "hashPath": "runtime.native.system.4.3.0.nupkg.sha512"
    },
    "runtime.native.System.Net.Http/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-ZVuZJqnnegJhd2k/PtAbbIcZ3aZeITq3sj06oKfMBSfphW3HDmk/t4ObvbOk/JA/swGR0LNqMksAh/f7gpTROg==",
      "path": "runtime.native.system.net.http/4.3.0",
      "hashPath": "runtime.native.system.net.http.4.3.0.nupkg.sha512"
    },
    "runtime.native.System.Security.Cryptography.Apple/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-DloMk88juo0OuOWr56QG7MNchmafTLYWvABy36izkrLI5VledI0rq28KGs1i9wbpeT9NPQrx/wTf8U2vazqQ3Q==",
      "path": "runtime.native.system.security.cryptography.apple/4.3.0",
      "hashPath": "runtime.native.system.security.cryptography.apple.4.3.0.nupkg.sha512"
    },
    "runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-QR1OwtwehHxSeQvZKXe+iSd+d3XZNkEcuWMFYa2i0aG1l+lR739HPicKMlTbJst3spmeekDVBUS7SeS26s4U/g==",
      "path": "runtime.native.system.security.cryptography.openssl/4.3.2",
      "hashPath": "runtime.native.system.security.cryptography.openssl.4.3.2.nupkg.sha512"
    },
    "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-I+GNKGg2xCHueRd1m9PzeEW7WLbNNLznmTuEi8/vZX71HudUbx1UTwlGkiwMri7JLl8hGaIAWnA/GONhu+LOyQ==",
      "path": "runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/4.3.2",
      "hashPath": "runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl.4.3.2.nupkg.sha512"
    },
    "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-1Z3TAq1ytS1IBRtPXJvEUZdVsfWfeNEhBkbiOCGEl9wwAfsjP2lz3ZFDx5tq8p60/EqbS0HItG5piHuB71RjoA==",
      "path": "runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/4.3.2",
      "hashPath": "runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl.4.3.2.nupkg.sha512"
    },
    "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-kVXCuMTrTlxq4XOOMAysuNwsXWpYeboGddNGpIgNSZmv1b6r/s/DPk0fYMB7Q5Qo4bY68o48jt4T4y5BVecbCQ==",
      "path": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple/4.3.0",
      "hashPath": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple.4.3.0.nupkg.sha512"
    },
    "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-6mU/cVmmHtQiDXhnzUImxIcDL48GbTk+TsptXyJA+MIOG9LRjPoAQC/qBFB7X+UNyK86bmvGwC8t+M66wsYC8w==",
      "path": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/4.3.2",
      "hashPath": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl.4.3.2.nupkg.sha512"
    },
    "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-vjwG0GGcTW/PPg6KVud8F9GLWYuAV1rrw1BKAqY0oh4jcUqg15oYF1+qkGR2x2ZHM4DQnWKQ7cJgYbfncz/lYg==",
      "path": "runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/4.3.2",
      "hashPath": "runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl.4.3.2.nupkg.sha512"
    },
    "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-7KMFpTkHC/zoExs+PwP8jDCWcrK9H6L7soowT80CUx3e+nxP/AFnq0AQAW5W76z2WYbLAYCRyPfwYFG6zkvQRw==",
      "path": "runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/4.3.2",
      "hashPath": "runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl.4.3.2.nupkg.sha512"
    },
    "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-xrlmRCnKZJLHxyyLIqkZjNXqgxnKdZxfItrPkjI+6pkRo5lHX8YvSZlWrSI5AVwLMi4HbNWP7064hcAWeZKp5w==",
      "path": "runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/4.3.2",
      "hashPath": "runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl.4.3.2.nupkg.sha512"
    },
    "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-leXiwfiIkW7Gmn7cgnNcdtNAU70SjmKW3jxGj1iKHOvdn0zRWsgv/l2OJUO5zdGdiv2VRFnAsxxhDgMzofPdWg==",
      "path": "runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/4.3.2",
      "hashPath": "runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl.4.3.2.nupkg.sha512"
    },
    "runtime.win.System.Diagnostics.Debug/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-hHHP0WCStene2jjeYcuDkETozUYF/3sHVRHAEOgS3L15hlip24ssqCTnJC28Z03Wpo078oMcJd0H4egD2aJI8g==",
      "path": "runtime.win.system.diagnostics.debug/4.3.0",
      "hashPath": "runtime.win.system.diagnostics.debug.4.3.0.nupkg.sha512"
    },
    "runtime.win.System.IO.FileSystem/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-Z37zcSCpXuGCYtFbqYO0TwOVXxS2d+BXgSoDFZmRg8BC4Cuy54edjyIvhhcfCrDQA9nl+EPFTgHN54dRAK7mNA==",
      "path": "runtime.win.system.io.filesystem/4.3.0",
      "hashPath": "runtime.win.system.io.filesystem.4.3.0.nupkg.sha512"
    },
    "runtime.win.System.Runtime.Extensions/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-RkgHVhUPvzZxuUubiZe8yr/6CypRVXj0VBzaR8hsqQ8f+rUo7e4PWrHTLOCjd8fBMGWCrY//fi7Ku3qXD7oHRw==",
      "path": "runtime.win.system.runtime.extensions/4.3.0",
      "hashPath": "runtime.win.system.runtime.extensions.4.3.0.nupkg.sha512"
    },
    "Splat/9.4.5": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-KOFrxLdMQg0geu2EMSAL+H9ZgsMY4lgm0Fd71wqod7TBbEM28CutGZ+hg71/U/c/lLx2g409UoepezKHHm9jbA==",
      "path": "splat/9.4.5",
      "hashPath": "splat.9.4.5.nupkg.sha512"
    },
    "System.Buffers/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-ratu44uTIHgeBeI0dE8DWvmXVBSo4u7ozRZZHOMmK/JPpYyo0dAfgSiHlpiObMQ5lEtEyIXA40sKRYg5J6A8uQ==",
      "path": "system.buffers/4.3.0",
      "hashPath": "system.buffers.4.3.0.nupkg.sha512"
    },
    "System.Collections/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-3Dcj85/TBdVpL5Zr+gEEBUuFe2icOnLalmEh9hfck1PTYbbyWuZgh4fmm2ysCLTrqLQw6t3TgTyJ+VLp+Qb+Lw==",
      "path": "system.collections/4.3.0",
      "hashPath": "system.collections.4.3.0.nupkg.sha512"
    },
    "System.Collections.Concurrent/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-ztl69Xp0Y/UXCL+3v3tEU+lIy+bvjKNUmopn1wep/a291pVPK7dxBd6T7WnlQqRog+d1a/hSsgRsmFnIBKTPLQ==",
      "path": "system.collections.concurrent/4.3.0",
      "hashPath": "system.collections.concurrent.4.3.0.nupkg.sha512"
    },
    "System.Collections.NonGeneric/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-prtjIEMhGUnQq6RnPEYLpFt8AtLbp9yq2zxOSrY7KJJZrw25Fi97IzBqY7iqssbM61Ek5b8f3MG/sG1N2sN5KA==",
      "path": "system.collections.nongeneric/4.3.0",
      "hashPath": "system.collections.nongeneric.4.3.0.nupkg.sha512"
    },
    "System.Collections.Specialized/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-Epx8PoVZR0iuOnJJDzp7pWvdfMMOAvpUo95pC4ScH2mJuXkKA2Y4aR3cG9qt2klHgSons1WFh4kcGW7cSXvrxg==",
      "path": "system.collections.specialized/4.3.0",
      "hashPath": "system.collections.specialized.4.3.0.nupkg.sha512"
    },
    "System.ComponentModel/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-VyGn1jGRZVfxnh8EdvDCi71v3bMXrsu8aYJOwoV7SNDLVhiEqwP86pPMyRGsDsxhXAm2b3o9OIqeETfN5qfezw==",
      "path": "system.componentmodel/4.3.0",
      "hashPath": "system.componentmodel.4.3.0.nupkg.sha512"
    },
    "System.ComponentModel.Annotations/4.4.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-ToiYqSCioqhtspq2O/jYKtyTC/T0uwWHBTYlzCi6PRbSSHArN1IaRWeHffDamvms5sye5FDUWCfNZgubQpNRsA==",
      "path": "system.componentmodel.annotations/4.4.1",
      "hashPath": "system.componentmodel.annotations.4.4.1.nupkg.sha512"
    },
    "System.ComponentModel.Primitives/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-j8GUkCpM8V4d4vhLIIoBLGey2Z5bCkMVNjEZseyAlm4n5arcsJOeI3zkUP+zvZgzsbLTYh4lYeP/ZD/gdIAPrw==",
      "path": "system.componentmodel.primitives/4.3.0",
      "hashPath": "system.componentmodel.primitives.4.3.0.nupkg.sha512"
    },
    "System.ComponentModel.TypeConverter/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-16pQ6P+EdhcXzPiEK4kbA953Fu0MNG2ovxTZU81/qsCd1zPRsKc3uif5NgvllCY598k6bI0KUyKW8fanlfaDQg==",
      "path": "system.componentmodel.typeconverter/4.3.0",
      "hashPath": "system.componentmodel.typeconverter.4.3.0.nupkg.sha512"
    },
    "System.Data.Common/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-lm6E3T5u7BOuEH0u18JpbJHxBfOJPuCyl4Kg1RH10ktYLp5uEEE1xKrHW56/We4SnZpGAuCc9N0MJpSDhTHZGQ==",
      "path": "system.data.common/4.3.0",
      "hashPath": "system.data.common.4.3.0.nupkg.sha512"
    },
    "System.Diagnostics.Contracts/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-eelRRbnm+OloiQvp9CXS0ixjNQldjjkHO4iIkR5XH2VIP8sUB/SIpa1TdUW6/+HDcQ+MlhP3pNa1u5SbzYuWGA==",
      "path": "system.diagnostics.contracts/4.3.0",
      "hashPath": "system.diagnostics.contracts.4.3.0.nupkg.sha512"
    },
    "System.Diagnostics.Debug/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-ZUhUOdqmaG5Jk3Xdb8xi5kIyQYAA4PnTNlHx1mu9ZY3qv4ELIdKbnL/akbGaKi2RnNUWaZsAs31rvzFdewTj2g==",
      "path": "system.diagnostics.debug/4.3.0",
      "hashPath": "system.diagnostics.debug.4.3.0.nupkg.sha512"
    },
    "System.Diagnostics.Tracing/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-rswfv0f/Cqkh78rA5S8eN8Neocz234+emGCtTF3lxPY96F+mmmUen6tbn0glN6PMvlKQb9bPAY5e9u7fgPTkKw==",
      "path": "system.diagnostics.tracing/4.3.0",
      "hashPath": "system.diagnostics.tracing.4.3.0.nupkg.sha512"
    },
    "System.Drawing.Common/4.7.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-v+XbyYHaZjDfn0ENmJEV1VYLgGgCTx1gnfOBcppowbpOAriglYgGCvFCPr2EEZyBvXlpxbEsTwkOlInl107ahA==",
      "path": "system.drawing.common/4.7.0",
      "hashPath": "system.drawing.common.4.7.0.nupkg.sha512"
    },
    "System.Dynamic.Runtime/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-SNVi1E/vfWUAs/WYKhE9+qlS6KqK0YVhnlT0HQtr8pMIA8YX3lwy3uPMownDwdYISBdmAF/2holEIldVp85Wag==",
      "path": "system.dynamic.runtime/4.3.0",
      "hashPath": "system.dynamic.runtime.4.3.0.nupkg.sha512"
    },
    "System.Globalization/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-kYdVd2f2PAdFGblzFswE4hkNANJBKRmsfa2X5LG2AcWE1c7/4t0pYae1L8vfZ5xvE2nK/R9JprtToA61OSHWIg==",
      "path": "system.globalization/4.3.0",
      "hashPath": "system.globalization.4.3.0.nupkg.sha512"
    },
    "System.Globalization.Calendars/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-GUlBtdOWT4LTV3I+9/PJW+56AnnChTaOqqTLFtdmype/L500M2LIyXgmtd9X2P2VOkmJd5c67H5SaC2QcL1bFA==",
      "path": "system.globalization.calendars/4.3.0",
      "hashPath": "system.globalization.calendars.4.3.0.nupkg.sha512"
    },
    "System.Globalization.Extensions/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-FhKmdR6MPG+pxow6wGtNAWdZh7noIOpdD5TwQ3CprzgIE1bBBoim0vbR1+AWsWjQmU7zXHgQo4TWSP6lCeiWcQ==",
      "path": "system.globalization.extensions/4.3.0",
      "hashPath": "system.globalization.extensions.4.3.0.nupkg.sha512"
    },
    "System.IO/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-3qjaHvxQPDpSOYICjUoTsmoq5u6QJAFRUITgeT/4gqkF1bajbSmb1kwSxEA8AHlofqgcKJcM8udgieRNhaJ5Cg==",
      "path": "system.io/4.3.0",
      "hashPath": "system.io.4.3.0.nupkg.sha512"
    },
    "System.IO.FileSystem/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-3wEMARTnuio+ulnvi+hkRNROYwa1kylvYahhcLk4HSoVdl+xxTFVeVlYOfLwrDPImGls0mDqbMhrza8qnWPTdA==",
      "path": "system.io.filesystem/4.3.0",
      "hashPath": "system.io.filesystem.4.3.0.nupkg.sha512"
    },
    "System.IO.FileSystem.Primitives/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-6QOb2XFLch7bEc4lIcJH49nJN2HV+OC3fHDgsLVsBVBk3Y4hFAnOBGzJ2lUu7CyDDFo9IBWkSsnbkT6IBwwiMw==",
      "path": "system.io.filesystem.primitives/4.3.0",
      "hashPath": "system.io.filesystem.primitives.4.3.0.nupkg.sha512"
    },
    "System.Linq/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-5DbqIUpsDp0dFftytzuMmc0oeMdQwjcP/EWxsksIz/w1TcFRkZ3yKKz0PqiYFMmEwPSWw+qNVqD7PJ889JzHbw==",
      "path": "system.linq/4.3.0",
      "hashPath": "system.linq.4.3.0.nupkg.sha512"
    },
    "System.Linq.Expressions/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-PGKkrd2khG4CnlyJwxwwaWWiSiWFNBGlgXvJpeO0xCXrZ89ODrQ6tjEWS/kOqZ8GwEOUATtKtzp1eRgmYNfclg==",
      "path": "system.linq.expressions/4.3.0",
      "hashPath": "system.linq.expressions.4.3.0.nupkg.sha512"
    },
    "System.Memory/4.5.2": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-fvq1GNmUFwbKv+aLVYYdgu/+gc8Nu9oFujOxIjPrsf+meis9JBzTPDL6aP/eeGOz9yPj6rRLUbOjKMpsMEWpNg==",
      "path": "system.memory/4.5.2",
      "hashPath": "system.memory.4.5.2.nupkg.sha512"
    },
    "System.ObjectModel/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-bdX+80eKv9bN6K4N+d77OankKHGn6CH711a6fcOpMQu2Fckp/Ft4L/kW9WznHpyR0NRAvJutzOMHNNlBGvxQzQ==",
      "path": "system.objectmodel/4.3.0",
      "hashPath": "system.objectmodel.4.3.0.nupkg.sha512"
    },
    "System.Private.Uri/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-I4SwANiUGho1esj4V4oSlPllXjzCZDE+5XXso2P03LW2vOda2Enzh8DWOxwN6hnrJyp314c7KuVu31QYhRzOGg==",
      "path": "system.private.uri/4.3.0",
      "hashPath": "system.private.uri.4.3.0.nupkg.sha512"
    },
    "System.Reactive/4.4.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-iSTPeWR9HJhGoNV4WhVlvofuiTjpok1i4E3LPgMdbMqf3jKhFlT9HAlO32lb52NLppWC/4dZQFfUzTytvyXBmw==",
      "path": "system.reactive/4.4.1",
      "hashPath": "system.reactive.4.4.1.nupkg.sha512"
    },
    "System.Reflection/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-KMiAFoW7MfJGa9nDFNcfu+FpEdiHpWgTcS2HdMpDvt9saK3y/G4GwprPyzqjFH9NTaGPQeWNHU+iDlDILj96aQ==",
      "path": "system.reflection/4.3.0",
      "hashPath": "system.reflection.4.3.0.nupkg.sha512"
    },
    "System.Reflection.Emit/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-228FG0jLcIwTVJyz8CLFKueVqQK36ANazUManGaJHkO0icjiIypKW7YLWLIWahyIkdh5M7mV2dJepllLyA1SKg==",
      "path": "system.reflection.emit/4.3.0",
      "hashPath": "system.reflection.emit.4.3.0.nupkg.sha512"
    },
    "System.Reflection.Emit.ILGeneration/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-59tBslAk9733NXLrUJrwNZEzbMAcu8k344OYo+wfSVygcgZ9lgBdGIzH/nrg3LYhXceynyvTc8t5/GD4Ri0/ng==",
      "path": "system.reflection.emit.ilgeneration/4.3.0",
      "hashPath": "system.reflection.emit.ilgeneration.4.3.0.nupkg.sha512"
    },
    "System.Reflection.Emit.Lightweight/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-oadVHGSMsTmZsAF864QYN1t1QzZjIcuKU3l2S9cZOwDdDueNTrqq1yRj7koFfIGEnKpt6NjpL3rOzRhs4ryOgA==",
      "path": "system.reflection.emit.lightweight/4.3.0",
      "hashPath": "system.reflection.emit.lightweight.4.3.0.nupkg.sha512"
    },
    "System.Reflection.Extensions/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-rJkrJD3kBI5B712aRu4DpSIiHRtr6QlfZSQsb0hYHrDCZORXCFjQfoipo2LaMUHoT9i1B7j7MnfaEKWDFmFQNQ==",
      "path": "system.reflection.extensions/4.3.0",
      "hashPath": "system.reflection.extensions.4.3.0.nupkg.sha512"
    },
    "System.Reflection.Primitives/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-5RXItQz5As4xN2/YUDxdpsEkMhvw3e6aNveFXUn4Hl/udNTCNhnKp8lT9fnc3MhvGKh1baak5CovpuQUXHAlIA==",
      "path": "system.reflection.primitives/4.3.0",
      "hashPath": "system.reflection.primitives.4.3.0.nupkg.sha512"
    },
    "System.Reflection.TypeExtensions/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-7u6ulLcZbyxB5Gq0nMkQttcdBTx57ibzw+4IOXEfR+sXYQoHvjW5LTLyNr8O22UIMrqYbchJQJnos4eooYzYJA==",
      "path": "system.reflection.typeextensions/4.3.0",
      "hashPath": "system.reflection.typeextensions.4.3.0.nupkg.sha512"
    },
    "System.Resources.ResourceManager/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-/zrcPkkWdZmI4F92gL/TPumP98AVDu/Wxr3CSJGQQ+XN6wbRZcyfSKVoPo17ilb3iOr0cCRqJInGwNMolqhS8A==",
      "path": "system.resources.resourcemanager/4.3.0",
      "hashPath": "system.resources.resourcemanager.4.3.0.nupkg.sha512"
    },
    "System.Runtime/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-JufQi0vPQ0xGnAczR13AUFglDyVYt4Kqnz1AZaiKZ5+GICq0/1MH/mO/eAJHt/mHW1zjKBJd7kV26SrxddAhiw==",
      "path": "system.runtime/4.3.0",
      "hashPath": "system.runtime.4.3.0.nupkg.sha512"
    },
    "System.Runtime.Extensions/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-guW0uK0fn5fcJJ1tJVXYd7/1h5F+pea1r7FLSOz/f8vPEqbR2ZAknuRDvTQ8PzAilDveOxNjSfr0CHfIQfFk8g==",
      "path": "system.runtime.extensions/4.3.0",
      "hashPath": "system.runtime.extensions.4.3.0.nupkg.sha512"
    },
    "System.Runtime.Handles/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-OKiSUN7DmTWeYb3l51A7EYaeNMnvxwE249YtZz7yooT4gOZhmTjIn48KgSsw2k2lYdLgTKNJw/ZIfSElwDRVgg==",
      "path": "system.runtime.handles/4.3.0",
      "hashPath": "system.runtime.handles.4.3.0.nupkg.sha512"
    },
    "System.Runtime.InteropServices/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-uv1ynXqiMK8mp1GM3jDqPCFN66eJ5w5XNomaK2XD+TuCroNTLFGeZ+WCmBMcBDyTFKou3P6cR6J/QsaqDp7fGQ==",
      "path": "system.runtime.interopservices/4.3.0",
      "hashPath": "system.runtime.interopservices.4.3.0.nupkg.sha512"
    },
    "System.Runtime.Numerics/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-yMH+MfdzHjy17l2KESnPiF2dwq7T+xLnSJar7slyimAkUh/gTrS9/UQOtv7xarskJ2/XDSNvfLGOBQPjL7PaHQ==",
      "path": "system.runtime.numerics/4.3.0",
      "hashPath": "system.runtime.numerics.4.3.0.nupkg.sha512"
    },
    "System.Runtime.Serialization.Primitives/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-Wz+0KOukJGAlXjtKr+5Xpuxf8+c8739RI1C+A2BoQZT+wMCCoMDDdO8/4IRHfaVINqL78GO8dW8G2lW/e45Mcw==",
      "path": "system.runtime.serialization.primitives/4.3.0",
      "hashPath": "system.runtime.serialization.primitives.4.3.0.nupkg.sha512"
    },
    "System.Security.Claims/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-P/+BR/2lnc4PNDHt/TPBAWHVMLMRHsyYZbU1NphW4HIWzCggz8mJbTQQ3MKljFE7LS3WagmVFuBgoLcFzYXlkA==",
      "path": "system.security.claims/4.3.0",
      "hashPath": "system.security.claims.4.3.0.nupkg.sha512"
    },
    "System.Security.Cryptography.Algorithms/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-W1kd2Y8mYSCgc3ULTAZ0hOP2dSdG5YauTb1089T0/kRcN2MpSAW1izOFROrJgxSlMn3ArsgHXagigyi+ibhevg==",
      "path": "system.security.cryptography.algorithms/4.3.0",
      "hashPath": "system.security.cryptography.algorithms.4.3.0.nupkg.sha512"
    },
    "System.Security.Cryptography.Cng/4.7.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-4WQjFuypWtxb/bl/YwEE7LYGn4fgpsikFfBU6xwEm4YBYiRAhXAEJ62lILBu2JJSFbClIAntFTGfDZafn8yZTg==",
      "path": "system.security.cryptography.cng/4.7.0",
      "hashPath": "system.security.cryptography.cng.4.7.0.nupkg.sha512"
    },
    "System.Security.Cryptography.Csp/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-X4s/FCkEUnRGnwR3aSfVIkldBmtURMhmexALNTwpjklzxWU7yjMk7GHLKOZTNkgnWnE0q7+BCf9N2LVRWxewaA==",
      "path": "system.security.cryptography.csp/4.3.0",
      "hashPath": "system.security.cryptography.csp.4.3.0.nupkg.sha512"
    },
    "System.Security.Cryptography.Encoding/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-1DEWjZZly9ae9C79vFwqaO5kaOlI5q+3/55ohmq/7dpDyDfc8lYe7YVxJUZ5MF/NtbkRjwFRo14yM4OEo9EmDw==",
      "path": "system.security.cryptography.encoding/4.3.0",
      "hashPath": "system.security.cryptography.encoding.4.3.0.nupkg.sha512"
    },
    "System.Security.Cryptography.OpenSsl/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-h4CEgOgv5PKVF/HwaHzJRiVboL2THYCou97zpmhjghx5frc7fIvlkY1jL+lnIQyChrJDMNEXS6r7byGif8Cy4w==",
      "path": "system.security.cryptography.openssl/4.3.0",
      "hashPath": "system.security.cryptography.openssl.4.3.0.nupkg.sha512"
    },
    "System.Security.Cryptography.Pkcs/4.7.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-0Srzh6YlhjuMxaqMyeCCdZs22cucaUAG6SKDd3gNHBJmre0VZ71ekzWu9rvLD4YXPetyNdPvV6Qst+8C++9v3Q==",
      "path": "system.security.cryptography.pkcs/4.7.0",
      "hashPath": "system.security.cryptography.pkcs.4.7.0.nupkg.sha512"
    },
    "System.Security.Cryptography.Primitives/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-7bDIyVFNL/xKeFHjhobUAQqSpJq9YTOpbEs6mR233Et01STBMXNAc/V+BM6dwYGc95gVh/Zf+iVXWzj3mE8DWg==",
      "path": "system.security.cryptography.primitives/4.3.0",
      "hashPath": "system.security.cryptography.primitives.4.3.0.nupkg.sha512"
    },
    "System.Security.Cryptography.X509Certificates/4.3.2": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-uwlfOnvJd7rXRvP3aV126Q9XebIIEGEaZ245Rd5/ZwOg7U7AU+AmpE0vRh2F0DFjfOTuk7MAexv4nYiNP/RYnQ==",
      "path": "system.security.cryptography.x509certificates/4.3.2",
      "hashPath": "system.security.cryptography.x509certificates.4.3.2.nupkg.sha512"
    },
    "System.Security.Principal/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-I1tkfQlAoMM2URscUtpcRo/hX0jinXx6a/KUtEQoz3owaYwl3qwsO8cbzYVVnjxrzxjHo3nJC+62uolgeGIS9A==",
      "path": "system.security.principal/4.3.0",
      "hashPath": "system.security.principal.4.3.0.nupkg.sha512"
    },
    "System.Text.Encoding/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-BiIg+KWaSDOITze6jGQynxg64naAPtqGHBwDrLaCtixsa5bKiR8dpPOHA7ge3C0JJQizJE+sfkz1wV+BAKAYZw==",
      "path": "system.text.encoding/4.3.0",
      "hashPath": "system.text.encoding.4.3.0.nupkg.sha512"
    },
    "System.Text.Encoding.CodePages/4.7.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-aeu4FlaUTemuT1qOd1MyU4T516QR4Fy+9yDbwWMPHOHy7U8FD6SgTzdZFO7gHcfAPHtECqInbwklVvUK4RHcNg==",
      "path": "system.text.encoding.codepages/4.7.0",
      "hashPath": "system.text.encoding.codepages.4.7.0.nupkg.sha512"
    },
    "System.Text.Encoding.Extensions/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-YVMK0Bt/A43RmwizJoZ22ei2nmrhobgeiYwFzC4YAN+nue8RF6djXDMog0UCn+brerQoYVyaS+ghy9P/MUVcmw==",
      "path": "system.text.encoding.extensions/4.3.0",
      "hashPath": "system.text.encoding.extensions.4.3.0.nupkg.sha512"
    },
    "System.Text.RegularExpressions/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-RpT2DA+L660cBt1FssIE9CAGpLFdFPuheB7pLpKpn6ZXNby7jDERe8Ua/Ne2xGiwLVG2JOqziiaVCGDon5sKFA==",
      "path": "system.text.regularexpressions/4.3.0",
      "hashPath": "system.text.regularexpressions.4.3.0.nupkg.sha512"
    },
    "System.Threading/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-VkUS0kOBcUf3Wwm0TSbrevDDZ6BlM+b/HRiapRFWjM5O0NS0LviG0glKmFK+hhPDd1XFeSdU1GmlLhb2CoVpIw==",
      "path": "system.threading/4.3.0",
      "hashPath": "system.threading.4.3.0.nupkg.sha512"
    },
    "System.Threading.Channels/4.6.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-xdCw/eEo1XwxQNuhTLD10gaXnVt5rkKZCPjttXE5vtqwEkheqdGrNBcbU0UP9zWdgIwZWD+4NEl4OS10jKrZtg==",
      "path": "system.threading.channels/4.6.0",
      "hashPath": "system.threading.channels.4.6.0.nupkg.sha512"
    },
    "System.Threading.Overlapped/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-m3HQ2dPiX/DSTpf+yJt8B0c+SRvzfqAJKx+QDWi+VLhz8svLT23MVjEOHPF/KiSLeArKU/iHescrbLd3yVgyNg==",
      "path": "system.threading.overlapped/4.3.0",
      "hashPath": "system.threading.overlapped.4.3.0.nupkg.sha512"
    },
    "System.Threading.Tasks/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-LbSxKEdOUhVe8BezB/9uOGGppt+nZf6e1VFyw6v3DN6lqitm0OSn2uXMOdtP0M3W4iMcqcivm2J6UgqiwwnXiA==",
      "path": "system.threading.tasks/4.3.0",
      "hashPath": "system.threading.tasks.4.3.0.nupkg.sha512"
    },
    "System.Threading.Tasks.Extensions/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-npvJkVKl5rKXrtl1Kkm6OhOUaYGEiF9wFbppFRWSMoApKzt2PiPHT2Bb8a5sAWxprvdOAtvaARS9QYMznEUtug==",
      "path": "system.threading.tasks.extensions/4.3.0",
      "hashPath": "system.threading.tasks.extensions.4.3.0.nupkg.sha512"
    },
    "System.Xml.ReaderWriter/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-GrprA+Z0RUXaR4N7/eW71j1rgMnEnEVlgii49GZyAjTH7uliMnrOU3HNFBr6fEDBCJCIdlVNq9hHbaDR621XBA==",
      "path": "system.xml.readerwriter/4.3.0",
      "hashPath": "system.xml.readerwriter.4.3.0.nupkg.sha512"
    },
    "System.Xml.XmlDocument/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-lJ8AxvkX7GQxpC6GFCeBj8ThYVyQczx2+f/cWHJU8tjS7YfI6Cv6bon70jVEgs2CiFbmmM8b9j1oZVx0dSI2Ww==",
      "path": "system.xml.xmldocument/4.3.0",
      "hashPath": "system.xml.xmldocument.4.3.0.nupkg.sha512"
    },
    "System.Xml.XPath/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-v1JQ5SETnQusqmS3RwStF7vwQ3L02imIzl++sewmt23VGygix04pEH+FCj1yWb+z4GDzKiljr1W7Wfvrx0YwgA==",
      "path": "system.xml.xpath/4.3.0",
      "hashPath": "system.xml.xpath.4.3.0.nupkg.sha512"
    },
    "System.Xml.XPath.XmlDocument/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-A/uxsWi/Ifzkmd4ArTLISMbfFs6XpRPsXZonrIqyTY70xi8t+mDtvSM5Os0RqyRDobjMBwIDHDL4NOIbkDwf7A==",
      "path": "system.xml.xpath.xmldocument/4.3.0",
      "hashPath": "system.xml.xpath.xmldocument.4.3.0.nupkg.sha512"
    },
    "Ui.Wpf.Common/2.0.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-/2jJA9I42DLDA+esvqZfhgSXFncj9sNDuUyjbTr554KWx45g1p31pb6Hcecg+MxedeNQI7clfS2515Tulu5CLw==",
      "path": "ui.wpf.common/2.0.0",
      "hashPath": "ui.wpf.common.2.0.0.nupkg.sha512"
    },
    "Kamban.Contracts/1.0.9": {
      "type": "project",
      "serviceable": false,
      "sha512": ""
    },
    "Kamban.Export/1.0.9": {
      "type": "project",
      "serviceable": false,
      "sha512": ""
    },
    "Kamban.Export.Data/1.0.9": {
      "type": "project",
      "serviceable": false,
      "sha512": ""
    },
    "Kamban.Repository.LiteDb/1.0.9": {
      "type": "project",
      "serviceable": false,
      "sha512": ""
    },
    "Kamban.Repository.Redmine/1.0.9": {
      "type": "project",
      "serviceable": false,
      "sha512": ""
    },
    "Kamban.Templates/1.0.9": {
      "type": "project",
      "serviceable": false,
      "sha512": ""
    },
    "System.Reactive.Reference/4.4.0.0": {
      "type": "reference",
      "serviceable": false,
      "sha512": ""
    }
  },
  "runtimes": {
    "win-x64": [
      "win",
      "any",
      "base"
    ],
    "win-x64-aot": [
      "win-aot",
      "win-x64",
      "win",
      "aot",
      "any",
      "base"
    ],
    "win10-x64": [
      "win10",
      "win81-x64",
      "win81",
      "win8-x64",
      "win8",
      "win7-x64",
      "win7",
      "win-x64",
      "win",
      "any",
      "base"
    ],
    "win10-x64-aot": [
      "win10-aot",
      "win10-x64",
      "win10",
      "win81-x64-aot",
      "win81-aot",
      "win81-x64",
      "win81",
      "win8-x64-aot",
      "win8-aot",
      "win8-x64",
      "win8",
      "win7-x64-aot",
      "win7-aot",
      "win7-x64",
      "win7",
      "win-x64-aot",
      "win-aot",
      "win-x64",
      "win",
      "aot",
      "any",
      "base"
    ],
    "win7-x64": [
      "win7",
      "win-x64",
      "win",
      "any",
      "base"
    ],
    "win7-x64-aot": [
      "win7-aot",
      "win7-x64",
      "win7",
      "win-x64-aot",
      "win-aot",
      "win-x64",
      "win",
      "aot",
      "any",
      "base"
    ],
    "win8-x64": [
      "win8",
      "win7-x64",
      "win7",
      "win-x64",
      "win",
      "any",
      "base"
    ],
    "win8-x64-aot": [
      "win8-aot",
      "win8-x64",
      "win8",
      "win7-x64-aot",
      "win7-aot",
      "win7-x64",
      "win7",
      "win-x64-aot",
      "win-aot",
      "win-x64",
      "win",
      "aot",
      "any",
      "base"
    ],
    "win81-x64": [
      "win81",
      "win8-x64",
      "win8",
      "win7-x64",
      "win7",
      "win-x64",
      "win",
      "any",
      "base"
    ],
    "win81-x64-aot": [
      "win81-aot",
      "win81-x64",
      "win81",
      "win8-x64-aot",
      "win8-aot",
      "win8-x64",
      "win8",
      "win7-x64-aot",
      "win7-aot",
      "win7-x64",
      "win7",
      "win-x64-aot",
      "win-aot",
      "win-x64",
      "win",
      "aot",
      "any",
      "base"
    ]
  }
}
Kamban.dll
md5: 6A228E3E1EF56172AC6AE4B562745A46 | sha1: 3FCA14EED652BC80DCFA59504E046A87A9F3979F | sha256: 986D58FFEDC2819E4F2A3D5081ACD0F2C4BA9C952F4FAE7652129F1479547B70 | sha512: 6017311A95358BFF594323A0B8068EF35A2C6D26D388179352EE2F1C6E661AEC8D6BACDA9526D916066E7E7511CB2AA1AECD2F5B2200F25A1062355FF1A4F044
Kamban.exe
md5: BEF45BE337D10118286A954983950B69 | sha1: 34314615B4D4DE8759B1C9E3852E58C729ADDADE | sha256: D8081A354A9D3340477490AF1425D53752C135EF3A667580F94E0849D14445CF | sha512: 6299CC3978123C9C82A2597B00F6B724429E9E0F129BC1E6413AFDC6B21ED08A43E0DFAA1726FF514C33B7425B5D3C0FE13185F388F54941D0AAEB68B9621176
Kamban.exe.gui
 
Kamban.Export.Data.dll
md5: 2EE4838BE1F82CEBFD6316713AC9B156 | sha1: 5469602C448517CBDFCFCE112CEDC17C504A156C | sha256: BECD10FD206D28D4C31BB538985167921636F90CB68B4C3C00D37A185B17B7BB | sha512: 52500ADDC061E6B29D3A257B9B7EB21C9924659963278819725AF924CBAA5A338F37717EFB82AFD73A4D6153920829581C160EB1FD2A715BF93DD2FD3D843531
Kamban.Export.Data.pdb
 
Kamban.Export.dll
md5: D2B907A55663E3118CB722BD0B6608FD | sha1: 79A8E3987E89A4AEA2076773D273B1FD4E1C84A1 | sha256: 9A973964E2C05F28BE4AD4AEF2CBF90A14A5C2F362E093710C31ED043373E632 | sha512: 89F05CF5D089AA0AF3268B8A6F502B570C4B98C768EB34A30AE0DD9F106C9ABB3928E807911BAB6C9B0112664894897E05550212BEAAD9B4D715DF918CBCB4E1
Kamban.Export.pdb
 
Kamban.pdb
 
Kamban.Repository.LiteDb.dll
md5: D306E4004EAC22F88C58F0513DF1A3A8 | sha1: B7BD9A3A8EA974263C8011353E88D1A9DBB1311E | sha256: BF12A7C45182947FE3FED9BA1CFC181951C6F8FF701AEFE5FF59D02ED59D37EF | sha512: A5840F62ACC15682185FE43042A6A4FFDA2B5FDE8061B29A8406B509DF90A69910D841B22CB557F922B104BB15713D8D2B8DE358CA7699D1F1BA15F5CE4FE0FF
Kamban.Repository.LiteDb.pdb
 
Kamban.Repository.Redmine.dll
md5: 709ADEBDD03F78F30D932A681602EAA5 | sha1: E289706A5C465580FE9A50A3F31D2A0FAB3DD78A | sha256: B3416DA98AC4FDD228184A7AB56B94C6FFCBDC4A86429A4C3962C7E69B323BD7 | sha512: 7BB2F61AAD8611C4763984444973F174DF0A27EAE06D83BE7EBB584141D9ABA9465E0BAC0B8634BB488BF366208F5C39B4477849837AB218BDC4548E954076EB
Kamban.Repository.Redmine.pdb
 
Kamban.runtimeconfig.json
{
  "runtimeOptions": {
    "tfm": "netcoreapp3.1",
    "includedFrameworks": [
      {
        "name": "Microsoft.NETCore.App",
        "version": "3.1.4"
      },
      {
        "name": "Microsoft.WindowsDesktop.App",
        "version": "3.1.4"
      }
    ]
  }
}
Kamban.Templates.dll
md5: 9AD6BCAB9E5FE88E8BAE24AE4B37AE3A | sha1: EEA4C64280668444CDCDFF05554A4194F0590585 | sha256: 4B70A37EB479FFC208C27AB0A8CC7FF62F39BF5AF7E75AC1A320E25580F24BA6 | sha512: 54DE34C092A1F266FE56D7BD6D458769FD775103BB78148EADBED7E0FC2D3FD092E4BCE250289C203CECC6DB2A00CEE7B490CF62958A9E19AB9AA8929630EF1D
Kamban.Templates.pdb
 
ko\PresentationCore.resources.dll
md5: 9226BE6E5A04D5AA74F4C4A25378C54C | sha1: 3EFD0EB89C4EBFD022A46C419565ED9A9AB640EF | sha256: B679DE7235AE6EF6063B8959305C0673322FF5527B743E91D8DD540B6109ACE6 | sha512: 33ADC225BD7152A0C4CA97208F2B3AACFC13ABF2CAE88D85EC84757F3E68FDFB9C1C823B54D6078D6E69D2CBA869AE2279667443C5267AC9CED3360FCA04DD2B
ko\PresentationFramework.resources.dll
md5: 74F2F22CC45EA79ECD6209D9759391EA | sha1: 5AE6F3303A3D0424A91338D5DE696AF90D9AB3AD | sha256: 95C20404648E0C6658F49715E7E142735EF96917F405B22CADC829B9EBC50E3D | sha512: D5827AC0AD0932A8600031DB917A78F8C764309BB5252CEDF9EC84DD35BAF47639BB32FA7064EE49FDB6AD22C7D748FB6149F725F93C98AE1A85866CC739C5D3
ko\PresentationUI.resources.dll
md5: 46BDE6AA6AB9ABC80C8F5EBD881D3B53 | sha1: C0022447E2E7098183FB498820BE7A9973982CE9 | sha256: E856844A0DD99B15F7B036E893520B93886F5E397BF66D177E212CEF6D0816B7 | sha512: 2551EEBD06FCE2BCB064BFB99DD771D1D9D5961BB2D7A8FEB9C8814EFDE88ED53BE3A532FB78231FE9A12220EA52C4FCFE5A1A2B25F242CA263AC339586101B4
ko\ReachFramework.resources.dll
md5: 2E7A455934635D7ABF87C687855A6589 | sha1: 99DEBA2EB6D7ED5F2C55E8154F941072C0C13AC3 | sha256: F348F4E64FF2AE8543345A70C0AF4140B0503AB122E78801BF897EF87602065D | sha512: 3FAAEDF0A0988018C3DE8EBCD9063F85E148913D64E290EC628BE0D21C7071D2B9C5812D41B8AC2A6A96F94900BD5162E8E0C40E428DF2720CB11D68082782B0
ko\System.Printing.resources.dll
md5: D80FC6F349C66CC6B0168307E5E4C2DC | sha1: 94E2226C46CB563F3A89BD4628F26A9882166C19 | sha256: 2780FC0F6142BACD0C7125189FCC606D5639D6AE113F4C080E469198A6D1413F | sha512: 63AD79686491BB1EF176B0B066DCC3EA578FD0CD504D48EC34647D27A51CAB91604D99E0BEF1520A91305D92DBA3B0B1F1CEB108987B1086AAB2297F8070C762
ko\System.Windows.Controls.Ribbon.resources.dll
md5: 08A11889352077D9395547627EA8B082 | sha1: 17F04F529CDB06186B4547CE6755BE49B59DB2D9 | sha256: 9B7FDF66BCBF1B0143B7BBB4D8041C8EBA41708650F1FCC3CC3651BCDFD95B78 | sha512: 08F093D74773AEAC42513DAC12FBDFB0187C2414E40D1298C076AA96186669019379D5DE2305930C3DD393E96ECAD1B12E7AEEDDD2D802EBD0F47D5E47BC054A
ko\System.Windows.Forms.Design.Editors.resources.dll
md5: BC25926C9A306660F587621DECDD6547 | sha1: C52B5F7ECAE5005D8D71E74D1D8BA9F681112D35 | sha256: 198C1DD93A0CB3875932F170DE382A991CE4C960292B8DB47F853269E551DB45 | sha512: 6A8FF91900133234775761A3D8F75F569BD93457FEB9E25CF2D56D0B26364AC711B5094B710E90B094127528C53903A27D91ABACE4C5FC994A16E3F067CBF89A
ko\System.Windows.Forms.Design.resources.dll
md5: 3FDFF259FC01CB59DF816ABAB866E908 | sha1: 99CEA71C2F5545E3DE93B7808B565EEE3664C84C | sha256: 7EB2A029B46F4A22C268775192B21D67D06739AB28177254630FE0B0C14553D2 | sha512: 557DAC03F98A82153381C2BF701C4660CE4465F9DFDC5CC1E4BA77DF6111C2CBBC1DDFCC87AFC60E171032C68F905CC89F100BBCF58B6454171D58F7D6FA4C86
ko\System.Windows.Forms.resources.dll
md5: A76075FD3EC4812DD0C24DB38FAD5B53 | sha1: 1A73CF803C53119CEDB2C339D966D6921EA60A55 | sha256: ACB766BD9B2CFEE14BD2B19FBC7A261E66CD5BBADF31F44873853D959D6BF553 | sha512: 44BF324B5789B0FC37C7F7A971ADF0A9E16293FD5C9E0C1AF7426787588F0F0D35AC477E51DAB589F12F6C72A067F5694910C3F22CBA2C60365A521B0BAC13FF
ko\System.Windows.Input.Manipulations.resources.dll
md5: 83547D57E1D7AF0D443D66649EAB3C08 | sha1: 99B63D374BD76EB6D72FA4ED160F0A7B147AB109 | sha256: 39F8E812AEDE1BE3B1E3E4A96AE7CDC246A247717CDCD0B5EA8B4F5C960180B5 | sha512: F7D28FE6082E3D3AAD3296FDEC96B0994C315BA5BB4C246BD2FD13EEC9A534CCE64730F53F78D6246597773B0CAD9059D1BA6CAF445E682DDC4DDBC7BB41CEBB
ko\System.Xaml.resources.dll
md5: B8BFD25B789D23D026EA502B54F28A59 | sha1: 60018EB88C9C7F739626F8BDD39DED3B061C7DC1 | sha256: AA3589EA75FBA67E688D9067AE21270A0415F4BDA3501EDDF7AE4F36FF4A873B | sha512: 7C0508CBB9E0A3486574325F75BE8A946273EA61AD88070D6B6CADB82836CC7A16CFF8DCB63BC5BC1DF969848CA8CAA0E3696C555DF2C5B646BDE23404B4FE60
ko\UIAutomationClient.resources.dll
md5: F2E85FEAD1343F3251115A16B0A4C759 | sha1: 0DCA497B2EAA6439881A13B6026CE5CC59B77F58 | sha256: 998C78C5BF21A38F14338F6F0BA06E550A26E269EEF50FA6245B7E2AE9E39159 | sha512: 96BC29C161DDE82889001D54A065ACE02D750C64ED0514D7D8BF69E8E989D0365ACC3B4A39305E37E2DD114EF6E39224521A7A0FD37ADC032DD4B4842B5F1B0D
ko\UIAutomationClientSideProviders.resources.dll
md5: D59C13A13CE6E0974BD80A1ABCFDE8B8 | sha1: 7AD5380F8C6116C318F23BEBDA577CDFAD7AB7F4 | sha256: 19DF3A07917EA5C29ED844C5C28790F82AFC4D2F7D6207872588139CB4CF4B5D | sha512: C33C9DE7816A796355866A1429805323DB568854C6E3863C61B9B645AAF22862F1FAC6E41F37A181444567C7750A6A1D345186798E43B322519975A390F9EABD
ko\UIAutomationProvider.resources.dll
md5: 387F30FA5CBC1798B3765F2588C97D33 | sha1: 0296AE87268A40AA23459CDBA804DE457911EF47 | sha256: CD494DBE5388C48E22ED587797666193018FB410EB8380AB14DBBEBFEFD6F3AA | sha512: DF14C00122F85FA3BC605A65596034924E6C11DEE5DD5F384D7DD8E6DC6A0C9A7007A114B08C216292AEF27E12F46F81EB363B28A2F0D62F2129B3A91424F51A
ko\UIAutomationTypes.resources.dll
md5: EDB5A18CA32C8B9ABF05D01F3F0F8125 | sha1: CEAD46F1ACDBF0FAAF3444B166E363304625CDF1 | sha256: E61BD5A36A282DC39B50F23EF22CC3824A5B2FEC97C236A48A280A774D813CA5 | sha512: B8D0AC1050163D5918190EC0D711CF69D0B816D1932C3667559B97151BEFF87F3774FE8F2663B91C91EE58E177FA2D8CE266A48A2E4BC427B1CC39106EAF7C6C
ko\WindowsBase.resources.dll
md5: D820E58A80B9CF49ECFC0C1EE98499CB | sha1: 6B726C6D3DF573FFC0E4790679B69549BCD35B0C | sha256: E1D20DF53F4E01FC2F5FBC98C00BB688AB695EF477C2993DA7A297274D927A4B | sha512: 95A48CBB676A5F82864FFAF8F33241F5E40E42CB4FAA3D3325BF6A24B6237767164A763426460B9539EA6B4D464928758AB0F827E6F159E515CF06193CB25CDB
ko\WindowsFormsIntegration.resources.dll
md5: CACFF062E0D6BE5C616654C5B5CB31E2 | sha1: 156FB3C115F42638E41B32F22CD542407D54AAC4 | sha256: 4EFC16064DAADD06D01F8370925377B0573EBE03791AE0927E5A5524E2CA5831 | sha512: 80460CA0BE4CE50023AFF7A090CF5B4FB1E9478D8F6DA5A9A9E273F1AFECCED9A22E2A840B38AD73ACF55E176EB6C87BC4EC856D4399C04E45B92883280106AE
LiteDB.dll
md5: 3F2AB8B4C8AD8404426EE34C0BFB6757 | sha1: 4651530D7BECD348B126F0CAEB23840E81B6E072 | sha256: 4BA78358520F181835F5E582B7B633729EA635440C80EA6B82035B14D71A676A | sha512: 87FD1B948D37E7743F8E9D6506702F4E5578E7CDB347A6101C1D6D7616326ACD69FEC9D95DFD6AF4BE0298FA61B552D4C4CB878D0C38EB952CA61CDD726C9C57
MahApps.Metro.dll
md5: C3E199C5E7FBF84D06D0729DC3D7EEE7 | sha1: 7423B7905FC73B8E62D31E2C31848D4A597CB013 | sha256: 8B093B33B1F514E83DDF77ABC74DC35A332E32F3C85213927848E66F3EAA0CCF | sha512: BD2F198B433877BFC793F4CDC689B62FAF4AC938B9A1E14F62039F5DFF6CC9E89DFDFEADB67A3304FC475877D1E5419A50DFFADD29251FD9A7966D12A9916D3D
MahApps.Metro.IconPacks.BoxIcons.dll
md5: 7112FDCBEBE5F1C57CE3C4F683EBE393 | sha1: 093E44D2D9CF8E67034C7D0918BDB69645B90041 | sha256: 3C4FB27CF84E93C29ED1B359A4E1BE1B942DB6501B6DFC0DFB34C84BA3C53C46 | sha512: 6EC887C7E2B1DA6D37E4A1A215C87D423D4B4D39555D686A780D75A8C6E44F6097763F4878AE4DAA734631527EC4AC226FBCC93948AD3D1FF6FD1CEF5646C711
MahApps.Metro.IconPacks.Core.dll
md5: 2ED4B04E4FFA0076599D1AC92DED1727 | sha1: 512D45EAFB1C41B2F3243C3F3CCB221C48BB11EB | sha256: 5FD843A07B6A265031FD220426893B5132C81DBED40420316549C03E903035EA | sha512: D6CBBC3FFB5F40F7C26F699C618FC2A693A7F17E9A688251EE2C9AD25C920AEB415DD401BE3EE7043C04065549350E70552B2C8EB4E60B5572055E962A36EF9A
MahApps.Metro.IconPacks.dll
md5: 5C6599A7CCCFAA3D595A965AB4C60699 | sha1: EECBD14E88B35AFFE37C8D35CF81536BAF9F8784 | sha256: C242E011330DC548B6673A4C8992274BF3F130AA99D0BCFD6438EFAD03857736 | sha512: 5B88386D3AA3195BD7978694A832BCAD94B8B1F012D6A7ADD3B06B44D8E464BCD0AF64AC39DE5EE31E1CC09CD9592460B7D8CB269E6BF39FEAA6192F97ECEC84
MahApps.Metro.IconPacks.Entypo.dll
md5: B787347F98B36CFE4E6451EDE34432F5 | sha1: B5A993F5BB5C2C15D9B8E82A8A116DA3D9A0849C | sha256: 07CED12F0765B886DFA91E18EFAD5859833E6491317FF66A305DBD226AC069B8 | sha512: 261E2A8FCE7C5D6B6B351D9F261EE26C120E2B5F9CC25126A9FBCD73C8EE4A098925EFEA7A555644DC9E255281A96697599356D4394B2075188E46F549FF0982
MahApps.Metro.IconPacks.EvaIcons.dll
md5: 782088DD777C4FE962721228B64FCF33 | sha1: 2516DC82DF4F29AA27A89114C4D0F5E851CFB8E9 | sha256: 51F4A83E881767AF7A4DDBF14311EDE19AA176D387D7AA05C3D82A1379C4BC9A | sha512: 6F1584E66792786A1420D95FC32D91FC39C2B30C83EA65DE1D4BC2FFA59F190320B751FC43D0DCF871E9236F60C3EDCBE1ACDCF1D3509D422DD7C14C63E0BA03
MahApps.Metro.IconPacks.FeatherIcons.dll
md5: 09FB041BB58842E029CD5E3FB1B579A9 | sha1: 867F9E1C782F160427A2E66AA2B99F2DEF02D0EE | sha256: 804A2AE2436028BF5F20DE1124D4200750CA72585B1D8445BC326D617FBC4F49 | sha512: 1B367006B5914900C1E9D08099AB7E3817FEE11ED70C73F2209E4667C95263256B3B3A200AF3A1FA1716477A5BDF68E9434C96DA53FAFBF38C2036A8213B1A2A
MahApps.Metro.IconPacks.FontAwesome.dll
md5: 0E0021E03BCDC2FF6610969A00BCBA04 | sha1: B06D23FA94A8A237A7904B6FE439321389316397 | sha256: F451E81747FD4A60F53F5C63F24CCB85D2EEA25DFBE30A008BF9E673AFE11E3F | sha512: E1800A0415534DAC3ABAD9A13E984C2AD9B18F38D95D783B31A28F2BA9D69B426C6D3727301D2428E1F2578360CAE4532439F93A2B67D3531FF73EB5C1CA49DC
MahApps.Metro.IconPacks.Ionicons.dll
md5: 7155A28322BD504BD58B1D1BE5CC379B | sha1: 98C63F0FBD5D3B830BAA52C0BAB290D53981142A | sha256: A3468805964AE567FA1484EA0EECBCE44D077E6F25946E23883294D379980F08 | sha512: 355471544444D41C9E659A00C0C210D8FBEA6A918F673D9D83AB38234C5F39C3EEB7AB607F4D9AB050C2425E6F51619D689B00C28FEDC0E2B64108E09A1813ED
MahApps.Metro.IconPacks.JamIcons.dll
md5: 90D9710713DA728EDCE9EF1C946F6EBC | sha1: AE86223B41BDFB273E953B9D30EE9D3FDEA56E11 | sha256: 8826D3E95E9A8BB3E4FCDE66C33700CC810D59B042615E2D51BED71BD1E2F57F | sha512: 7CC425150F93A72962BF1F02C4E8C27D9E187A2A566DD0A3C22AAB08E897A839B3F9795D077F7A41708E57F7340E7735E068C25AC734D5CD1678F4D8FB7CA45A
MahApps.Metro.IconPacks.Material.dll
md5: 95A45D6D793B666063CBB9F30ECF83D9 | sha1: 394A92E973ACB5A7A4952F18855A386743E2E994 | sha256: 1F62AD1219BBC6BD3CB906B54B46BAF3CCE82DEB161E670EA17FE883BB040BE7 | sha512: 6E80F64A9F590811DF7023FD8C39E04A416F99B3DE5982F8EABE63C3DC5701D3237D7AF9C3CCD46709E413C25B927677AF4B1226BA93F18DCDC1359B0A928E7F
MahApps.Metro.IconPacks.MaterialDesign.dll
md5: 74595EC55021DAEC9CE95119A0FA72B2 | sha1: B481CE689191E05374BA78CBC35A2581CAAFDBD8 | sha256: A0A58C3A6726C4BA4EC5BE019AEDC757945C55438BBAEDDDA118CDFCB197D1AF | sha512: 978A102F4221EB8790C510BD24C3EF2135238929D34897FE96E96E353B78A8E0A80521E978D674CE971D718DE0F1728422B3294E67522D724D0476CB471703F5
MahApps.Metro.IconPacks.MaterialLight.dll
md5: 0EE276C0E5A46D4195CF62385575E35C | sha1: 12F4D692322C09192C2971BCFF798D63D685DCD8 | sha256: 9A84F3D8C3E468D5888172CAC7BDF65F3E97CE5E78BF4936A44B56EEDA3936D3 | sha512: 5FD79583BCDAB2C066781C3BBDDBC234AAA8579B688A0CA85DE4C9E6163C2E54C23D45984D98B334CD4E789624B00CA5E491818C27AD36BE443128CF383ABD4F
MahApps.Metro.IconPacks.Microns.dll
md5: E600D6689F191DA8786CDB8A83689D30 | sha1: 68B5A6D76E5E71EE70FA311CE87F964BC20970B3 | sha256: FE20455A656FB5FE0F7BF724DAD3B120AEE1268DCD958138A79477ADAFE52763 | sha512: E5966F46585A016D297BABD143C7BDAB635D0746E6DB69B2186DE3D56DC533213922B72A19DA123705AC703E4064264C9103ABC2EF0453D3374FF819D5E62B53
MahApps.Metro.IconPacks.Modern.dll
md5: AB9491E0FA6E24C26339499365F1FFAA | sha1: 5F1D22B8E1C73DA79CA776AE595488E599FDA1C4 | sha256: 1CDE2391C8FD88FB72FC9416BC40D330A850D2F56565E9892C668276DCCD28D0 | sha512: 4A8A4B21AD0458C03DDCD323A6886268411E00E32704DD975FDAC1321AD72B306CA35653DA7023CB1D766729539400D8DEA0063CFCE7FE80CC5D6DD8F71B30D8
MahApps.Metro.IconPacks.Octicons.dll
md5: 22FE1D5CA706114969C475E82C2090E4 | sha1: 6DC320BE156C8D8FF4B593CF770B00121EF8F4CE | sha256: EB25BF63DDF6998A0EE6B2453EEE16E9A1EE580F150FAE2EDB01F947E3F7CB43 | sha512: A2D87E34CF6C29C42F3E721F40DE45DD2F8E80B141E98919FBA36A27A392EE41BD2DA8C503562CF34A58733E4AEBD4B5A4A86B38993E0A2D38CFD03BFDD17B0B
MahApps.Metro.IconPacks.PicolIcons.dll
md5: C14E5889017F7070BA45B7412BFC9078 | sha1: F05A356557D559850DC00091F1E13A9C3EE42BFD | sha256: 27C8BBD9217B2D7EB0D7DA7692D446B3D8E57C127085706E5DB276C139F6E847 | sha512: DC3E2B56827009A2277C5DCFBEB6F93EBA6DA8FE00D1295A587B2661F826EE2A2A9747C5B53122EA5B2C7766B83CF1A7E5AB119ACC70906E166BE02793013747
MahApps.Metro.IconPacks.RPGAwesome.dll
md5: 94CB1F446CE89B60497C79C431E028EA | sha1: BF3F281547B24C612C7B7E317BC1FBC31CA03201 | sha256: 66B1F2AC0690CF7BAB507280BD29DE130762C4B9A98E02853549F5C554DF6F9E | sha512: 7481AD46AD8FD8EABB56FA661730BF6403DA49D9398F15120FB3196458C159EF6159C00EF5092CDCA56E8AE12A1547DE4F826400A08B2FE264E8E0E8760E2888
MahApps.Metro.IconPacks.SimpleIcons.dll
md5: 11DA9DCF6A2CF426D1654E6B25E5F135 | sha1: 162788CC52CD2FE40043FAC2B799C81CCD85EDA7 | sha256: 83687A8285D010ACB13D8196FE3C7B57BB41532ED3262A8D91430C837928FF23 | sha512: 23BA2E8A525DFC8BDB2B13A4BC662B4B6715D1BE78F2B2960659DCBEB422B96986728FA918B53D22A555B74B9A1DDD1F3B2AC5082BD61B3EA9B40EA1B3530453
MahApps.Metro.IconPacks.Typicons.dll
md5: FDE3E946B1B7860AB42D8CC511B4D07F | sha1: 3C1819D38546B457C2A826EF5CBBB4439D44B5B8 | sha256: 8FD742372CBDC7A2A23C19B1C02B766E5363BA6A5572542FEE30F334BBA2A0DF | sha512: 0DF2E35E990EBB11B4E329AB24BB55910D6C64D684265DD5067F636E10EB20C819A9967BE61AD5F918287D891A8B3947C183CCD9DD0E75C4E45004E9B474E575
MahApps.Metro.IconPacks.Unicons.dll
md5: EA93BC0BFA81C7CBCF4EBA614BAB2831 | sha1: 10300EA1940AEEB4D695BFBC8B8A07B0A778A890 | sha256: 363AAE6429AB533DEC2A17D6084AE91137D8F8D656A5EF056D86A94D749E6A15 | sha512: 09534A9E0B0AAD29FDB32758B050BB8B0FBBA0F98A73DE4025BF956783FB8B2188D6B25BBFA55B38F225EDDF1DAFD77FC094C14D7EEBFBF6629BDFA9814D3CED
MahApps.Metro.IconPacks.WeatherIcons.dll
md5: F3BF9A7FDF00B5F09628C7F58247ACF5 | sha1: 2668704D49F7886FE821B0619ABB5F431296A9D7 | sha256: 9CCE942D380ABA407448B7F15A8A84571E21FDF8E4556E619DCB4B0EC0515A34 | sha512: 5AEAAB94C2AD65F71FAA8FC17ACAE03F88891EB3260D618F27A4A239FB9463C955F0570CD67E942814D7039B8CDCBC9F88D7389C8600E47E486ED82B375C9E15
MahApps.Metro.IconPacks.Zondicons.dll
md5: A306AF5D24469ABA32636F0938E1846E | sha1: F9C066757E54842571B1E6CA1929DFBEE4775DDA | sha256: D52D9BEBCFED794880E914542028DE303E4F58767E66F7E5DBC56126B5FF9C6F | sha512: F8284A08E86887EBEBDA43D0AF1C4BFB332F8FFC79BA400AE53A50D6A3A15952ACEBEA9B723BA0CAF0A0F9F46AEC73140C7FA6B3DA8D3BEC41B24DE0B3008526
MahApps.Metro.SimpleChildWindow.dll
md5: 6E75C1D03B4126F5073912D2B533D8D9 | sha1: D4C461F8DFDBF61D59C313A4488BCA3DD3BDD681 | sha256: DEBAFA0F649FFD22A7745C29933E6149CD439E6FDE5E5FFA8FB4CA0FA53B9F53 | sha512: C265017539AF8A6078CBE93F9C0E36308F4240C1F24594CC7DF8E419142E8095829561AF27794A1F9B113C27001FA86C249D7DC9000CF6D2A1CF8582B59D254E
Microsoft.CSharp.dll
md5: 1E4751516583C451DE935DA6E5EEE167 | sha1: C3015715457617FB8D58FDE8A34FCD805B7C34DB | sha256: 5FD855DD5E87F4E53DE910FEA01FCC13DD6E7DF99817AB14116C5FA4165C4753 | sha512: CCF1A3A9EADA0F763321272F281E8C36D3E6DB5D5C579C6FE532FE79E1009D76C7C8D61CE0826F0B6B500BECC4156106FDDBB3A6165270DBA31CF781C8018C29
Microsoft.DiaSymReader.Native.amd64.dll
md5: 7E31E92DD59449F41C900862A16F0879 | sha1: 36ED049328FE585F2053A7E20BE4B98A3C3A1F24 | sha256: 95F301012ED09C09C9EB61A23A2803A7043E6A33F9C8957746379B610A52978D | sha512: 77FECD5611967F7234FCE744E0E57525E8699ECB3EAE99B6E7BB3E326EF4E10258ECDCC80AB5B9B402C4DA32104B6A6566DC63BFB1B7C7192A75EBEB13E439C4
Microsoft.Extensions.Configuration.Abstractions.dll
md5: 6B4E0A6389D4EB9F1E8F439F7013DE61 | sha1: 8660D932368489F153F947277DE00B37FC63F3E4 | sha256: 3553C3D38BCB5B7AC8BE7781369ED881CA270D1B7B63CCC5552FBB783FC2CFD7 | sha512: B40824FE2835197922FD8FFD9AC240789E227B2D9236546F0B2F9CA1ADDA9D23B21F28ADA2FA0896A5DFBC214B7BDF417A1CE53573596C50DEC4BA644A203C5B
Microsoft.Extensions.Configuration.dll
md5: 1E5C7B4F299B6178A7BF214AE560E254 | sha1: 773413DDE4C5C0CD3AE4963BAE46DADF997320B3 | sha256: A3F2A264D48352BB79F3DAFCFC2CA02E0EC58BE6F3FFD1DA66DAC51CB0D19668 | sha512: CF4EA641613E14616FD206F53F75D55B1DD5EF2EDA4B3A7D943C9BD4887E28EE3194AA8D2B21CDBE73331E8253C372C622895326437563E5E1318F726D8DE7C3
Microsoft.Extensions.Configuration.FileExtensions.dll
md5: 8838E4A00F2F2CE5640AFBCD0449B8A2 | sha1: A26C2CA2F1F3FBE1FC1F2942BDB17E9EEBA629FB | sha256: 44A1A96E5B7D6321B89F4474D082A12DA13DA3183AE67AD5A5925841AFF5B374 | sha512: 2D82EE60E471CBBFFEE10C6C1679B64C584F2217E53A628FFDBF7D64939F63398373AC703CC5AA4C8A07E59F6B16676316AB547BB3A4B3353780994739B329E7
Microsoft.Extensions.Configuration.Json.dll
md5: 8B62355C99EAB4730FAE7302BA570508 | sha1: B418132D6482779B50A06C0CD35A61A90363B68A | sha256: 3DAE6D283F281FACB1F905BAC5A5347D29F10C4518176F0E0ECCBD004F24A0E8 | sha512: CA336230F094F27A4964F46BB4A882CE87C3CA2C95D6CD74DB9BAE3FE31694532BB2A4FCA88C414D49E7DECB157895269A4D7EB1E2572AE56F03969325143424
Microsoft.Extensions.FileProviders.Abstractions.dll
md5: D4A9AB39E39ED15770C79B2E79AA21CB | sha1: 80A2EFF76880502AE6179CD6676AA14330B832E6 | sha256: 234DA754D8C26BABACBCC4705A9CBB01B694B522D28117E6A9D9A9C523FB4C8F | sha512: 43D2053FCC2321B758BCDFFE0AF49BAE46005864E761B71A8FDD60D697B0B2B85FDD464977D75966D7B86AF514F5668069194F6BAE2432EB9A56B86162E6E6EB
Microsoft.Extensions.FileProviders.Physical.dll
md5: 89793A9058338CCB720116F26AADFE1C | sha1: AA43ABF4CA3138494EF21D3237732BF047992994 | sha256: F38C69ABCA85F644027517C19B70D58A86A03EE5CC5033DE689C6CDD5B2A5A9E | sha512: EF07F8AB135B8043D68825C2815954A840A90A51C29A7D56EFC1E942DD9128D7FC8825520C57751E3E2AD75054A2763920060262383EEC3E162C7766FDB0E741
Microsoft.Extensions.FileSystemGlobbing.dll
md5: 6FBF14A18A828D3973CF4D4F2655517C | sha1: 8F789DE6738622159D1A035450DBD3D568CF726F | sha256: 5554ECA882AA7C535ACA3480656E2986781BB89677132A22B55A0D5D2613211A | sha512: 0F5CA635CDA185D1A695D5BE0CD54186EDCCAD559DBFA8E9EFF552FD6FBB5FE6927EC425D717E3F300B55DAAA06AD0A6566075EAA3F4238FE9B7C7BC75ADC5E7
Microsoft.Extensions.Primitives.dll
md5: 6FED251BDBF73EEE2E32436CFF236170 | sha1: 485A515CEA654951508FF1CDB25F8511F3320318 | sha256: 6D8EE444EC92FEA2A1757F4266ECECE34AF53BA86BBE52C262B9950CC55AD394 | sha512: F270D236821BD9018B36F2CE00EA2DDE3334107D33A76AF94FF0D6A352B6CB3DE0FEAB986449213513C11686C0DAF5BBABB992E6044695ADD9EA3ABAF93D23D4
Microsoft.VisualBasic.Core.dll
md5: AA68FCC0589626A260B625123558CB14 | sha1: B582547E275D8FEB0FD65E269FF7352F67B50A91 | sha256: 253A50C0F3E7D052D5C0314BAA17C38D2435026734B54AA814D0CE761924FD93 | sha512: 7D9CB5D707FD14A9C8770D4A769F04A4320E8EACD7CA4738C79935E046139E5E29C2E1EDE901DEDE2009DED27D4FF3DD83FE015A27CDBC96510587005438056B
Microsoft.VisualBasic.dll
md5: CC475F18EC4DED9B04D84E30C88EF495 | sha1: F9C80C5E4A15CF5CCBAE6365314D04B5420CE34B | sha256: 602D3AB038FA788E1B6FE4D24D09A45EC57EC883AD1F20B57B56768B016D17CE | sha512: 66718155BE39EE18F867B99C8B0E6268EFC20E8046E50F4F50EB9AC745C6B92E84BC15305A929AAF7E3E5B48D6E15BF36AA89EFE0725D3C77E436648D910E0D3
Microsoft.Win32.Primitives.dll
md5: D87A6A03B6B25308CFBA67374A68145B | sha1: 9A06AE4D1492BF7BEF87F479BED719EFC5B19ECC | sha256: 6A4B5AA88D7A2A167AB7A290476BDB85F2A9E4D6ECEA50154EF56737D730EE54 | sha512: 1BBE45638C38F4826B1830838103EE20E3A4C5CC9610716115CC38BCF01FD4880FE661C460979E1FC55DE9CCF61419DD15C86748D416E8CB501876245FA8116F
Microsoft.Win32.Registry.AccessControl.dll
md5: 2017F3455B23B82AC9DD298313A93534 | sha1: ECCE35038EC219C7D7C29E278DBD646656C9EC0B | sha256: D63BEA0A67E68260932599448BE162F1386D02A35C563766A2157E8B59FC3331 | sha512: 8B386D6A352BE8941FAE97BEDFAA28B01D365304803E7E02B58A1760203549D55E16653C2E6C38D50BC5AF44C346510BBB184F26D6A43FFE0A2C1728BB60FFD3
Microsoft.Win32.Registry.dll
md5: D0BFBD6103A8F629B740BEA061816774 | sha1: 5CE0C77B84A63FFA9B32D9DFA2921474B5E7C280 | sha256: 21263C1C949B4DC9D9884EF7D654B18125DA9CD55370B77A240ADB2F7F749EE5 | sha512: 9D5EE67FEF82B1C112B94FE6D40BAF113E8E2F4EAA37C432869664DACA145B4109002BA7630CB7414B507FF4CA6BDCC879FED28F9307C7F05AC5342338A8F22C
Microsoft.Win32.SystemEvents.dll
md5: D7C087B8D5A11CC0AEF3EB6396E19B16 | sha1: F2F343460E3662CED69ADC65C00E6545DC42B7EC | sha256: D13FCB16F32446523C5ABD96A38C970E1BE4EEEC3FBD069C877574AC2DD882C9 | sha512: DD7572E9536CA044759468F6E2765B17A4DF1A8E98420A109F9AD92BA77DB748CA75BE6B7CC782379639EA75949ED8F48984BF47E1929D1278958669D8C12D90
Microsoft.Xaml.Behaviors.dll
md5: 1A01E58DCDB6AC5896E50270EF921CD6 | sha1: 1B4D97F7A6A31F7304E0E805503161CE55DFBEC1 | sha256: 246C842D416E4FE56C213AFFBD266ACCBB409898586026386A415DE7DF7C24DB | sha512: B48B349242B2B5AADE4B7B5F6DE8C28AAE08B37B13277DB22208863A3CB537F8C1B587CE8F792517268617502BA293CA5B7AD1BB5766EE6346E570CA1B0D70DE
Monik.Client.Base.dll
md5: 87B5D95412131195B6CBBB0E6806F8DD | sha1: 46A7F7D5A8FF47DD0D1ECFF17B6C84D5E9A81E4B | sha256: 7849C6D6B3168F6BD40C89A3572F809CD820757DA58FDEFCF66B97BDC394FF5A | sha512: 4201B978277133C0EB7D8C44903D4C7E5C7B6CA0DA53480A367EFB5E4B97A1A154DC8FA5E8278C650909DDD1C9B788EA51DA20AF93ED7361A620C8AD67F09239
mscordaccore.dll
md5: 6225AB4C7BE996A10F080142D96935EE | sha1: D58F0A91360E7EAF62D83E441B73A0A11D9F019D | sha256: 6EAA645134A0E4129A5AD16A51A8653D8287254706C023FE4D8D1CCE58D7EE95 | sha512: 2CDC8F7401D7C50D7C4FB0BD72A69124C6705B1543A4C30297A6373AEF9D7100693573D7F0B1FF7CAB2B25AB2E62AD3B53A6495DBF0249380E0335DFDA9B3A3E
mscordaccore_amd64_amd64_4.700.20.20201.dll
md5: 6225AB4C7BE996A10F080142D96935EE | sha1: D58F0A91360E7EAF62D83E441B73A0A11D9F019D | sha256: 6EAA645134A0E4129A5AD16A51A8653D8287254706C023FE4D8D1CCE58D7EE95 | sha512: 2CDC8F7401D7C50D7C4FB0BD72A69124C6705B1543A4C30297A6373AEF9D7100693573D7F0B1FF7CAB2B25AB2E62AD3B53A6495DBF0249380E0335DFDA9B3A3E
mscordbi.dll
md5: 0F14920BE14D648265E047A8905BF151 | sha1: BC7A51B81FCA0777C310F27F1E5032DC0C4AC2BF | sha256: 62898DEA205EA87EA02BBACCD60BA806D5FED540F381F298204469B3DFDE0CC3 | sha512: 9FF1CEF867A76E1AC01DF02EECDFF47FA437662FE6F1BDBC1997E24541B282E4ED7E924F6DFD186BE81E2829FBDC0E5ACFDF026E2874FAE3B2ABA8CB27834072
mscorlib.dll
md5: 044EB70A39F0CC4ABC12CFD4C21BC1A3 | sha1: 416BA3353A9798991B4EDB1A9C1E885672BF1260 | sha256: 417CE9F163C2C4724C957D97808047DF3FDF38540C3149512B49F577F7A1576F | sha512: 127B91808E00387793E56AFB70CAA8634D83A946A5012CBCE4D28A06D50B39A86AFEA5DE420A74F01FBCCC32AA0D02BBF5CA8F7C72FEBE7098B580EAFDB79777
mscorrc.debug.dll
md5: A6A154E30D1905936D89684211130CC6 | sha1: 0148667953A300F925E02E913820F4F2A01A56A3 | sha256: 19B247C37EB160068FEAE7D569BEF22371D462866FE0CD319530002865FF0890 | sha512: 56AA2B98209C88B237EF3F9BD8AA310D9E99BA75797B58DF094BAD7AF49955B4E16E43C91B7B996974F44EE2C014759C1C33F90B509FD33823EDC8C337D7F6AA
mscorrc.dll
md5: 57B48831D8E076BDC4717962B1287E45 | sha1: 12B778CB6AB7D0075E912E335A1EE342F5016E3C | sha256: 93AA39DC417E01D074BC949CAEF6D6B6DD626B948072C16444E9CFF1B71C4B5E | sha512: D2DA8792C370026D1507CB24C6BC153D4BF9E0CF0D2F76649820DDE9DFD3D8E3BFDD62921B09D2149209C69F8B4E379F5FAF8AEA9E3565E15DE55D05C9233709
netstandard.dll
md5: 4AF5952EDC4697DBB7E095ACF566C3DC | sha1: C0EE3F3C9188792873C02DBB18BC7F77115E5E52 | sha256: D2E31EB716E4966D10F8A663A5D91E3A515688D33392BD48E36B8964D1357D1D | sha512: 941C7363ACB04322036FCA9871638DB2BBE4332ABC0EB6582067730E49D51DAACA1E86EBC06CDF0BBBA50C3E28860E0540D371E9CA6BCBBC31F901E9B28FD603
Newtonsoft.Json.dll
md5: 8D695A08392464A39D53520EC4E32238 | sha1: 8716EAA08EF7E8A1EC30B8C8B6EF39F779A06912 | sha256: FC4D97DF2D1F91009923A08BD8A519D0591CCA8B4C1F8676B9A887AE60038CA2 | sha512: 082535097629E6DB863B4E07F31D9D573998D77BF0624A4A73AA840F59F8E8E8F03A2193E9DB88D34F127FD94302C154C282805703BC058C0805E073A8567E50
PdfSharp-WPF.dll
md5: 8C188067A254FA73A994BA6658D90720 | sha1: D42D47463FB85B66E4F3BEDB3872AC448BE3A49C | sha256: E3CB768E8C7D11977F96A4217946FA6F376A0E37D9D54DBBCB57C9EF2509A0E6 | sha512: 1A118E62628F87E7A49B88DDFDC79A8E17EE2EF6E7306B6BC7255F80391EC58FDA7CB5D0B866B7DD22DB3F36690F065385F52ED34AD79955DD3FEA280D17AF66
PdfSharp.Xps.dll
md5: CD80E1895C55D537AFC873781F25B20C | sha1: B226B2CCA8A8C69109785A845CCAF6895D106B42 | sha256: F3CF4F3A22C7249E1C54741C69773278D2DCD79CEC5D05D4F410C8E47D67870D | sha512: F64D16AB54D729DE7EF9BA401785E8F612001EBA46AC0A53D6A7883D01730324BFE91E4BC8211B68F64D7BE09A70C171D6E997F82FC216316498F24DA09FF9E0
PenImc_cor3.dll
md5: F0CBF22D46BABE8FA8C300895B778479 | sha1: 8556D08F8C1E84042BE54D88D9A0B95B306F8B0C | sha256: 6A5E57D2390F8075C0DD022F55CCC8981ADDCF822952E07A50614145A162D8B3 | sha512: CF4D37EBA1504BA90BDAC824AE12157B23ADB877404B30AB36F2A18CDB065E8019E6411F9150DE773474DF647434738BEC2F28727A5E5051E670BBD4CA307835
pl\PresentationCore.resources.dll
md5: 279891F0A4FA1B4D1E751AEA3C3A17F2 | sha1: 3756C108D7E6EF313A858D3D96649DBB13136B79 | sha256: EE5266E077FA86CEA96F3254151CF49C12F7C13477194E5F9DAB9BA7D1FFA27A | sha512: 036448E8507D1CF177B52F23F0E609FB6728B314AAF16292E45D9CF037516D31BC1790AC0D812F31E695BA0EDEF62C0B4D6FBEB13B9FC6E60A1BD4F6556B7FDD
pl\PresentationFramework.resources.dll
md5: 5B02DA4A15F0DB0EB524302B06AE6D4C | sha1: E7955825C62AC814B120B99FD68CABEFE4583B84 | sha256: D26B6E60D0BB196E46635BDBB9DD535DD55E04492B90A06B5E50386934D8A58E | sha512: D5DF86A18D1E53DD64491E81C648EFDF68176C826DB2C6973438ABD8BA8B7FED691115E0E3364F31A4D184041DE31B25AE14DD7833360D0F4D5866E1FB3A8CF3
pl\PresentationUI.resources.dll
md5: 39BA0B6914033D73B4C1FB84C6B6C4AC | sha1: 6080FEB41E27C10DF2D7D8685E3030A232D62CC4 | sha256: E3DB81CC1CC8B50CCEA7A23C8DA06DF13E6211C4DED59D4B664F6F0E9234DF2B | sha512: C295094FBC4C7F0F08AC8D646ABEABBD62F14AC3EA6C8AF4F543D8BDEA62F1AFF439DF065233A2F7AC73BB124DC5852A20F1DF78E6C222BA84B7E217848D4D11
pl\ReachFramework.resources.dll
md5: A9028A0ECD66818661CD82F1ADF8860A | sha1: 598526DB3BF4AC5B8234B23F30EBD5FBA62663FF | sha256: 036B731E977DB0EC5CD73561115786F161671B2EA509833648A270BCCBA58638 | sha512: 1EBB73F8A516AE55C91658CD281BEBD230F9C51A96FCC2E85A5E4C4E043D11CF1E410FB7E89B4CC52A6C65138CEDFEB66DB356FB029AB94266CE4C42F971033F
pl\System.Printing.resources.dll
md5: 4828F2A2224E5401F36693734EEE0563 | sha1: 1E99917B67754FA96056CC0AB544F9513F87E161 | sha256: D95F6E9A0D3B61D113A985EBE13A5994C07DEF84C9A3EFB29167A9958A5F769F | sha512: 89598F242068E60E3AEFB5FF28C152EB7528A2C268B16BBA5B6D63B7D32BC35513DF9943E4E044C5D1968EA1CC53E9724AB70A681B6DB2928DB5A3A6FD0C9428
pl\System.Windows.Controls.Ribbon.resources.dll
md5: 8B9EA556D70BB6D09DB253A549C4D143 | sha1: 126D88739F72C3FEEFBFA560CA08569F67BFC36E | sha256: 661BC9D7D4D218541F60226DC367774E035816B4F20364282D9370CA818537FC | sha512: BBB12405E3A9493A717A5A38B65E7FBCE949419E25A013AE43E0925DF2070E6D5D42A293DA9BA69E833C848A62B5AD4DC766BB925C32A739AC4438F35F6D8FE6
pl\System.Windows.Forms.Design.Editors.resources.dll
md5: DFEB402AC424FDDDA3504015D6B5B320 | sha1: E2365B7CEB6B63034BCBC47F547EA5BA6F9A3EA2 | sha256: 62B3603FFFF6163121843B167178E03A8002AD489361B47CE9CB72F919F1D20C | sha512: BA93D519F23C4ECC9514D638D5FE41841F046C3C4BA7D5BCD0BCC7DCCD72B4D831F0194F099E74B64C57D36A57B0C8A609151368ABB988F6DF2889E4D80E1666
pl\System.Windows.Forms.Design.resources.dll
md5: 00E5EB8B32BF27EF6098E743C2291F22 | sha1: 3566450D1896E9B33544E769D8BA616670166CC3 | sha256: 47AF7249DB6D47B886A82D3ECBF592E28E8E621F54C56374A1E0EE6183937B5F | sha512: 5507B103736FB8BB6772B5520EB39E12AA19CA7C3D584E69BBC62D1FB26C31F16D401282977C63782BB31BF619DA7404691DEA6A648EC6C789DF342C4C370661
pl\System.Windows.Forms.resources.dll
md5: DC7EB80B7419C7AE64962178D68ED716 | sha1: 6A7DB4CA6725BC9B4F28DC89AF6086D0916A0AD3 | sha256: 2AB5D90D609D58A9991956224DAA2A7D5E0B0140FBEAE01C63D99E94A5B1F1D6 | sha512: 429953C4C4BBEC6B43429BF9F4E8DD6FA999E800C6A2DA972FF275FFF7BD4539BE18C355E75EFB0A7C4D072A5CDBD6AD85EFA6C75EA3395E81E7B1151F549775
pl\System.Windows.Input.Manipulations.resources.dll
md5: 29FAB053085D8D55601C74096F417E98 | sha1: BC24B86854569B99437862E574C7743A79BDDA07 | sha256: 2B5F6DAE0F80C10E9EF5EED6DD00896EF8FA27D6DD3CD56CC003684812321059 | sha512: 5D39A7AF7608155E9C9C4C31DB1200F88F06D99918BA238CFA322F1B7211DFF47EC68F7C7164DAD9F4F88C9712F2434085D1578D3379C4E22FD9D468EE592766
pl\System.Xaml.resources.dll
md5: DF8F3EF28D6C6310E8DDF8528F78FAA9 | sha1: 14A628230E4F16EC58856E7D098F2379C0850579 | sha256: B99BA6CB0D0404BE1D4FE753F2498439490A711A15EE4F460C0D752EA5BA36C2 | sha512: EF77A258B6ABD0053F7340883D06EB33D08FECDAB826772D85FFCF83D500E52A8FD6DF4F0A87D1F9A3F05AA5F14AE16640CFE8F8E3F0C008479073269BFDF390
pl\UIAutomationClient.resources.dll
md5: D41CCF942E9B7A7F5B3AF953F125C42C | sha1: 4E1E3A4C1D0551EF625F54D641B2F99955F04283 | sha256: 80808F7B7F2F0F25B2F0F8252778A1F14A40663D332F9559E343C59B071E1FED | sha512: 5DF72A6A77FEED0D60904B495E217875E2B4A374A3BB2D999F6271ACC5111CD285E8AED38D3E5AC434ECEDBE973B5EE6E4A43603586A5ADCBCEB4B0E51902BF9
pl\UIAutomationClientSideProviders.resources.dll
md5: D7CFD0DC3EAB4225BC13BF52CB3586A9 | sha1: 4A04314E941A2E1B395DE6D298B343BC2863236B | sha256: BD40AF3242C2E61C5A1FF437FC265EC560A307FB52B2156C1D706EE01BC87BA7 | sha512: B494572E55BA04DA474B21CBD7882291AA66F53CFF3826DF5B7C1090DD396361E2CE68E19D333A8BEA2CFEA79CC564D3D2E18204D7DCF45CC6EBB4169322585F
pl\UIAutomationProvider.resources.dll
md5: 33DB41CDF5D1293B3FDA882540B78D3E | sha1: 38D28B823366B5B0431BB3FECD9DFE68DE3014F0 | sha256: 8AFB218069568C336E090B63CFD131339A652019640184F585B1B23D1175547C | sha512: A417C2FE194D0F9D83C2CA5BF3A64CB93237EABB43B05A4F88296767B2B45BE9B9196BCEBAD2427C92A1E8C4DD368F61E496A6491D3AD868CCA2EB5D3B248CE2
pl\UIAutomationTypes.resources.dll
md5: 19251F85E81B122CE068430921336ABD | sha1: 0A3BE148FC7B65797B3827C367F711B4281496FE | sha256: A35D3A43936B8F4349339D9A71E3DEC33CA8901B51D438D8B524B60072D6BCC8 | sha512: 3D0C80F8E5F790B96E98FFAA099589E9495C6705DF98EC517B6BAEEA08F69EDE4C262419603C7961DA4667846E2ACBAED25640E0BB26B06FA3B99AF6A80B3674
pl\WindowsBase.resources.dll
md5: 53E97051DA2BA69C3CAF1ABD548EC2B6 | sha1: 1B251A6163EF6ADBE6367A9968075EDD49CFED2F | sha256: CB37075C099943A2E401D29661A183284ADDB57802903E85B3AB8409C11E9163 | sha512: 8FFE93B24D0306C6985B2980DC1B8664D42DE8911CF53F35EDA2DEEE7E600519845F0F54930094569E624640564AB9A8A8BA562DEAF1B3E8B958A71C196778FD
pl\WindowsFormsIntegration.resources.dll
md5: CE11CF435A7FB0909905407319D91003 | sha1: 395145D9BFB44DCBA80835FB803435E086ABBEB0 | sha256: FC394B3CF22C14EF3F7AB44672FE03E6740C7CAA8221DECAC6338AEC6515C542 | sha512: F157CC37D0C0369B08FE0A2B1618585B8CB8C64FC9DAFF029AAE5756D6C89755BEDF2AE8D03928D8A30FC137330279F0A06BB69B4A3915875BB94EF96EE0D1B7
PresentationCore.dll
md5: B89E72B197DC05381216CA51FAEE7693 | sha1: 377CE66B159F58BA0AA3D4CF77F3D8AB96205623 | sha256: 51C0B89069AAD650AEE18C36685A6737AD48FFB0C2738EDF3ABAC0BF69A4F924 | sha512: 9001BE4116549CA09C0333A9187FF8B7576DEE48DB68A10D0D8104376E02AB696291728023D6DE00002E6560D57D4BCAA94CE73192B7D1F619F39A13B91334A0
PresentationFramework-SystemCore.dll
md5: 4390B293941E372B3C8FA0A223630E0C | sha1: 6C8D240D8A322283F83C8C4A760268FE268E744B | sha256: A5BA19CA5ECF4BA0F8806280AE7FF909BA02CDBCC1741F1936CABE7A4469C859 | sha512: A20C0FA1B67FA62485B5B3A93EC4E652E3AB4E55A2E46E00997FF48B078E2DE515D3C9DC23995988054969206F883E50709EBE7F681B68B6B761C81C9B42E669
PresentationFramework-SystemData.dll
md5: 2C6347310714770F4E88CA6DD073CF57 | sha1: 82738B5960EAE478FC36B8F22DC434E82FC56CDC | sha256: 5FF7E3FB68C8C32E83889AF9F1814CBC0B436887FFDDE65FCC1246B1524A07C8 | sha512: C825DA4B8C5C3B3579270097556E8C73343398001DCBCF50A1ABB3997C74D422F8A0A2122DA1461271BC248231389248736150E93E7637BCACE9B61C0D4C4AC4
PresentationFramework-SystemDrawing.dll
md5: AEC835AB5EF13B6DAC465017B2C565A3 | sha1: 57825A0335E476428BF411FB3423D7B5381DB373 | sha256: 9F25221B5E3FBBBB46B6A20CB136683BD512DB9BA80824DB8DC014AB34A4C30C | sha512: 375043CEB5BC703764A7591489A5C80F3B794B34DD3D5645AD7B9FA7040216FCA7FA12D788757B14487F9288E90955180FAD4A587F3952EDF1228F9B71E5583E
PresentationFramework-SystemXml.dll
md5: DC93DF9E69DC025753C927A2DC93560D | sha1: 22AC2F43307BFCEDED1FCF63D7FFC95C83A68066 | sha256: 182E211FBCE6FD25D348261CFBE662647F6746C4BCA53AAED7144EFEA027F6FF | sha512: 175A94C5F1C73D14CAA00F048D6AF1191243BFB96E48AB24CA2E4D94196685AEE69210D100D53310C147C833A91F802B834835FDA581743FEFB678707F27C32C
PresentationFramework-SystemXmlLinq.dll
md5: E213D12E5753AD91753CD0F6EE4ECD8D | sha1: 5F109B9F109B669838FF122F0712118DE4B30D9B | sha256: C4D9402457F74B8381C574A943C8A00E1AE81FB97A925C64F188A8A1E6D08082 | sha512: 6C178E6E8AB868C25F844AC59FD7CDD39DE94CF3D4C06036137E9586FE38B1E9FE8BD0BEFC6E92BCC7B8DCB701F65B33AAB55DDFCFCE0A5CB4191A2B74F3EF3C
PresentationFramework.Aero.dll
md5: 2A8EAAA04C0F61C3A6DFEF73F4C05BD9 | sha1: B290335F094CB6EB4AB850B277E92F9DBA71B2FC | sha256: 24D1253B11796AA30CD77FE5F16F50C00C1DC29A526833A1BFE2BC0DBFE50C2D | sha512: 20EECF8D901C90588E8A03C18E03231E90AFA400F352AA739BA9E7470A4CD324BB8914BE281A26ADB82686962492C161A67FFB5959507DDE73A7F5FDAFD70F4D
PresentationFramework.Aero2.dll
md5: 5D567365976F522A319516FE56BE2DD8 | sha1: 698A3FF756B0C09FAFFBEEAF9223F631436926AF | sha256: 67B3D885EBA60ADB2B811955AC78763E98909862D91E85B814FBE53B6ADA069D | sha512: 9894C217ED0F1DE745109942DA5C79E3B80A6AEDB90853051B552FE64B30740AFD0E706178426E1F230C32C1530ECE8AD0305092E81042E616FB6B4970B1C38B
PresentationFramework.AeroLite.dll
md5: DDAD968E981D5279F996EF6D05408BA8 | sha1: 48120961DA50392BF620D5BD0E0E0C740B2B3A37 | sha256: A7DB3FBA5AC8839D0A0AC35D17E02AC77A5B3D49B183861321E28AEEEE41286E | sha512: 8CAC7538E45CA5FDB4C4D3FF4C47CC27D54C0DE9F6F402343E2BF2FF0B1C5E18903534B00E994A04D669EDDC46EA20A8CC8FDB945542C0F96B53A29C8B8780E5
PresentationFramework.Classic.dll
md5: C49683592ABE3E654A6B2DDC83DF9899 | sha1: 66B07D276104AFDB057F78B7A78D236173F62A0C | sha256: 4026F2F47A5FED725213A035B69C16F1276DFE257BDEA11F65991DD301DBEB8F | sha512: 397015D1D2F11390645B12E4F24675B9754F1FB521A2224461716794B96134B6F0E34206B1AC18224F2F5DEE3368DA8864247418DF639FE16D2C7A87ED7F3E46
PresentationFramework.dll
md5: 39F1324821D4AAEBA91CC091C52542D6 | sha1: 3E82017ED8CD04802153848A2C1C5CD3B72C0E18 | sha256: 83D3BBBBB042E7FD67C5ECEF4E25F506D136DAF93A58C36D1485E9ACA79015D4 | sha512: CB6A3F3232B2156643DE2D3CF4E77F2296E8A8EAEFF497EC7B7378A771C1DDFA526C2CECE3984EAAF208B4D76B0079253731A9D7BE6B6C00D6AB5D4D6D56F284
PresentationFramework.Luna.dll
md5: 686F1F98561C072CF85D272C9445FF7B | sha1: 2B24AAA1EA2CE76A7A51CB690F1913F5A9D9E0CF | sha256: A96BA0EACE53355F23A2C211FB716AC67927F7D78C07C9032A359A1C6D786B9F | sha512: 5465D010ECFAE0CDB8290D83786A8EBF0E71A5AE87519075473E46EDB9BD6899E741565E4AA7F6BAB1228578CEE3AA5B9E0FDFEE70EC7BDEB5538C66DAFC9E0A
PresentationFramework.Royale.dll
md5: 330C95A75C92B97D4F5DFBFB1CF07C9E | sha1: 1871AC4CA9AD7AF0CD1D2B257BB228B09D070EB3 | sha256: C94D5108FDA249F4238EA55E5CA1D7C8B89AA4D342F0763FB6FE513ADEF26EF9 | sha512: 58157837E31C8031A60E8CBD28623A1D63FAE22CC458029571187BA1C94846464961C395DF9F28ED125284FEF11796DD7A133DD2D214FA41B0E38DD1BB27D093
PresentationNative_cor3.dll
md5: 75A0E2514821109A67DD9604F9639AFE | sha1: 051296BA728E0A92D260D075C7817771AE3690A4 | sha256: 9299EAD2FD0603FCAB6463F9221887B76A622CC25FBAFDA7AFBC2D3BBDCC8869 | sha512: 69A9FC085A38B06FA248443F7E8EE95343C6094F375551DCB973B0679795379425261526965E93A49E652863AC91E903103D293A97042A660B4BBB34A065B8A7
PresentationUI.dll
md5: 893AC3A1D260C5C718CC60183BF207DE | sha1: E1680065A9336CE3EE79AAD88732F57C75BCD7DB | sha256: 4642E2BC643DD727FFBDE45D9CDF1B837C40C0298E2A1CD368781A179B52A0E6 | sha512: 979B13021EB68CB2C12174CB1D0E2AF6314DFC97930B71798C0BB38ED17B8C2844877CCE031A4134C8FFBFB59D2073277B31A31CD5B0F09214ED8E2A5EB43448
pt-BR\PresentationCore.resources.dll
md5: 9CA916D8891BFB71956569045AB7EBFB | sha1: 8B9D0BA83CE666E4B7E05A5460A4237AFB2EB02E | sha256: 4F0D8B883660D325C33360DDA76A353AD0E7C7AE0D761F7637EDC31B49A1F64B | sha512: A3E7798FE9A7A6A289D81FC115C416480B0452559C3BFAD48EDA2EAE076455D36544E81CF69B20B6F6ADD60725C78AC33CCA274C88FB4B229471C9EBD54122EE
pt-BR\PresentationFramework.resources.dll
md5: 02EC1004A0B587E341452B6F9CD5A162 | sha1: 92E2C6C922DF005DBE69B6FE239CEFF88270A514 | sha256: C80D640D57DC527C7E6F344A79AFF4A9CD077BB75560E1FC75C9001DF97F95DB | sha512: 0BC68892BD0F6009A232A641C21EF3FBA5AE0D214B20041C90C4B3B18BF004C89973D16C7236EBBCB7A2E9F928421FBB312F1348E4C9966BE666E568E4762F43
pt-BR\PresentationUI.resources.dll
md5: 3F7AA386EC05458E1E9C3C471AA191D8 | sha1: A8502CB3B5C0B7900B33684CA630E47E4DDA174A | sha256: 70CAE6D1C3F2D219454E303458AA0080834792B028F4902991BC1582DEF63633 | sha512: B71EF75E02D2F00313F183DF9DD4252B12B92359DB7C9F13551357186EE85878F42281804C97EA1F8C1F669F4DA492E626B80949D3D62FA2DC6308D94DCF1C76
pt-BR\ReachFramework.resources.dll
md5: 823E284FF6E5DAADD1EE2A2614B9B8D9 | sha1: ADDC11D75E0FEEB0BD2FE2346908B77C439D5639 | sha256: C8DB7C282523B267EABAD964D2D5F5B063217BA91261C424CDD0F4BDAECC8E32 | sha512: 7BC88E5EDDC05BDF44D2D34DA460E9016C371953AC632BAB0FCE6CB9A2F82D50EE75E9ADC3063D7320381916455A5A89200336AFECB36B0D70DABFAC736E866C
pt-BR\System.Printing.resources.dll
md5: 7769D9AF9BE7D845EB982C5962C319FA | sha1: A982AA7351F56EB03A65B75B1D238B0BDA3AE38A | sha256: 3CC39E6C833140DF965AD02FE4D5E71333D2923C2BFEEAD23A9B8FA6EA7DC0A7 | sha512: D6F19608F1E7BBBD57334174C22B694877F191752DABA64CBC7ED9BDDA8FA5463C2FEC3C674D4C01A94C8CA1659DC32C709D77C802EDFF3D6154182A924A2A0F
pt-BR\System.Windows.Controls.Ribbon.resources.dll
md5: 107083EABF87F69E021392333F141E34 | sha1: 410BACECC82515A559DB91F8072E8B3A72FE7ED1 | sha256: 0DB82354F4886502ECA5191B78A2E52144CE6681C3603CF07AEA435D1A03A884 | sha512: 8AA33ED875924481E5F31FA8ED8361AC11D0A4AC08636B1CC1C01114CA525239B6AC6587FF01D31D2BF0AC93CF79BEE5851EE2419A4539625168D2737C574792
pt-BR\System.Windows.Forms.Design.Editors.resources.dll
md5: 8C76F4CB9214B89FA7CE270402CD9301 | sha1: 5B13CF95464DF9B5B731835C5868F1A9F4EF93E4 | sha256: 8D6DE4BE01097250B9EA0210288840C2C7B92FAAA3D8F47B859C823B929B99CE | sha512: CB86483AD137596765038293F4A020C59263949ACAC2EE1C047FC12A364848F6DA6A843DD3E26ECC2B245DCADDBF4EE4CCB18AD1D88FAD216AD6114B6B629F1F
pt-BR\System.Windows.Forms.Design.resources.dll
md5: 7C0481D4B62993E0FFA10607FBB68B2A | sha1: C725686D7FCEFA0DAB6ECD23AFEA90AE8E552247 | sha256: DF8C99280D0F1FD2F3B1F32FFC46BD5C75E5F7CAF58442C55688363CC22D2AAA | sha512: 0D9B32968EAB1A3BB05C028DC2523833575C9F839CFA5CF1C72E4F6659D10A00DC2E4D64910928E83812DB19ED139377153DE7677C605ED191F44D972E3386A3
pt-BR\System.Windows.Forms.resources.dll
md5: C1859A2503AD701A0A0A6A6EC6E6989E | sha1: 1C0D6D965BA84FF5C020AE397283B721B4635471 | sha256: CBFEDE0790ECD24894F14D59E909545CE302D9473FAE4E9310A4D310186C46D4 | sha512: 57B3385E96768E76DFDC1528C3510119C1AAF2EE15D2AAD4A96EFE2AEC26EA4433EB9277633B6C4A1CA2FD408AE117AD86ECE5656C83C4B077AFA16E03F595D6
pt-BR\System.Windows.Input.Manipulations.resources.dll
md5: 4B0D551183D98980957C54075A65B272 | sha1: 0B4C992CC43CCD76167CC92D6DF76F9C8C035AFF | sha256: 11FBA9C3DBDCF7CB663845F865E34F117318357A7846DE1D5A300F9A32D6B84D | sha512: DB213C6567071CCAA5BD19A0C1D6391D62DD8A4A660C6CF0009C7247FA22F576B685D154DF47BF77BA507E4393E8BA32DCBAA0C50CE100C00D2475734D8865DF
pt-BR\System.Xaml.resources.dll
md5: B686D6F7566D4709316FAAAAFA055600 | sha1: 200ABC63AC5C510C5D6BCFB7502F998D9BC858C5 | sha256: 559F5FD0331442C6B799C21593CEF6823B4A4DEA016B0E63996702514074E93D | sha512: 415CD15FCF0EB67EA148C26C76A4C23BD8FC67E75281C33202A0D2FE53202BADA950F7F23BB494FAA142B235C09FD2577D15AA845189A8CCA6F94570BAC58163
pt-BR\UIAutomationClient.resources.dll
md5: A6D4F2E0B6104D01289984DBC4574007 | sha1: C2F5F7D4F76FFFC1C9A8250DE4D3482C23B03E52 | sha256: 23924879EFDD61D5BF4BE5F3CA6242FACB4ABC1BEC99251BAA9F20CD769B12BF | sha512: 8527BC726FAD2033B4992B6F1AA30B1A5C29BA2E8C1166C29ABC3B67E2CABDAE696D2A29628385C561A410D7224CB70AD154D3B4C99157EC16BF689CEE40DB8D
pt-BR\UIAutomationClientSideProviders.resources.dll
md5: 2DF6D3D89044A68ACA6CC7127B63B446 | sha1: 8E2A679E5072FDEB16229D729D2F89154D0E329D | sha256: F556FE71828D10AD6AC8F5E79076681DC452A79C029BE16F1D97A8E0235ADE19 | sha512: F3DBD0FBD410B12D1B212FB297A1BA224180C6208482F3377220374EB3E8FC7D3E5BB6E644512E2CEE517E4D468F7B80EA74A0DF04550663CC4E6AD629402C0F
pt-BR\UIAutomationProvider.resources.dll
md5: 37589800E25C688662B69979AEB6BC55 | sha1: B7DF0BD85156EF4C33BBD1F598762072B19B364B | sha256: 764B1E99A364831CD8DE90384CA1484D24E062D2F0CD374C984ADCD983540528 | sha512: 06CB01B6E0179BFFEC8F48E428B7D2129E9D8E075B7938EB46D195CB7391D3637DF839021456D453365183C1F2696B7634F8DA9F886BA653F9E920081E30A3AA
pt-BR\UIAutomationTypes.resources.dll
md5: F70F7CBFD31E6BC0E6DB9561E74196FD | sha1: ADA6C62A841C3D1CED82B3FF7AF3ED0CA6A8E08A | sha256: 0F34BC966DE8F0BF20A448A9728B031EAB228EFE40B7E5D1B5624E534C1301A6 | sha512: 947248E6DFE846EC51FA85B6E4CDB2D1C75E58423AC97223E6E95B3B003B294B708E988C288DA7C2A1D3580933FE2ADDBDDFF7F4F0FAF03FCDBB1316C0FBDD93
pt-BR\WindowsBase.resources.dll
md5: 6DE1B3ACB8B458291E7987680A9BA35E | sha1: 00381FFF8AD0818BDC7A9B9F01901E5CC6B01E76 | sha256: 13BA4236C8BA14595CC1629966A7B871A2618748637B7E26A9BA697BEE32CC68 | sha512: D31990427D237ED1AD4991155A08973E63691BA4C0528F9EB8BE2986A6B55173CB3A7E60D1E1DF1B505A66737347CFC07842E079018CD46C7B8AB0B1AF695937
pt-BR\WindowsFormsIntegration.resources.dll
md5: E7D8180EB197D3A8991BF08A85BC4FFF | sha1: 321CEC6906ECC67B7414E0D2BC6AD5DF9690B05C | sha256: F93F55D159EB913EBA7366DD8A0830D96F88BF1720FE8FA7E692D5BC3AD03045 | sha512: 468DA063690034D37630FCE110D3BE082B336AFBA431454A70F0262584F87CBA1C3887257775E45C5039934A625908910E2412BAEDA3B791946CEDCDBC624446
pt-BR\Xceed.Wpf.AvalonDock.resources.dll
md5: FB0BEBB81586D46972E9206EF811609E | sha1: 66A91520E2BBF16618C3AD5A11B5EA8C3047E182 | sha256: 7A7B2064E4038A2B104E10901DB7E0CFB5ED88BCBE53C1DD614F1506FBFDCD1F | sha512: FE55FB555D7E030207EC55A737A80605753A703085829E693C8DBDD4A1BD58775DA12D1C90759999B319C910940AAAC11E1EEA8CECF51785FDC25CFA75E8D63E
ReachFramework.dll
md5: 710FA67AEF9C2D1BE99A77A0BED7D6B1 | sha1: 71409A597D2770159F3EB98AAF9BED53F99394B0 | sha256: 221A7D099D7F52F0A03E9506D0291851710E6E7ECA3A0A6F12FD6A2FAE59A3CF | sha512: C4AB8A2ECDB417C0BA723693340E37207DEA0BACB4892B1DE87480A8800B526D171E68D7A4001714F3C9F1E11985CEC633162D4DA801DD0B0875BF06619DAE9C
ReactiveUI.dll
md5: 70CA1FA3F6F437BBEF5D86E7C0E8964F | sha1: B8D4227ABB7B50E4BAD6FA5E6C1EBD567085856B | sha256: B6089786C95571CDE76514DACBDAFB7BF86AAA6F3D2BB3B41A5F6A2101795896 | sha512: 2F9478802594683FB0E7FE0F63CF5ADA53C0743248E40A3E10F44051228AE38A7D32EB1089B0EEFF0ABCCB91E94216384FA9CD268263A5B721D2091FA5C8B961
ReactiveUI.Fody.Helpers.dll
md5: 2113C930D3B614F7AEBFDEE3D086C621 | sha1: 2018D81FA8FF962E9C10053E03A8547F9CB379F0 | sha256: 199B70CB1324DE27AAE91A672196FC3B4F5E16BB5947A0774F3D6C9D2C67B53E | sha512: 9363FAEFB594C272DFC1FDF39E8851F3DD3AF3C2C3425588176C3FE1D4EABB3F68755789CD262BB24A20DB359EDD5B7C2D7CF18CCFF88D0CD704C2661596F802
ReactiveUI.WPF.dll
md5: 059819AE784DB3E486E23B71FA3D5A81 | sha1: 5F8C6ABCAB530AFF1E0876498B40B679B9F07296 | sha256: D6A8DA66321B3C166B6C0FD4F5FCDB4883B3D1A9CD4E7ACC525DD3B78F5F35F3 | sha512: 3CDDD7E6CBEFCB6535BAFBCF62944E9C3A0248A86E5047146FBA6EEFB8AFC66ABB865F7C3226746DA4DD72A440D3B71F6EB0897B87B9EF441FAC29BD6A8606F0
ro\Xceed.Wpf.AvalonDock.resources.dll
md5: EE9DD29689A7E8F627A9980FE36B15F8 | sha1: CFB2BE48B78B5800EA12C1D0B3996781667EA224 | sha256: 93B19CE546D1EE64EE266A425337283D47F4FAC0B9A983BB25A69C64F26288EE | sha512: 54955E7C06C474E71B6A3DACF14BF382781A8FDF68B7E32C44C13B98226411F7757E532C9C9BD0F940DDBF375DA11D3CA60082E13995CFAF38014083AA4E075B
ru\PresentationCore.resources.dll
md5: 6991188BDB10C9FC4DC4A3CD2C39B6FC | sha1: C9ED975E9CA06CF61125DD7CBBBB418A99B2D4F2 | sha256: D77B9FF43AF1A530ECB83D03B7B05C36B77CA6C3DFF97A4D58664072FBD36358 | sha512: 5061FF39CCDE518E7CEE1503140DCA26A85BB071F439F78EEBE2424FD40A547022A55E6C3FEA1A6CEFA85901ECAAA839FE894F110FE023512098E42CC3C5AB82
ru\PresentationFramework.resources.dll
md5: 29FE0D2B73E919E6B525F9A5E7F7C0BA | sha1: 76A6978812A5F1498ED3E6828B09454C87410689 | sha256: FA47AC40586891FD9421A8EEA6BAC4AE47050CAFA723614AC49898752B9CE5FD | sha512: 67982CA49A4350203B7C5BF56ED0A9E4AA06BE1E82FC33931EA387E8260A584428AC427171DBA6632031A196E9517EB2D50887A2EC99C89B22A430160BD5622C
ru\PresentationUI.resources.dll
md5: 31289154CF36F92FDC6FA57A99341DCA | sha1: A55070BB5E0DB4D6C25A20B58D28637D03DD71A1 | sha256: 74B67347F665AF4C7A737CBAE918B410B191C43F5864B5B5E78ECBA14B3598E9 | sha512: 0F4BF5069BD8D360B13C407AAFC744D79BF521DED82AA514B9878AD1EA3805DE94CB4DD2E761333068522D15FA05F00F2A9B444C2B7F5655E0879193FE4CF821
ru\ReachFramework.resources.dll
md5: 4E30C7271D9FF564C6E49E153F70D408 | sha1: DD3AE22113A6A566AAE313A3BE97639D3413684B | sha256: B86D01D37902A0294266D9C44A0153AC6EE35CE5EE1656A8E4B934BCCE8E44B7 | sha512: A5781D042673721B97790EA38D1101839E530C285674106A0AD506D28FAEEE258D53944F59D86A79A202F6A78AB4988F28102094F5BDE60055F777A26A8C86E6
ru\System.Printing.resources.dll
md5: 45128509D04C9C48490F97FBAB074EAB | sha1: C24506C264C09210B3E74C7BDF2BF6271B1F14E3 | sha256: A7C196B9DF819EEBC1D37FD1FE4C79EFFAE35B35FFB44B28D5F9EC6095756DD3 | sha512: 912EA9F9022A537A253BB437222E6DEEB301112AA1F8495E117AB39341CC99FBC33717B6E92666F74ADB69A0DD70D8DABE1C161994498DE19440D8294D755A44
ru\System.Windows.Controls.Ribbon.resources.dll
md5: 712DCA514C4C6CAEE3670BBB879E9227 | sha1: B0254354CC6CED3EA64804D158987F3E07EB6A83 | sha256: 4C18210431FFA01C9B8AB8ABAF614377E7A77EF05FE2F0284F6B922C4219A0AB | sha512: 61EC2FFD22086CC679848FBC1177A0CA2516ED09809B5C2310863E63809FC782A42BED1E67ED8CC2B4133D978590F974FA375850BAC088E7FD31089ECCDD6005
ru\System.Windows.Forms.Design.Editors.resources.dll
md5: 12DD55C7ED07ED4756A434F507752BBD | sha1: C706C6204747FC39A10C568C2351FE6466493306 | sha256: 8CBBB648362722F7C3765746166458131CF770334349050DE7056C18F080150E | sha512: 36FA7D85AD0AA48497B23C462C7F6E4405A0BED98BCAFB2D2D5F445F3C0DEDAAC86085DE7B21B153C1DBD0E093E7D43383E517A8ECDFC2526EE2C187FBB11272
ru\System.Windows.Forms.Design.resources.dll
md5: 5172D99921C1EFBFAB70A89CC1C287B3 | sha1: D053D993C8DA717B7C2FA45BB445D6458DC9A898 | sha256: 746051C0710BE425E7B1AF1C8802974AB6360102EA6A8873A3E1D8EF21C6E9AA | sha512: D91B5283692EDE3CA73F6D97D6662924F5BDC7A9821BC4F67351D45DAA452BEC9F30B7465B2473C4C467B192862FD84F8AC643F42DF4E162C20CE9BE4D1AD350
ru\System.Windows.Forms.resources.dll
md5: 49E44A24E582E49B15F6EF183AAEB7BD | sha1: 2F941F96FB0A1BFEA575AF81648FEFD869B1002A | sha256: D96FC42CFD159C3653C3A622AA81695A40183C8FE3A69EC5E3BAA1E162923645 | sha512: C6B511E58B388F464531132CDFDD4346F92C162863B3514660400E1D8D44755BA6E2368F315F59F58647B8AFD8D449B53AD896CEC70403BC6FFAAE2DAB64439C
ru\System.Windows.Input.Manipulations.resources.dll
md5: D00EAA222798C5C4D4727FD5EEB6C114 | sha1: 7BF7364E31402A9D7691D332C317E792989872CB | sha256: 953B0C3838D8D33AC19E6205DB16960403D2F8DBAD5459E4409EAC0CAD55DC8D | sha512: 7CD0396C20EC302224F5325C9FDB906F32F7456B70091B2EAF5D6463C1B86408981F86F5439165C395D1262E317A3B414495240E15AE03FB7375399F66E8120D
ru\System.Xaml.resources.dll
md5: 97269F981643CE90800F22D34B51B564 | sha1: ACA40B18EF48DF51A9A21D80507E77CF1B9CC79D | sha256: 21E048D149D55A29DA12723C6167DE6451CA8C75F6B485F2E45742E77C5B1D64 | sha512: F1DBA0D58AEA1DB817ACC43D3312076B9E8C0395BEFDA0B89A6982F5ACEB94B27FFF5B9B1A4B0B41075BB55683196CB37AD951ED2C10FA7DCC84E368F83B56A9
ru\UIAutomationClient.resources.dll
md5: 678BDA6A6D9D812D63963FDC59E71A1C | sha1: B3768B5899A38FA6FD50225227FE52A2A5B2BA7E | sha256: 8399119F4068B0C1024F2DDA420060A6EBCEF7E5AF56BCA3F192D7B888653A93 | sha512: 951985A0AFB256F5FD20A0E6943925849A0178498FD7819DFD4296833D13C5371301F5CCA26D93BC9A667C89C6B0B3A95A4931F7CF9481DBCA1F826DDF104BBE
ru\UIAutomationClientSideProviders.resources.dll
md5: 3B1297A774282B46232CA88879F526DE | sha1: 78736693B26F023CF2910D3349DBF6C983E1C6D5 | sha256: 07CB0FD6394211DB685EB2B9AFF3E420E3EECD44808AB165D151A74CD0E50E9A | sha512: 4BA9EB9AE33F54609A8E904006630148A07AD3135E59D4DB649BDDFC0FB0EBADAD49021707FD82DCC2AB2E65929B1B1FFD952EA7193A388939AB3F87174363D7
ru\UIAutomationProvider.resources.dll
md5: D3270FD66C315EF0F4FFA09422A3944D | sha1: DA5DAD55353283418F9358E6A8CF47104506A1E4 | sha256: 23AEE994A3942C7CEC2B7BA58D799073AC18B1CB64F6156ABA6DE629EB79FBCE | sha512: 0BFA3436FCBAFE96F6DA69A07D3DC11F76F22134F4DF84239847F741919A7231E09614F0B4D9564EB06069396F592535063AFE1A3FBC6D79E5D792869117965E
ru\UIAutomationTypes.resources.dll
md5: 322BDFE3FD56BC555E12363AAC91DD89 | sha1: E36B772FE712EF2769BA4310367EFDE79968CBD5 | sha256: ADD547C4446E7C6EA88E8AC80F9911619FA9E342A9DB2B8B0528654C02CF1B58 | sha512: FBE25AD3F31B5FB3968F8F5E66B4ABF96C37B8E7EF35BF3AF4C1A9E5F5492E2B4DA36C4F17B9B0A0423212E9FA8F2D3023E65807016B975B7E8DCA01A7584929
ru\WindowsBase.resources.dll
md5: 37B0B2E0D2F35D5783B2991AE659BF40 | sha1: BE3AD2245173151A9C211B201C61C80375CCA6C5 | sha256: 77E1DBC55E42CF5EEFFBA264E78211D9D16EB20378DF1538D2C1621D6C68ADD9 | sha512: BD70C68B22018DDB080494A8D31E55CD495415087EC54F496DCB88574455D5007D8B923AE03FE545CFDF59AD6B0938C562524A9FEBDF4ACC76734B3C8F5EDBEE
ru\WindowsFormsIntegration.resources.dll
md5: 3A42F03D7C4D6ADCADA8AFD6848E18A2 | sha1: 8AB530555345F67900AB6267583CEFE3C0A6C7E4 | sha256: CE5E98DAAF3D3729CCD1B6D6AA3738C0BFF4D901185D3D012B5654835336464A | sha512: 234DC63E00B1698B17BDB2281E27775A5C30D8E9E288C62AF5585156C4D2592A16C714677111B95F243407B1A35CAE6F38214FF2148C23FB63761EBB1D169A8D
ru\Xceed.Wpf.AvalonDock.resources.dll
md5: 4944C214BA9FD426F597EDDCEE64C508 | sha1: 1F2003C4B76D284AE50E2F91368A6FAAD1F47650 | sha256: 5061B1E815D6DC8F66290AC977AE483D50CB9730FC1A9213FDCEFCD956C823DA | sha512: FD1491510C550F288D3525E8D25E745082E12BBA7B7FAC9EBB1D0059D23BAF114C7C1FBD375F22ED56D009A9940F0B3BAFFB7B70AB8B06C54B95E2DCDA8D5769
SOS_README.md
SOS and other diagnostic tools now ship of band and work with any version of the .NET Core runtime.

SOS has moved to the diagnostics repo here: https://github.com/dotnet/diagnostics.git.

Instructions to install SOS: https://github.com/dotnet/diagnostics#installing-sos.
Splat.dll
md5: CA4DC3641E7BA9C6F98BBF3C6056B802 | sha1: 380041BA241F2CD406E590C9641311D08DCF23D1 | sha256: E05046606AF872C05468CFFB1BD5A468655147279975677950CDE21B57A34940 | sha512: 1CC86601B00F6A77C5AD1BC809A959041A3902197E749947BDDAFDA848A82D7CFC100BC012FF74A2961DBD8BD5F753FD0D9285A7B24E5ECDB53E2C3059114BC9
sv\Xceed.Wpf.AvalonDock.resources.dll
md5: 9D994D8E7A3A29E8F10A905D7D0C2FA1 | sha1: E62619590DB9BD3841CD50D0A127A745A72AE5F4 | sha256: 852E5C8A97AE9B30023B9D203FDCFC9E2D3B94F99CB43CE2CD613DC8B82BB9D1 | sha512: D7B94ABC3FF645CFA1A388157ACDE9FF56FA6FB6FD0D63B52D8E95BA4D2ABC36CD8840966B84CBAE2F7912CDF84E27B26CC238A1FDC3294B2CB917946B2A7D29
System.AppContext.dll
md5: E0B030829DC11BEF62D52C71057A9B65 | sha1: 1F9B5944CF32BDDA23903AC0A0C16961F0E8EE2D | sha256: 955DB4E3C6922A9187103881EFAD839662EA2DFD283273ADE1CBA3D706E43869 | sha512: BB40CC99551F653D2EF16203082888B9CBC16DDC081BE9777B3D35749CE2D768A50D36A2ABD33A124D3701A94C3E78F3B18B6B069AD5961729FEB108A4510B99
System.Buffers.dll
md5: 4FDDA7E062B5DFF17B11FAE736B8E4C9 | sha1: FE9F8C946F2B8FA8A7ADE28BDB2E413DA6A32BBD | sha256: AA75A6FF36E829F0DA05FE22024648DD3E863C4046426C8E51A5B7F3DCD74C84 | sha512: 9D8830CCBA2B89353BC6FD90F065ED534B6C7BDD893DE1333C0EEFB622ED5A47B39F0C2BDAE8F1CF3A3B7C414F3E7D3A6023660F7C9457823B424D2A5856E5B3
System.CodeDom.dll
md5: 4B07CA3824CB6A85FF3E635F443ADE2E | sha1: D706DF6D82F6B8B122E81D33730B5E32A41966E9 | sha256: 7FB90FBA42CBD5F1DED15C2AA048DB094EEF34A6D1F5C42FFA161712806885DE | sha512: 31D94A493B940786CD4456F4AE7A9248531AA934095C7E49472CF141CFB52F9A9C4F769EFD0425F37414FAD43B24CE0109313130BAEC6DEB23C09416A163E128
System.Collections.Concurrent.dll
md5: 2BD727ECD35F74D849E5253AC298CE38 | sha1: 52258D45F652005A0C34AD6537A7BD27B1E282AC | sha256: D7BD306CF950A5CD46E70C2E7781118E565C8C40313F84FC911D4144C30EA683 | sha512: 5C7128EF1B9D9D6D352BC1A8FB136197A462B0B076034297AA94897FC0260773D1A8B63BCC2B9F8EE26DCF5CA3D470AF509D4B4512FBA02B21FF4E749E59E612
System.Collections.dll
md5: AC2ECD45DBC6FEF9ADA8B362B8988807 | sha1: 282D72385498FE80C69895E057F3DD42E2675DE7 | sha256: 9FE786253CE34E91FEA09FB872B383DA8C8AEF974994493EF5A45F05E3749468 | sha512: 7D11CD6114484E2BB9B6742CA22E60339D0A5287A991A14B706E726791ED6EC060CB1EAFED6B694DF68907DABA71823C816243A1A5CB8BB20B3AC11F3E94B32B
System.Collections.Immutable.dll
md5: 607F4F4242FBC364B54E339A0624BC7A | sha1: 2DD76E790FC4B47A16B2229016CD5EBAF3A1AEE2 | sha256: 66EE817874DCB4A7D49536CBEC2CCF5FC16C96C64F03E7E6F2C7B996B7373849 | sha512: D0F3B64362DF92FF0E48A4DE590D77ED63F0FF996F89E540348345C4B58D590E9F37177DEDE2F540195F36709942131BC65B51B6FB7F1C3F3C56D17E3EF4A656
System.Collections.NonGeneric.dll
md5: 452C0181E7695605C62B1484A589A7B1 | sha1: 0C64FE49E445D15B98A28B46580EC7CD4F8FB9CD | sha256: C731282E267815E3CBC0CB950238A8942418D6EFCC9DC41C5B0DBCFA75662C09 | sha512: B58775197B715C9D2A8E0D24999902D53BF26043617AAC7E956E9090EA1703225FB22B5D84C17CAB7CC69583FF3F0A11A1F54832E157DF37AAFC1A40A6C35492
System.Collections.Specialized.dll
md5: 3ED605FA6B948C22501F04B271867409 | sha1: 6096FF5051B4BA5FE18C98FE1449ED15994258D4 | sha256: D72C9EB2F9CB64F8A04100F3DB09C319497BDB7265A1EF5BA7D4925292943A3D | sha512: 216948A23BE61ABA927AAFFE0E99855C7A8663603BF4C737B06FD353487E13681BDE624EDD520A27128D8373C40524ED5610C887C4454B3A7435ADD54056DEE4
System.ComponentModel.Annotations.dll
md5: 0EE624EF435A456939F1379E8884F18A | sha1: BB5899A6A39CFE375D1FB946F26F48C8E4D4EB6B | sha256: 40F5C99CD44BECCF6CF796654BF499DF7A28FBFC0FE66B6D6F74C063DB43177A | sha512: FE9B8F085940C15B714207423E294745AFD1B9F9E693B9268343ADD1D638A64DDF083062DC207315573FEE1B5CE1A652E42C5E2720AB6435180EEBB0FB833DD9
System.ComponentModel.DataAnnotations.dll
md5: 5262A1B825A410DBD79BD2D13AA02CE8 | sha1: 51F3C5378BFF2B80DA16C4D1002B1A9625D3878B | sha256: A1AF7460006F3F25E99F11762D06BEFA6962ABE99AE07847057D91EECE8B705A | sha512: EE8FE4BA5EBE5A148ACB75F14ACF73E99113B279A749EC82899F056499C01E0DD5BAE3CAB4E41F931B22C0927CC486E33863609D19908433D7179641A7DD7ACE
System.ComponentModel.dll
md5: 41A6D36E3F421AFFF6F35827CCC26999 | sha1: 487BAD9909256459E30A5A76B4FE809B43841B3B | sha256: A0275A9ADF18B309429D24567BA23C6F5C197B788D1FC41207EC5B9D980E43FF | sha512: E3C7FE18A35CDF226E93F394C0CA5050ED3E810E144E8C7586EA6FF5C0829FB826BF44036520E9E910328883B100A4E5297D83DE99B5B00A31F52C883C236CDA
System.ComponentModel.EventBasedAsync.dll
md5: 98E22A1C7B409C94DA0A6A619D0CC65C | sha1: 7C1B56538469CC4F77CADA8AED9F2B868059D227 | sha256: 5545920F8FB8FC765B87635B386305150F6EBE19243934663E436ABCC971E9E6 | sha512: 31CE8BC068D8693ED2E8497B9BE2E5658444A25EE7E1D64EEDA8D62F204AF52121C9E27A2D38D45072F990A0A3916948033A1E8C9BBAAB96C598EBE2D75D49F6
System.ComponentModel.Primitives.dll
md5: 91FDCDF765B86EAE33AFAC3C8A18CCCF | sha1: 3D93AB92A00AD8D66BDA16DA4724DA00C1AC6902 | sha256: 2FEFA2728354C2A89B77155C56167A13E83C4693095F300F9050CFF4D665B77E | sha512: 9304B9AA6FD05911A8EFEF14BDAA64D5AB321F1C0ADCD8D79C8647CFFA615B5B0798D6D08A98616F44023355570CFB6E7428D870EA3EC25270C90B4D97AD7F29
System.ComponentModel.TypeConverter.dll
md5: AF8C360A1A4D99EAAB4C82F4C3A34A13 | sha1: A3DA8FD4BA30D480E9528070AFE13C759FFB0F0C | sha256: 4C3F5840DDE17A55E515E47F14B249FA971D5DD550B237830DF79074AFE630B0 | sha512: 0C82347F0553CCEDF1B494ED765205988C074AC178E48DF1946C26A4F5AB43F631C836D523226F58DCF8F02ADF917BAE4E590F40F6D944BF2B668DABE4009F65
System.Configuration.ConfigurationManager.dll
md5: E6BFD005484B6B6D1F2FF7B5909E68A9 | sha1: 367BD5C56FEF2981EAE8555AFB8E43E2BA3B760A | sha256: 5B76C08BAA93D3774A741EF073DE06C8A4CA5992B5305B820BBDDC836E04B4B5 | sha512: BFBEB3BBAC74C02D4B90CFD2F5238FB2BA0A11B644F367A2CB08A127DD069D5323C4A8F32D06D9209DB6BC4520DCDEF5A79F06343CC0DF63CBB9A2DAF0565AE3
System.Configuration.dll
md5: 5BBA12987EF41948D1C98A7E31C494D8 | sha1: 69D53E801BC790A501C75063B4F79B38D7F25320 | sha256: E48DD0D2266AE8724D08A23EDD124F5DFB1DAD22DE487B12D648BB3DBFB0B507 | sha512: F88B1B31EABA97CCF89662646E472CE60A8A4A0DF124C7967AB6D6E8A6B07105C128C526823907E43B77427191F0391EBB7FA10ADDCC466E3A8FF48325EF79EA
System.Console.dll
md5: B88BBD17FDF40CF4CBCDCF44BA460FE1 | sha1: A184296C5EF928F4225E73BBB924A9E213E90D31 | sha256: C749C8AB80512A2094FA555D4EBEE7DDE5AAA097BC8A0E4D40682C22804E44C5 | sha512: CA64A5FFA6D3BEA5A793616EA5FCDF3D5666427859F1B93E0487093E56F6D77BF40F2F0180849E58C50F0B26F354897B6F72CD519ADA978FE9C4370946BC254B
System.Core.dll
md5: F2B242A0177DE2C50789B70E67464C35 | sha1: EAF84A017661C47FB896E98B10B9E343FD4CF02D | sha256: 50315154F9251407F4BAF9D749435EB5724840B754FB8DCD63598F3DF0F50FB1 | sha512: 8BB6C5AEA8513EAE446A6DC5D98C0155F8382D575CA43B9337D1A15F339465B82706A82273D9EDE14E24095F4220834D5F67D6D8BFAE6B2BDD1F0459F843D7DD
System.Data.Common.dll
md5: 5BD7592D76110FC56EE1DAF9E2D14463 | sha1: 5F80A8165E99D4E33DC47AE3214232CE57BEE659 | sha256: 858C4DE5CC5BC51069DAAA9AE7DC9B8ACFF91F481FEBCE2F01784F8F47BA66A9 | sha512: D9F4A77E4035A1961E8FCBC42A0845A68103A0D7944149ABB46E98154DD3EF5353F1199DB2537B0D034057C6D0A830B530D2CCBDE0EA58FA4879575ACE967523
System.Data.DataSetExtensions.dll
md5: DF2698A1D891F28199C05F38E9AEB4B1 | sha1: C065D1E6FC2C36D346978567EFC6FAA73EE1DF26 | sha256: 9054CA27E67F38EF67305A200EDF83A7BB68E2F51C63B1CD8491148E721AD549 | sha512: B6C6948135BA5C97F2B5BD5B1BCB42619EEE7E3A82EFBDCB76F5FFA140FC6162248183CAB9011642FB454EB41D58A2D4C020A64B406FFA962630CDA7001E29EC
System.Data.dll
md5: EE9933602DE87D91ABEED49A0B3EDAEF | sha1: 8DD448FE25E111929528C73B684659012124A2F9 | sha256: D0C7D1A2221174805234A43A3DDFD83AEE25A3C91566662A69917FD9CA367136 | sha512: 04E39EC4CFEEC52B468B0A49CF49BA2253F9DF57268BAD6F40FCC29B2C4619DA3A98163544857B7A6E24615A9AE14DAAB6C358D6A09183A7F4F72D2B3184D249
System.Design.dll
md5: BC25BA9D113C5317487AA3EA8EBE67AD | sha1: 919AB46BA7F4892DD9ED37B51A084823140031FF | sha256: F8854A953C72C9F8C09A84C062FD7B2373795AF53AB16E74BA2D0E6AFD85BEC1 | sha512: CCA88C215C496B923B257B66DF968F97E70626B36D9A3ECF5D31498DECE29CE7A208EC3CD19B841B88019FF183B794A3E4A4B6E4053BA83B01D1DFE30FBC3D3A
System.Diagnostics.Contracts.dll
md5: C3F864A738CFC03D44AF439982BF2FE6 | sha1: 83DF49FA3E53D29CDBBA3CD7F4FF335BA627DE74 | sha256: BE51116AD61A1E83C20AAAD8B18DB6BA6E505000DB6842DB2E97FD56291766C1 | sha512: 5D09B98AC61AE37769F7E3D27A92AB70A13DAC5D552695A2DCD1C42279191F54510235FB52157283684AB740BC0EF0792DB5D1928F97DFF52731A2FE029D77A8
System.Diagnostics.Debug.dll
md5: 99B7600CB97743D5E737E47A8ABECC3A | sha1: 3880051CF1534C32C78B43ED0928E79A7DD63674 | sha256: 2C29E9DFADEE1A7D7595E6142AB54F85C6C14186E89FB1C7ECB7E9AA9422FD0F | sha512: 212000F463C26A17A3229B3320F38BDC6625B7F7805D439FEACECCD3F0D1D52B93C4F63F71108024AEAC855EB0A67148B6169C775F1CD920CE5CBF4CE2FE9E13
System.Diagnostics.DiagnosticSource.dll
md5: F137A91F4F991ABD4DF5B61090885790 | sha1: 1C03430F03D2D314B43DA55DBC436CAE5A219E23 | sha256: FF9D702AC3381107C0B0210AA7A20324DD9CB7D80B17CBE83A25E2EDFE24E76E | sha512: CD948A5003FFBA877B66026AE77FA5C95BEF93E83F61D0F68E27A2671B376212793824F497125C7B17744648299C57343BF04F305976CAC2BFB7FFDAF65B50C4
System.Diagnostics.EventLog.dll
md5: A74FB3D2C252F9A3F63D350708FD5B2E | sha1: FFF8B7251FEE042D45A7EE824CF825A7FC4D36A4 | sha256: 6A31C221718452D9C286FF0F00AA2B9A2E0E461000B3F985F0DDC2454BBB7983 | sha512: B969C9B192A782176BACE8805044C54AD853E66A68AB4E8E2EDDDCFC6BC2F690EE3429457C03445E5BDCB7E853031C44DB5973CA04404468DC643EFBEB95D2EC
System.Diagnostics.FileVersionInfo.dll
md5: 1C61FE9B46D590649111EE768879D7F0 | sha1: 48C2925CA81119650B5745D7A2D41926F66BAC8A | sha256: C60810B7F0B480111F68D24153CC44891D31935643BB31E8226EDD0A25B225E2 | sha512: F02DBF07501D618E7833B04393366C742502FF37C853E70259A9A89A1867A849010B3D354228BAC4FEB4D5F8B6186198800D3EA6382382E35DB39EB926200754
System.Diagnostics.PerformanceCounter.dll
md5: C4F9999374EA958CFB58DB6F0F9EEF79 | sha1: B2D94191DC291AC446DECE3357C031CBC1BCF964 | sha256: 3B131A74EA5998FB47E1D3DC834B824478D408797AFA1DFD61B58765AD334C26 | sha512: 04C234894FBAF21ABC3A56A5795E58743E8B58AFC03C589EC5D26510D84348C20DD5A2722C9236ED37936EE89F273836888630975AEB70FFD9E74C5550645E28
System.Diagnostics.Process.dll
md5: DF4A621F7C9694D666D201CA39085FDB | sha1: 8A79ED227E5CA3145900F8D6BE99491130815AE3 | sha256: 6786F8A7FADAB19456B22A8F2F4C65A310D129D87723289FEC4D30A06C9A1DEC | sha512: 70EE511ED6F64840FA95B84D11FA430A399F0A34662A429DDB8BC2338AF80038287644EA1C6B4D9D31059545D652657ADDC5D6D6ED0D15E64801FE41D9B766E7
System.Diagnostics.StackTrace.dll
md5: B4256610A0EDD330A29CCAEBACD560BE | sha1: F243EAC3707B02F800AFB66C5E7B47999BF2C45F | sha256: 458E81FE354250DD1C22A2678EB8492BFFA8D43EAB3C2E882D48071AE9E2FEB1 | sha512: 76F0C293698E757BF71409CCB19B6DC43CDF69C8D0A2DA2374E245004659EB25071A1CCC4E3AD8DF372AFB00FDBFCC53BF48D1C795CBB5F7EBB4CBA33F5A8843
System.Diagnostics.TextWriterTraceListener.dll
md5: AF58E98F7999F2EB1A89D4AA24C043D0 | sha1: B939839897538AE2F64F2D089679ED14DE5E37C6 | sha256: D9708870C1405288B279A23D54DE1A505C66458B271AD67D0F975F687DACF339 | sha512: BBEF10D5696672EE4F87C1B925E434633210FBDBB810244B822A4D6FA791C1B5C1DD7562E42D6D3D948CAB6D44ED21AF87206FB35F6B8A6DD3455E46B39D384B
System.Diagnostics.Tools.dll
md5: C91ADED339E70F4DA6BE9BC3573761A4 | sha1: EB781A4D0AA56E2710EF5B9E731B3F7FABDB4920 | sha256: 73D233EA8AAAFDE33D8E8541E56951382A54B071B06468E90FD4BAC08F76DC1C | sha512: F83FCF2D3865C822D8B2AF77EFB4DD0A9EC1A86731B217AE68C9AE44B343822C417D2F677B2F8F003E976BE13AF279C0AAAF0B993764C9E76458D9FAF3F945F5
System.Diagnostics.TraceSource.dll
md5: 3F01A9DBFF0D7111CFF63CCFE380BE0D | sha1: 1186CF3C22C3E5EE51F9DBCBC8948BC10D395859 | sha256: F8DDBB0668F01454AB09166C03E8F16A664C036680CAC3BB0D540EF4D32120EB | sha512: 391ACE4FB3C38C01C21AFB535471C3206C9A493120760E9392C56F3C08C32B85BB650F08F258A8367D1382B4E22103402C4437DA22040F187B3AACA0CD7F31A4
System.Diagnostics.Tracing.dll
md5: 0B74302C0EB2F130BD90F7F180A08BA2 | sha1: 652F423B04F2620E53FFCA2134B2A1F51DF572AF | sha256: 1AD2300027C62C80252EBF4EE67EDD1C6FB944A1BD744F06C930952C82809FA2 | sha512: 678B83710D273A6D1B0C96F46006AB11A0BD242E3F61CC6344E8FC044258BE8FD08544DC6637153832681BD2D765238CE8BA09CB502606F819BD0127EDC58AF2
System.DirectoryServices.dll
md5: E8FBE3994506CDE6D232E35EFA1AB4B0 | sha1: E601B4FA923438E4D47E12875D2950FE36F1FD81 | sha256: C4A567D328D85D350119677966B9C890F7D539167BD091D0C04B767BC9F257DC | sha512: 0FE604802C908AA567B2CAED082A8BAAF425533570C62913D9D3CED225D84849A92F5C183E07BE7B57D1387D1ADD0D9BC901649C2471876CDE53DB6AD1AC7234
System.dll
md5: 8461C72A9E965E3ECDE010FB3DEE5B8C | sha1: 792511ABE74BBCAEAFB8EBAA2BD734E8C0DB1DEB | sha256: 0BCF041C0B363CF95C79A3118621BAA9F93C838B8E417C06D3BADCF68CBEC0EE | sha512: 376B38DAD90DAB68E2B517FE42C370150853BE975F1E0536028DA36B5159500A134206AD9565D7D850C39C9DB168DA284C804211AC5EDE82BE5DEB1D994E15F9
System.Drawing.Common.dll
md5: 6EC4CA99468E41E5060462756828C3E0 | sha1: 23E700147EF510F5DAEED0EA71A44DCB90E7BDAF | sha256: FA697C2A86A3AFBB6374FC03C8BAFAF71FFA9B1C9229BCE80F9359530B28A831 | sha512: 8E33D062A22B5981BD7982B2AF36F7A8216831EDE901494EE26E3AA12279276B1ABE3345FE865C5AC2293C0B0AFBDA63E9AB44E6091C812DF8970A89484793EC
System.Drawing.Design.dll
md5: 20AA512D6BFC815C13F49FE3E3CB6476 | sha1: 50D428B086937C583DD3F67C8CA41AF1815CA149 | sha256: 725FF0F96E7E98FDB2569D45A9ADF7964B7AB9C10B4920E955B758FDA6C64EFB | sha512: D7827567CD26BACF576522879C0FD3FB59B641E9B98A9496D18BC90BD706FD2F5907EDEECFB087B6571D05273CA8FEDDAF35C1FC670BC4E74BE622F59B3FE143
System.Drawing.dll
md5: 022D0D819E06F74D19018404BEF6246A | sha1: AC191D6248CB219CD6482805A2DA135EFC7DCE39 | sha256: 8A11E42D0F8F73E04BEE1472FAA4C127C04A28988F9F2BCFF1F03FF17AF7EC01 | sha512: BBCE4CA5C4EF187A1180708732242460C76CFCF976A826DFF2DC134461A97063B32BBE611DAFAF1FA9FB16D34F91105FFD8723935BE36236A533D5EAEBDA86E4
System.Drawing.Primitives.dll
md5: 60871E3A3DF076BE11B079AB49F577F1 | sha1: 4C1034E42B2348C4180CF6776A904F94A25C4416 | sha256: 76E7C2D7900CAF11417D7D5B49CF080D8246CE26C0426D2D33BA8795EE4DC6DC | sha512: 5BBF572ADEF0C59555165C8A8C540F85398BA6D7CF745BA38ADC140CBE391DB92E17B4C69CB8AD22A79A3DEE390827F4C8D17DABEC333375EBF16B9053BF2855
System.Dynamic.Runtime.dll
md5: 50A81542A4C46D178912976C4F543F9F | sha1: C4A7FD7A643EC69D497D7EF5A8C7CD40E64B702A | sha256: 549C3469E237235C3A20688D45101217115415E0EEE5754EA7CD418F05D3015B | sha512: 09EDD03BABD7E600EFEE6CF4892325E677E70E1B68D439E73BA9F634936BEA92256A3D8B05499B2C6E5F38A6AEDD801F37B002B3094CBF743A7DCE07352513C9
System.Globalization.Calendars.dll
md5: 3091E606338076C773C4CF5AE3DBF740 | sha1: C80D3BDEDF48BCEB4B7C90700780FC748BFCDF5D | sha256: 644B39FF94344545DD216D5130F9751084C73DEABFA30F7C10604E1CA2967BE2 | sha512: 55DF0BE8826B4DF7F2AE45D804751D9D715DDACD7B3F01F484147B207F85A2D4CE31D6237B8C1DF00D2F1C25DDEBBD600831DA9A8B070CC9FC92135F6D755F68
System.Globalization.dll
md5: B1C2A3700C30DA956D2EDCA8B14400FD | sha1: 36DF46E4A63776089F8EC85EFAA6C563708D40B6 | sha256: 06521FD7DF64BC55E87FD34AC5934F28B768810BA611654234C7EFC5E7B0312D | sha512: DEF36C05A52D0382FED4FF542FBE9665D70FAFD3AD30E9C4C028706A301C8F3B3A3F6FE60AE3769CF306A011E9F6BC5887D707C869D164B4BC13D970B822A855
System.Globalization.Extensions.dll
md5: 04D0119223AF96BC8430FCC867DF7B9C | sha1: F37658C0151692C7B08346CD1B564F80FDDF18A6 | sha256: A0BE9207A619AB6C336FCBAC77C879C686AB9D7AF5E394796FC945688482A212 | sha512: A35CEA19EA93FFDD19BDE89F1A73545D6FF9C58F42F39C8E35BA49267D654DE013A5D0796209CD5EA055A842D5A4967769B63807AC5821425E182FD2E881A44A
System.IO.Compression.Brotli.dll
md5: 7CC74F5EEC694B32BE73607F311A8D27 | sha1: CF72AA964EBAA4A130FA8B969988243D9E28FB17 | sha256: 6D95EA4806A8C7432F11B111E81DEFDCA666AFF498E16979905706C34F56C63D | sha512: 9C6169333E0F319E9ED110070D667B552CBEDBEDD051D7C2C8452B5BACB75F76822FC66A73537FAAAD61F25D24E43B96D27DEAE6F7F165F13B6CD27BB8A513BA
System.IO.Compression.dll
md5: 13D81C50EE071A85142496BD3A3FD9B3 | sha1: 2C07540DCA49E0F08FDE13C39A1ED224B84EFE5C | sha256: 64A35691385A73EF0898A4E031944D9E02BBBD8915B67ECEBE55D05055BCD9CF | sha512: EB170480A76A95DBE89CE7923E4C0584D75A345BEA085CC8EAAFA252AC81AA725586CDFF1C7831C408DBFFB34B2444D3742AFBA71826EEE3712DCB12A865B96A
System.IO.Compression.FileSystem.dll
md5: 57A8E9054DDC7AE700088B733F1E3834 | sha1: AA2BDA1AFC906C7C23BD1D86E6046712D3D58358 | sha256: C043CD4DC7E18AC5C2359A379A12A39516924227B5BC6576608660C5FA1CD17E | sha512: DA49223ABEE90E2B62ED2C0A1D5706AA727E8A8A0F1036367C73D4692E6279A331FA921D400FAB467DE20186F9CEDF9CC9D661A6AE0890A6F94481012AB512A6
System.IO.Compression.ZipFile.dll
md5: 756BD17AAE5FF9AF9CB6B53D8C3EE708 | sha1: 28164217D83914C47211A2294569F1FB701EA981 | sha256: D5366D51E43B165B75D6F0C35B4A735A8EE79B523EE6E846B85C28CDA1B26924 | sha512: 4154C4F25C28C1E87F8C4A71A6693F439875D3B52276305DB6862467431FC30976098A0EE76732D58D199B950B7B2E20C683184ED48E74468D4E7197BE1185BA
System.IO.dll
md5: 99C780F3AFE936B49C8CABD985EC6B16 | sha1: 6A7105024D77DB742BBC6645EE175D140B58C173 | sha256: 51CF46999E6E4791F52227699C3A26B9669B32626406389FABE8FDA382F64D6B | sha512: AB5ECC1F8C6A31F242C649D045816529DE6B86AAA668E13150547AF8F3F67268C2E5CCC229DC37C92BBC864EB80D2290C75ABF75E5890D16417891C3915F2E3A
System.IO.FileSystem.AccessControl.dll
md5: 5D17D7EDC59C414FA1E9A30FEE169BCF | sha1: 41157F321C27ABA1686A0882515A39F04317D6AE | sha256: 91B1FFEB15FE47C447D080879837B8DB6B3F0F451A0176395272C600AF3A4CEB | sha512: 1059F7597DC7A02BCFC06D2F9CCFEC8640136193585E529F744188FD323B0CD0E59E8841A6EFC575D45959859C94D615782D41D0CAFF9FFB9AC461A1A543EB76
System.IO.FileSystem.dll
md5: 225AFEC4C16617F9298426E4CA24F149 | sha1: 98D343D3D477D7B1813D51AFD0694DA3008DB6E2 | sha256: 9DBE94960C52DF1ADE29A4386B97010D02242DA54FBF0F66B5C1CCF67ADC9356 | sha512: 906F59A96934FAFE6CF87565BF6ACE0271452CF71A810E1078C229B8DC1D4528AA484B4C5043EB962AA0071CB1254B75BC4ABDF6D9DDE4BC1F9EFB772E257638
System.IO.FileSystem.DriveInfo.dll
md5: 94CF81E274EE8B91EC77AE4A3AB57C41 | sha1: FE5BCA3B3FA4D44DFE12CFCDD849842D06FE7C20 | sha256: 9612207E9355F6115A6AF50F9A24259764AB0726193A6956D42FAD8ADD4A1699 | sha512: A0CE2949286DD513F762D6E86F7DAD92371861F256E1E697519C99D3D5DD39C2844BA0F82B737871A3D4765BB71150BE2650F6A67F20562FB5CDBC6017A702BF
System.IO.FileSystem.Primitives.dll
md5: 5B598A53511DBEBF84C3C6C20322C611 | sha1: 06C39D5F4770DB2B740817F24726F696D3540C71 | sha256: 8ABFFCFBEA8CB6D1A7F867105E4DFD2692ABC0DAB51B0C860E8C746B6C7A3765 | sha512: 56B2A3D90265061D64D9C0A960EF4D96D9D664B359C6C22A013ED39E57A836C4185A8E9073B3BF18ACD6DBBB349F3BCD9D884F34CB40C160490E3B2CB46CB8C7
System.IO.FileSystem.Watcher.dll
md5: 992DE6D3C15D7D1822A7E70A531CDE32 | sha1: 6ADB93D473F8E760816DA266D33410F50A82F4CC | sha256: 6BF1919328CAC9AAE2860D053CD1B3B70185CCD3B09EA30A6ADC1DBE24CBF9CB | sha512: C71D6A3C41910DF36DD05A3AF95390CB6647A74F5DA08E55EC2F6DA0A40C60B4CCCACF84D68ECF5298F2338E2712121AD895BB052DFC5456372D6C2A320F272A
System.IO.IsolatedStorage.dll
md5: 44B178153B8CA48658D30DC529CAEBE8 | sha1: 13C129C6F69FDB2B0C7B040AF9D2D2F3CFB99644 | sha256: 02894979D019D1679A63D41EC9BE8570EC46753DE6D6D99BFE27307A63A68B08 | sha512: 5D1A4C353A3AB92575B69866006F27020A443B92A298F9CC2862EE98DD1D6A1AA5BA7CBB3ACE632438C112A62FD2FF590DA69249DA4C64F2A177FB4A83C6B5BE
System.IO.MemoryMappedFiles.dll
md5: 62183A5A8E9FE7B42ABB459771B42499 | sha1: 6D4E92F7ADF09362EA2D1F370CCF8B05179882FB | sha256: 22EA8FF1BF71F5067CDEC817E57D3565AFAAF26085B7B5B41E63CAE99B5EEBB7 | sha512: E6099CA8A7B5668F69249B23CFC62BEA748A8BB9EF6BA008B98CA926D81B2F417E176E35366038D1B95A292540D3C2F0E1FB34F133CAC9E49D7E042847B6ED3D
System.IO.Packaging.dll
md5: 27F679299F9E5967C04C2DC927AA3ADD | sha1: 5FAD6AB8335D6756FF77ED30B7B30D4F7341E279 | sha256: 0865822AA99A47060D858B66E2BC0B0FAEAF3199B18304E803970B04A2F3D644 | sha512: 0DB36DFC7BE8F1CFBAC8477E430A21CC0DBBA658CD0304467C7C321FE6A52C48A5F9870B0674D19D3690939363068774AD80BA9ECEE30CD164CD45D6D6C00179
System.IO.Pipes.AccessControl.dll
md5: 5884DBA28FB94A141FD020590F703ADA | sha1: 36F2ED2B8C7FE9801E4CFEF5F8749FAD88BDB518 | sha256: 08947C0A24B47FF3A5531CF5625A15ECF0ED1001C5B89F691B72A5AAEE61414C | sha512: 7993E77921817BEB31F7624533356CDDC1A3088E56B5D607A49B166B0E57024B075EF0F76AB41311CCD8BBE11E504D2D6047F08BEF7D2755AAD74FEBF2CB394F
System.IO.Pipes.dll
md5: 63AF0FB5D07CEADC1FC1B23A680D2542 | sha1: 252F3017C0B1A0ADD103A41A3FBA9E25BD8953B8 | sha256: 04EDE11A35B2F12006992C366DA943E3303B017E7FEE57A0CC8FE3835E8673B3 | sha512: 9319E6367A1E9A38629081ACFB475E9AB8BEA2D96099D9EE75B2201DD0186F603EFBCEBEDE7D1E673DA10FF99C8EE81C6DE7FC5C9908A06356CCC6C486BDE044
System.IO.UnmanagedMemoryStream.dll
md5: 9BD180D2027F2D2C394A72D9056FB891 | sha1: 2BD8A4C1882D81D9E37D11F507A31590B7CB1CDF | sha256: 7923601D2819B8F37A82D121C7699F04EE4A1FA42851511FABA39BC519C29165 | sha512: 90AB52FA605D8C7FCE6C647F5145F4EE6AA93E931AD56BDE6A1F1216E7DE991D1009F4B5C243F95BC878CF4D52ADD72A78957F9C6A8E537BD9A51A37C340C5E0
System.Linq.dll
md5: 49339798B393BF49ED4D03995BBDA689 | sha1: 1BF447FFAE17F2AAC215709559637623F4E149DF | sha256: 373731A06BE1F99D5BB0CC01D395CABD835551D8CC1647E676F47CA6C4A98586 | sha512: 0E6CC6AFB26B5361FAD28293A1889DF4C763D3812E20E03385B8DE74EFA00CAC90E28666EFF7EF1D3751C56139A72C79E0DFBF9FFDEF5F56AA7AA0A2BC9AB4F3
System.Linq.Expressions.dll
md5: 8516A646336C16C716338E38A5F4427F | sha1: 2798EEF26434A1B920C144517D5020FBBCDEF5F4 | sha256: 8B9C4C091D266A7ABD13E4A1DB7A065BEAF66FA1EFCE78E26281647A0DAAFD5E | sha512: 63943AF2B14E977094A223B2507D96E819F36AF8E0C2B0228EBD8B4D2E5AE2A9EC06FC6C9BF7E32C8BDE01405E05C637F2EE80B849E0A60DD70A5BBCDA4550F7
System.Linq.Parallel.dll
md5: 85D1231852C7C0E12C8401C16D965A38 | sha1: BA06171EAF8E0AB3332BCBE08783017722CB5666 | sha256: F8AEF0C9C1087BAFFB742CD8B2F508F70DFA6563906D424E272C9C182559C0BC | sha512: BADF94CF786FCE264F2A2F47CB34D4598239B68E17EE59E933CA46F59AB55ADEC5E5823D87F3D7F8FD71C4C1135447D76644C1A561D89397EA4FEA5B34518A2A
System.Linq.Queryable.dll
md5: 56BD848A60064573922C35CFF4061CAF | sha1: CD991BECDF6A7C459A8936853857DB40694C6303 | sha256: B4D8A215E3A588E347D783AF8DE295E65AECC383D86E0FF8FEA0A8B431BEEF52 | sha512: E438864E38C9E48CD3A6C7CB4E1F7F613AD1BFD55C0B99E74257F637D2147FBC4B27F784276BD430B650713BC1D43AB2ECBD5554ED3AC87CF9BB3C1B9A5E8C63
System.Memory.dll
md5: 235F8DDA77348302FE02F7B7D3A2B734 | sha1: FAEED067EDC48EC1DC6F9984D3D733826D1A7A83 | sha256: 67A924E3C9041528149063DC906259E2D40DD33B2826C32181E82FD1F6D5025A | sha512: 14E73E1B4E15EF114F0240DD5544988A32F6621BF7F3D9646CC59609051DC4FA581E5CA9C13F1EC8035CE9213EF80C36318BFE715288341E8F1721F3D079154F
System.Net.dll
md5: B8311612E2253647A86C2858E51175F0 | sha1: 2D86B6852D07DEC6232F1004297ADC9EF879964D | sha256: DB59FC3D5F12D7478AA5C2044433FA2866D5F18E653280CBC50ABC41F0F70057 | sha512: B6E8B6314804151C20CD37B70006EAA9C0AC6517F58BBABEFFB58ED74828C8456F43562E6ADF64D795249E323F000C7CD0C426124054AC7D724C39A1F53B3E9C
System.Net.Http.dll
md5: C8A0A30F5156191473A3EF829C2B7E59 | sha1: 97212EE91AC0E7F6253646B85345EFE810D4A656 | sha256: 72112AE86C6CCC33A174EAB919FE6B22539B659677E223545FED947825B74BDA | sha512: 9399736D20ED7943AE470A59072CF90BE918D1DE4CB0186678002520D5B568EF7222329899E099CFFA0C3FA13F7E9695643351627CD72626F41046C5D16B1E0F
System.Net.HttpListener.dll
md5: 6A298E400CD8EFCCEE2044483035FBC8 | sha1: 8DAC8DB61F68BD56A318D7323EA92A7F0218C390 | sha256: D5ABEB29ABD28182159231EEDA07583002D3FFDB869EFD8EBB364564965B84BD | sha512: 1AB7BA12FE6131BB2C4540305137ADD814094CF9C920DAD92C50427ECBC529F6CD159EC24D3D044A468268EC789269472079DA43EB8710ED71F6A2C7ED9EEEFA
System.Net.Mail.dll
md5: 10EAC91B9BE281E234BED20795687C88 | sha1: BB72BA9537C1F7B9D1C9D6622E28557CE2F1E179 | sha256: F5FBF90BB17705B66CA5967EB7FCC2EB40B9E330F3B2AAD24FDBEE3D9F7EA6C1 | sha512: A2152327E76014426663E7949D4400FEAC58C748868CD33169277CDB6953CD9055CA3461F5DEA6C68C2A1FED3C18600BCA4687045D4396892FCCAE220DC8B461
System.Net.NameResolution.dll
md5: D048E5DF8BCD826F6A0E6F4B17F3CF74 | sha1: 6388B7F629608576DECF210B1EB62027457682A7 | sha256: ADA471A2F25788107D81537BA99F704C051FDDE18ED289D21942062A40100997 | sha512: A4C29071FC9D8D2EA30A646EE409A381B8DD5E011F64EFE8EDE0E604EFE023E79C1EA189E6A50EA2B4DEE3A5952E07CF6D1D11EA3DA79E5620CA753C1FCFE572
System.Net.NetworkInformation.dll
md5: 0C4D2E09C298D651951FECAA17F14433 | sha1: DCAB5D18D7700ABBA18908162D993E8931693415 | sha256: CDE0CC73B9BBEC874E13A8C942E0B03FE258A26BB3F908709D4D9B776902A0B9 | sha512: A63D886AA4D93593B85B6958CC7CE3C43438E026434E7386254B22779529DEF5A56EDD36426B10864E53A1502871495CF09FD00EE98046FA8E4AED799283B070
System.Net.Ping.dll
md5: 3E6D36F05C9C16316AABD78B01CC53F5 | sha1: 8A67D82F4DB65588116F10FBF8859DF691958D65 | sha256: 19E30859E1FC92A42A397A6125267AE4771C02DC202D51C71E6C0557F80BB7C5 | sha512: 47DEA88BEE7EC35A4C7A8DE84B0D2E8D22292D786898B28101D690370D30F6A9CE1CC8B87AAC4333342811295489599271DBCD5BF8BC7DA9919A503CEAEBBA82
System.Net.Primitives.dll
md5: 5BE2998309ABE7374C550663A16DD2F0 | sha1: 529E43F1753236FDAF98B98E68FDBE4542DE3F74 | sha256: 8AF79204271FDD13AFADC9A46AA11477869B04627B5953181112DD1A3557B7DB | sha512: BAF8068CC1E3373C2C83C1E5CF4C7E4773833D218183FEF93E0CEA0F3315DC568CDB94300572DE4C2EA72F25617877CAC341EC5C3003FCC8844164AB32D67741
System.Net.Requests.dll
md5: A169100BFB73193B7D1A11263F61A744 | sha1: 6A183C2476DB484D45CBBADA8E16145F5C3F7008 | sha256: 910B0499463F7423B5AC8A8F3BCD31B86C512A124718BFCF2D38D5EE0380ADF3 | sha512: D2F5DDD555D7C82B5EB071B2F78F12A282D498EE5FED28B04BD7A8D426D7977AE7DDDCA0AD3E5A0A969B31E6953E5E931BA9005CDE056D041A8ACF454B7FD84F
System.Net.Security.dll
md5: 61EFE37288D8BB256655D2681EBE42D3 | sha1: 35FEA8089B68AC2969EB05CC49FF6057CFCF7B7F | sha256: 60775AFCE113D3F3A1A33C1DA2FF998E984A8942A0582D2E95364EF3B419505B | sha512: 2CE7C40AF5E1419B3791800E785BAB187B714CD65D3E7061AF133BBF966DEB24F6285974D3BFEFBAA85C433424C8B589783E9D777BAB26EC18FF74B36009754A
System.Net.ServicePoint.dll
md5: 27FBA344A0DB245EAB73D28851CD50B2 | sha1: 38955C26F7F6F29733190421DABDCBFE4B111734 | sha256: 2F0407681A526F58203A93543819452958F9AE6F61165134D1B6ABFEDA2CA37D | sha512: 79A41EB3D014AF11976C21597D6BDC54CB990B8FE366DEA5A6AF40F13FD1CF8A99DE2FFD1CC5ECC6EB4D1678DF85CB72CA5C2A78DB11C06C32E3126D350345F3
System.Net.Sockets.dll
md5: 6ED1F2D5ED26E31D1502AB82363D1B83 | sha1: 41DB5DB56D1E15FE837183D3584BD11E69F32B51 | sha256: C7358F720FA6B9E08CCC22B02408236BD4467B709BD55A794D7ECF05C6616DDB | sha512: 47B882AA7F9E9746C8E22815ED7AC8E723F9C4B45FD195372AAFB7139121415FE56FD64D7CFB4F996BD2649189D1F5495A7B6ABEF5C26FBCB559600DD4F2043D
System.Net.WebClient.dll
md5: 6F8DA9F29E68EC597F34F37464FF0A02 | sha1: 04D324F7FED83CDCAEFF359323C464A58AC4F787 | sha256: E1AC114A8A3C1AD991341DC9D6BF210153731FC85D9385CB3A8C493EDC79B3CD | sha512: D2822FAB680DA1E36138AA5FFE5CFF9686A4AA378F769014C98AC4A3891C3070CDEF898ED74DA39BCCDBE4DE824A983F032434E18BB4920137C5C5A519D5C761
System.Net.WebHeaderCollection.dll
md5: DD6DBECC410B4746BC5C2F239C62BEE8 | sha1: C780FE88B937B97420CD33E2C967CF4A1ADF791D | sha256: 8EDEA60FB34647186822FD0454B35A3AE648E55F4BFF9F5CE00365A20718159F | sha512: BEC8CFE61D4FA55E7B92C317B6A1CE234FB29CE3DC91A313728C0AAA7BCA4ED17324F42EB04313A46DEFE5140019156FE96EB5578D2972FBF89768CF4D32B281
System.Net.WebProxy.dll
md5: B0C702582859E2E4958FA34FE7FB013A | sha1: FB5C54EDA02AE30FF23AE9EC68BA366E10FB2D5F | sha256: 1FF5B7BB687E9BC7B6F3132FA20A0F0707350C2F58BD7C29AEF505AE5523DA40 | sha512: 1359AF92BFF34D0395F882A790C656DF851D570BDB09E6F9F5CF359AD5A3CD095CB2D0C56F409DBAEDFD4594FB279867FEECDEEF5111D6BBEB26985ECB50FC50
System.Net.WebSockets.Client.dll
md5: AABF269450E2D3A5950A5A9C3FC73B0E | sha1: E5DAB70CBA3F0478A0C07C4D163B8881B94BFF57 | sha256: 3179F5ED734C5159E443DDD9381533CB4275F7F93792EDFAAE9185107FDA3CD6 | sha512: 2CBCA5A3BCECFCBAF041910B65F26BA185217E29FD25D08946B5A66D2E2EB980C157B59F8764F53F1ABD573B341D54C3C3F840624D3CBEA0886D9870E047223F
System.Net.WebSockets.dll
md5: 7D9ECF9F7B24F970B549DBF522DC8E6E | sha1: 1EEDA47BB4410BDA8361B77D97A2E5B5DFC3E338 | sha256: C3B5B678BBA550929FD1D69888469F8FB4556DDA23EF60A152665DDB9D500136 | sha512: 25BD46BA6ACDDEE2D7294FE029E1EB0DA0796C1E39E506339CCA86A323C58F535ECB3010B4D368A0DD2230418AE590D9B115D1BBB85953C2FF492FF094F727BB
System.Numerics.dll
md5: 4B2F3A67BCDE429A2168DF8A5C5A799F | sha1: C088AB97F0B8E688107F7C6020E6D4C33D41239F | sha256: 1C674D32AED045B936DB92D0510DCC12B6812239E1847794863C8B1E53650F50 | sha512: 40BC31B2167767BA40AD6E71FACABE0DE2132638286928AAE1F6B2615092766DD7344DCE482E32863D3178EE2111CA530C85A92AEF9C45BCA2E4DA7A00BFB1D5
System.Numerics.Vectors.dll
md5: F12BC5E222E5E0E7B37EAA8CCB687413 | sha1: 81DD0445EB302C98D9F3D8DA878826ADDED69325 | sha256: 959F6F63C8EAAFFB79258CD6E4C6CDAC114D23ED8A210215CAA3B75A0194C2DE | sha512: AF37CFB8245B26E91A236D333C664D5D1C82A183E7DF8746BDAC3BE55C918AE8E9E1E213ED76F454FCB57DE10F20DDCFF45CEE89A2F7A8881D49BDAF83995271
System.ObjectModel.dll
md5: 814D9417DE6365C522C79FCBB4D4E9B9 | sha1: 4DF8FC3A1FD3FDCB2530778765F32F2489CFE3F0 | sha256: FDF1C252A34E5B927896B64C7261001010793D2C9177B6FAF7C3ADA6F21F0D2C | sha512: 090CFB6B2012ED22A696CF4B9418D3B382B736E32FCD0F6D24BBE348F4C0557EE0680A553249A6B9CCBDE749040C7AEEACBAAB26511FE08B4193A90B0D07AD15
System.Printing.dll
md5: B34914F287411F517BEF2FEA57A26134 | sha1: 2E70E22E2F4D677620BEC61D45D37F77E1E86443 | sha256: 3281DC8BBA851BC0F0DB0E1BE2A8FBB86BE2CF1E5D8EC33CCCEFCE835CF3A19E | sha512: A8D3F0FD4C6A85A92608F9FB748648F46DEFDD066A4D5E183313CACAE7253C99C37C3FB454EFB324C80C63471E86A4E4286F91EFE4F5D4D2CE4F002C8ADB0631
System.Private.CoreLib.dll
md5: B93F474F00D73E734EFBD20F05B03A30 | sha1: 644A8C0624455D6442ED2A4761981DF4067640CC | sha256: 3D7ECF0EC532E4D39B2B3ABB1D631034BC91BB5BC7F5B00986E86A0B86911925 | sha512: D153A02731A1F3BA13E6DCBC71FBD8C455C00BF42C7CF7F5ECCA0C9976E7BCEC898FAECA1EFF8B70CBEB7D1161BC80D5A01314025F32E9E294490F2A043E4142
System.Private.DataContractSerialization.dll
md5: 88877057728171C03280A80FA50F59FE | sha1: 466A4592D18F4AE49FE3D766D29C96C5665A391D | sha256: 67BE0A0EC52B3A1448A0BC939A21F9A981641002051F278B3130674B05FEA0B5 | sha512: 1318B8EFF5ECD4E0C70FCF49920F19DAD2D566293585FF5F7280E4BAD8F2EB37406E506C49B62101FE5AD19431A0098356FDF623768E18A5EDBABC9503E87CD0
System.Private.Uri.dll
md5: A5197A5EFF9F3EEDBE3D89FD3B2AE5F3 | sha1: FAEA66B356A1C3639CA229DF9E0F4B0888334DA7 | sha256: 64BD73F6850551732C0D32137125D05ADA79D66F4695498CA9E17B36E3AD9FAA | sha512: 02A27B644D9A6AB7851BE9DEBB6B53EA010D3EA6C82B0071B1EACD028EABA33B8D99CB96331F558FF874538CB81F43E3F613564864E4345AB59DFB33BF8C588C
System.Private.Xml.dll
md5: 62815009A5DC99BAD919C738185AA8EE | sha1: 44E58B2CCF00F13468298502696CB11490977040 | sha256: EB9A79A8BD4D37DDC5F98D19E1E5F2D3899520F84D346A421417E87A35565AF8 | sha512: 9E7AD7B936BBB50645B27A8BCD47FEB53E41C4BC1C985E1CD6EB7A189F8E55AEE12BC728F2B68901B8C99A6BE9958ADA1C6430671CAEE7C8C6FBD9C13462743E
System.Private.Xml.Linq.dll
md5: E939C5C921FE5A8098E4E9719F6FFB7C | sha1: 36EAEF18D3E6926F945D63A9CB7F1CBD60D6BCFD | sha256: 6426E5A0557A20A389F6AF01CA515CC5E63314D38710BE3F35E2D6BF0E7CF436 | sha512: 9AF38684934FAD884DAD233D808D6184AF8A182E9904D5966A36BC51525D81615A817D7B237211F6C6E7D7BBCB4DD8DA4DC0EF0B2C748CBF46C740D880756532
System.Reactive.dll
md5: 1A108F2B1B18F0060C1EE4AA3FB67138 | sha1: B355A962A332602EA8F4F30B4181104CFCC4CB7B | sha256: CD04FB82B90E4BCE1A7AA63A8EC807711B4ED65FB6AE10B9808165F21BFB1C51 | sha512: F7BC98CFF6027DEACE4344EAC966BDE199BD7B774C008A524CDCB5F815DE678794B3FAE09454A7BDD03B93DCA650462C85B81BA0034272FE3C4881D296641331
System.Reactive.xml
<?xml version="1.0"?>
<doc>
    <assembly>
        <name>System.Reactive</name>
    </assembly>
    <members>
        <member name="T:System.Reactive.AnonymousObservable`1">
            <summary>
            Class to create an <see cref="T:System.IObservable`1"/> instance from a delegate-based implementation of the <see cref="M:System.IObservable`1.Subscribe(System.IObserver{`0})"/> method.
            </summary>
            <typeparam name="T">The type of the elements in the sequence.</typeparam>
        </member>
        <member name="M:System.Reactive.AnonymousObservable`1.#ctor(System.Func{System.IObserver{`0},System.IDisposable})">
            <summary>
            Creates an observable sequence object from the specified subscription function.
            </summary>
            <param name="subscribe"><see cref="M:System.IObservable`1.Subscribe(System.IObserver{`0})"/> method implementation.</param>
            <exception cref="T:System.ArgumentNullException"><paramref name="subscribe"/> is <c>null</c>.</exception>
        </member>
        <member name="M:System.Reactive.AnonymousObservable`1.SubscribeCore(System.IObserver{`0})">
            <summary>
            Calls the subscription function that was supplied to the constructor.
            </summary>
            <param name="observer">Observer to send notifications to.</param>
            <returns>Disposable object representing an observer's subscription to the observable sequence.</returns>
        </member>
        <member name="T:System.Reactive.AnonymousObserver`1">
            <summary>
            Class to create an <see cref="T:System.IObserver`1"/> instance from delegate-based implementations of the On* methods.
            </summary>
            <typeparam name="T">The type of the elements in the sequence.</typeparam>
        </member>
        <member name="M:System.Reactive.AnonymousObserver`1.#ctor(System.Action{`0},System.Action{System.Exception},System.Action)">
            <summary>
            Creates an observer from the specified <see cref="M:System.IObserver`1.OnNext(`0)"/>, <see cref="M:System.IObserver`1.OnError(System.Exception)"/>, and <see cref="M:System.IObserver`1.OnCompleted"/> actions.
            </summary>
            <param name="onNext">Observer's <see cref="M:System.IObserver`1.OnNext(`0)"/> action implementation.</param>
            <param name="onError">Observer's <see cref="M:System.IObserver`1.OnError(System.Exception)"/> action implementation.</param>
            <param name="onCompleted">Observer's <see cref="M:System.IObserver`1.OnCompleted"/> action implementation.</param>
            <exception cref="T:System.ArgumentNullException"><paramref name="onNext"/> or <paramref name="onError"/> or <paramref name="onCompleted"/> is <c>null</c>.</exception>
        </member>
        <member name="M:System.Reactive.AnonymousObserver`1.#ctor(System.Action{`0})">
            <summary>
            Creates an observer from the specified <see cref="M:System.IObserver`1.OnNext(`0)"/> action.
            </summary>
            <param name="onNext">Observer's <see cref="M:System.IObserver`1.OnNext(`0)"/> action implementation.</param>
            <exception cref="T:System.ArgumentNullException"><paramref name="onNext"/> is <c>null</c>.</exception>
        </member>
        <member name="M:System.Reactive.AnonymousObserver`1.#ctor(System.Action{`0},System.Action{System.Exception})">
            <summary>
            Creates an observer from the specified <see cref="M:System.IObserver`1.OnNext(`0)"/> and <see cref="M:System.IObserver`1.OnError(System.Exception)"/> actions.
            </summary>
            <param name="onNext">Observer's <see cref="M:System.IObserver`1.OnNext(`0)"/> action implementation.</param>
            <param name="onError">Observer's <see cref="M:System.IObserver`1.OnError(System.Exception)"/> action implementation.</param>
            <exception cref="T:System.ArgumentNullException"><paramref name="onNext"/> or <paramref name="onError"/> is <c>null</c>.</exception>
        </member>
        <member name="M:System.Reactive.AnonymousObserver`1.#ctor(System.Action{`0},System.Action)">
            <summary>
            Creates an observer from the specified <see cref="M:System.IObserver`1.OnNext(`0)"/> and <see cref="M:System.IObserver`1.OnCompleted"/> actions.
            </summary>
            <param name="onNext">Observer's <see cref="M:System.IObserver`1.OnNext(`0)"/> action implementation.</param>
            <param name="onCompleted">Observer's <see cref="M:System.IObserver`1.OnCompleted"/> action implementation.</param>
            <exception cref="T:System.ArgumentNullException"><paramref name="onNext"/> or <paramref name="onCompleted"/> is <c>null</c>.</exception>
        </member>
        <member name="M:System.Reactive.AnonymousObserver`1.OnNextCore(`0)">
            <summary>
            Calls the action implementing <see cref="M:System.IObserver`1.OnNext(`0)"/>.
            </summary>
            <param name="value">Next element in the sequence.</param>
        </member>
        <member name="M:System.Reactive.AnonymousObserver`1.OnErrorCore(System.Exception)">
            <summary>
            Calls the action implementing <see cref="M:System.IObserver`1.OnError(System.Exception)"/>.
            </summary>
            <param name="error">The error that has occurred.</param>
        </member>
        <member name="M:System.Reactive.AnonymousObserver`1.OnCompletedCore">
            <summary>
            Calls the action implementing <see cref="M:System.IObserver`1.OnCompleted"/>.
            </summary>
        </member>
        <member name="T:System.Reactive.AnonymousSafeObserver`1">
            <summary>
            This class fuses logic from ObserverBase, AnonymousObserver, and SafeObserver into one class. When an observer
            needs to be safeguarded, an instance of this type can be created by SafeObserver.Create when it detects its
            input is an AnonymousObserver, which is commonly used by end users when using the Subscribe extension methods
            that accept delegates for the On* handlers. By doing the fusion, we make the call stack depth shorter which
            helps debugging and some performance.
            </summary>
        </member>
        <member name="T:System.Reactive.Concurrency.AsyncLock">
            <summary>
            Asynchronous lock.
            </summary>
        </member>
        <member name="M:System.Reactive.Concurrency.AsyncLock.Wait(System.Action)">
            <summary>
            Queues the action for execution. If the caller acquires the lock and becomes the owner,
            the queue is processed. If the lock is already owned, the action is queued and will get
            processed by the owner.
            </summary>
            <param name="action">Action to queue for execution.</param>
            <exception cref="T:System.ArgumentNullException"><paramref name="action"/> is <c>null</c>.</exception>
        </member>
        <member name="M:System.Reactive.Concurrency.AsyncLock.Wait``1(``0,System.Action{``0})">
            <summary>
            Queues the action for execution. If the caller acquires the lock and becomes the owner,
            the queue is processed. If the lock is already owned, the action is queued and will get
            processed by the owner.
            </summary>
            <param name="action">Action to queue for execution.</param>
            <param name="state">The state to pass to the action when it gets invoked under the lock.</param>
            <exception cref="T:System.ArgumentNullException"><paramref name="action"/> is <c>null</c>.</exception>
            <remarks>In case TState is a value type, this operation will involve boxing of <paramref name="state"/>.
            However, this is often an improvement over the allocation of a closure object and a delegate.</remarks>
        </member>
        <member name="M:System.Reactive.Concurrency.AsyncLock.Dispose">
            <summary>
            Clears the work items in the queue and drops further work being queued.
            </summary>
        </member>
        <member name="T:System.Reactive.Concurrency.ConcurrencyAbstractionLayer">
            <summary>
            (Infrastructure) Concurrency abstraction layer.
            </summary>
        </member>
        <member name="P:System.Reactive.Concurrency.ConcurrencyAbstractionLayer.Current">
            <summary>
            Gets the current CAL. If no CAL has been set yet, it will be initialized to the default.
            </summary>
        </member>
        <member name="T:System.Reactive.Concurrency.IConcurrencyAbstractionLayer">
            <summary>
            (Infrastructure) Concurrency abstraction layer interface.
            </summary>
            <remarks>
            This type is used by the Rx infrastructure and not meant for public consumption or implementation.
            No guarantees are made about forward compatibility of the type's functionality and its usage.
            </remarks>
        </member>
        <member name="M:System.Reactive.Concurrency.IConcurrencyAbstractionLayer.StartTimer(System.Action{System.Object},System.Object,System.TimeSpan)">
            <summary>
            Queues a method for execution at the specified relative time.
            </summary>
            <param name="action">Method to execute.</param>
            <param name="state">State to pass to the method.</param>
            <param name="dueTime">Time to execute the method on.</param>
            <returns>Disposable object that can be used to stop the timer.</returns>
        </member>
        <member name="M:System.Reactive.Concurrency.IConcurrencyAbstractionLayer.StartPeriodicTimer(System.Action,System.TimeSpan)">
            <summary>
            Queues a method for periodic execution based on the specified period.
            </summary>
            <param name="action">Method to execute; should be safe for reentrancy.</param>
            <param name="period">Period for running the method periodically.</param>
            <returns>Disposable object that can be used to stop the timer.</returns>
        </member>
        <member name="M:System.Reactive.Concurrency.IConcurrencyAbstractionLayer.QueueUserWorkItem(System.Action{System.Object},System.Object)">
            <summary>
            Queues a method for execution.
            </summary>
            <param name="action">Method to execute.</param>
            <param name="state">State to pass to the method.</param>
            <returns>Disposable object that can be used to cancel the queued method.</returns>
        </member>
        <member name="M:System.Reactive.Concurrency.IConcurrencyAbstractionLayer.Sleep(System.TimeSpan)">
            <summary>
            Blocking sleep operation.
            </summary>
            <param name="timeout">Time to sleep.</param>
        </member>
        <member name="M:System.Reactive.Concurrency.IConcurrencyAbstractionLayer.StartStopwatch">
            <summary>
            Starts a new stopwatch object.
            </summary>
            <returns>New stopwatch object; started at the time of the request.</returns>
        </member>
        <member name="P:System.Reactive.Concurrency.IConcurrencyAbstractionLayer.SupportsLongRunning">
            <summary>
            Gets whether long-running scheduling is supported.
            </summary>
        </member>
        <member name="M:System.Reactive.Concurrency.IConcurrencyAbstractionLayer.StartThread(System.Action{System.Object},System.Object)">
            <summary>
            Starts a new long-running thread.
            </summary>
            <param name="action">Method to execute.</param>
            <param name="state">State to pass to the method.</param>
        </member>
        <member name="T:System.Reactive.Concurrency.CurrentThreadScheduler">
            <summary>
            Represents an object that schedules units of work on the current thread.
            </summary>
            <seealso cref="P:System.Reactive.Concurrency.Scheduler.CurrentThread">Singleton instance of this type exposed through this static property.</seealso>
        </member>
        <member name="P:System.Reactive.Concurrency.CurrentThreadScheduler.Instance">
            <summary>
            Gets the singleton instance of the current thread scheduler.
            </summary>
        </member>
        <member name="P:System.Reactive.Concurrency.CurrentThreadScheduler.ScheduleRequired">
            <summary>
            Gets a value that indicates whether the caller must call a Schedule method.
            </summary>
        </member>
        <member name="P:System.Reactive.Concurrency.CurrentThreadScheduler.IsScheduleRequired">
            <summary>
            Gets a value that indicates whether the caller must call a Schedule method.
            </summary>
        </member>
        <member name="M:System.Reactive.Concurrency.CurrentThreadScheduler.Schedule``1(``0,System.TimeSpan,System.Func{System.Reactive.Concurrency.IScheduler,``0,System.IDisposable})">
            <summary>
            Schedules an action to be executed after dueTime.
            </summary>
            <typeparam name="TState">The type of the state passed to the scheduled action.</typeparam>
            <param name="state">State passed to the action to be executed.</param>
            <param name="action">Action to be executed.</param>
            <param name="dueTime">Relative time after which to execute the action.</param>
            <returns>The disposable object used to cancel the scheduled action (best effort).</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="action"/> is <c>null</c>.</exception>
        </member>
        <member name="T:System.Reactive.Concurrency.DefaultScheduler">
            <summary>
            Represents an object that schedules units of work on the platform's default scheduler.
            </summary>
            <seealso cref="P:System.Reactive.Concurrency.Scheduler.Default">Singleton instance of this type exposed through this static property.</seealso>
        </member>
        <member name="P:System.Reactive.Concurrency.DefaultScheduler.Instance">
            <summary>
            Gets the singleton instance of the default scheduler.
            </summary>
        </member>
        <member name="M:System.Reactive.Concurrency.DefaultScheduler.Schedule``1(``0,System.Func{System.Reactive.Concurrency.IScheduler,``0,System.IDisposable})">
            <summary>
            Schedules an action to be executed.
            </summary>
            <typeparam name="TState">The type of the state passed to the scheduled action.</typeparam>
            <param name="state">State passed to the action to be executed.</param>
            <param name="action">Action to be executed.</param>
            <returns>The disposable object used to cancel the scheduled action (best effort).</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="action"/> is <c>null</c>.</exception>
        </member>
        <member name="M:System.Reactive.Concurrency.DefaultScheduler.Schedule``1(``0,System.TimeSpan,System.Func{System.Reactive.Concurrency.IScheduler,``0,System.IDisposable})">
            <summary>
            Schedules an action to be executed after dueTime, using a System.Threading.Timer object.
            </summary>
            <typeparam name="TState">The type of the state passed to the scheduled action.</typeparam>
            <param name="state">State passed to the action to be executed.</param>
            <param name="action">Action to be executed.</param>
            <param name="dueTime">Relative time after which to execute the action.</param>
            <returns>The disposable object used to cancel the scheduled action (best effort).</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="action"/> is <c>null</c>.</exception>
        </member>
        <member name="M:System.Reactive.Concurrency.DefaultScheduler.SchedulePeriodic``1(``0,System.TimeSpan,System.Func{``0,``0})">
            <summary>
            Schedules a periodic piece of work, using a System.Threading.Timer object.
            </summary>
            <typeparam name="TState">The type of the state passed to the scheduled action.</typeparam>
            <param name="state">Initial state passed to the action upon the first iteration.</param>
            <param name="period">Period for running the work periodically.</param>
            <param name="action">Action to be executed, potentially updating the state.</param>
            <returns>The disposable object used to cancel the scheduled recurring action (best effort).</returns>
            <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="period"/> is less than <see cref="F:System.TimeSpan.Zero"/>.</exception>
            <exception cref="T:System.ArgumentNullException"><paramref name="action"/> is <c>null</c>.</exception>
        </member>
        <member name="M:System.Reactive.Concurrency.DefaultScheduler.GetService(System.Type)">
            <summary>
            Discovers scheduler services by interface type.
            </summary>
            <param name="serviceType">Scheduler service interface type to discover.</param>
            <returns>Object implementing the requested service, if available; null otherwise.</returns>
        </member>
        <member name="T:System.Reactive.Concurrency.EventLoopScheduler">
            <summary>
            Represents an object that schedules units of work on a designated thread.
            </summary>
        </member>
        <member name="F:System.Reactive.Concurrency.EventLoopScheduler._counter">
            <summary>
            Counter for diagnostic purposes, to name the threads.
            </summary>
        </member>
        <member name="F:System.Reactive.Concurrency.EventLoopScheduler._threadFactory">
            <summary>
            Thread factory function.
            </summary>
        </member>
        <member name="F:System.Reactive.Concurrency.EventLoopScheduler._stopwatch">
            <summary>
            Stopwatch for timing free of absolute time dependencies.
            </summary>
        </member>
        <member name="F:System.Reactive.Concurrency.EventLoopScheduler._thread">
            <summary>
            Thread used by the event loop to run work items on. No work should be run on any other thread.
            If ExitIfEmpty is set, the thread can quit and a new thread will be created when new work is scheduled.
            </summary>
        </member>
        <member name="F:System.Reactive.Concurrency.EventLoopScheduler._gate">
            <summary>
            Gate to protect data structures, including the work queue and the ready list.
            </summary>
        </member>
        <member name="F:System.Reactive.Concurrency.EventLoopScheduler._evt">
            <summary>
            Semaphore to count requests to re-evaluate the queue, from either Schedule requests or when a timer
            expires and moves on to the next item in the queue.
            </summary>
        </member>
        <member name="F:System.Reactive.Concurrency.EventLoopScheduler._queue">
            <summary>
            Queue holding work items. Protected by the gate.
            </summary>
        </member>
        <member name="F:System.Reactive.Concurrency.EventLoopScheduler._readyList">
            <summary>
            Queue holding items that are ready to be run as soon as possible. Protected by the gate.
            </summary>
        </member>
        <member name="F:System.Reactive.Concurrency.EventLoopScheduler._nextItem">
            <summary>
            Work item that will be scheduled next. Used upon reevaluation of the queue to check whether the next
            item is still the same. If not, a new timer needs to be started (see below).
            </summary>
        </member>
        <member name="F:System.Reactive.Concurrency.EventLoopScheduler._nextTimer">
            <summary>
            Disposable that always holds the timer to dispatch the first element in the queue.
            </summary>
        </member>
        <member name="F:System.Reactive.Concurrency.EventLoopScheduler._disposed">
            <summary>
            Flag indicating whether the event loop should quit. When set, the event should be signaled as well to
            wake up the event loop thread, which will subsequently abandon all work.
            </summary>
        </member>
        <member name="M:System.Reactive.Concurrency.EventLoopScheduler.#ctor">
            <summary>
            Creates an object that schedules units of work on a designated thread.
            </summary>
        </member>
        <member name="M:System.Reactive.Concurrency.EventLoopScheduler.#ctor(System.Func{System.Threading.ThreadStart,System.Threading.Thread})">
            <summary>
            Creates an object that schedules units of work on a designated thread, using the specified factory to control thread creation options.
            </summary>
            <param name="threadFactory">Factory function for thread creation.</param>
            <exception cref="T:System.ArgumentNullException"><paramref name="threadFactory"/> is <c>null</c>.</exception>
        </member>
        <member name="P:System.Reactive.Concurrency.EventLoopScheduler.ExitIfEmpty">
            <summary>
            Indicates whether the event loop thread is allowed to quit when no work is left. If new work
            is scheduled afterwards, a new event loop thread is created. This property is used by the
            NewThreadScheduler which uses an event loop for its recursive invocations.
            </summary>
        </member>
        <member name="M:System.Reactive.Concurrency.EventLoopScheduler.Schedule``1(``0,System.TimeSpan,System.Func{System.Reactive.Concurrency.IScheduler,``0,System.IDisposable})">
            <summary>
            Schedules an action to be executed after dueTime.
            </summary>
            <typeparam name="TState">The type of the state passed to the scheduled action.</typeparam>
            <param name="state">State passed to the action to be executed.</param>
            <param name="action">Action to be executed.</param>
            <param name="dueTime">Relative time after which to execute the action.</param>
            <returns>The disposable object used to cancel the scheduled action (best effort).</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="action"/> is <c>null</c>.</exception>
            <exception cref="T:System.ObjectDisposedException">The scheduler has been disposed and doesn't accept new work.</exception>
        </member>
        <member name="M:System.Reactive.Concurrency.EventLoopScheduler.SchedulePeriodic``1(``0,System.TimeSpan,System.Func{``0,``0})">
            <summary>
            Schedules a periodic piece of work on the designated thread.
            </summary>
            <typeparam name="TState">The type of the state passed to the scheduled action.</typeparam>
            <param name="state">Initial state passed to the action upon the first iteration.</param>
            <param name="period">Period for running the work periodically.</param>
            <param name="action">Action to be executed, potentially updating the state.</param>
            <returns>The disposable object used to cancel the scheduled recurring action (best effort).</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="action"/> is <c>null</c>.</exception>
            <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="period"/> is less than <see cref="F:System.TimeSpan.Zero"/>.</exception>
            <exception cref="T:System.ObjectDisposedException">The scheduler has been disposed and doesn't accept new work.</exception>
        </member>
        <member name="M:System.Reactive.Concurrency.EventLoopScheduler.StartStopwatch">
            <summary>
            Starts a new stopwatch object.
            </summary>
            <returns>New stopwatch object; started at the time of the request.</returns>
        </member>
        <member name="M:System.Reactive.Concurrency.EventLoopScheduler.Dispose">
            <summary>
            Ends the thread associated with this scheduler. All remaining work in the scheduler queue is abandoned.
            </summary>
        </member>
        <member name="M:System.Reactive.Concurrency.EventLoopScheduler.EnsureThread">
            <summary>
            Ensures there is an event loop thread running. Should be called under the gate.
            </summary>
        </member>
        <member name="M:System.Reactive.Concurrency.EventLoopScheduler.Run">
            <summary>
            Event loop scheduled on the designated event loop thread. The loop is suspended/resumed using the event
            which gets set by calls to Schedule, the next item timer, or calls to Dispose.
            </summary>
        </member>
        <member name="T:System.Reactive.Concurrency.HistoricalSchedulerBase">
            <summary>
            Base class for historical schedulers, which are virtual time schedulers that use <see cref="T:System.DateTimeOffset"/> for absolute time and <see cref="T:System.TimeSpan"/> for relative time.
            </summary>
        </member>
        <member name="M:System.Reactive.Concurrency.HistoricalSchedulerBase.#ctor">
            <summary>
            Creates a new historical scheduler with the minimum value of <see cref="T:System.DateTimeOffset"/> as the initial clock value.
            </summary>
        </member>
        <member name="M:System.Reactive.Concurrency.HistoricalSchedulerBase.#ctor(System.DateTimeOffset)">
            <summary>
            Creates a new historical scheduler with the specified initial clock value.
            </summary>
            <param name="initialClock">Initial clock value.</param>
        </member>
        <member name="M:System.Reactive.Concurrency.HistoricalSchedulerBase.#ctor(System.DateTimeOffset,System.Collections.Generic.IComparer{System.DateTimeOffset})">
            <summary>
            Creates a new historical scheduler with the specified initial clock value and absolute time comparer.
            </summary>
            <param name="initialClock">Initial value for the clock.</param>
            <param name="comparer">Comparer to determine causality of events based on absolute time.</param>
        </member>
        <member name="M:System.Reactive.Concurrency.HistoricalSchedulerBase.Add(System.DateTimeOffset,System.TimeSpan)">
            <summary>
            Adds a relative time value to an absolute time value.
            </summary>
            <param name="absolute">Absolute time value.</param>
            <param name="relative">Relative time value to add.</param>
            <returns>The resulting absolute time sum value.</returns>
        </member>
        <member name="M:System.Reactive.Concurrency.HistoricalSchedulerBase.ToDateTimeOffset(System.DateTimeOffset)">
            <summary>
            Converts the absolute time value to a <see cref="T:System.DateTimeOffset"/> value.
            </summary>
            <param name="absolute">Absolute time value to convert.</param>
            <returns>The corresponding <see cref="T:System.DateTimeOffset"/> value.</returns>
        </member>
        <member name="M:System.Reactive.Concurrency.HistoricalSchedulerBase.ToRelative(System.TimeSpan)">
            <summary>
            Converts the <see cref="T:System.TimeSpan"/> value to a relative time value.
            </summary>
            <param name="timeSpan"><see cref="T:System.TimeSpan"/> value to convert.</param>
            <returns>The corresponding relative time value.</returns>
        </member>
        <member name="T:System.Reactive.Concurrency.HistoricalScheduler">
            <summary>
            Provides a virtual time scheduler that uses <see cref="T:System.DateTimeOffset"/> for absolute time and <see cref="T:System.TimeSpan"/> for relative time.
            </summary>
        </member>
        <member name="M:System.Reactive.Concurrency.HistoricalScheduler.#ctor">
            <summary>
            Creates a new historical scheduler with the minimum value of <see cref="T:System.DateTimeOffset"/> as the initial clock value.
            </summary>
        </member>
        <member name="M:System.Reactive.Concurrency.HistoricalScheduler.#ctor(System.DateTimeOffset)">
            <summary>
            Creates a new historical scheduler with the specified initial clock value.
            </summary>
            <param name="initialClock">Initial value for the clock.</param>
        </member>
        <member name="M:System.Reactive.Concurrency.HistoricalScheduler.#ctor(System.DateTimeOffset,System.Collections.Generic.IComparer{System.DateTimeOffset})">
            <summary>
            Creates a new historical scheduler with the specified initial clock value.
            </summary>
            <param name="initialClock">Initial value for the clock.</param>
            <param name="comparer">Comparer to determine causality of events based on absolute time.</param>
            <exception cref="T:System.ArgumentNullException"><paramref name="comparer"/> is <c>null</c>.</exception>
        </member>
        <member name="M:System.Reactive.Concurrency.HistoricalScheduler.GetNext">
            <summary>
            Gets the next scheduled item to be executed.
            </summary>
            <returns>The next scheduled item.</returns>
        </member>
        <member name="M:System.Reactive.Concurrency.HistoricalScheduler.ScheduleAbsolute``1(``0,System.DateTimeOffset,System.Func{System.Reactive.Concurrency.IScheduler,``0,System.IDisposable})">
            <summary>
            Schedules an action to be executed at <paramref name="dueTime"/>.
            </summary>
            <typeparam name="TState">The type of the state passed to the scheduled action.</typeparam>
            <param name="state">State passed to the action to be executed.</param>
            <param name="action">Action to be executed.</param>
            <param name="dueTime">Absolute time at which to execute the action.</param>
            <returns>The disposable object used to cancel the scheduled action (best effort).</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="action"/> is <c>null</c>.</exception>
        </member>
        <member name="T:System.Reactive.Concurrency.ImmediateScheduler">
            <summary>
            Represents an object that schedules units of work to run immediately on the current thread.
            </summary>
            <seealso cref="P:System.Reactive.Concurrency.Scheduler.Immediate">Singleton instance of this type exposed through this static property.</seealso>
        </member>
        <member name="P:System.Reactive.Concurrency.ImmediateScheduler.Instance">
            <summary>
            Gets the singleton instance of the immediate scheduler.
            </summary>
        </member>
        <member name="M:System.Reactive.Concurrency.ImmediateScheduler.Schedule``1(``0,System.Func{System.Reactive.Concurrency.IScheduler,``0,System.IDisposable})">
            <summary>
            Schedules an action to be executed.
            </summary>
            <typeparam name="TState">The type of the state passed to the scheduled action.</typeparam>
            <param name="state">State passed to the action to be executed.</param>
            <param name="action">Action to be executed.</param>
            <returns>The disposable object used to cancel the scheduled action (best effort).</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="action"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Concurrency.ImmediateScheduler.Schedule``1(``0,System.TimeSpan,System.Func{System.Reactive.Concurrency.IScheduler,``0,System.IDisposable})">
            <summary>
            Schedules an action to be executed after dueTime.
            </summary>
            <typeparam name="TState">The type of the state passed to the scheduled action.</typeparam>
            <param name="state">State passed to the action to be executed.</param>
            <param name="action">Action to be executed.</param>
            <param name="dueTime">Relative time after which to execute the action.</param>
            <returns>The disposable object used to cancel the scheduled action (best effort).</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="action"/> is null.</exception>
        </member>
        <member name="T:System.Reactive.Concurrency.IScheduledItem`1">
            <summary>
            Represents a work item that has been scheduled.
            </summary>
            <typeparam name="TAbsolute">Absolute time representation type.</typeparam>
        </member>
        <member name="P:System.Reactive.Concurrency.IScheduledItem`1.DueTime">
            <summary>
            Gets the absolute time at which the item is due for invocation.
            </summary>
        </member>
        <member name="M:System.Reactive.Concurrency.IScheduledItem`1.Invoke">
            <summary>
            Invokes the work item.
            </summary>
        </member>
        <member name="T:System.Reactive.Concurrency.IScheduler">
            <summary>
            Represents an object that schedules units of work.
            </summary>
        </member>
        <member name="P:System.Reactive.Concurrency.IScheduler.Now">
            <summary>
            Gets the scheduler's notion of current time.
            </summary>
        </member>
        <member name="M:System.Reactive.Concurrency.IScheduler.Schedule``1(``0,System.Func{System.Reactive.Concurrency.IScheduler,``0,System.IDisposable})">
            <summary>
            Schedules an action to be executed.
            </summary>
            <typeparam name="TState">The type of the state passed to the scheduled action.</typeparam>
            <param name="state">State passed to the action to be executed.</param>
            <param name="action">Action to be executed.</param>
            <returns>The disposable object used to cancel the scheduled action (best effort).</returns>
        </member>
        <member name="M:System.Reactive.Concurrency.IScheduler.Schedule``1(``0,System.TimeSpan,System.Func{System.Reactive.Concurrency.IScheduler,``0,System.IDisposable})">
            <summary>
            Schedules an action to be executed after dueTime.
            </summary>
            <typeparam name="TState">The type of the state passed to the scheduled action.</typeparam>
            <param name="state">State passed to the action to be executed.</param>
            <param name="action">Action to be executed.</param>
            <param name="dueTime">Relative time after which to execute the action.</param>
            <returns>The disposable object used to cancel the scheduled action (best effort).</returns>
        </member>
        <member name="M:System.Reactive.Concurrency.IScheduler.Schedule``1(``0,System.DateTimeOffset,System.Func{System.Reactive.Concurrency.IScheduler,``0,System.IDisposable})">
            <summary>
            Schedules an action to be executed at dueTime.
            </summary>
            <typeparam name="TState">The type of the state passed to the scheduled action.</typeparam>
            <param name="state">State passed to the action to be executed.</param>
            <param name="action">Action to be executed.</param>
            <param name="dueTime">Absolute time at which to execute the action.</param>
            <returns>The disposable object used to cancel the scheduled action (best effort).</returns>
        </member>
        <member name="T:System.Reactive.Concurrency.ISchedulerLongRunning">
            <summary>
            Scheduler with support for starting long-running tasks.
            This type of scheduler can be used to run loops more efficiently instead of using recursive scheduling.
            </summary>
        </member>
        <member name="M:System.Reactive.Concurrency.ISchedulerLongRunning.ScheduleLongRunning``1(``0,System.Action{``0,System.Reactive.Disposables.ICancelable})">
            <summary>
            Schedules a long-running piece of work.
            </summary>
            <typeparam name="TState">The type of the state passed to the scheduled action.</typeparam>
            <param name="state">State passed to the action to be executed.</param>
            <param name="action">Action to be executed.</param>
            <returns>The disposable object used to cancel the scheduled action (best effort).</returns>
            <remarks>
            <para><b>Notes to implementers</b></para>
            The returned disposable object should not prevent the work from starting, but only set the cancellation flag passed to the specified action.
            </remarks>
        </member>
        <member name="T:System.Reactive.Concurrency.ISchedulerPeriodic">
            <summary>
            Scheduler with support for running periodic tasks.
            This type of scheduler can be used to run timers more efficiently instead of using recursive scheduling.
            </summary>
        </member>
        <member name="M:System.Reactive.Concurrency.ISchedulerPeriodic.SchedulePeriodic``1(``0,System.TimeSpan,System.Func{``0,``0})">
            <summary>
            Schedules a periodic piece of work.
            </summary>
            <typeparam name="TState">The type of the state passed to the scheduled action.</typeparam>
            <param name="state">Initial state passed to the action upon the first iteration.</param>
            <param name="period">Period for running the work periodically.</param>
            <param name="action">Action to be executed, potentially updating the state.</param>
            <returns>The disposable object used to cancel the scheduled recurring action (best effort).</returns>
        </member>
        <member name="T:System.Reactive.Concurrency.IStopwatch">
            <summary>
            Abstraction for a stopwatch to compute time relative to a starting point.
            </summary>
        </member>
        <member name="P:System.Reactive.Concurrency.IStopwatch.Elapsed">
            <summary>
            Gets the time elapsed since the stopwatch object was obtained.
            </summary>
        </member>
        <member name="T:System.Reactive.Concurrency.IStopwatchProvider">
            <summary>
            Provider for <see cref="T:System.Reactive.Concurrency.IStopwatch"/> objects.
            </summary>
        </member>
        <member name="M:System.Reactive.Concurrency.IStopwatchProvider.StartStopwatch">
            <summary>
            Starts a new stopwatch object.
            </summary>
            <returns>New stopwatch object; started at the time of the request.</returns>
        </member>
        <member name="T:System.Reactive.Concurrency.LocalScheduler">
            <summary>
            Abstract base class for machine-local schedulers, using the local system clock for time-based operations.
            </summary>
        </member>
        <member name="P:System.Reactive.Concurrency.LocalScheduler.Now">
            <summary>
            Gets the scheduler's notion of current time.
            </summary>
        </member>
        <member name="M:System.Reactive.Concurrency.LocalScheduler.Schedule``1(``0,System.Func{System.Reactive.Concurrency.IScheduler,``0,System.IDisposable})">
            <summary>
            Schedules an action to be executed.
            </summary>
            <typeparam name="TState">The type of the state passed to the scheduled action.</typeparam>
            <param name="state">State passed to the action to be executed.</param>
            <param name="action">Action to be executed.</param>
            <returns>The disposable object used to cancel the scheduled action (best effort).</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="action"/> is <c>null</c>.</exception>
        </member>
        <member name="M:System.Reactive.Concurrency.LocalScheduler.Schedule``1(``0,System.TimeSpan,System.Func{System.Reactive.Concurrency.IScheduler,``0,System.IDisposable})">
            <summary>
            Schedules an action to be executed after dueTime.
            </summary>
            <typeparam name="TState">The type of the state passed to the scheduled action.</typeparam>
            <param name="state">State passed to the action to be executed.</param>
            <param name="action">Action to be executed.</param>
            <param name="dueTime">Relative time after which to execute the action.</param>
            <returns>The disposable object used to cancel the scheduled action (best effort).</returns>
        </member>
        <member name="M:System.Reactive.Concurrency.LocalScheduler.Schedule``1(``0,System.DateTimeOffset,System.Func{System.Reactive.Concurrency.IScheduler,``0,System.IDisposable})">
            <summary>
            Schedules an action to be executed at dueTime.
            </summary>
            <typeparam name="TState">The type of the state passed to the scheduled action.</typeparam>
            <param name="state">State passed to the action to be executed.</param>
            <param name="action">Action to be executed.</param>
            <param name="dueTime">Absolute time at which to execute the action.</param>
            <returns>The disposable object used to cancel the scheduled action (best effort).</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="action"/> is <c>null</c>.</exception>
        </member>
        <member name="M:System.Reactive.Concurrency.LocalScheduler.StartStopwatch">
            <summary>
            Starts a new stopwatch object.
            </summary>
            <returns>New stopwatch object; started at the time of the request.</returns>
            <remarks>
            Platform-specific scheduler implementations should reimplement <see cref="T:System.Reactive.Concurrency.IStopwatchProvider"/>
            to provide a more efficient <see cref="T:System.Reactive.Concurrency.IStopwatch"/> implementation (if available).
            </remarks>
        </member>
        <member name="M:System.Reactive.Concurrency.LocalScheduler.GetService(System.Type)">
            <summary>
            Discovers scheduler services by interface type. The base class implementation returns
            requested services for each scheduler interface implemented by the derived class. For
            more control over service discovery, derived types can override this method.
            </summary>
            <param name="serviceType">Scheduler service interface type to discover.</param>
            <returns>Object implementing the requested service, if available; <c>null</c> otherwise.</returns>
        </member>
        <member name="F:System.Reactive.Concurrency.LocalScheduler.Gate">
            <summary>
            Gate to protect local scheduler queues.
            </summary>
        </member>
        <member name="F:System.Reactive.Concurrency.LocalScheduler.StaticGate">
            <summary>
            Gate to protect queues and to synchronize scheduling decisions and system clock
            change management.
            </summary>
        </member>
        <member name="F:System.Reactive.Concurrency.LocalScheduler.LongTerm">
            <summary>
            Long term work queue. Contains work that's due beyond SHORTTERM, computed at the
            time of enqueueing.
            </summary>
        </member>
        <member name="F:System.Reactive.Concurrency.LocalScheduler.NextLongTermTimer">
            <summary>
            Disposable resource for the long term timer that will reevaluate and dispatch the
            first item in the long term queue. A serial disposable is used to make "dispose
            current and assign new" logic easier. The disposable itself is never disposed.
            </summary>
        </member>
        <member name="F:System.Reactive.Concurrency.LocalScheduler._nextLongTermWorkItem">
            <summary>
            Item at the head of the long term queue for which the current long term timer is
            running. Used to detect changes in the queue and decide whether we should replace
            or can continue using the current timer (because no earlier long term work was
            added to the queue).
            </summary>
        </member>
        <member name="F:System.Reactive.Concurrency.LocalScheduler._shortTerm">
            <summary>
            Short term work queue. Contains work that's due soon, computed at the time of
            enqueueing or upon reevaluation of the long term queue causing migration of work
            items. This queue is kept in order to be able to relocate short term items back
            to the long term queue in case a system clock change occurs.
            </summary>
        </member>
        <member name="F:System.Reactive.Concurrency.LocalScheduler._shortTermWork">
            <summary>
            Set of disposable handles to all of the current short term work Schedule calls,
            allowing those to be cancelled upon a system clock change.
            </summary>
        </member>
        <member name="F:System.Reactive.Concurrency.LocalScheduler.ShortTerm">
            <summary>
            Threshold where an item is considered to be short term work or gets moved from
            long term to short term.
            </summary>
        </member>
        <member name="F:System.Reactive.Concurrency.LocalScheduler.MaxErrorRatio">
            <summary>
            Maximum error ratio for timer drift. We've seen machines with 10s drift on a
            daily basis, which is in the order 10E-4, so we allow for extra margin here.
            This value is used to calculate early arrival for the long term queue timer
            that will reevaluate work for the short term queue.
            
            Example:  -------------------------------...---------------------*-----$
                                                                             ^     ^
                                                                             |     |
                                                                           early  due
                                                                           0.999  1.0
                                                                           
            We also make the gap between early and due at least LONGTOSHORT so we have
            enough time to transition work to short term and as a courtesy to the
            destination scheduler to manage its queues etc.
            </summary>
        </member>
        <member name="F:System.Reactive.Concurrency.LocalScheduler.LongToShort">
            <summary>
            Minimum threshold for the long term timer to fire before the queue is reevaluated
            for short term work. This value is chosen to be less than SHORTTERM in order to
            ensure the timer fires and has work to transition to the short term queue.
            </summary>
        </member>
        <member name="F:System.Reactive.Concurrency.LocalScheduler.RetryShort">
            <summary>
            Threshold used to determine when a short term timer has fired too early compared
            to the absolute due time. This provides a last chance protection against early
            completion of scheduled work, which can happen in case of time adjustment in the
            operating system (cf. GetSystemTimeAdjustment).
            </summary>
        </member>
        <member name="F:System.Reactive.Concurrency.LocalScheduler.MaxSupportedTimer">
            <summary>
            Longest interval supported by timers in the BCL.
            </summary>
        </member>
        <member name="M:System.Reactive.Concurrency.LocalScheduler.#ctor">
            <summary>
            Creates a new local scheduler.
            </summary>
        </member>
        <member name="M:System.Reactive.Concurrency.LocalScheduler.Enqueue``1(``0,System.DateTimeOffset,System.Func{System.Reactive.Concurrency.IScheduler,``0,System.IDisposable})">
            <summary>
            Enqueues absolute time scheduled work in the timer queue or the short term work list.
            </summary>
            <param name="state">State to pass to the action.</param>
            <param name="dueTime">Absolute time to run the work on. The timer queue is responsible to execute the work close to the specified time, also accounting for system clock changes.</param>
            <param name="action">Action to run, potentially recursing into the scheduler.</param>
            <returns>Disposable object to prevent the work from running.</returns>
        </member>
        <member name="M:System.Reactive.Concurrency.LocalScheduler.ScheduleShortTermWork(System.Reactive.Concurrency.LocalScheduler.WorkItem)">
            <summary>
            Schedule work that's due in the short term. This leads to relative scheduling calls to the
            underlying scheduler for short TimeSpan values. If the system clock changes in the meantime,
            the short term work is attempted to be cancelled and reevaluated.
            </summary>
            <param name="item">Work item to schedule in the short term. The caller is responsible to determine the work is indeed short term.</param>
        </member>
        <member name="M:System.Reactive.Concurrency.LocalScheduler.ExecuteNextShortTermWorkItem(System.Reactive.Concurrency.IScheduler,System.IDisposable)">
            <summary>
            Callback to process the next short term work item.
            </summary>
            <param name="scheduler">Recursive scheduler supplied by the underlying scheduler.</param>
            <param name="cancel">Disposable used to identify the work the timer was triggered for (see code for usage).</param>
            <returns>Empty disposable. Recursive work cancellation is wired through the original WorkItem.</returns>
        </member>
        <member name="M:System.Reactive.Concurrency.LocalScheduler.ScheduleLongTermWork(System.Reactive.Concurrency.LocalScheduler.WorkItem)">
            <summary>
            Schedule work that's due on the long term. This leads to the work being queued up for
            eventual transitioning to the short term work list.
            </summary>
            <param name="item">Work item to schedule on the long term. The caller is responsible to determine the work is indeed long term.</param>
        </member>
        <member name="M:System.Reactive.Concurrency.LocalScheduler.UpdateLongTermProcessingTimer">
            <summary>
            Updates the long term timer which is responsible to transition work from the head of the
            long term queue to the short term work list.
            </summary>
            <remarks>Should be called under the scheduler lock.</remarks>
        </member>
        <member name="M:System.Reactive.Concurrency.LocalScheduler.EvaluateLongTermQueue">
            <summary>
            Evaluates the long term queue, transitioning short term work to the short term list,
            and adjusting the new long term processing timer accordingly.
            </summary>
        </member>
        <member name="M:System.Reactive.Concurrency.LocalScheduler.SystemClockChanged(System.Object,System.Reactive.PlatformServices.SystemClockChangedEventArgs)">
            <summary>
            Callback invoked when a system clock change is observed in order to adjust and reevaluate
            the internal scheduling queues.
            </summary>
            <param name="args">Currently not used.</param>
            <param name="sender">Currently not used.</param>
        </member>
        <member name="T:System.Reactive.Concurrency.LocalScheduler.WorkItem">
            <summary>
            Represents a work item in the absolute time scheduler.
            </summary>
            <remarks>
            This type is very similar to ScheduledItem, but we need a different Invoke signature to allow customization
            of the target scheduler (e.g. when called in a recursive scheduling context, see ExecuteNextShortTermWorkItem).
            </remarks>
        </member>
        <member name="T:System.Reactive.Concurrency.LocalScheduler.WorkItem`1">
            <summary>
            Represents a work item that closes over scheduler invocation state. Subtyping is
            used to have a common type for the scheduler queues.
            </summary>
        </member>
        <member name="T:System.Reactive.Concurrency.NewThreadScheduler">
            <summary>
            Represents an object that schedules each unit of work on a separate thread.
            </summary>
        </member>
        <member name="M:System.Reactive.Concurrency.NewThreadScheduler.#ctor">
            <summary>
            Creates an object that schedules each unit of work on a separate thread.
            </summary>
        </member>
        <member name="P:System.Reactive.Concurrency.NewThreadScheduler.Default">
            <summary>
            Gets an instance of this scheduler that uses the default Thread constructor.
            </summary>
        </member>
        <member name="M:System.Reactive.Concurrency.NewThreadScheduler.#ctor(System.Func{System.Threading.ThreadStart,System.Threading.Thread})">
            <summary>
            Creates an object that schedules each unit of work on a separate thread.
            </summary>
            <param name="threadFactory">Factory function for thread creation.</param>
            <exception cref="T:System.ArgumentNullException"><paramref name="threadFactory"/> is <c>null</c>.</exception>
        </member>
        <member name="M:System.Reactive.Concurrency.NewThreadScheduler.Schedule``1(``0,System.TimeSpan,System.Func{System.Reactive.Concurrency.IScheduler,``0,System.IDisposable})">
            <summary>
            Schedules an action to be executed after dueTime.
            </summary>
            <typeparam name="TState">The type of the state passed to the scheduled action.</typeparam>
            <param name="state">State passed to the action to be executed.</param>
            <param name="action">Action to be executed.</param>
            <param name="dueTime">Relative time after which to execute the action.</param>
            <returns>The disposable object used to cancel the scheduled action (best effort).</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="action"/> is <c>null</c>.</exception>
        </member>
        <member name="M:System.Reactive.Concurrency.NewThreadScheduler.ScheduleLongRunning``1(``0,System.Action{``0,System.Reactive.Disposables.ICancelable})">
            <summary>
            Schedules a long-running task by creating a new thread. Cancellation happens through polling.
            </summary>
            <typeparam name="TState">The type of the state passed to the scheduled action.</typeparam>
            <param name="state">State passed to the action to be executed.</param>
            <param name="action">Action to be executed.</param>
            <returns>The disposable object used to cancel the scheduled action (best effort).</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="action"/> is <c>null</c>.</exception>
        </member>
        <member name="M:System.Reactive.Concurrency.NewThreadScheduler.SchedulePeriodic``1(``0,System.TimeSpan,System.Func{``0,``0})">
            <summary>
            Schedules a periodic piece of work by creating a new thread that goes to sleep when work has been dispatched and wakes up again at the next periodic due time.
            </summary>
            <typeparam name="TState">The type of the state passed to the scheduled action.</typeparam>
            <param name="state">Initial state passed to the action upon the first iteration.</param>
            <param name="period">Period for running the work periodically.</param>
            <param name="action">Action to be executed, potentially updating the state.</param>
            <returns>The disposable object used to cancel the scheduled recurring action (best effort).</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="action"/> is <c>null</c>.</exception>
            <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="period"/> is less than <see cref="F:System.TimeSpan.Zero"/>.</exception>
        </member>
        <member name="M:System.Reactive.Concurrency.NewThreadScheduler.StartStopwatch">
            <summary>
            Starts a new stopwatch object.
            </summary>
            <returns>New stopwatch object; started at the time of the request.</returns>
        </member>
        <member name="T:System.Reactive.Concurrency.ScheduledItem`1">
            <summary>
            Abstract base class for scheduled work items.
            </summary>
            <typeparam name="TAbsolute">Absolute time representation type.</typeparam>
        </member>
        <member name="M:System.Reactive.Concurrency.ScheduledItem`1.#ctor(`0,System.Collections.Generic.IComparer{`0})">
            <summary>
            Creates a new scheduled work item to run at the specified time.
            </summary>
            <param name="dueTime">Absolute time at which the work item has to be executed.</param>
            <param name="comparer">Comparer used to compare work items based on their scheduled time.</param>
            <exception cref="T:System.ArgumentNullException"><paramref name="comparer"/> is <c>null</c>.</exception>
        </member>
        <member name="P:System.Reactive.Concurrency.ScheduledItem`1.DueTime">
            <summary>
            Gets the absolute time at which the item is due for invocation.
            </summary>
        </member>
        <member name="M:System.Reactive.Concurrency.ScheduledItem`1.Invoke">
            <summary>
            Invokes the work item.
            </summary>
        </member>
        <member name="M:System.Reactive.Concurrency.ScheduledItem`1.InvokeCore">
            <summary>
            Implement this method to perform the work item invocation, returning a disposable object for deep cancellation.
            </summary>
            <returns>Disposable object used to cancel the work item and/or derived work items.</returns>
        </member>
        <member name="M:System.Reactive.Concurrency.ScheduledItem`1.CompareTo(System.Reactive.Concurrency.ScheduledItem{`0})">
            <summary>
            Compares the work item with another work item based on absolute time values.
            </summary>
            <param name="other">Work item to compare the current work item to.</param>
            <returns>Relative ordering between this and the specified work item.</returns>
            <remarks>The inequality operators are overloaded to provide results consistent with the <see cref="T:System.IComparable"/> implementation. Equality operators implement traditional reference equality semantics.</remarks>
        </member>
        <member name="M:System.Reactive.Concurrency.ScheduledItem`1.op_LessThan(System.Reactive.Concurrency.ScheduledItem{`0},System.Reactive.Concurrency.ScheduledItem{`0})">
            <summary>
            Determines whether one specified <see cref="T:System.Reactive.Concurrency.ScheduledItem`1" /> object is due before a second specified <see cref="T:System.Reactive.Concurrency.ScheduledItem`1" /> object.
            </summary>
            <param name="left">The first object to compare.</param>
            <param name="right">The second object to compare.</param>
            <returns><c>true</c> if the <see cref="P:System.Reactive.Concurrency.ScheduledItem`1.DueTime"/> value of left is earlier than the <see cref="P:System.Reactive.Concurrency.ScheduledItem`1.DueTime"/> value of right; otherwise, <c>false</c>.</returns>
            <remarks>This operator provides results consistent with the <see cref="T:System.IComparable"/> implementation.</remarks>
        </member>
        <member name="M:System.Reactive.Concurrency.ScheduledItem`1.op_LessThanOrEqual(System.Reactive.Concurrency.ScheduledItem{`0},System.Reactive.Concurrency.ScheduledItem{`0})">
            <summary>
            Determines whether one specified <see cref="T:System.Reactive.Concurrency.ScheduledItem`1" /> object is due before or at the same of a second specified <see cref="T:System.Reactive.Concurrency.ScheduledItem`1" /> object.
            </summary>
            <param name="left">The first object to compare.</param>
            <param name="right">The second object to compare.</param>
            <returns><c>true</c> if the <see cref="P:System.Reactive.Concurrency.ScheduledItem`1.DueTime"/> value of left is earlier than or simultaneous with the <see cref="P:System.Reactive.Concurrency.ScheduledItem`1.DueTime"/> value of right; otherwise, <c>false</c>.</returns>
            <remarks>This operator provides results consistent with the <see cref="T:System.IComparable"/> implementation.</remarks>
        </member>
        <member name="M:System.Reactive.Concurrency.ScheduledItem`1.op_GreaterThan(System.Reactive.Concurrency.ScheduledItem{`0},System.Reactive.Concurrency.ScheduledItem{`0})">
            <summary>
            Determines whether one specified <see cref="T:System.Reactive.Concurrency.ScheduledItem`1" /> object is due after a second specified <see cref="T:System.Reactive.Concurrency.ScheduledItem`1" /> object.
            </summary>
            <param name="left">The first object to compare.</param>
            <param name="right">The second object to compare.</param>
            <returns><c>true</c> if the <see cref="P:System.Reactive.Concurrency.ScheduledItem`1.DueTime"/> value of left is later than the <see cref="P:System.Reactive.Concurrency.ScheduledItem`1.DueTime"/> value of right; otherwise, <c>false</c>.</returns>
            <remarks>This operator provides results consistent with the <see cref="T:System.IComparable"/> implementation.</remarks>
        </member>
        <member name="M:System.Reactive.Concurrency.ScheduledItem`1.op_GreaterThanOrEqual(System.Reactive.Concurrency.ScheduledItem{`0},System.Reactive.Concurrency.ScheduledItem{`0})">
            <summary>
            Determines whether one specified <see cref="T:System.Reactive.Concurrency.ScheduledItem`1" /> object is due after or at the same time of a second specified <see cref="T:System.Reactive.Concurrency.ScheduledItem`1" /> object.
            </summary>
            <param name="left">The first object to compare.</param>
            <param name="right">The second object to compare.</param>
            <returns><c>true</c> if the <see cref="P:System.Reactive.Concurrency.ScheduledItem`1.DueTime"/> value of left is later than or simultaneous with the <see cref="P:System.Reactive.Concurrency.ScheduledItem`1.DueTime"/> value of right; otherwise, <c>false</c>.</returns>
            <remarks>This operator provides results consistent with the <see cref="T:System.IComparable"/> implementation.</remarks>
        </member>
        <member name="M:System.Reactive.Concurrency.ScheduledItem`1.op_Equality(System.Reactive.Concurrency.ScheduledItem{`0},System.Reactive.Concurrency.ScheduledItem{`0})">
            <summary>
            Determines whether two specified <see cref="T:System.Reactive.Concurrency.ScheduledItem`2" /> objects are equal.
            </summary>
            <param name="left">The first object to compare.</param>
            <param name="right">The second object to compare.</param>
            <returns><c>true</c> if both <see cref="T:System.Reactive.Concurrency.ScheduledItem`2" /> are equal; otherwise, <c>false</c>.</returns>
            <remarks>This operator does not provide results consistent with the IComparable implementation. Instead, it implements reference equality.</remarks>
        </member>
        <member name="M:System.Reactive.Concurrency.ScheduledItem`1.op_Inequality(System.Reactive.Concurrency.ScheduledItem{`0},System.Reactive.Concurrency.ScheduledItem{`0})">
            <summary>
            Determines whether two specified <see cref="T:System.Reactive.Concurrency.ScheduledItem`2" /> objects are inequal.
            </summary>
            <param name="left">The first object to compare.</param>
            <param name="right">The second object to compare.</param>
            <returns><c>true</c> if both <see cref="T:System.Reactive.Concurrency.ScheduledItem`2" /> are inequal; otherwise, <c>false</c>.</returns>
            <remarks>This operator does not provide results consistent with the IComparable implementation. Instead, it implements reference equality.</remarks>
        </member>
        <member name="M:System.Reactive.Concurrency.ScheduledItem`1.Equals(System.Object)">
            <summary>
            Determines whether a <see cref="T:System.Reactive.Concurrency.ScheduledItem`1" /> object is equal to the specified object.
            </summary>
            <param name="obj">The object to compare to the current <see cref="T:System.Reactive.Concurrency.ScheduledItem`1" /> object.</param>
            <returns><c>true</c> if the obj parameter is a <see cref="T:System.Reactive.Concurrency.ScheduledItem`1" /> object and is equal to the current <see cref="T:System.Reactive.Concurrency.ScheduledItem`1" /> object; otherwise, <c>false</c>.</returns>
        </member>
        <member name="M:System.Reactive.Concurrency.ScheduledItem`1.GetHashCode">
            <summary>
            Returns the hash code for the current <see cref="T:System.Reactive.Concurrency.ScheduledItem`1" /> object.
            </summary>
            <returns>A 32-bit signed integer hash code.</returns>
        </member>
        <member name="M:System.Reactive.Concurrency.ScheduledItem`1.Cancel">
            <summary>
            Cancels the work item by disposing the resource returned by <see cref="M:System.Reactive.Concurrency.ScheduledItem`1.InvokeCore"/> as soon as possible.
            </summary>
        </member>
        <member name="P:System.Reactive.Concurrency.ScheduledItem`1.IsCanceled">
            <summary>
            Gets whether the work item has received a cancellation request.
            </summary>
        </member>
        <member name="T:System.Reactive.Concurrency.ScheduledItem`2">
            <summary>
            Represents a scheduled work item based on the materialization of an IScheduler.Schedule method call.
            </summary>
            <typeparam name="TAbsolute">Absolute time representation type.</typeparam>
            <typeparam name="TValue">Type of the state passed to the scheduled action.</typeparam>
        </member>
        <member name="M:System.Reactive.Concurrency.ScheduledItem`2.#ctor(System.Reactive.Concurrency.IScheduler,`1,System.Func{System.Reactive.Concurrency.IScheduler,`1,System.IDisposable},`0,System.Collections.Generic.IComparer{`0})">
            <summary>
            Creates a materialized work item.
            </summary>
            <param name="scheduler">Recursive scheduler to invoke the scheduled action with.</param>
            <param name="state">State to pass to the scheduled action.</param>
            <param name="action">Scheduled action.</param>
            <param name="dueTime">Time at which to run the scheduled action.</param>
            <param name="comparer">Comparer used to compare work items based on their scheduled time.</param>
            <exception cref="T:System.ArgumentNullException"><paramref name="scheduler"/> or <paramref name="action"/> or <paramref name="comparer"/> is <c>null</c>.</exception>
        </member>
        <member name="M:System.Reactive.Concurrency.ScheduledItem`2.#ctor(System.Reactive.Concurrency.IScheduler,`1,System.Func{System.Reactive.Concurrency.IScheduler,`1,System.IDisposable},`0)">
            <summary>
            Creates a materialized work item.
            </summary>
            <param name="scheduler">Recursive scheduler to invoke the scheduled action with.</param>
            <param name="state">State to pass to the scheduled action.</param>
            <param name="action">Scheduled action.</param>
            <param name="dueTime">Time at which to run the scheduled action.</param>
            <exception cref="T:System.ArgumentNullException"><paramref name="scheduler"/> or <paramref name="action"/> is <c>null</c>.</exception>
        </member>
        <member name="M:System.Reactive.Concurrency.ScheduledItem`2.InvokeCore">
            <summary>
            Invokes the scheduled action with the supplied recursive scheduler and state.
            </summary>
            <returns>Cancellation resource returned by the scheduled action.</returns>
        </member>
        <member name="T:System.Reactive.Concurrency.Scheduler">
            <summary>
            Provides a set of static properties to access commonly used schedulers.
            </summary>
        </member>
        <member name="M:System.Reactive.Concurrency.Scheduler.Yield(System.Reactive.Concurrency.IScheduler)">
            <summary>
            Yields execution of the current work item on the scheduler to another work item on the scheduler.
            The caller should await the result of calling Yield to schedule the remainder of the current work item (known as the continuation).
            </summary>
            <param name="scheduler">Scheduler to yield work on.</param>
            <returns>Scheduler operation object to await in order to schedule the continuation.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="scheduler"/> is <c>null</c>.</exception>
        </member>
        <member name="M:System.Reactive.Concurrency.Scheduler.Yield(System.Reactive.Concurrency.IScheduler,System.Threading.CancellationToken)">
            <summary>
            Yields execution of the current work item on the scheduler to another work item on the scheduler.
            The caller should await the result of calling Yield to schedule the remainder of the current work item (known as the continuation).
            </summary>
            <param name="scheduler">Scheduler to yield work on.</param>
            <param name="cancellationToken">Cancellation token to cancel the continuation to run.</param>
            <returns>Scheduler operation object to await in order to schedule the continuation.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="scheduler"/> is <c>null</c>.</exception>
        </member>
        <member name="M:System.Reactive.Concurrency.Scheduler.Sleep(System.Reactive.Concurrency.IScheduler,System.TimeSpan)">
            <summary>
            Suspends execution of the current work item on the scheduler for the specified duration.
            The caller should await the result of calling Sleep to schedule the remainder of the current work item (known as the continuation) after the specified duration.
            </summary>
            <param name="scheduler">Scheduler to yield work on.</param>
            <param name="dueTime">Time when the continuation should run.</param>
            <returns>Scheduler operation object to await in order to schedule the continuation.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="scheduler"/> is <c>null</c>.</exception>
        </member>
        <member name="M:System.Reactive.Concurrency.Scheduler.Sleep(System.Reactive.Concurrency.IScheduler,System.TimeSpan,System.Threading.CancellationToken)">
            <summary>
            Suspends execution of the current work item on the scheduler for the specified duration.
            The caller should await the result of calling Sleep to schedule the remainder of the current work item (known as the continuation) after the specified duration.
            </summary>
            <param name="scheduler">Scheduler to yield work on.</param>
            <param name="dueTime">Time when the continuation should run.</param>
            <param name="cancellationToken">Cancellation token to cancel the continuation to run.</param>
            <returns>Scheduler operation object to await in order to schedule the continuation.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="scheduler"/> is <c>null</c>.</exception>
        </member>
        <member name="M:System.Reactive.Concurrency.Scheduler.Sleep(System.Reactive.Concurrency.IScheduler,System.DateTimeOffset)">
            <summary>
            Suspends execution of the current work item on the scheduler until the specified due time.
            The caller should await the result of calling Sleep to schedule the remainder of the current work item (known as the continuation) at the specified due time.
            </summary>
            <param name="scheduler">Scheduler to yield work on.</param>
            <param name="dueTime">Time when the continuation should run.</param>
            <returns>Scheduler operation object to await in order to schedule the continuation.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="scheduler"/> is <c>null</c>.</exception>
        </member>
        <member name="M:System.Reactive.Concurrency.Scheduler.Sleep(System.Reactive.Concurrency.IScheduler,System.DateTimeOffset,System.Threading.CancellationToken)">
            <summary>
            Suspends execution of the current work item on the scheduler until the specified due time.
            The caller should await the result of calling Sleep to schedule the remainder of the current work item (known as the continuation) at the specified due time.
            </summary>
            <param name="scheduler">Scheduler to yield work on.</param>
            <param name="dueTime">Time when the continuation should run.</param>
            <param name="cancellationToken">Cancellation token to cancel the continuation to run.</param>
            <returns>Scheduler operation object to await in order to schedule the continuation.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="scheduler"/> is <c>null</c>.</exception>
        </member>
        <member name="M:System.Reactive.Concurrency.Scheduler.ScheduleAsync``1(System.Reactive.Concurrency.IScheduler,``0,System.Func{System.Reactive.Concurrency.IScheduler,``0,System.Threading.CancellationToken,System.Threading.Tasks.Task})">
            <summary>
            Schedules work using an asynchronous method, allowing for cooperative scheduling in an imperative coding style.
            </summary>
            <typeparam name="TState">The type of the state passed to the scheduled action.</typeparam>
            <param name="scheduler">Scheduler to schedule work on.</param>
            <param name="state">State to pass to the asynchronous method.</param>
            <param name="action">Asynchronous method to run the work, using Yield and Sleep operations for cooperative scheduling and injection of cancellation points.</param>
            <returns>Disposable object that allows to cancel outstanding work on cooperative cancellation points or through the cancellation token passed to the asynchronous method.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="scheduler"/> or <paramref name="action"/> is <c>null</c>.</exception>
        </member>
        <member name="M:System.Reactive.Concurrency.Scheduler.ScheduleAsync``1(System.Reactive.Concurrency.IScheduler,``0,System.Func{System.Reactive.Concurrency.IScheduler,``0,System.Threading.CancellationToken,System.Threading.Tasks.Task{System.IDisposable}})">
            <summary>
            Schedules work using an asynchronous method, allowing for cooperative scheduling in an imperative coding style.
            </summary>
            <typeparam name="TState">The type of the state passed to the scheduled action.</typeparam>
            <param name="scheduler">Scheduler to schedule work on.</param>
            <param name="state">State to pass to the asynchronous method.</param>
            <param name="action">Asynchronous method to run the work, using Yield and Sleep operations for cooperative scheduling and injection of cancellation points.</param>
            <returns>Disposable object that allows to cancel outstanding work on cooperative cancellation points or through the cancellation token passed to the asynchronous method.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="scheduler"/> or <paramref name="action"/> is <c>null</c>.</exception>
        </member>
        <member name="M:System.Reactive.Concurrency.Scheduler.ScheduleAsync(System.Reactive.Concurrency.IScheduler,System.Func{System.Reactive.Concurrency.IScheduler,System.Threading.CancellationToken,System.Threading.Tasks.Task})">
            <summary>
            Schedules work using an asynchronous method, allowing for cooperative scheduling in an imperative coding style.
            </summary>
            <param name="scheduler">Scheduler to schedule work on.</param>
            <param name="action">Asynchronous method to run the work, using Yield and Sleep operations for cooperative scheduling and injection of cancellation points.</param>
            <returns>Disposable object that allows to cancel outstanding work on cooperative cancellation points or through the cancellation token passed to the asynchronous method.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="scheduler"/> or <paramref name="action"/> is <c>null</c>.</exception>
        </member>
        <member name="M:System.Reactive.Concurrency.Scheduler.ScheduleAsync(System.Reactive.Concurrency.IScheduler,System.Func{System.Reactive.Concurrency.IScheduler,System.Threading.CancellationToken,System.Threading.Tasks.Task{System.IDisposable}})">
            <summary>
            Schedules work using an asynchronous method, allowing for cooperative scheduling in an imperative coding style.
            </summary>
            <param name="scheduler">Scheduler to schedule work on.</param>
            <param name="action">Asynchronous method to run the work, using Yield and Sleep operations for cooperative scheduling and injection of cancellation points.</param>
            <returns>Disposable object that allows to cancel outstanding work on cooperative cancellation points or through the cancellation token passed to the asynchronous method.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="scheduler"/> or <paramref name="action"/> is <c>null</c>.</exception>
        </member>
        <member name="M:System.Reactive.Concurrency.Scheduler.ScheduleAsync``1(System.Reactive.Concurrency.IScheduler,``0,System.TimeSpan,System.Func{System.Reactive.Concurrency.IScheduler,``0,System.Threading.CancellationToken,System.Threading.Tasks.Task})">
            <summary>
            Schedules work using an asynchronous method, allowing for cooperative scheduling in an imperative coding style.
            </summary>
            <typeparam name="TState">The type of the state passed to the scheduled action.</typeparam>
            <param name="scheduler">Scheduler to schedule work on.</param>
            <param name="state">State to pass to the asynchronous method.</param>
            <param name="dueTime">Relative time after which to execute the action.</param>
            <param name="action">Asynchronous method to run the work, using Yield and Sleep operations for cooperative scheduling and injection of cancellation points.</param>
            <returns>Disposable object that allows to cancel outstanding work on cooperative cancellation points or through the cancellation token passed to the asynchronous method.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="scheduler"/> or <paramref name="action"/> is <c>null</c>.</exception>
        </member>
        <member name="M:System.Reactive.Concurrency.Scheduler.ScheduleAsync``1(System.Reactive.Concurrency.IScheduler,``0,System.TimeSpan,System.Func{System.Reactive.Concurrency.IScheduler,``0,System.Threading.CancellationToken,System.Threading.Tasks.Task{System.IDisposable}})">
            <summary>
            Schedules work using an asynchronous method, allowing for cooperative scheduling in an imperative coding style.
            </summary>
            <typeparam name="TState">The type of the state passed to the scheduled action.</typeparam>
            <param name="scheduler">Scheduler to schedule work on.</param>
            <param name="state">State to pass to the asynchronous method.</param>
            <param name="dueTime">Relative time after which to execute the action.</param>
            <param name="action">Asynchronous method to run the work, using Yield and Sleep operations for cooperative scheduling and injection of cancellation points.</param>
            <returns>Disposable object that allows to cancel outstanding work on cooperative cancellation points or through the cancellation token passed to the asynchronous method.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="scheduler"/> or <paramref name="action"/> is <c>null</c>.</exception>
        </member>
        <member name="M:System.Reactive.Concurrency.Scheduler.ScheduleAsync(System.Reactive.Concurrency.IScheduler,System.TimeSpan,System.Func{System.Reactive.Concurrency.IScheduler,System.Threading.CancellationToken,System.Threading.Tasks.Task})">
            <summary>
            Schedules work using an asynchronous method, allowing for cooperative scheduling in an imperative coding style.
            </summary>
            <param name="scheduler">Scheduler to schedule work on.</param>
            <param name="dueTime">Relative time after which to execute the action.</param>
            <param name="action">Asynchronous method to run the work, using Yield and Sleep operations for cooperative scheduling and injection of cancellation points.</param>
            <returns>Disposable object that allows to cancel outstanding work on cooperative cancellation points or through the cancellation token passed to the asynchronous method.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="scheduler"/> or <paramref name="action"/> is <c>null</c>.</exception>
        </member>
        <member name="M:System.Reactive.Concurrency.Scheduler.ScheduleAsync(System.Reactive.Concurrency.IScheduler,System.TimeSpan,System.Func{System.Reactive.Concurrency.IScheduler,System.Threading.CancellationToken,System.Threading.Tasks.Task{System.IDisposable}})">
            <summary>
            Schedules work using an asynchronous method, allowing for cooperative scheduling in an imperative coding style.
            </summary>
            <param name="scheduler">Scheduler to schedule work on.</param>
            <param name="dueTime">Relative time after which to execute the action.</param>
            <param name="action">Asynchronous method to run the work, using Yield and Sleep operations for cooperative scheduling and injection of cancellation points.</param>
            <returns>Disposable object that allows to cancel outstanding work on cooperative cancellation points or through the cancellation token passed to the asynchronous method.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="scheduler"/> or <paramref name="action"/> is <c>null</c>.</exception>
        </member>
        <member name="M:System.Reactive.Concurrency.Scheduler.ScheduleAsync``1(System.Reactive.Concurrency.IScheduler,``0,System.DateTimeOffset,System.Func{System.Reactive.Concurrency.IScheduler,``0,System.Threading.CancellationToken,System.Threading.Tasks.Task})">
            <summary>
            Schedules work using an asynchronous method, allowing for cooperative scheduling in an imperative coding style.
            </summary>
            <typeparam name="TState">The type of the state passed to the scheduled action.</typeparam>
            <param name="scheduler">Scheduler to schedule work on.</param>
            <param name="state">State to pass to the asynchronous method.</param>
            <param name="dueTime">Absolute time at which to execute the action.</param>
            <param name="action">Asynchronous method to run the work, using Yield and Sleep operations for cooperative scheduling and injection of cancellation points.</param>
            <returns>Disposable object that allows to cancel outstanding work on cooperative cancellation points or through the cancellation token passed to the asynchronous method.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="scheduler"/> or <paramref name="action"/> is <c>null</c>.</exception>
        </member>
        <member name="M:System.Reactive.Concurrency.Scheduler.ScheduleAsync``1(System.Reactive.Concurrency.IScheduler,``0,System.DateTimeOffset,System.Func{System.Reactive.Concurrency.IScheduler,``0,System.Threading.CancellationToken,System.Threading.Tasks.Task{System.IDisposable}})">
            <summary>
            Schedules work using an asynchronous method, allowing for cooperative scheduling in an imperative coding style.
            </summary>
            <typeparam name="TState">The type of the state passed to the scheduled action.</typeparam>
            <param name="scheduler">Scheduler to schedule work on.</param>
            <param name="state">State to pass to the asynchronous method.</param>
            <param name="dueTime">Absolute time at which to execute the action.</param>
            <param name="action">Asynchronous method to run the work, using Yield and Sleep operations for cooperative scheduling and injection of cancellation points.</param>
            <returns>Disposable object that allows to cancel outstanding work on cooperative cancellation points or through the cancellation token passed to the asynchronous method.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="scheduler"/> or <paramref name="action"/> is <c>null</c>.</exception>
        </member>
        <member name="M:System.Reactive.Concurrency.Scheduler.ScheduleAsync(System.Reactive.Concurrency.IScheduler,System.DateTimeOffset,System.Func{System.Reactive.Concurrency.IScheduler,System.Threading.CancellationToken,System.Threading.Tasks.Task})">
            <summary>
            Schedules work using an asynchronous method, allowing for cooperative scheduling in an imperative coding style.
            </summary>
            <param name="scheduler">Scheduler to schedule work on.</param>
            <param name="dueTime">Absolute time at which to execute the action.</param>
            <param name="action">Asynchronous method to run the work, using Yield and Sleep operations for cooperative scheduling and injection of cancellation points.</param>
            <returns>Disposable object that allows to cancel outstanding work on cooperative cancellation points or through the cancellation token passed to the asynchronous method.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="scheduler"/> or <paramref name="action"/> is <c>null</c>.</exception>
        </member>
        <member name="M:System.Reactive.Concurrency.Scheduler.ScheduleAsync(System.Reactive.Concurrency.IScheduler,System.DateTimeOffset,System.Func{System.Reactive.Concurrency.IScheduler,System.Threading.CancellationToken,System.Threading.Tasks.Task{System.IDisposable}})">
            <summary>
            Schedules work using an asynchronous method, allowing for cooperative scheduling in an imperative coding style.
            </summary>
            <param name="scheduler">Scheduler to schedule work on.</param>
            <param name="dueTime">Absolute time at which to execute the action.</param>
            <param name="action">Asynchronous method to run the work, using Yield and Sleep operations for cooperative scheduling and injection of cancellation points.</param>
            <returns>Disposable object that allows to cancel outstanding work on cooperative cancellation points or through the cancellation token passed to the asynchronous method.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="scheduler"/> or <paramref name="action"/> is <c>null</c>.</exception>
        </member>
        <member name="P:System.Reactive.Concurrency.Scheduler.Now">
            <summary>
            Gets the current time according to the local machine's system clock.
            </summary>
        </member>
        <member name="M:System.Reactive.Concurrency.Scheduler.Normalize(System.TimeSpan)">
            <summary>
            Normalizes the specified <see cref="T:System.TimeSpan"/> value to a positive value.
            </summary>
            <param name="timeSpan">The <see cref="T:System.TimeSpan"/> value to normalize.</param>
            <returns>The specified TimeSpan value if it is zero or positive; otherwise, <see cref="F:System.TimeSpan.Zero"/>.</returns>
        </member>
        <member name="P:System.Reactive.Concurrency.Scheduler.Immediate">
            <summary>
            Gets a scheduler that schedules work immediately on the current thread.
            </summary>
        </member>
        <member name="P:System.Reactive.Concurrency.Scheduler.CurrentThread">
            <summary>
            Gets a scheduler that schedules work as soon as possible on the current thread.
            </summary>
        </member>
        <member name="P:System.Reactive.Concurrency.Scheduler.Default">
            <summary>
            Gets a scheduler that schedules work on the platform's default scheduler.
            </summary>
        </member>
        <member name="P:System.Reactive.Concurrency.Scheduler.ThreadPool">
            <summary>
            Gets a scheduler that schedules work on the thread pool.
            </summary>
        </member>
        <member name="P:System.Reactive.Concurrency.Scheduler.NewThread">
            <summary>
            Gets a scheduler that schedules work on a new thread using default thread creation options.
            </summary>
        </member>
        <member name="P:System.Reactive.Concurrency.Scheduler.TaskPool">
            <summary>
            Gets a scheduler that schedules work on Task Parallel Library (TPL) task pool using the default TaskScheduler.
            </summary>
        </member>
        <member name="M:System.Reactive.Concurrency.Scheduler.Schedule(System.Reactive.Concurrency.IScheduler,System.Action{System.Action})">
            <summary>
            Schedules an action to be executed recursively.
            </summary>
            <param name="scheduler">Scheduler to execute the recursive action on.</param>
            <param name="action">Action to execute recursively. The parameter passed to the action is used to trigger recursive scheduling of the action.</param>
            <returns>The disposable object used to cancel the scheduled action (best effort).</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="scheduler"/> or <paramref name="action"/> is <c>null</c>.</exception>
        </member>
        <member name="M:System.Reactive.Concurrency.Scheduler.Schedule``1(System.Reactive.Concurrency.IScheduler,``0,System.Action{``0,System.Action{``0}})">
            <summary>
            Schedules an action to be executed recursively.
            </summary>
            <typeparam name="TState">The type of the state passed to the scheduled action.</typeparam>
            <param name="scheduler">Scheduler to execute the recursive action on.</param>
            <param name="state">State passed to the action to be executed.</param>
            <param name="action">Action to execute recursively. The last parameter passed to the action is used to trigger recursive scheduling of the action, passing in recursive invocation state.</param>
            <returns>The disposable object used to cancel the scheduled action (best effort).</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="scheduler"/> or <paramref name="action"/> is <c>null</c>.</exception>
        </member>
        <member name="M:System.Reactive.Concurrency.Scheduler.Schedule(System.Reactive.Concurrency.IScheduler,System.TimeSpan,System.Action{System.Action{System.TimeSpan}})">
            <summary>
            Schedules an action to be executed recursively after a specified relative due time.
            </summary>
            <param name="scheduler">Scheduler to execute the recursive action on.</param>
            <param name="action">Action to execute recursively. The parameter passed to the action is used to trigger recursive scheduling of the action at the specified relative time.</param>
            <param name="dueTime">Relative time after which to execute the action for the first time.</param>
            <returns>The disposable object used to cancel the scheduled action (best effort).</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="scheduler"/> or <paramref name="action"/> is <c>null</c>.</exception>
        </member>
        <member name="M:System.Reactive.Concurrency.Scheduler.Schedule``1(System.Reactive.Concurrency.IScheduler,``0,System.TimeSpan,System.Action{``0,System.Action{``0,System.TimeSpan}})">
            <summary>
            Schedules an action to be executed recursively after a specified relative due time.
            </summary>
            <typeparam name="TState">The type of the state passed to the scheduled action.</typeparam>
            <param name="scheduler">Scheduler to execute the recursive action on.</param>
            <param name="state">State passed to the action to be executed.</param>
            <param name="action">Action to execute recursively. The last parameter passed to the action is used to trigger recursive scheduling of the action, passing in the recursive due time and invocation state.</param>
            <param name="dueTime">Relative time after which to execute the action for the first time.</param>
            <returns>The disposable object used to cancel the scheduled action (best effort).</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="scheduler"/> or <paramref name="action"/> is <c>null</c>.</exception>
        </member>
        <member name="M:System.Reactive.Concurrency.Scheduler.Schedule(System.Reactive.Concurrency.IScheduler,System.DateTimeOffset,System.Action{System.Action{System.DateTimeOffset}})">
            <summary>
            Schedules an action to be executed recursively at a specified absolute due time.
            </summary>
            <param name="scheduler">Scheduler to execute the recursive action on.</param>
            <param name="action">Action to execute recursively. The parameter passed to the action is used to trigger recursive scheduling of the action at the specified absolute time.</param>
            <param name="dueTime">Absolute time at which to execute the action for the first time.</param>
            <returns>The disposable object used to cancel the scheduled action (best effort).</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="scheduler"/> or <paramref name="action"/> is <c>null</c>.</exception>
        </member>
        <member name="M:System.Reactive.Concurrency.Scheduler.Schedule``1(System.Reactive.Concurrency.IScheduler,``0,System.DateTimeOffset,System.Action{``0,System.Action{``0,System.DateTimeOffset}})">
            <summary>
            Schedules an action to be executed recursively at a specified absolute due time.
            </summary>
            <typeparam name="TState">The type of the state passed to the scheduled action.</typeparam>
            <param name="scheduler">Scheduler to execute the recursive action on.</param>
            <param name="state">State passed to the action to be executed.</param>
            <param name="action">Action to execute recursively. The last parameter passed to the action is used to trigger recursive scheduling of the action, passing in the recursive due time and invocation state.</param>
            <param name="dueTime">Absolute time at which to execute the action for the first time.</param>
            <returns>The disposable object used to cancel the scheduled action (best effort).</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="scheduler"/> or <paramref name="action"/> is <c>null</c>.</exception>
        </member>
        <member name="M:System.Reactive.Concurrency.Scheduler.AsLongRunning(System.Reactive.Concurrency.IScheduler)">
            <summary>
            Returns the <see cref="T:System.Reactive.Concurrency.ISchedulerLongRunning"/> implementation of the specified scheduler, or <c>null</c> if no such implementation is available.
            </summary>
            <param name="scheduler">Scheduler to get the <see cref="T:System.Reactive.Concurrency.ISchedulerLongRunning"/> implementation for.</param>
            <returns>The scheduler's <see cref="T:System.Reactive.Concurrency.ISchedulerLongRunning"/> implementation if available; <c>null</c> otherwise.</returns>
            <remarks>
            This helper method is made available for query operator authors in order to discover scheduler services by using the required
            IServiceProvider pattern, which allows for interception or redefinition of scheduler services.
            </remarks>
        </member>
        <member name="M:System.Reactive.Concurrency.Scheduler.AsStopwatchProvider(System.Reactive.Concurrency.IScheduler)">
            <summary>
            Returns the <see cref="T:System.Reactive.Concurrency.IStopwatchProvider"/> implementation of the specified scheduler, or <c>null</c> if no such implementation is available.
            </summary>
            <param name="scheduler">Scheduler to get the <see cref="T:System.Reactive.Concurrency.IStopwatchProvider"/> implementation for.</param>
            <returns>The scheduler's <see cref="T:System.Reactive.Concurrency.IStopwatchProvider"/> implementation if available; <c>null</c> otherwise.</returns>
            <remarks>
            <para>
            This helper method is made available for query operator authors in order to discover scheduler services by using the required
            IServiceProvider pattern, which allows for interception or redefinition of scheduler services.
            </para>
            <para>
            Consider using <see cref="M:System.Reactive.Concurrency.Scheduler.StartStopwatch(System.Reactive.Concurrency.IScheduler)"/> in case a stopwatch is required, but use of emulation stopwatch based
            on the scheduler's clock is acceptable. Use of this method is recommended for best-effort use of the stopwatch provider
            scheduler service, where the caller falls back to not using stopwatches if this facility wasn't found.
            </para>
            </remarks>
        </member>
        <member name="M:System.Reactive.Concurrency.Scheduler.AsPeriodic(System.Reactive.Concurrency.IScheduler)">
            <summary>
            Returns the <see cref="T:System.Reactive.Concurrency.ISchedulerPeriodic"/> implementation of the specified scheduler, or <c>null</c> if no such implementation is available.
            </summary>
            <param name="scheduler">Scheduler to get the <see cref="T:System.Reactive.Concurrency.ISchedulerPeriodic"/> implementation for.</param>
            <returns>The scheduler's <see cref="T:System.Reactive.Concurrency.ISchedulerPeriodic"/> implementation if available; <c>null</c> otherwise.</returns>
            <remarks>
            <para>
            This helper method is made available for query operator authors in order to discover scheduler services by using the required
            IServiceProvider pattern, which allows for interception or redefinition of scheduler services.
            </para>
            <para>
            Consider using the <see cref="M:System.Reactive.Concurrency.Scheduler.SchedulePeriodic(System.Reactive.Concurrency.IScheduler,System.TimeSpan,System.Action)"/> extension methods for <see cref="T:System.Reactive.Concurrency.IScheduler"/> in case periodic scheduling
            is required and emulation of periodic behavior using other scheduler services is desirable. Use of this method is recommended
            for best-effort use of the periodic scheduling service, where the caller falls back to not using periodic scheduling if this
            facility wasn't found.
            </para>
            </remarks>
        </member>
        <member name="M:System.Reactive.Concurrency.Scheduler.SchedulePeriodic``1(System.Reactive.Concurrency.IScheduler,``0,System.TimeSpan,System.Func{``0,``0})">
            <summary>
            Schedules a periodic piece of work by dynamically discovering the scheduler's capabilities.
            If the scheduler supports periodic scheduling, the request will be forwarded to the periodic scheduling implementation.
            If the scheduler provides stopwatch functionality, the periodic task will be emulated using recursive scheduling with a stopwatch to correct for time slippage.
            Otherwise, the periodic task will be emulated using recursive scheduling.
            </summary>
            <typeparam name="TState">The type of the state passed to the scheduled action.</typeparam>
            <param name="scheduler">The scheduler to run periodic work on.</param>
            <param name="state">Initial state passed to the action upon the first iteration.</param>
            <param name="period">Period for running the work periodically.</param>
            <param name="action">Action to be executed, potentially updating the state.</param>
            <returns>The disposable object used to cancel the scheduled recurring action (best effort).</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="scheduler"/> or <paramref name="action"/> is <c>null</c>.</exception>
            <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="period"/> is less than <see cref="F:System.TimeSpan.Zero"/>.</exception>
        </member>
        <member name="M:System.Reactive.Concurrency.Scheduler.SchedulePeriodic``1(System.Reactive.Concurrency.IScheduler,``0,System.TimeSpan,System.Action{``0})">
            <summary>
            Schedules a periodic piece of work by dynamically discovering the scheduler's capabilities.
            If the scheduler supports periodic scheduling, the request will be forwarded to the periodic scheduling implementation.
            If the scheduler provides stopwatch functionality, the periodic task will be emulated using recursive scheduling with a stopwatch to correct for time slippage.
            Otherwise, the periodic task will be emulated using recursive scheduling.
            </summary>
            <typeparam name="TState">The type of the state passed to the scheduled action.</typeparam>
            <param name="scheduler">Scheduler to execute the action on.</param>
            <param name="state">State passed to the action to be executed.</param>
            <param name="period">Period for running the work periodically.</param>
            <param name="action">Action to be executed.</param>
            <returns>The disposable object used to cancel the scheduled recurring action (best effort).</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="scheduler"/> or <paramref name="action"/> is <c>null</c>.</exception>
            <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="period"/> is less than <see cref="F:System.TimeSpan.Zero"/>.</exception>
        </member>
        <member name="M:System.Reactive.Concurrency.Scheduler.SchedulePeriodic(System.Reactive.Concurrency.IScheduler,System.TimeSpan,System.Action)">
            <summary>
            Schedules a periodic piece of work by dynamically discovering the scheduler's capabilities.
            If the scheduler supports periodic scheduling, the request will be forwarded to the periodic scheduling implementation.
            If the scheduler provides stopwatch functionality, the periodic task will be emulated using recursive scheduling with a stopwatch to correct for time slippage.
            Otherwise, the periodic task will be emulated using recursive scheduling.
            </summary>
            <param name="scheduler">Scheduler to execute the action on.</param>
            <param name="period">Period for running the work periodically.</param>
            <param name="action">Action to be executed.</param>
            <returns>The disposable object used to cancel the scheduled recurring action (best effort).</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="scheduler"/> or <paramref name="action"/> is <c>null</c>.</exception>
            <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="period"/> is less than <see cref="F:System.TimeSpan.Zero"/>.</exception>
        </member>
        <member name="M:System.Reactive.Concurrency.Scheduler.StartStopwatch(System.Reactive.Concurrency.IScheduler)">
            <summary>
            Starts a new stopwatch object by dynamically discovering the scheduler's capabilities.
            If the scheduler provides stopwatch functionality, the request will be forwarded to the stopwatch provider implementation.
            Otherwise, the stopwatch will be emulated using the scheduler's notion of absolute time.
            </summary>
            <param name="scheduler">Scheduler to obtain a stopwatch for.</param>
            <returns>New stopwatch object; started at the time of the request.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="scheduler"/> is <c>null</c>.</exception>
            <remarks>The resulting stopwatch object can have non-monotonic behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Concurrency.Scheduler.Schedule(System.Reactive.Concurrency.IScheduler,System.Action)">
            <summary>
            Schedules an action to be executed.
            </summary>
            <param name="scheduler">Scheduler to execute the action on.</param>
            <param name="action">Action to execute.</param>
            <returns>The disposable object used to cancel the scheduled action (best effort).</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="scheduler"/> or <paramref name="action"/> is <c>null</c>.</exception>
        </member>
        <member name="M:System.Reactive.Concurrency.Scheduler.ScheduleAction``1(System.Reactive.Concurrency.IScheduler,``0,System.Action{``0})">
            <summary>
            Schedules an action to be executed.
            </summary>
            <param name="scheduler">Scheduler to execute the action on.</param>
            <param name="state">A state object to be passed to <paramref name="action"/>.</param>
            <param name="action">Action to execute.</param>
            <returns>The disposable object used to cancel the scheduled action (best effort).</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="scheduler"/> or <paramref name="action"/> is <c>null</c>.</exception>
        </member>
        <member name="M:System.Reactive.Concurrency.Scheduler.ScheduleAction``1(System.Reactive.Concurrency.IScheduler,``0,System.Func{``0,System.IDisposable})">
            <summary>
            Schedules an action to be executed.
            </summary>
            <param name="scheduler">Scheduler to execute the action on.</param>
            <param name="state">A state object to be passed to <paramref name="action"/>.</param>
            <param name="action">Action to execute.</param>
            <returns>The disposable object used to cancel the scheduled action (best effort).</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="scheduler"/> or <paramref name="action"/> is <c>null</c>.</exception>
        </member>
        <member name="M:System.Reactive.Concurrency.Scheduler.Schedule(System.Reactive.Concurrency.IScheduler,System.TimeSpan,System.Action)">
            <summary>
            Schedules an action to be executed after the specified relative due time.
            </summary>
            <param name="scheduler">Scheduler to execute the action on.</param>
            <param name="action">Action to execute.</param>
            <param name="dueTime">Relative time after which to execute the action.</param>
            <returns>The disposable object used to cancel the scheduled action (best effort).</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="scheduler"/> or <paramref name="action"/> is <c>null</c>.</exception>
        </member>
        <member name="M:System.Reactive.Concurrency.Scheduler.ScheduleAction``1(System.Reactive.Concurrency.IScheduler,``0,System.TimeSpan,System.Action{``0})">
            <summary>
            Schedules an action to be executed after the specified relative due time.
            </summary>
            <param name="scheduler">Scheduler to execute the action on.</param>
            <param name="action">Action to execute.</param>
            <param name="state">A state object to be passed to <paramref name="action"/>.</param>
            <param name="dueTime">Relative time after which to execute the action.</param>
            <returns>The disposable object used to cancel the scheduled action (best effort).</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="scheduler"/> or <paramref name="action"/> is <c>null</c>.</exception>
        </member>
        <member name="M:System.Reactive.Concurrency.Scheduler.ScheduleAction``1(System.Reactive.Concurrency.IScheduler,``0,System.TimeSpan,System.Func{``0,System.IDisposable})">
            <summary>
            Schedules an action to be executed after the specified relative due time.
            </summary>
            <param name="scheduler">Scheduler to execute the action on.</param>
            <param name="action">Action to execute.</param>
            <param name="state">A state object to be passed to <paramref name="action"/>.</param>
            <param name="dueTime">Relative time after which to execute the action.</param>
            <returns>The disposable object used to cancel the scheduled action (best effort).</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="scheduler"/> or <paramref name="action"/> is <c>null</c>.</exception>
        </member>
        <member name="M:System.Reactive.Concurrency.Scheduler.Schedule(System.Reactive.Concurrency.IScheduler,System.DateTimeOffset,System.Action)">
            <summary>
            Schedules an action to be executed at the specified absolute due time.
            </summary>
            <param name="scheduler">Scheduler to execute the action on.</param>
            <param name="action">Action to execute.</param>
            <param name="dueTime">Absolute time at which to execute the action.</param>
            <returns>The disposable object used to cancel the scheduled action (best effort).</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="scheduler"/> or <paramref name="action"/> is <c>null</c>.</exception>
        </member>
        <member name="M:System.Reactive.Concurrency.Scheduler.ScheduleAction``1(System.Reactive.Concurrency.IScheduler,``0,System.DateTimeOffset,System.Action{``0})">
            <summary>
            Schedules an action to be executed after the specified relative due time.
            </summary>
            <param name="scheduler">Scheduler to execute the action on.</param>
            <param name="action">Action to execute.</param>
            <param name="state">A state object to be passed to <paramref name="action"/>.</param>
            <param name="dueTime">Relative time after which to execute the action.</param>
            <returns>The disposable object used to cancel the scheduled action (best effort).</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="scheduler"/> or <paramref name="action"/> is <c>null</c>.</exception>
        </member>
        <member name="M:System.Reactive.Concurrency.Scheduler.ScheduleAction``1(System.Reactive.Concurrency.IScheduler,``0,System.DateTimeOffset,System.Func{``0,System.IDisposable})">
            <summary>
            Schedules an action to be executed after the specified relative due time.
            </summary>
            <param name="scheduler">Scheduler to execute the action on.</param>
            <param name="action">Action to execute.</param>
            <param name="state">A state object to be passed to <paramref name="action"/>.</param>
            <param name="dueTime">Relative time after which to execute the action.</param>
            <returns>The disposable object used to cancel the scheduled action (best effort).</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="scheduler"/> or <paramref name="action"/> is <c>null</c>.</exception>
        </member>
        <member name="M:System.Reactive.Concurrency.Scheduler.ScheduleLongRunning(System.Reactive.Concurrency.ISchedulerLongRunning,System.Action{System.Reactive.Disposables.ICancelable})">
            <summary>
            Schedules an action to be executed.
            </summary>
            <param name="scheduler">Scheduler to execute the action on.</param>
            <param name="action">Action to execute.</param>
            <returns>The disposable object used to cancel the scheduled action (best effort).</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="scheduler"/> or <paramref name="action"/> is <c>null</c>.</exception>
        </member>
        <member name="M:System.Reactive.Concurrency.Scheduler.DisableOptimizations(System.Reactive.Concurrency.IScheduler)">
            <summary>
            Returns a scheduler that represents the original scheduler, without any of its interface-based optimizations (e.g. long running scheduling).
            </summary>
            <param name="scheduler">Scheduler to disable all optimizations for.</param>
            <returns>Proxy to the original scheduler but without any optimizations enabled.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="scheduler"/> is <c>null</c>.</exception>
        </member>
        <member name="M:System.Reactive.Concurrency.Scheduler.DisableOptimizations(System.Reactive.Concurrency.IScheduler,System.Type[])">
            <summary>
            Returns a scheduler that represents the original scheduler, without the specified set of interface-based optimizations (e.g. long running scheduling).
            </summary>
            <param name="scheduler">Scheduler to disable the specified optimizations for.</param>
            <param name="optimizationInterfaces">Types of the optimization interfaces that have to be disabled.</param>
            <returns>Proxy to the original scheduler but without the specified optimizations enabled.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="scheduler"/> or <paramref name="optimizationInterfaces"/> is <c>null</c>.</exception>
        </member>
        <member name="M:System.Reactive.Concurrency.Scheduler.Catch``1(System.Reactive.Concurrency.IScheduler,System.Func{``0,System.Boolean})">
            <summary>
            Returns a scheduler that wraps the original scheduler, adding exception handling for scheduled actions.
            </summary>
            <typeparam name="TException">Type of the exception to check for.</typeparam>
            <param name="scheduler">Scheduler to apply an exception filter for.</param>
            <param name="handler">Handler that's run if an exception is caught. The exception will be rethrown if the handler returns false.</param>
            <returns>Wrapper around the original scheduler, enforcing exception handling.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="scheduler"/> or <paramref name="handler"/> is <c>null</c>.</exception>
        </member>
        <member name="T:System.Reactive.Concurrency.SchedulerOperation">
            <summary>
            Represents an awaitable scheduler operation. Awaiting the object causes the continuation to be posted back to the originating scheduler's work queue.
            </summary>
        </member>
        <member name="M:System.Reactive.Concurrency.SchedulerOperation.ConfigureAwait(System.Boolean)">
            <summary>
            Controls whether the continuation is run on the originating synchronization context (false by default).
            </summary>
            <param name="continueOnCapturedContext">true to run the continuation on the captured synchronization context; false otherwise (default).</param>
            <returns>Scheduler operation object with configured await behavior.</returns>
        </member>
        <member name="M:System.Reactive.Concurrency.SchedulerOperation.GetAwaiter">
            <summary>
            Gets an awaiter for the scheduler operation, used to post back the continuation.
            </summary>
            <returns>Awaiter for the scheduler operation.</returns>
        </member>
        <member name="T:System.Reactive.Concurrency.SchedulerOperationAwaiter">
            <summary>
            (Infrastructure) Scheduler operation awaiter type used by the code generated for C# await and Visual Basic Await expressions.
            </summary>
        </member>
        <member name="P:System.Reactive.Concurrency.SchedulerOperationAwaiter.IsCompleted">
            <summary>
            Indicates whether the scheduler operation has completed. Returns false unless cancellation was already requested.
            </summary>
        </member>
        <member name="M:System.Reactive.Concurrency.SchedulerOperationAwaiter.GetResult">
            <summary>
            Completes the scheduler operation, throwing an OperationCanceledException in case cancellation was requested.
            </summary>
        </member>
        <member name="M:System.Reactive.Concurrency.SchedulerOperationAwaiter.OnCompleted(System.Action)">
            <summary>
            Registers the continuation with the scheduler operation.
            </summary>
            <param name="continuation">Continuation to be run on the originating scheduler.</param>
        </member>
        <member name="T:System.Reactive.Concurrency.SchedulerQueue`1">
            <summary>
            Efficient scheduler queue that maintains scheduled items sorted by absolute time.
            </summary>
            <typeparam name="TAbsolute">Absolute time representation type.</typeparam>
            <remarks>This type is not thread safe; users should ensure proper synchronization.</remarks>
        </member>
        <member name="M:System.Reactive.Concurrency.SchedulerQueue`1.#ctor">
            <summary>
            Creates a new scheduler queue with a default initial capacity.
            </summary>
        </member>
        <member name="M:System.Reactive.Concurrency.SchedulerQueue`1.#ctor(System.Int32)">
            <summary>
            Creates a new scheduler queue with the specified initial capacity.
            </summary>
            <param name="capacity">Initial capacity of the scheduler queue.</param>
            <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="capacity"/> is less than zero.</exception>
        </member>
        <member name="P:System.Reactive.Concurrency.SchedulerQueue`1.Count">
            <summary>
            Gets the number of scheduled items in the scheduler queue.
            </summary>
        </member>
        <member name="M:System.Reactive.Concurrency.SchedulerQueue`1.Enqueue(System.Reactive.Concurrency.ScheduledItem{`0})">
            <summary>
            Enqueues the specified work item to be scheduled.
            </summary>
            <param name="scheduledItem">Work item to be scheduled.</param>
        </member>
        <member name="M:System.Reactive.Concurrency.SchedulerQueue`1.Remove(System.Reactive.Concurrency.ScheduledItem{`0})">
            <summary>
            Removes the specified work item from the scheduler queue.
            </summary>
            <param name="scheduledItem">Work item to be removed from the scheduler queue.</param>
            <returns><c>true</c> if the item was found; <c>false</c> otherwise.</returns>
        </member>
        <member name="M:System.Reactive.Concurrency.SchedulerQueue`1.Dequeue">
            <summary>
            Dequeues the next work item from the scheduler queue.
            </summary>
            <returns>Next work item in the scheduler queue (removed).</returns>
        </member>
        <member name="M:System.Reactive.Concurrency.SchedulerQueue`1.Peek">
            <summary>
            Peeks the next work item in the scheduler queue.
            </summary>
            <returns>Next work item in the scheduler queue (not removed).</returns>
        </member>
        <member name="T:System.Reactive.Concurrency.Synchronization">
            <summary>
            Provides basic synchronization and scheduling services for observable sequences.
            </summary>
        </member>
        <member name="M:System.Reactive.Concurrency.Synchronization.SubscribeOn``1(System.IObservable{``0},System.Reactive.Concurrency.IScheduler)">
            <summary>
            Wraps the source sequence in order to run its subscription and unsubscription logic on the specified scheduler.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source sequence.</param>
            <param name="scheduler">Scheduler to perform subscription and unsubscription actions on.</param>
            <returns>The source sequence whose subscriptions and unsubscriptions happen on the specified scheduler.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="scheduler"/> is <c>null</c>.</exception>
            <remarks>
            Only the side-effects of subscribing to the source sequence and disposing subscriptions to the source sequence are run on the specified scheduler.
            In order to invoke observer callbacks on the specified scheduler, e.g. to offload callback processing to a dedicated thread, use <see cref="M:System.Reactive.Concurrency.Synchronization.ObserveOn``1(System.IObservable{``0},System.Reactive.Concurrency.IScheduler)"/>.
            </remarks>
        </member>
        <member name="M:System.Reactive.Concurrency.Synchronization.SubscribeOn``1(System.IObservable{``0},System.Threading.SynchronizationContext)">
            <summary>
            Wraps the source sequence in order to run its subscription and unsubscription logic on the specified synchronization context.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source sequence.</param>
            <param name="context">Synchronization context to perform subscription and unsubscription actions on.</param>
            <returns>The source sequence whose subscriptions and unsubscriptions happen on the specified synchronization context.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="context"/> is <c>null</c>.</exception>
            <remarks>
            Only the side-effects of subscribing to the source sequence and disposing subscriptions to the source sequence are run on the specified synchronization context.
            In order to invoke observer callbacks on the specified synchronization context, e.g. to post callbacks to a UI thread represented by the synchronization context, use <see cref="M:System.Reactive.Concurrency.Synchronization.ObserveOn``1(System.IObservable{``0},System.Threading.SynchronizationContext)"/>.
            </remarks>
        </member>
        <member name="M:System.Reactive.Concurrency.Synchronization.ObserveOn``1(System.IObservable{``0},System.Reactive.Concurrency.IScheduler)">
            <summary>
            Wraps the source sequence in order to run its observer callbacks on the specified scheduler.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source sequence.</param>
            <param name="scheduler">Scheduler to notify observers on.</param>
            <returns>The source sequence whose observations happen on the specified scheduler.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="scheduler"/> is <c>null</c>.</exception>
        </member>
        <member name="M:System.Reactive.Concurrency.Synchronization.ObserveOn``1(System.IObservable{``0},System.Threading.SynchronizationContext)">
            <summary>
            Wraps the source sequence in order to run its observer callbacks on the specified synchronization context.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source sequence.</param>
            <param name="context">Synchronization context to notify observers on.</param>
            <returns>The source sequence whose observations happen on the specified synchronization context.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="context"/> is <c>null</c>.</exception>
        </member>
        <member name="M:System.Reactive.Concurrency.Synchronization.Synchronize``1(System.IObservable{``0})">
            <summary>
            Wraps the source sequence in order to ensure observer callbacks are properly serialized.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source sequence.</param>
            <returns>The source sequence whose outgoing calls to observers are synchronized.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> is <c>null</c>.</exception>
        </member>
        <member name="M:System.Reactive.Concurrency.Synchronization.Synchronize``1(System.IObservable{``0},System.Object)">
            <summary>
            Wraps the source sequence in order to ensure observer callbacks are synchronized using the specified gate object.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source sequence.</param>
            <param name="gate">Gate object to synchronize each observer call on.</param>
            <returns>The source sequence whose outgoing calls to observers are synchronized on the given gate object.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="gate"/> is <c>null</c>.</exception>
        </member>
        <member name="T:System.Reactive.Concurrency.ObserveOn`1.Scheduler">
            <summary>
            The new ObserveOn operator run with an IScheduler in a lock-free manner.
            </summary>
        </member>
        <member name="T:System.Reactive.Concurrency.ObserveOn`1.SchedulerLongRunning">
            <summary>
            The new ObserveOn operator run with an ISchedulerLongRunning in a mostly lock-free manner.
            </summary>
        </member>
        <member name="T:System.Reactive.Concurrency.SynchronizationContextScheduler">
            <summary>
            Represents an object that schedules units of work on a provided <seealso cref="T:System.Threading.SynchronizationContext"/>.
            </summary>
        </member>
        <member name="M:System.Reactive.Concurrency.SynchronizationContextScheduler.#ctor(System.Threading.SynchronizationContext)">
            <summary>
            Creates an object that schedules units of work on the provided <see cref="T:System.Threading.SynchronizationContext"/>.
            </summary>
            <param name="context">Synchronization context to schedule units of work on.</param>
            <exception cref="T:System.ArgumentNullException"><paramref name="context"/> is <c>null</c>.</exception>
        </member>
        <member name="M:System.Reactive.Concurrency.SynchronizationContextScheduler.#ctor(System.Threading.SynchronizationContext,System.Boolean)">
            <summary>
            Creates an object that schedules units of work on the provided <see cref="T:System.Threading.SynchronizationContext"/>.
            </summary>
            <param name="context">Synchronization context to schedule units of work on.</param>
            <param name="alwaysPost">Configures whether scheduling always posts to the synchronization context, regardless whether the caller is on the same synchronization context.</param>
            <exception cref="T:System.ArgumentNullException"><paramref name="context"/> is <c>null</c>.</exception>
        </member>
        <member name="M:System.Reactive.Concurrency.SynchronizationContextScheduler.Schedule``1(``0,System.Func{System.Reactive.Concurrency.IScheduler,``0,System.IDisposable})">
            <summary>
            Schedules an action to be executed.
            </summary>
            <typeparam name="TState">The type of the state passed to the scheduled action.</typeparam>
            <param name="state">State passed to the action to be executed.</param>
            <param name="action">Action to be executed.</param>
            <returns>The disposable object used to cancel the scheduled action (best effort).</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="action"/> is <c>null</c>.</exception>
        </member>
        <member name="M:System.Reactive.Concurrency.SynchronizationContextScheduler.Schedule``1(``0,System.TimeSpan,System.Func{System.Reactive.Concurrency.IScheduler,``0,System.IDisposable})">
            <summary>
            Schedules an action to be executed after dueTime.
            </summary>
            <typeparam name="TState">The type of the state passed to the scheduled action.</typeparam>
            <param name="state">State passed to the action to be executed.</param>
            <param name="action">Action to be executed.</param>
            <param name="dueTime">Relative time after which to execute the action.</param>
            <returns>The disposable object used to cancel the scheduled action (best effort).</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="action"/> is <c>null</c>.</exception>
        </member>
        <member name="T:System.Reactive.Concurrency.TaskPoolScheduler">
            <summary>
            Represents an object that schedules units of work on the Task Parallel Library (TPL) task pool.
            </summary>
            <seealso cref="P:System.Reactive.Concurrency.TaskPoolScheduler.Default">Instance of this type using the default TaskScheduler to schedule work on the TPL task pool.</seealso>
        </member>
        <member name="M:System.Reactive.Concurrency.TaskPoolScheduler.#ctor(System.Threading.Tasks.TaskFactory)">
            <summary>
            Creates an object that schedules units of work using the provided <see cref="T:System.Threading.Tasks.TaskFactory"/>.
            </summary>
            <param name="taskFactory">Task factory used to create tasks to run units of work.</param>
            <exception cref="T:System.ArgumentNullException"><paramref name="taskFactory"/> is <c>null</c>.</exception>
        </member>
        <member name="P:System.Reactive.Concurrency.TaskPoolScheduler.Default">
            <summary>
            Gets an instance of this scheduler that uses the default <see cref="T:System.Threading.Tasks.TaskScheduler"/>.
            </summary>
        </member>
        <member name="M:System.Reactive.Concurrency.TaskPoolScheduler.Schedule``1(``0,System.Func{System.Reactive.Concurrency.IScheduler,``0,System.IDisposable})">
            <summary>
            Schedules an action to be executed.
            </summary>
            <typeparam name="TState">The type of the state passed to the scheduled action.</typeparam>
            <param name="state">State passed to the action to be executed.</param>
            <param name="action">Action to be executed.</param>
            <returns>The disposable object used to cancel the scheduled action (best effort).</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="action"/> is <c>null</c>.</exception>
        </member>
        <member name="M:System.Reactive.Concurrency.TaskPoolScheduler.Schedule``1(``0,System.TimeSpan,System.Func{System.Reactive.Concurrency.IScheduler,``0,System.IDisposable})">
            <summary>
            Schedules an action to be executed after dueTime.
            </summary>
            <typeparam name="TState">The type of the state passed to the scheduled action.</typeparam>
            <param name="state">State passed to the action to be executed.</param>
            <param name="action">Action to be executed.</param>
            <param name="dueTime">Relative time after which to execute the action.</param>
            <returns>The disposable object used to cancel the scheduled action (best effort).</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="action"/> is <c>null</c>.</exception>
        </member>
        <member name="M:System.Reactive.Concurrency.TaskPoolScheduler.ScheduleLongRunning``1(``0,System.Action{``0,System.Reactive.Disposables.ICancelable})">
            <summary>
            Schedules a long-running task by creating a new task using TaskCreationOptions.LongRunning. Cancellation happens through polling.
            </summary>
            <typeparam name="TState">The type of the state passed to the scheduled action.</typeparam>
            <param name="state">State passed to the action to be executed.</param>
            <param name="action">Action to be executed.</param>
            <returns>The disposable object used to cancel the scheduled action (best effort).</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="action"/> is <c>null</c>.</exception>
        </member>
        <member name="M:System.Reactive.Concurrency.TaskPoolScheduler.StartStopwatch">
            <summary>
            Gets a new stopwatch object.
            </summary>
            <returns>New stopwatch object; started at the time of the request.</returns>
        </member>
        <member name="M:System.Reactive.Concurrency.TaskPoolScheduler.SchedulePeriodic``1(``0,System.TimeSpan,System.Func{``0,``0})">
            <summary>
            Schedules a periodic piece of work by running a platform-specific timer to create tasks periodically.
            </summary>
            <typeparam name="TState">The type of the state passed to the scheduled action.</typeparam>
            <param name="state">Initial state passed to the action upon the first iteration.</param>
            <param name="period">Period for running the work periodically.</param>
            <param name="action">Action to be executed, potentially updating the state.</param>
            <returns>The disposable object used to cancel the scheduled recurring action (best effort).</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="action"/> is <c>null</c>.</exception>
            <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="period"/> is less than <see cref="F:System.TimeSpan.Zero"/>.</exception>
        </member>
        <member name="T:System.Reactive.Concurrency.ThreadPoolScheduler">
            <summary>
            Represents an object that schedules units of work on the CLR thread pool.
            </summary>
            <seealso cref="P:System.Reactive.Concurrency.ThreadPoolScheduler.Instance">Singleton instance of this type exposed through this static property.</seealso>
        </member>
        <member name="P:System.Reactive.Concurrency.ThreadPoolScheduler.Instance">
            <summary>
            Gets the singleton instance of the CLR thread pool scheduler.
            </summary>
        </member>
        <member name="M:System.Reactive.Concurrency.ThreadPoolScheduler.Schedule``1(``0,System.Func{System.Reactive.Concurrency.IScheduler,``0,System.IDisposable})">
            <summary>
            Schedules an action to be executed.
            </summary>
            <typeparam name="TState">The type of the state passed to the scheduled action.</typeparam>
            <param name="state">State passed to the action to be executed.</param>
            <param name="action">Action to be executed.</param>
            <returns>The disposable object used to cancel the scheduled action (best effort).</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="action"/> is <c>null</c>.</exception>
        </member>
        <member name="M:System.Reactive.Concurrency.ThreadPoolScheduler.Schedule``1(``0,System.TimeSpan,System.Func{System.Reactive.Concurrency.IScheduler,``0,System.IDisposable})">
            <summary>
            Schedules an action to be executed after dueTime, using a System.Threading.Timer object.
            </summary>
            <typeparam name="TState">The type of the state passed to the scheduled action.</typeparam>
            <param name="state">State passed to the action to be executed.</param>
            <param name="action">Action to be executed.</param>
            <param name="dueTime">Relative time after which to execute the action.</param>
            <returns>The disposable object used to cancel the scheduled action (best effort).</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="action"/> is <c>null</c>.</exception>
        </member>
        <member name="M:System.Reactive.Concurrency.ThreadPoolScheduler.ScheduleLongRunning``1(``0,System.Action{``0,System.Reactive.Disposables.ICancelable})">
            <summary>
            Schedules a long-running task by creating a new thread. Cancellation happens through polling.
            </summary>
            <typeparam name="TState">The type of the state passed to the scheduled action.</typeparam>
            <param name="state">State passed to the action to be executed.</param>
            <param name="action">Action to be executed.</param>
            <returns>The disposable object used to cancel the scheduled action (best effort).</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="action"/> is <c>null</c>.</exception>
        </member>
        <member name="M:System.Reactive.Concurrency.ThreadPoolScheduler.StartStopwatch">
            <summary>
            Starts a new stopwatch object.
            </summary>
            <returns>New stopwatch object; started at the time of the request.</returns>
        </member>
        <member name="M:System.Reactive.Concurrency.ThreadPoolScheduler.SchedulePeriodic``1(``0,System.TimeSpan,System.Func{``0,``0})">
            <summary>
            Schedules a periodic piece of work, using a System.Threading.Timer object.
            </summary>
            <typeparam name="TState">The type of the state passed to the scheduled action.</typeparam>
            <param name="state">Initial state passed to the action upon the first iteration.</param>
            <param name="period">Period for running the work periodically.</param>
            <param name="action">Action to be executed, potentially updating the state.</param>
            <returns>The disposable object used to cancel the scheduled recurring action (best effort).</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="action"/> is <c>null</c>.</exception>
            <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="period"/> is less than zero.</exception>
        </member>
        <member name="T:System.Reactive.Concurrency.VirtualTimeSchedulerBase`2">
            <summary>
            Base class for virtual time schedulers.
            </summary>
            <typeparam name="TAbsolute">Absolute time representation type.</typeparam>
            <typeparam name="TRelative">Relative time representation type.</typeparam>
        </member>
        <member name="M:System.Reactive.Concurrency.VirtualTimeSchedulerBase`2.#ctor">
            <summary>
            Creates a new virtual time scheduler with the default value of TAbsolute as the initial clock value.
            </summary>
        </member>
        <member name="M:System.Reactive.Concurrency.VirtualTimeSchedulerBase`2.#ctor(`0,System.Collections.Generic.IComparer{`0})">
            <summary>
            Creates a new virtual time scheduler with the specified initial clock value and absolute time comparer.
            </summary>
            <param name="initialClock">Initial value for the clock.</param>
            <param name="comparer">Comparer to determine causality of events based on absolute time.</param>
            <exception cref="T:System.ArgumentNullException"><paramref name="comparer"/> is <c>null</c>.</exception>
        </member>
        <member name="M:System.Reactive.Concurrency.VirtualTimeSchedulerBase`2.Add(`0,`1)">
            <summary>
            Adds a relative time value to an absolute time value.
            </summary>
            <param name="absolute">Absolute time value.</param>
            <param name="relative">Relative time value to add.</param>
            <returns>The resulting absolute time sum value.</returns>
        </member>
        <member name="M:System.Reactive.Concurrency.VirtualTimeSchedulerBase`2.ToDateTimeOffset(`0)">
            <summary>
            Converts the absolute time value to a DateTimeOffset value.
            </summary>
            <param name="absolute">Absolute time value to convert.</param>
            <returns>The corresponding DateTimeOffset value.</returns>
        </member>
        <member name="M:System.Reactive.Concurrency.VirtualTimeSchedulerBase`2.ToRelative(System.TimeSpan)">
            <summary>
            Converts the TimeSpan value to a relative time value.
            </summary>
            <param name="timeSpan">TimeSpan value to convert.</param>
            <returns>The corresponding relative time value.</returns>
        </member>
        <member name="P:System.Reactive.Concurrency.VirtualTimeSchedulerBase`2.IsEnabled">
            <summary>
            Gets whether the scheduler is enabled to run work.
            </summary>
        </member>
        <member name="P:System.Reactive.Concurrency.VirtualTimeSchedulerBase`2.Comparer">
            <summary>
            Gets the comparer used to compare absolute time values.
            </summary>
        </member>
        <member name="M:System.Reactive.Concurrency.VirtualTimeSchedulerBase`2.ScheduleAbsolute``1(``0,`0,System.Func{System.Reactive.Concurrency.IScheduler,``0,System.IDisposable})">
            <summary>
            Schedules an action to be executed at dueTime.
            </summary>
            <typeparam name="TState">The type of the state passed to the scheduled action.</typeparam>
            <param name="state">State passed to the action to be executed.</param>
            <param name="dueTime">Absolute time at which to execute the action.</param>
            <param name="action">Action to be executed.</param>
            <returns>The disposable object used to cancel the scheduled action (best effort).</returns>
        </member>
        <member name="M:System.Reactive.Concurrency.VirtualTimeSchedulerBase`2.ScheduleRelative``1(``0,`1,System.Func{System.Reactive.Concurrency.IScheduler,``0,System.IDisposable})">
            <summary>
            Schedules an action to be executed at dueTime.
            </summary>
            <typeparam name="TState">The type of the state passed to the scheduled action.</typeparam>
            <param name="state">State passed to the action to be executed.</param>
            <param name="dueTime">Relative time after which to execute the action.</param>
            <param name="action">Action to be executed.</param>
            <returns>The disposable object used to cancel the scheduled action (best effort).</returns>
        </member>
        <member name="M:System.Reactive.Concurrency.VirtualTimeSchedulerBase`2.Schedule``1(``0,System.Func{System.Reactive.Concurrency.IScheduler,``0,System.IDisposable})">
            <summary>
            Schedules an action to be executed.
            </summary>
            <typeparam name="TState">The type of the state passed to the scheduled action.</typeparam>
            <param name="state">State passed to the action to be executed.</param>
            <param name="action">Action to be executed.</param>
            <returns>The disposable object used to cancel the scheduled action (best effort).</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="action"/> is <c>null</c>.</exception>
        </member>
        <member name="M:System.Reactive.Concurrency.VirtualTimeSchedulerBase`2.Schedule``1(``0,System.TimeSpan,System.Func{System.Reactive.Concurrency.IScheduler,``0,System.IDisposable})">
            <summary>
            Schedules an action to be executed after dueTime.
            </summary>
            <typeparam name="TState">The type of the state passed to the scheduled action.</typeparam>
            <param name="state">State passed to the action to be executed.</param>
            <param name="dueTime">Relative time after which to execute the action.</param>
            <param name="action">Action to be executed.</param>
            <returns>The disposable object used to cancel the scheduled action (best effort).</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="action"/> is <c>null</c>.</exception>
        </member>
        <member name="M:System.Reactive.Concurrency.VirtualTimeSchedulerBase`2.Schedule``1(``0,System.DateTimeOffset,System.Func{System.Reactive.Concurrency.IScheduler,``0,System.IDisposable})">
            <summary>
            Schedules an action to be executed at dueTime.
            </summary>
            <typeparam name="TState">The type of the state passed to the scheduled action.</typeparam>
            <param name="state">State passed to the action to be executed.</param>
            <param name="dueTime">Absolute time at which to execute the action.</param>
            <param name="action">Action to be executed.</param>
            <returns>The disposable object used to cancel the scheduled action (best effort).</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="action"/> is <c>null</c>.</exception>
        </member>
        <member name="M:System.Reactive.Concurrency.VirtualTimeSchedulerBase`2.Start">
            <summary>
            Starts the virtual time scheduler.
            </summary>
        </member>
        <member name="M:System.Reactive.Concurrency.VirtualTimeSchedulerBase`2.Stop">
            <summary>
            Stops the virtual time scheduler.
            </summary>
        </member>
        <member name="M:System.Reactive.Concurrency.VirtualTimeSchedulerBase`2.AdvanceTo(`0)">
            <summary>
            Advances the scheduler's clock to the specified time, running all work till that point.
            </summary>
            <param name="time">Absolute time to advance the scheduler's clock to.</param>
            <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="time"/> is in the past.</exception>
            <exception cref="T:System.InvalidOperationException">The scheduler is already running. VirtualTimeScheduler doesn't support running nested work dispatch loops. To simulate time slippage while running work on the scheduler, use <see cref="M:System.Reactive.Concurrency.VirtualTimeSchedulerBase`2.Sleep(`1)"/>.</exception>
        </member>
        <member name="M:System.Reactive.Concurrency.VirtualTimeSchedulerBase`2.AdvanceBy(`1)">
            <summary>
            Advances the scheduler's clock by the specified relative time, running all work scheduled for that timespan.
            </summary>
            <param name="time">Relative time to advance the scheduler's clock by.</param>
            <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="time"/> is negative.</exception>
            <exception cref="T:System.InvalidOperationException">The scheduler is already running. VirtualTimeScheduler doesn't support running nested work dispatch loops. To simulate time slippage while running work on the scheduler, use <see cref="M:System.Reactive.Concurrency.VirtualTimeSchedulerBase`2.Sleep(`1)"/>.</exception>
        </member>
        <member name="M:System.Reactive.Concurrency.VirtualTimeSchedulerBase`2.Sleep(`1)">
            <summary>
            Advances the scheduler's clock by the specified relative time.
            </summary>
            <param name="time">Relative time to advance the scheduler's clock by.</param>
            <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="time"/> is negative.</exception>
        </member>
        <member name="P:System.Reactive.Concurrency.VirtualTimeSchedulerBase`2.Clock">
            <summary>
            Gets the scheduler's absolute time clock value.
            </summary>
        </member>
        <member name="P:System.Reactive.Concurrency.VirtualTimeSchedulerBase`2.Now">
            <summary>
            Gets the scheduler's notion of current time.
            </summary>
        </member>
        <member name="M:System.Reactive.Concurrency.VirtualTimeSchedulerBase`2.GetNext">
            <summary>
            Gets the next scheduled item to be executed.
            </summary>
            <returns>The next scheduled item.</returns>
        </member>
        <member name="M:System.Reactive.Concurrency.VirtualTimeSchedulerBase`2.GetService(System.Type)">
            <summary>
            Discovers scheduler services by interface type. The base class implementation supports
            only the IStopwatchProvider service. To influence service discovery - such as adding
            support for other scheduler services - derived types can override this method.
            </summary>
            <param name="serviceType">Scheduler service interface type to discover.</param>
            <returns>Object implementing the requested service, if available; null otherwise.</returns>
        </member>
        <member name="M:System.Reactive.Concurrency.VirtualTimeSchedulerBase`2.StartStopwatch">
            <summary>
            Starts a new stopwatch object.
            </summary>
            <returns>New stopwatch object; started at the time of the request.</returns>
        </member>
        <member name="T:System.Reactive.Concurrency.VirtualTimeScheduler`2">
            <summary>
            Base class for virtual time schedulers using a priority queue for scheduled items.
            </summary>
            <typeparam name="TAbsolute">Absolute time representation type.</typeparam>
            <typeparam name="TRelative">Relative time representation type.</typeparam>
        </member>
        <member name="M:System.Reactive.Concurrency.VirtualTimeScheduler`2.#ctor">
            <summary>
            Creates a new virtual time scheduler with the default value of TAbsolute as the initial clock value.
            </summary>
        </member>
        <member name="M:System.Reactive.Concurrency.VirtualTimeScheduler`2.#ctor(`0,System.Collections.Generic.IComparer{`0})">
            <summary>
            Creates a new virtual time scheduler.
            </summary>
            <param name="initialClock">Initial value for the clock.</param>
            <param name="comparer">Comparer to determine causality of events based on absolute time.</param>
            <exception cref="T:System.ArgumentNullException"><paramref name="comparer"/> is <c>null</c>.</exception>
        </member>
        <member name="M:System.Reactive.Concurrency.VirtualTimeScheduler`2.GetNext">
            <summary>
            Gets the next scheduled item to be executed.
            </summary>
            <returns>The next scheduled item.</returns>
        </member>
        <member name="M:System.Reactive.Concurrency.VirtualTimeScheduler`2.ScheduleAbsolute``1(``0,`0,System.Func{System.Reactive.Concurrency.IScheduler,``0,System.IDisposable})">
            <summary>
            Schedules an action to be executed at dueTime.
            </summary>
            <typeparam name="TState">The type of the state passed to the scheduled action.</typeparam>
            <param name="state">State passed to the action to be executed.</param>
            <param name="action">Action to be executed.</param>
            <param name="dueTime">Absolute time at which to execute the action.</param>
            <returns>The disposable object used to cancel the scheduled action (best effort).</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="action"/> is <c>null</c>.</exception>
        </member>
        <member name="T:System.Reactive.Concurrency.VirtualTimeSchedulerExtensions">
            <summary>
            Provides a set of extension methods for virtual time scheduling.
            </summary>
        </member>
        <member name="M:System.Reactive.Concurrency.VirtualTimeSchedulerExtensions.ScheduleRelative``2(System.Reactive.Concurrency.VirtualTimeSchedulerBase{``0,``1},``1,System.Action)">
            <summary>
            Schedules an action to be executed at <paramref name="dueTime"/>.
            </summary>
            <typeparam name="TAbsolute">Absolute time representation type.</typeparam>
            <typeparam name="TRelative">Relative time representation type.</typeparam>
            <param name="scheduler">Scheduler to execute the action on.</param>
            <param name="dueTime">Relative time after which to execute the action.</param>
            <param name="action">Action to be executed.</param>
            <returns>The disposable object used to cancel the scheduled action (best effort).</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="scheduler"/> or <paramref name="action"/> is <c>null</c>.</exception>
        </member>
        <member name="M:System.Reactive.Concurrency.VirtualTimeSchedulerExtensions.ScheduleAbsolute``2(System.Reactive.Concurrency.VirtualTimeSchedulerBase{``0,``1},``0,System.Action)">
            <summary>
            Schedules an action to be executed at <paramref name="dueTime"/>.
            </summary>
            <typeparam name="TAbsolute">Absolute time representation type.</typeparam>
            <typeparam name="TRelative">Relative time representation type.</typeparam>
            <param name="scheduler">Scheduler to execute the action on.</param>
            <param name="dueTime">Absolute time at which to execute the action.</param>
            <param name="action">Action to be executed.</param>
            <returns>The disposable object used to cancel the scheduled action (best effort).</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="scheduler"/> or <paramref name="action"/> is <c>null</c>.</exception>
        </member>
        <member name="T:System.Reactive.Concurrency.NamespaceDoc">
            <summary>
            The <b>System.Reactive.Concurrency</b> namespace contains interfaces and classes that provide the scheduler infrastructure used by Reactive Extensions to construct and
            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>
        </member>
        <member name="T:System.Reactive.Concurrency.ControlScheduler">
            <summary>
            Represents an object that schedules units of work on the message loop associated with a Windows Forms control.
            </summary>
        </member>
        <member name="M:System.Reactive.Concurrency.ControlScheduler.#ctor(System.Windows.Forms.Control)">
            <summary>
            Constructs a ControlScheduler that schedules units of work on the message loop associated with the specified Windows Forms control.
            </summary>
            <param name="control">Windows Forms control to get the message loop from.</param>
            <exception cref="T:System.ArgumentNullException"><paramref name="control"/> is null.</exception>
            <remarks>
            This scheduler type is typically used indirectly through the <see cref="M:System.Reactive.Linq.ControlObservable.ObserveOn``1(System.IObservable{``0},System.Windows.Forms.Control)"/> and <see cref="M:System.Reactive.Linq.ControlObservable.SubscribeOn``1(System.IObservable{``0},System.Windows.Forms.Control)"/> method overloads that take a Windows Forms control.
            </remarks>
        </member>
        <member name="P:System.Reactive.Concurrency.ControlScheduler.Control">
            <summary>
            Gets the control associated with the ControlScheduler.
            </summary>
        </member>
        <member name="M:System.Reactive.Concurrency.ControlScheduler.Schedule``1(``0,System.Func{System.Reactive.Concurrency.IScheduler,``0,System.IDisposable})">
            <summary>
            Schedules an action to be executed on the message loop associated with the control.
            </summary>
            <typeparam name="TState">The type of the state passed to the scheduled action.</typeparam>
            <param name="state">State passed to the action to be executed.</param>
            <param name="action">Action to be executed.</param>
            <returns>The disposable object used to cancel the scheduled action (best effort).</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="action"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Concurrency.ControlScheduler.Schedule``1(``0,System.TimeSpan,System.Func{System.Reactive.Concurrency.IScheduler,``0,System.IDisposable})">
            <summary>
            Schedules an action to be executed after dueTime on the message loop associated with the control, using a Windows Forms Timer object.
            </summary>
            <typeparam name="TState">The type of the state passed to the scheduled action.</typeparam>
            <param name="state">State passed to the action to be executed.</param>
            <param name="action">Action to be executed.</param>
            <param name="dueTime">Relative time after which to execute the action.</param>
            <returns>The disposable object used to cancel the scheduled action (best effort).</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="action"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Concurrency.ControlScheduler.SchedulePeriodic``1(``0,System.TimeSpan,System.Func{``0,``0})">
            <summary>
            Schedules a periodic piece of work on the message loop associated with the control, using a Windows Forms Timer object.
            </summary>
            <typeparam name="TState">The type of the state passed to the scheduled action.</typeparam>
            <param name="state">Initial state passed to the action upon the first iteration.</param>
            <param name="period">Period for running the work periodically.</param>
            <param name="action">Action to be executed, potentially updating the state.</param>
            <returns>The disposable object used to cancel the scheduled recurring action (best effort).</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="action"/> is null.</exception>
            <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="period"/> is less than one millisecond.</exception>
        </member>
        <member name="T:System.Reactive.Concurrency.DispatcherScheduler">
            <summary>
            Represents an object that schedules units of work on a <see cref="T:System.Windows.Threading.Dispatcher"/>.
            </summary>
            <remarks>
            This scheduler type is typically used indirectly through the <see cref="M:System.Reactive.Linq.DispatcherObservable.ObserveOnDispatcher``1(System.IObservable{``0})"/> and <see cref="M:System.Reactive.Linq.DispatcherObservable.SubscribeOnDispatcher``1(System.IObservable{``0})"/> methods that use the Dispatcher on the calling thread.
            </remarks>
        </member>
        <member name="P:System.Reactive.Concurrency.DispatcherScheduler.Instance">
            <summary>
            Gets the scheduler that schedules work on the current <see cref="T:System.Windows.Threading.Dispatcher"/>.
            </summary>
        </member>
        <member name="P:System.Reactive.Concurrency.DispatcherScheduler.Current">
            <summary>
            Gets the scheduler that schedules work on the <see cref="T:System.Windows.Threading.Dispatcher"/> for the current thread.
            </summary>
        </member>
        <member name="M:System.Reactive.Concurrency.DispatcherScheduler.#ctor(System.Windows.Threading.Dispatcher)">
            <summary>
            Constructs a <see cref="T:System.Reactive.Concurrency.DispatcherScheduler"/> that schedules units of work on the given <see cref="T:System.Windows.Threading.Dispatcher"/>.
            </summary>
            <param name="dispatcher"><see cref="T:System.Reactive.Concurrency.DispatcherScheduler"/> to schedule work on.</param>
            <exception cref="T:System.ArgumentNullException"><paramref name="dispatcher"/> is <c>null</c>.</exception>
        </member>
        <member name="M:System.Reactive.Concurrency.DispatcherScheduler.#ctor(System.Windows.Threading.Dispatcher,System.Windows.Threading.DispatcherPriority)">
            <summary>
            Constructs a <see cref="T:System.Reactive.Concurrency.DispatcherScheduler"/> that schedules units of work on the given <see cref="T:System.Windows.Threading.Dispatcher"/> at the given priority.
            </summary>
            <param name="dispatcher"><see cref="T:System.Reactive.Concurrency.DispatcherScheduler"/> to schedule work on.</param>
            <param name="priority">Priority at which units of work are scheduled.</param>
            <exception cref="T:System.ArgumentNullException"><paramref name="dispatcher"/> is <c>null</c>.</exception>
        </member>
        <member name="P:System.Reactive.Concurrency.DispatcherScheduler.Dispatcher">
            <summary>
            Gets the <see cref="T:System.Windows.Threading.Dispatcher"/> associated with the <see cref="T:System.Reactive.Concurrency.DispatcherScheduler"/>.
            </summary>
        </member>
        <member name="P:System.Reactive.Concurrency.DispatcherScheduler.Priority">
            <summary>
            Gets the priority at which work items will be dispatched.
            </summary>
        </member>
        <member name="M:System.Reactive.Concurrency.DispatcherScheduler.Schedule``1(``0,System.Func{System.Reactive.Concurrency.IScheduler,``0,System.IDisposable})">
            <summary>
            Schedules an action to be executed on the dispatcher.
            </summary>
            <typeparam name="TState">The type of the state passed to the scheduled action.</typeparam>
            <param name="state">State passed to the action to be executed.</param>
            <param name="action">Action to be executed.</param>
            <returns>The disposable object used to cancel the scheduled action (best effort).</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="action"/> is <c>null</c>.</exception>
        </member>
        <member name="M:System.Reactive.Concurrency.DispatcherScheduler.Schedule``1(``0,System.TimeSpan,System.Func{System.Reactive.Concurrency.IScheduler,``0,System.IDisposable})">
            <summary>
            Schedules an action to be executed after <paramref name="dueTime"/> on the dispatcher, using a <see cref="T:System.Windows.Threading.DispatcherTimer"/> object.
            </summary>
            <typeparam name="TState">The type of the state passed to the scheduled action.</typeparam>
            <param name="state">State passed to the action to be executed.</param>
            <param name="action">Action to be executed.</param>
            <param name="dueTime">Relative time after which to execute the action.</param>
            <returns>The disposable object used to cancel the scheduled action (best effort).</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="action"/> is <c>null</c>.</exception>
        </member>
        <member name="M:System.Reactive.Concurrency.DispatcherScheduler.SchedulePeriodic``1(``0,System.TimeSpan,System.Func{``0,``0})">
            <summary>
            Schedules a periodic piece of work on the dispatcher, using a <see cref="T:System.Windows.Threading.DispatcherTimer"/> object.
            </summary>
            <typeparam name="TState">The type of the state passed to the scheduled action.</typeparam>
            <param name="state">Initial state passed to the action upon the first iteration.</param>
            <param name="period">Period for running the work periodically.</param>
            <param name="action">Action to be executed, potentially updating the state.</param>
            <returns>The disposable object used to cancel the scheduled recurring action (best effort).</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="action"/> is <c>null</c>.</exception>
            <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="period"/> is less than <see cref="F:System.TimeSpan.Zero"/>.</exception>
        </member>
        <member name="T:System.Reactive.Disposables.AnonymousDisposable">
            <summary>
            Represents an Action-based disposable.
            </summary>
        </member>
        <member name="M:System.Reactive.Disposables.AnonymousDisposable.#ctor(System.Action)">
            <summary>
            Constructs a new disposable with the given action used for disposal.
            </summary>
            <param name="dispose">Disposal action which will be run upon calling Dispose.</param>
        </member>
        <member name="P:System.Reactive.Disposables.AnonymousDisposable.IsDisposed">
            <summary>
            Gets a value that indicates whether the object is disposed.
            </summary>
        </member>
        <member name="M:System.Reactive.Disposables.AnonymousDisposable.Dispose">
            <summary>
            Calls the disposal action if and only if the current instance hasn't been disposed yet.
            </summary>
        </member>
        <member name="T:System.Reactive.Disposables.AnonymousDisposable`1">
            <summary>
            Represents a Action-based disposable that can hold onto some state.
            </summary>
        </member>
        <member name="M:System.Reactive.Disposables.AnonymousDisposable`1.#ctor(`0,System.Action{`0})">
            <summary>
            Constructs a new disposable with the given action used for disposal.
            </summary>
            <param name="state">The state to be passed to the disposal action.</param>
            <param name="dispose">Disposal action which will be run upon calling Dispose.</param>
        </member>
        <member name="P:System.Reactive.Disposables.AnonymousDisposable`1.IsDisposed">
            <summary>
            Gets a value that indicates whether the object is disposed.
            </summary>
        </member>
        <member name="M:System.Reactive.Disposables.AnonymousDisposable`1.Dispose">
            <summary>
            Calls the disposal action if and only if the current instance hasn't been disposed yet.
            </summary>
        </member>
        <member name="T:System.Reactive.Disposables.BooleanDisposable">
            <summary>
            Represents a disposable resource that can be checked for disposal status.
            </summary>
        </member>
        <member name="M:System.Reactive.Disposables.BooleanDisposable.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:System.Reactive.Disposables.BooleanDisposable"/> class.
            </summary>
        </member>
        <member name="P:System.Reactive.Disposables.BooleanDisposable.IsDisposed">
            <summary>
            Gets a value that indicates whether the object is disposed.
            </summary>
        </member>
        <member name="M:System.Reactive.Disposables.BooleanDisposable.Dispose">
            <summary>
            Sets the status to disposed, which can be observer through the <see cref="P:System.Reactive.Disposables.BooleanDisposable.IsDisposed"/> property.
            </summary>
        </member>
        <member name="T:System.Reactive.Disposables.CancellationDisposable">
            <summary>
            Represents a disposable resource that has an associated <seealso cref="T:System.Threading.CancellationToken"/> that will be set to the cancellation requested state upon disposal.
            </summary>
        </member>
        <member name="M:System.Reactive.Disposables.CancellationDisposable.#ctor(System.Threading.CancellationTokenSource)">
            <summary>
            Initializes a new instance of the <see cref="T:System.Reactive.Disposables.CancellationDisposable"/> class that uses an existing <seealso cref="T:System.Threading.CancellationTokenSource"/>.
            </summary>
            <param name="cts"><seealso cref="T:System.Threading.CancellationTokenSource"/> used for cancellation.</param>
            <exception cref="T:System.ArgumentNullException"><paramref name="cts"/> is <c>null</c>.</exception>
        </member>
        <member name="M:System.Reactive.Disposables.CancellationDisposable.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:System.Reactive.Disposables.CancellationDisposable"/> class that uses a new <seealso cref="T:System.Threading.CancellationTokenSource"/>.
            </summary>
        </member>
        <member name="P:System.Reactive.Disposables.CancellationDisposable.Token">
            <summary>
            Gets the <see cref="T:System.Threading.CancellationToken"/> used by this <see cref="T:System.Reactive.Disposables.CancellationDisposable"/>.
            </summary>
        </member>
        <member name="M:System.Reactive.Disposables.CancellationDisposable.Dispose">
            <summary>
            Cancels the underlying <seealso cref="T:System.Threading.CancellationTokenSource"/>.
            </summary>
        </member>
        <member name="P:System.Reactive.Disposables.CancellationDisposable.IsDisposed">
            <summary>
            Gets a value that indicates whether the object is disposed.
            </summary>
        </member>
        <member name="T:System.Reactive.Disposables.CompositeDisposable">
            <summary>
            Represents a group of disposable resources that are disposed together.
            </summary>
        </member>
        <member name="M:System.Reactive.Disposables.CompositeDisposable.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:System.Reactive.Disposables.CompositeDisposable"/> class with no disposables contained by it initially.
            </summary>
        </member>
        <member name="M:System.Reactive.Disposables.CompositeDisposable.#ctor(System.Int32)">
            <summary>
            Initializes a new instance of the <see cref="T:System.Reactive.Disposables.CompositeDisposable"/> class with the specified number of disposables.
            </summary>
            <param name="capacity">The number of disposables that the new CompositeDisposable can initially store.</param>
            <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="capacity"/> is less than zero.</exception>
        </member>
        <member name="M:System.Reactive.Disposables.CompositeDisposable.#ctor(System.IDisposable[])">
            <summary>
            Initializes a new instance of the <see cref="T:System.Reactive.Disposables.CompositeDisposable"/> class from a group of disposables.
            </summary>
            <param name="disposables">Disposables that will be disposed together.</param>
            <exception cref="T:System.ArgumentNullException"><paramref name="disposables"/> is <c>null</c>.</exception>
            <exception cref="T:System.ArgumentException">Any of the disposables in the <paramref name="disposables"/> collection is <c>null</c>.</exception>
        </member>
        <member name="M:System.Reactive.Disposables.CompositeDisposable.#ctor(System.Collections.Generic.IEnumerable{System.IDisposable})">
            <summary>
            Initializes a new instance of the <see cref="T:System.Reactive.Disposables.CompositeDisposable"/> class from a group of disposables.
            </summary>
            <param name="disposables">Disposables that will be disposed together.</param>
            <exception cref="T:System.ArgumentNullException"><paramref name="disposables"/> is <c>null</c>.</exception>
            <exception cref="T:System.ArgumentException">Any of the disposables in the <paramref name="disposables"/> collection is <c>null</c>.</exception>
        </member>
        <member name="M:System.Reactive.Disposables.CompositeDisposable.Init(System.Collections.Generic.IEnumerable{System.IDisposable},System.Int32)">
            <summary>
            Initialize the inner disposable list and count fields.
            </summary>
            <param name="disposables">The enumerable sequence of disposables.</param>
            <param name="capacityHint">The number of items expected from <paramref name="disposables"/></param>
        </member>
        <member name="P:System.Reactive.Disposables.CompositeDisposable.Count">
            <summary>
            Gets the number of disposables contained in the <see cref="T:System.Reactive.Disposables.CompositeDisposable"/>.
            </summary>
        </member>
        <member name="M:System.Reactive.Disposables.CompositeDisposable.Add(System.IDisposable)">
            <summary>
            Adds a disposable to the <see cref="T:System.Reactive.Disposables.CompositeDisposable"/> or disposes the disposable if the <see cref="T:System.Reactive.Disposables.CompositeDisposable"/> is disposed.
            </summary>
            <param name="item">Disposable to add.</param>
            <exception cref="T:System.ArgumentNullException"><paramref name="item"/> is <c>null</c>.</exception>
        </member>
        <member name="M:System.Reactive.Disposables.CompositeDisposable.Remove(System.IDisposable)">
            <summary>
            Removes and disposes the first occurrence of a disposable from the <see cref="T:System.Reactive.Disposables.CompositeDisposable"/>.
            </summary>
            <param name="item">Disposable to remove.</param>
            <returns>true if found; false otherwise.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="item"/> is <c>null</c>.</exception>
        </member>
        <member name="M:System.Reactive.Disposables.CompositeDisposable.Dispose">
            <summary>
            Disposes all disposables in the group and removes them from the group.
            </summary>
        </member>
        <member name="M:System.Reactive.Disposables.CompositeDisposable.Clear">
            <summary>
            Removes and disposes all disposables from the <see cref="T:System.Reactive.Disposables.CompositeDisposable"/>, but does not dispose the <see cref="T:System.Reactive.Disposables.CompositeDisposable"/>.
            </summary>
        </member>
        <member name="M:System.Reactive.Disposables.CompositeDisposable.Contains(System.IDisposable)">
            <summary>
            Determines whether the <see cref="T:System.Reactive.Disposables.CompositeDisposable"/> contains a specific disposable.
            </summary>
            <param name="item">Disposable to search for.</param>
            <returns>true if the disposable was found; otherwise, false.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="item"/> is <c>null</c>.</exception>
        </member>
        <member name="M:System.Reactive.Disposables.CompositeDisposable.CopyTo(System.IDisposable[],System.Int32)">
            <summary>
            Copies the disposables contained in the <see cref="T:System.Reactive.Disposables.CompositeDisposable"/> to an array, starting at a particular array index.
            </summary>
            <param name="array">Array to copy the contained disposables to.</param>
            <param name="arrayIndex">Target index at which to copy the first disposable of the group.</param>
            <exception cref="T:System.ArgumentNullException"><paramref name="array"/> is <c>null</c>.</exception>
            <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="arrayIndex"/> is less than zero. -or - <paramref name="arrayIndex"/> is larger than or equal to the array length.</exception>
        </member>
        <member name="P:System.Reactive.Disposables.CompositeDisposable.IsReadOnly">
            <summary>
            Always returns false.
            </summary>
        </member>
        <member name="M:System.Reactive.Disposables.CompositeDisposable.GetEnumerator">
            <summary>
            Returns an enumerator that iterates through the <see cref="T:System.Reactive.Disposables.CompositeDisposable"/>.
            </summary>
            <returns>An enumerator to iterate over the disposables.</returns>
        </member>
        <member name="M:System.Reactive.Disposables.CompositeDisposable.System#Collections#IEnumerable#GetEnumerator">
            <summary>
            Returns an enumerator that iterates through the <see cref="T:System.Reactive.Disposables.CompositeDisposable"/>.
            </summary>
            <returns>An enumerator to iterate over the disposables.</returns>
        </member>
        <member name="P:System.Reactive.Disposables.CompositeDisposable.IsDisposed">
            <summary>
            Gets a value that indicates whether the object is disposed.
            </summary>
        </member>
        <member name="F:System.Reactive.Disposables.CompositeDisposable.EmptyEnumerator">
            <summary>
            An empty enumerator for the <see cref="M:System.Reactive.Disposables.CompositeDisposable.GetEnumerator"/>
            method to avoid allocation on disposed or empty composites.
            </summary>
        </member>
        <member name="T:System.Reactive.Disposables.CompositeDisposable.CompositeEnumerator">
            <summary>
            An enumerator for an array of disposables.
            </summary>
        </member>
        <member name="T:System.Reactive.Disposables.ContextDisposable">
            <summary>
            Represents a disposable resource whose disposal invocation will be posted to the specified <seealso cref="T:System.Threading.SynchronizationContext"/>.
            </summary>
        </member>
        <member name="M:System.Reactive.Disposables.ContextDisposable.#ctor(System.Threading.SynchronizationContext,System.IDisposable)">
            <summary>
            Initializes a new instance of the <see cref="T:System.Reactive.Disposables.ContextDisposable"/> class that uses the specified <see cref="T:System.Threading.SynchronizationContext"/> on which to dispose the specified disposable resource.
            </summary>
            <param name="context">Context to perform disposal on.</param>
            <param name="disposable">Disposable whose Dispose operation to run on the given synchronization context.</param>
            <exception cref="T:System.ArgumentNullException"><paramref name="context"/> or <paramref name="disposable"/> is null.</exception>
        </member>
        <member name="P:System.Reactive.Disposables.ContextDisposable.Context">
            <summary>
            Gets the provided <see cref="T:System.Threading.SynchronizationContext"/>.
            </summary>
        </member>
        <member name="P:System.Reactive.Disposables.ContextDisposable.IsDisposed">
            <summary>
            Gets a value that indicates whether the object is disposed.
            </summary>
        </member>
        <member name="M:System.Reactive.Disposables.ContextDisposable.Dispose">
            <summary>
            Disposes the underlying disposable on the provided <see cref="T:System.Threading.SynchronizationContext"/>.
            </summary>
        </member>
        <member name="T:System.Reactive.Disposables.Disposable">
            <summary>
            Provides a set of static methods for creating <see cref="T:System.IDisposable"/> objects.
            </summary>
        </member>
        <member name="T:System.Reactive.Disposables.Disposable.EmptyDisposable">
            <summary>
            Represents a disposable that does nothing on disposal.
            </summary>
        </member>
        <member name="F:System.Reactive.Disposables.Disposable.EmptyDisposable.Instance">
            <summary>
            Singleton default disposable.
            </summary>
        </member>
        <member name="M:System.Reactive.Disposables.Disposable.EmptyDisposable.Dispose">
            <summary>
            Does nothing.
            </summary>
        </member>
        <member name="P:System.Reactive.Disposables.Disposable.Empty">
            <summary>
            Gets the disposable that does nothing when disposed.
            </summary>
        </member>
        <member name="M:System.Reactive.Disposables.Disposable.Create(System.Action)">
            <summary>
            Creates a disposable object that invokes the specified action when disposed.
            </summary>
            <param name="dispose">Action to run during the first call to <see cref="M:System.IDisposable.Dispose"/>. The action is guaranteed to be run at most once.</param>
            <returns>The disposable object that runs the given action upon disposal.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="dispose"/> is <c>null</c>.</exception>
        </member>
        <member name="M:System.Reactive.Disposables.Disposable.Create``1(``0,System.Action{``0})">
            <summary>
            Creates a disposable object that invokes the specified action when disposed.
            </summary>
            <param name="state">The state to be passed to the action.</param>
            <param name="dispose">Action to run during the first call to <see cref="M:System.IDisposable.Dispose"/>. The action is guaranteed to be run at most once.</param>
            <returns>The disposable object that runs the given action upon disposal.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="dispose"/> is <c>null</c>.</exception>
        </member>
        <member name="M:System.Reactive.Disposables.Disposable.GetValue(System.IDisposable@)">
            <summary>
            Gets the value stored in <paramref name="fieldRef" /> or a null if
            <paramref name="fieldRef" /> was already disposed.
            </summary>
        </member>
        <member name="M:System.Reactive.Disposables.Disposable.GetValueOrDefault(System.IDisposable@)">
            <summary>
            Gets the value stored in <paramref name="fieldRef" /> or a no-op-Disposable if
            <paramref name="fieldRef" /> was already disposed.
            </summary>
        </member>
        <member name="M:System.Reactive.Disposables.Disposable.SetSingle(System.IDisposable@,System.IDisposable)">
            <summary>
            Assigns <paramref name="value" /> to <paramref name="fieldRef" />.
            </summary>
            <returns>true if <paramref name="fieldRef" /> was assigned to <paramref name="value" /> and has not
            been assigned before.</returns>
            <returns>false if <paramref name="fieldRef" /> has been already disposed.</returns>
            <exception cref="T:System.InvalidOperationException"><paramref name="fieldRef" /> has already been assigned a value.</exception>
        </member>
        <member name="M:System.Reactive.Disposables.Disposable.TrySetSingle(System.IDisposable@,System.IDisposable)">
            <summary>
            Tries to assign <paramref name="value" /> to <paramref name="fieldRef" />.
            </summary>
            <returns>A <see cref="T:System.Reactive.Disposables.TrySetSingleResult"/> value indicating the outcome of the operation.</returns>
        </member>
        <member name="M:System.Reactive.Disposables.Disposable.TrySetMultiple(System.IDisposable@,System.IDisposable)">
            <summary>
            Tries to assign <paramref name="value" /> to <paramref name="fieldRef" />. If <paramref name="fieldRef" />
            is not disposed and is assigned a different value, it will not be disposed.
            </summary>
            <returns>true if <paramref name="value" /> was successfully assigned to <paramref name="fieldRef" />.</returns>
            <returns>false <paramref name="fieldRef" /> has been disposed.</returns>
        </member>
        <member name="M:System.Reactive.Disposables.Disposable.TrySetSerial(System.IDisposable@,System.IDisposable)">
            <summary>
            Tries to assign <paramref name="value" /> to <paramref name="fieldRef" />. If <paramref name="fieldRef" />
            is not disposed and is assigned a different value, it will be disposed.
            </summary>
            <returns>true if <paramref name="value" /> was successfully assigned to <paramref name="fieldRef" />.</returns>
            <returns>false <paramref name="fieldRef" /> has been disposed.</returns>
        </member>
        <member name="M:System.Reactive.Disposables.Disposable.GetIsDisposed(System.IDisposable@)">
            <summary>
            Gets a value indicating whether <paramref name="fieldRef" /> has been disposed.
            </summary>
            <returns>true if <paramref name="fieldRef" /> has been disposed.</returns>
            <returns>false if <paramref name="fieldRef" /> has not been disposed.</returns>
        </member>
        <member name="M:System.Reactive.Disposables.Disposable.TryDispose(System.IDisposable@)">
            <summary>
            Tries to dispose <paramref name="fieldRef" />. 
            </summary>
            <returns>true if <paramref name="fieldRef" /> was not disposed previously and was successfully disposed.</returns>
            <returns>false if <paramref name="fieldRef" /> was disposed previously.</returns>
        </member>
        <member name="T:System.Reactive.Disposables.ICancelable">
            <summary>
            Disposable resource with disposal state tracking.
            </summary>
        </member>
        <member name="P:System.Reactive.Disposables.ICancelable.IsDisposed">
            <summary>
            Gets a value that indicates whether the object is disposed.
            </summary>
        </member>
        <member name="T:System.Reactive.Disposables.MultipleAssignmentDisposable">
            <summary>
            Represents a disposable resource whose underlying disposable resource can be swapped for another disposable resource.
            </summary>
        </member>
        <member name="M:System.Reactive.Disposables.MultipleAssignmentDisposable.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:System.Reactive.Disposables.MultipleAssignmentDisposable"/> class with no current underlying disposable.
            </summary>
        </member>
        <member name="P:System.Reactive.Disposables.MultipleAssignmentDisposable.IsDisposed">
            <summary>
            Gets a value that indicates whether the object is disposed.
            </summary>
        </member>
        <member name="P:System.Reactive.Disposables.MultipleAssignmentDisposable.Disposable">
            <summary>
            Gets or sets the underlying disposable. After disposal, the result of getting this property is undefined.
            </summary>
            <remarks>If the <see cref="T:System.Reactive.Disposables.MultipleAssignmentDisposable"/> has already been disposed, assignment to this property causes immediate disposal of the given disposable object.</remarks>
        </member>
        <member name="M:System.Reactive.Disposables.MultipleAssignmentDisposable.Dispose">
            <summary>
            Disposes the underlying disposable as well as all future replacements.
            </summary>
        </member>
        <member name="T:System.Reactive.Disposables.RefCountDisposable">
            <summary>
            Represents a disposable resource that only disposes its underlying disposable resource when all <see cref="M:System.Reactive.Disposables.RefCountDisposable.GetDisposable">dependent disposable objects</see> have been disposed.
            </summary>
        </member>
        <member name="F:System.Reactive.Disposables.RefCountDisposable._count">
            <summary>
            Holds the number of active child disposables and the
            indicator bit (31) if the main _disposable has been marked
            for disposition.
            </summary>
        </member>
        <member name="M:System.Reactive.Disposables.RefCountDisposable.#ctor(System.IDisposable)">
            <summary>
            Initializes a new instance of the <see cref="T:System.Reactive.Disposables.RefCountDisposable"/> class with the specified disposable.
            </summary>
            <param name="disposable">Underlying disposable.</param>
            <exception cref="T:System.ArgumentNullException"><paramref name="disposable"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Disposables.RefCountDisposable.#ctor(System.IDisposable,System.Boolean)">
            <summary>
            Initializes a new instance of the <see cref="T:System.Reactive.Disposables.RefCountDisposable"/> class with the specified disposable.
            </summary>
            <param name="disposable">Underlying disposable.</param>
            <param name="throwWhenDisposed">Indicates whether subsequent calls to <see cref="M:System.Reactive.Disposables.RefCountDisposable.GetDisposable"/> should throw when this instance is disposed.</param>
            <exception cref="T:System.ArgumentNullException"><paramref name="disposable"/> is null.</exception>
        </member>
        <member name="P:System.Reactive.Disposables.RefCountDisposable.IsDisposed">
            <summary>
            Gets a value that indicates whether the object is disposed.
            </summary>
        </member>
        <member name="M:System.Reactive.Disposables.RefCountDisposable.GetDisposable">
            <summary>
            Returns a dependent disposable that when disposed decreases the refcount on the underlying disposable.
            </summary>
            <returns>A dependent disposable contributing to the reference count that manages the underlying disposable's lifetime.</returns>
            <exception cref="T:System.ObjectDisposedException">This instance has been disposed and is configured to throw in this case by <see cref="M:System.Reactive.Disposables.RefCountDisposable.#ctor(System.IDisposable,System.Boolean)"/>.</exception>
        </member>
        <member name="M:System.Reactive.Disposables.RefCountDisposable.Dispose">
            <summary>
            Disposes the underlying disposable only when all dependent disposables have been disposed.
            </summary>
        </member>
        <member name="T:System.Reactive.Disposables.ScheduledDisposable">
            <summary>
            Represents a disposable resource whose disposal invocation will be scheduled on the specified <seealso cref="T:System.Reactive.Concurrency.IScheduler"/>.
            </summary>
        </member>
        <member name="M:System.Reactive.Disposables.ScheduledDisposable.#ctor(System.Reactive.Concurrency.IScheduler,System.IDisposable)">
            <summary>
            Initializes a new instance of the <see cref="T:System.Reactive.Disposables.ScheduledDisposable"/> class that uses an <see cref="T:System.Reactive.Concurrency.IScheduler"/> on which to dispose the disposable.
            </summary>
            <param name="scheduler">Scheduler where the disposable resource will be disposed on.</param>
            <param name="disposable">Disposable resource to dispose on the given scheduler.</param>
            <exception cref="T:System.ArgumentNullException"><paramref name="scheduler"/> or <paramref name="disposable"/> is null.</exception>
        </member>
        <member name="P:System.Reactive.Disposables.ScheduledDisposable.Scheduler">
            <summary>
            Gets the scheduler where the disposable resource will be disposed on.
            </summary>
        </member>
        <member name="P:System.Reactive.Disposables.ScheduledDisposable.Disposable">
            <summary>
            Gets the underlying disposable. After disposal, the result is undefined.
            </summary>
        </member>
        <member name="P:System.Reactive.Disposables.ScheduledDisposable.IsDisposed">
            <summary>
            Gets a value that indicates whether the object is disposed.
            </summary>
        </member>
        <member name="M:System.Reactive.Disposables.ScheduledDisposable.Dispose">
            <summary>
            Disposes the wrapped disposable on the provided scheduler.
            </summary>
        </member>
        <member name="T:System.Reactive.Disposables.SerialDisposable">
            <summary>
            Represents a disposable resource whose underlying disposable resource can be replaced by another disposable resource, causing automatic disposal of the previous underlying disposable resource.
            </summary>
        </member>
        <member name="M:System.Reactive.Disposables.SerialDisposable.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:System.Reactive.Disposables.SerialDisposable"/> class.
            </summary>
        </member>
        <member name="P:System.Reactive.Disposables.SerialDisposable.IsDisposed">
            <summary>
            Gets a value that indicates whether the object is disposed.
            </summary>
        </member>
        <member name="P:System.Reactive.Disposables.SerialDisposable.Disposable">
            <summary>
            Gets or sets the underlying disposable.
            </summary>
            <remarks>If the SerialDisposable has already been disposed, assignment to this property causes immediate disposal of the given disposable object. Assigning this property disposes the previous disposable object.</remarks>
        </member>
        <member name="M:System.Reactive.Disposables.SerialDisposable.Dispose">
            <summary>
            Disposes the underlying disposable as well as all future replacements.
            </summary>
        </member>
        <member name="T:System.Reactive.Disposables.SingleAssignmentDisposable">
            <summary>
            Represents a disposable resource which only allows a single assignment of its underlying disposable resource.
            If an underlying disposable resource has already been set, future attempts to set the underlying disposable resource will throw an <see cref="T:System.InvalidOperationException"/>.
            </summary>
        </member>
        <member name="M:System.Reactive.Disposables.SingleAssignmentDisposable.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:System.Reactive.Disposables.SingleAssignmentDisposable"/> class.
            </summary>
        </member>
        <member name="P:System.Reactive.Disposables.SingleAssignmentDisposable.IsDisposed">
            <summary>
            Gets a value that indicates whether the object is disposed.
            </summary>
        </member>
        <member name="P:System.Reactive.Disposables.SingleAssignmentDisposable.Disposable">
            <summary>
            Gets or sets the underlying disposable. After disposal, the result of getting this property is undefined.
            </summary>
            <exception cref="T:System.InvalidOperationException">Thrown if the <see cref="T:System.Reactive.Disposables.SingleAssignmentDisposable"/> has already been assigned to.</exception>
        </member>
        <member name="M:System.Reactive.Disposables.SingleAssignmentDisposable.Dispose">
            <summary>
            Disposes the underlying disposable.
            </summary>
        </member>
        <member name="T:System.Reactive.Disposables.StableCompositeDisposable">
            <summary>
            Represents a group of disposable resources that are disposed together.
            </summary>
        </member>
        <member name="M:System.Reactive.Disposables.StableCompositeDisposable.Create(System.IDisposable,System.IDisposable)">
            <summary>
            Creates a new group containing two disposable resources that are disposed together.
            </summary>
            <param name="disposable1">The first disposable resource to add to the group.</param>
            <param name="disposable2">The second disposable resource to add to the group.</param>
            <returns>Group of disposable resources that are disposed together.</returns>
        </member>
        <member name="M:System.Reactive.Disposables.StableCompositeDisposable.Create(System.IDisposable[])">
            <summary>
            Creates a new group of disposable resources that are disposed together.
            </summary>
            <param name="disposables">Disposable resources to add to the group.</param>
            <returns>Group of disposable resources that are disposed together.</returns>
        </member>
        <member name="M:System.Reactive.Disposables.StableCompositeDisposable.CreateTrusted(System.IDisposable[])">
            <summary>
            Creates a group of disposable resources that are disposed together
            and without copying or checking for nulls inside the group.
            </summary>
            <param name="disposables">The array of disposables that is trusted
            to not contain nulls and gives no need to defensively copy it.</param>
            <returns>Group of disposable resources that are disposed together.</returns>
        </member>
        <member name="M:System.Reactive.Disposables.StableCompositeDisposable.Create(System.Collections.Generic.IEnumerable{System.IDisposable})">
            <summary>
            Creates a new group of disposable resources that are disposed together.
            </summary>
            <param name="disposables">Disposable resources to add to the group.</param>
            <returns>Group of disposable resources that are disposed together.</returns>
        </member>
        <member name="M:System.Reactive.Disposables.StableCompositeDisposable.Dispose">
            <summary>
            Disposes all disposables in the group.
            </summary>
        </member>
        <member name="P:System.Reactive.Disposables.StableCompositeDisposable.IsDisposed">
            <summary>
            Gets a value that indicates whether the object is disposed.
            </summary>
        </member>
        <member name="T:System.Reactive.Disposables.StableCompositeDisposable.NAryTrustedArray">
            <summary>
            A stable composite that doesn't do defensive copy of
            the input disposable array nor checks it for null.
            </summary>
        </member>
        <member name="T:System.Reactive.Disposables.NamespaceDoc">
            <summary>
            The <b>System.Reactive.Disposables</b> namespace contains interfaces and classes that provide a compositional set of constructs used to deal with resource and subscription
            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>
        </member>
        <member name="T:System.Reactive.PlatformServices.EnlightenmentProvider">
            <summary>
            Provides access to the platform enlightenments used by other Rx libraries to improve system performance and
            runtime efficiency. While Rx can run without platform enlightenments loaded, it's recommended to deploy the
            System.Reactive.PlatformServices assembly with your application and call <see cref="M:System.Reactive.PlatformServices.EnlightenmentProvider.EnsureLoaded"/> during
            application startup to ensure enlightenments are properly loaded.
            </summary>
        </member>
        <member name="M:System.Reactive.PlatformServices.EnlightenmentProvider.EnsureLoaded">
            <summary>
            Ensures that the calling assembly has a reference to the System.Reactive.PlatformServices assembly with
            platform enlightenments. If no reference is made from the user code, it's possible for the build process
            to drop the deployment of System.Reactive.PlatformServices, preventing its runtime discovery.
            </summary>
            <returns>
            true if the loaded enlightenment provider matches the provided defined in the current assembly; false
            otherwise. When a custom enlightenment provider is installed by the host, false will be returned.
            </returns>
        </member>
        <member name="T:System.Reactive.PlatformServices.CurrentPlatformEnlightenmentProvider">
            <summary>
            (Infrastructure) Provider for platform-specific framework enlightenments.
            </summary>
        </member>
        <member name="M:System.Reactive.PlatformServices.CurrentPlatformEnlightenmentProvider.GetService``1(System.Object[])">
            <summary>
            (Infrastructure) Tries to gets the specified service.
            </summary>
            <typeparam name="T">Service type.</typeparam>
            <param name="args">Optional set of arguments.</param>
            <returns>Service instance or <c>null</c> if not found.</returns>
        </member>
        <member name="T:System.Reactive.PlatformServices.IExceptionServices">
            <summary>
            (Infrastructure) Services to rethrow exceptions.
            </summary>
            <remarks>
            This type is used by the Rx infrastructure and not meant for public consumption or implementation.
            No guarantees are made about forward compatibility of the type's functionality and its usage.
            </remarks>
        </member>
        <member name="M:System.Reactive.PlatformServices.IExceptionServices.Rethrow(System.Exception)">
            <summary>
            Rethrows the specified exception.
            </summary>
            <param name="exception">Exception to rethrow.</param>
        </member>
        <member name="T:System.Reactive.PlatformServices.HostLifecycleService">
            <summary>
            (Infrastructure) Provides access to the host's lifecycle management services.
            </summary>
        </member>
        <member name="E:System.Reactive.PlatformServices.HostLifecycleService.Suspending">
            <summary>
            Event that gets raised when the host suspends the application.
            </summary>
        </member>
        <member name="E:System.Reactive.PlatformServices.HostLifecycleService.Resuming">
            <summary>
            Event that gets raised when the host resumes the application.
            </summary>
        </member>
        <member name="M:System.Reactive.PlatformServices.HostLifecycleService.AddRef">
            <summary>
            Adds a reference to the host lifecycle manager, causing it to be sending notifications.
            </summary>
        </member>
        <member name="M:System.Reactive.PlatformServices.HostLifecycleService.Release">
            <summary>
            Removes a reference to the host lifecycle manager, causing it to stop sending notifications
            if the removed reference was the last one.
            </summary>
        </member>
        <member name="T:System.Reactive.PlatformServices.IHostLifecycleNotifications">
            <summary>
            (Infrastructure) Provides notifications about the host's lifecycle events.
            </summary>
        </member>
        <member name="E:System.Reactive.PlatformServices.IHostLifecycleNotifications.Suspending">
            <summary>
            Event that gets raised when the host suspends.
            </summary>
        </member>
        <member name="E:System.Reactive.PlatformServices.IHostLifecycleNotifications.Resuming">
            <summary>
            Event that gets raised when the host resumes.
            </summary>
        </member>
        <member name="T:System.Reactive.PlatformServices.HostSuspendingEventArgs">
            <summary>
            (Infrastructure) Event arguments for host suspension events.
            </summary>
        </member>
        <member name="T:System.Reactive.PlatformServices.HostResumingEventArgs">
            <summary>
            (Infrastructure) Event arguments for host resumption events.
            </summary>
        </member>
        <member name="T:System.Reactive.PlatformServices.IPlatformEnlightenmentProvider">
            <summary>
            (Infrastructure) Interface for enlightenment providers.
            </summary>
            <remarks>
            This type is used by the Rx infrastructure and not meant for public consumption or implementation.
            No guarantees are made about forward compatibility of the type's functionality and its usage.
            </remarks>
        </member>
        <member name="M:System.Reactive.PlatformServices.IPlatformEnlightenmentProvider.GetService``1(System.Object[])">
            <summary>
            (Infrastructure) Tries to gets the specified service.
            </summary>
            <typeparam name="T">Service type.</typeparam>
            <param name="args">Optional set of arguments.</param>
            <returns>Service instance or null if not found.</returns>
        </member>
        <member name="T:System.Reactive.PlatformServices.PlatformEnlightenmentProvider">
            <summary>
            (Infrastructure) Provider for platform-specific framework enlightenments.
            </summary>
            <remarks>
            This type is used by the Rx infrastructure and not meant for public consumption or implementation.
            </remarks>
        </member>
        <member name="P:System.Reactive.PlatformServices.PlatformEnlightenmentProvider.Current">
            <summary>
            (Infrastructure) Gets the current enlightenment provider. If none is loaded yet, accessing this property triggers provider resolution.
            </summary>
            <remarks>
            This member is used by the Rx infrastructure and not meant for public consumption or implementation.
            </remarks>
        </member>
        <member name="T:System.Reactive.PlatformServices.SystemClock">
            <summary>
            (Infrastructure) Provides access to local system clock services.
            </summary>
            <remarks>
            This type is used by the Rx infrastructure and not meant for public consumption or implementation.
            No guarantees are made about forward compatibility of the type's functionality and its usage.
            </remarks>
        </member>
        <member name="P:System.Reactive.PlatformServices.SystemClock.UtcNow">
            <summary>
            Gets the local system clock time.
            </summary>
        </member>
        <member name="M:System.Reactive.PlatformServices.SystemClock.AddRef">
            <summary>
            Adds a reference to the system clock monitor, causing it to be sending notifications.
            </summary>
            <exception cref="T:System.NotSupportedException">Thrown when the system doesn't support sending clock change notifications.</exception>
        </member>
        <member name="M:System.Reactive.PlatformServices.SystemClock.Release">
            <summary>
            Removes a reference to the system clock monitor, causing it to stop sending notifications
            if the removed reference was the last one.
            </summary>
        </member>
        <member name="T:System.Reactive.PlatformServices.ISystemClock">
            <summary>
            (Infrastructure) Provides access to the local system clock.
            </summary>
            <remarks>
            This type is used by the Rx infrastructure and not meant for public consumption or implementation.
            No guarantees are made about forward compatibility of the type's functionality and its usage.
            </remarks>
        </member>
        <member name="P:System.Reactive.PlatformServices.ISystemClock.UtcNow">
            <summary>
            Gets the current time.
            </summary>
        </member>
        <member name="T:System.Reactive.PlatformServices.INotifySystemClockChanged">
            <summary>
            (Infrastructure) Provides a mechanism to notify local schedulers about system clock changes.
            </summary>
            <remarks>
            This type is used by the Rx infrastructure and not meant for public consumption or implementation.
            No guarantees are made about forward compatibility of the type's functionality and its usage.
            </remarks>
        </member>
        <member name="E:System.Reactive.PlatformServices.INotifySystemClockChanged.SystemClockChanged">
            <summary>
            Event that gets raised when a system clock change is detected.
            </summary>
        </member>
        <member name="T:System.Reactive.PlatformServices.SystemClockChangedEventArgs">
            <summary>
            (Infrastructure) Event arguments for system clock change notifications.
            </summary>
            <remarks>
            This type is used by the Rx infrastructure and not meant for public consumption or implementation.
            No guarantees are made about forward compatibility of the type's functionality and its usage.
            </remarks>
        </member>
        <member name="M:System.Reactive.PlatformServices.SystemClockChangedEventArgs.#ctor">
            <summary>
            Creates a new system clock notification object with unknown old and new times.
            </summary>
        </member>
        <member name="M:System.Reactive.PlatformServices.SystemClockChangedEventArgs.#ctor(System.DateTimeOffset,System.DateTimeOffset)">
            <summary>
            Creates a new system clock notification object with the specified old and new times.
            </summary>
            <param name="oldTime">Time before the system clock changed, or DateTimeOffset.MinValue if not known.</param>
            <param name="newTime">Time after the system clock changed, or DateTimeOffset.MaxValue if not known.</param>
        </member>
        <member name="P:System.Reactive.PlatformServices.SystemClockChangedEventArgs.OldTime">
            <summary>
            Gets the time before the system clock changed, or DateTimeOffset.MinValue if not known.
            </summary>
        </member>
        <member name="P:System.Reactive.PlatformServices.SystemClockChangedEventArgs.NewTime">
            <summary>
            Gets the time after the system clock changed, or DateTimeOffset.MaxValue if not known.
            </summary>
        </member>
        <member name="T:System.Reactive.PlatformServices.DefaultSystemClock">
            <summary>
            (Infrastructure) Provides access to the local system clock.
            </summary>
        </member>
        <member name="P:System.Reactive.PlatformServices.DefaultSystemClock.UtcNow">
            <summary>
            Gets the current time.
            </summary>
        </member>
        <member name="T:System.Reactive.PlatformServices.PeriodicTimerSystemClockMonitor">
            <summary>
            (Infrastructure) Monitors for system clock changes based on a periodic timer.
            </summary>
        </member>
        <member name="F:System.Reactive.PlatformServices.PeriodicTimerSystemClockMonitor._lastTimeUnixMillis">
            <summary>
            Use the Unix milliseconds for the current time
            so it can be atomically read/written without locking.
            </summary>
        </member>
        <member name="M:System.Reactive.PlatformServices.PeriodicTimerSystemClockMonitor.#ctor(System.TimeSpan)">
            <summary>
            Creates a new monitor for system clock changes with the specified polling frequency.
            </summary>
            <param name="period">Polling frequency for system clock changes.</param>
        </member>
        <member name="E:System.Reactive.PlatformServices.PeriodicTimerSystemClockMonitor.SystemClockChanged">
            <summary>
            Event that gets raised when a system clock change is detected.
            </summary>
        </member>
        <member name="T:System.Reactive.PlatformServices.NamespaceDoc">
            <summary>
            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>
        </member>
        <member name="T:System.Reactive.EventPattern`1">
            <summary>
            Represents a .NET event invocation consisting of the weakly typed object that raised the event and the data that was generated by the event.
            </summary>
            <typeparam name="TEventArgs">The type of the event data generated by the event.</typeparam>
        </member>
        <member name="M:System.Reactive.EventPattern`1.#ctor(System.Object,`0)">
            <summary>
            Creates a new data representation instance of a .NET event invocation with the given sender and event data.
            </summary>
            <param name="sender">The sender object that raised the event.</param>
            <param name="e">The event data that was generated by the event.</param>
        </member>
        <member name="T:System.Reactive.EventPattern`2">
            <summary>
            Represents a .NET event invocation consisting of the strongly typed object that raised the event and the data that was generated by the event.
            </summary>
            <typeparam name="TSender">The type of the sender that raised the event.</typeparam>
            <typeparam name="TEventArgs">The type of the event data generated by the event.</typeparam>
        </member>
        <member name="M:System.Reactive.EventPattern`2.#ctor(`0,`1)">
            <summary>
            Creates a new data representation instance of a .NET event invocation with the given sender and event data.
            </summary>
            <param name="sender">The sender object that raised the event.</param>
            <param name="e">The event data that was generated by the event.</param>
        </member>
        <member name="P:System.Reactive.EventPattern`2.Sender">
            <summary>
            Gets the sender object that raised the event.
            </summary>
        </member>
        <member name="P:System.Reactive.EventPattern`2.EventArgs">
            <summary>
            Gets the event data that was generated by the event.
            </summary>
        </member>
        <member name="M:System.Reactive.EventPattern`2.Equals(System.Reactive.EventPattern{`0,`1})">
            <summary>
            Determines whether the current <see cref="T:System.Reactive.EventPattern`2"/> object represents the same event as a specified <see cref="T:System.Reactive.EventPattern`2"/> object.
            </summary>
            <param name="other">An object to compare to the current <see cref="T:System.Reactive.EventPattern`2"/> object.</param>
            <returns><c>true</c> if both <see cref="T:System.Reactive.EventPattern`2"/> objects represent the same event; otherwise, <c>false</c>.</returns>
        </member>
        <member name="M:System.Reactive.EventPattern`2.Equals(System.Object)">
            <summary>
            Determines whether the specified System.Object is equal to the current <see cref="T:System.Reactive.EventPattern`2"/>.
            </summary>
            <param name="obj">The System.Object to compare with the current <see cref="T:System.Reactive.EventPattern`2"/>.</param>
            <returns><c>true</c> if the specified System.Object is equal to the current <see cref="T:System.Reactive.EventPattern`2"/>; otherwise, <c>false</c>.</returns>
        </member>
        <member name="M:System.Reactive.EventPattern`2.GetHashCode">
            <summary>
            Returns the hash code for the current <see cref="T:System.Reactive.EventPattern`2"/> instance.
            </summary>
            <returns>A hash code for the current <see cref="T:System.Reactive.EventPattern`2"/> instance.</returns>
        </member>
        <member name="M:System.Reactive.EventPattern`2.op_Equality(System.Reactive.EventPattern{`0,`1},System.Reactive.EventPattern{`0,`1})">
            <summary>
            Determines whether two specified <see cref="T:System.Reactive.EventPattern`2"/> objects represent the same event.
            </summary>
            <param name="first">The first <see cref="T:System.Reactive.EventPattern`2"/> to compare, or <c>null</c>.</param>
            <param name="second">The second <see cref="T:System.Reactive.EventPattern`2"/> to compare, or <c>null</c>.</param>
            <returns><c>true</c> if both <see cref="T:System.Reactive.EventPattern`2"/> objects represent the same event; otherwise, <c>false</c>.</returns>
        </member>
        <member name="M:System.Reactive.EventPattern`2.op_Inequality(System.Reactive.EventPattern{`0,`1},System.Reactive.EventPattern{`0,`1})">
            <summary>
            Determines whether two specified <see cref="T:System.Reactive.EventPattern`2"/> objects represent a different event.
            </summary>
            <param name="first">The first <see cref="T:System.Reactive.EventPattern`2"/> to compare, or <c>null</c>.</param>
            <param name="second">The second <see cref="T:System.Reactive.EventPattern`2"/> to compare, or <c>null</c>.</param>
            <returns><c>true</c> if both <see cref="T:System.Reactive.EventPattern`2"/> objects don't represent the same event; otherwise, <c>false</c>.</returns>
        </member>
        <member name="T:System.Reactive.EventPatternSourceBase`2">
            <summary>
            Base class for classes that expose an observable sequence as a well-known event pattern (sender, event arguments).
            Contains functionality to maintain a map of event handler delegates to observable sequence subscriptions. Subclasses
            should only add an event with custom add and remove methods calling into the base class's operations.
            </summary>
            <typeparam name="TSender">The type of the sender that raises the event.</typeparam>
            <typeparam name="TEventArgs">The type of the event data generated by the event.</typeparam>
        </member>
        <member name="M:System.Reactive.EventPatternSourceBase`2.#ctor(System.IObservable{System.Reactive.EventPattern{`0,`1}},System.Action{System.Action{`0,`1},System.Reactive.EventPattern{`0,`1}})">
            <summary>
            Creates a new event pattern source.
            </summary>
            <param name="source">Source sequence to expose as an event.</param>
            <param name="invokeHandler">Delegate used to invoke the event for each element of the sequence.</param>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="invokeHandler"/> is <c>null</c>.</exception>
        </member>
        <member name="M:System.Reactive.EventPatternSourceBase`2.Add(System.Delegate,System.Action{`0,`1})">
            <summary>
            Adds the specified event handler, causing a subscription to the underlying source.
            </summary>
            <param name="handler">Event handler to add. The same delegate should be passed to the <see cref="M:System.Reactive.EventPatternSourceBase`2.Remove(System.Delegate)"/> operation in order to remove the event handler.</param>
            <param name="invoke">Invocation delegate to raise the event in the derived class.</param>
            <exception cref="T:System.ArgumentNullException"><paramref name="handler"/> or <paramref name="invoke"/> is <c>null</c>.</exception>
        </member>
        <member name="M:System.Reactive.EventPatternSourceBase`2.Remove(System.Delegate)">
            <summary>
            Removes the specified event handler, causing a disposal of the corresponding subscription to the underlying source that was created during the <see cref="M:System.Reactive.EventPatternSourceBase`2.Add(System.Delegate,System.Action{`0,`1})"/> operation.
            </summary>
            <param name="handler">Event handler to remove. This should be the same delegate as one that was passed to the <see cref="M:System.Reactive.EventPatternSourceBase`2.Add(System.Delegate,System.Action{`0,`1})"/> operation.</param>
            <exception cref="T:System.ArgumentNullException"><paramref name="handler"/> is <c>null</c>.</exception>
        </member>
        <member name="T:System.Reactive.ExperimentalAttribute">
            <summary>
            Marks the program elements that are experimental. This class cannot be inherited.
            </summary>
        </member>
        <member name="T:System.Reactive.IEventPattern`2">
            <summary>
            Represents a .NET event invocation consisting of the strongly typed object that raised the event and the data that was generated by the event.
            </summary>
            <typeparam name="TSender">
            The type of the sender that raised the event.
            This type parameter is covariant. That is, you can use either the type you specified or any type that is more derived. For more information about covariance and contravariance, see Covariance and Contravariance in Generics.
            </typeparam>
            <typeparam name="TEventArgs">
            The type of the event data generated by the event.
            This type parameter is covariant. That is, you can use either the type you specified or any type that is more derived. For more information about covariance and contravariance, see Covariance and Contravariance in Generics.
            </typeparam>
        </member>
        <member name="P:System.Reactive.IEventPattern`2.Sender">
            <summary>
            Gets the sender object that raised the event.
            </summary>
        </member>
        <member name="P:System.Reactive.IEventPattern`2.EventArgs">
            <summary>
            Gets the event data that was generated by the event.
            </summary>
        </member>
        <member name="T:System.Reactive.IEventPatternSource`1">
            <summary>
            Represents a data stream signaling its elements by means of an event.
            </summary>
            <typeparam name="TEventArgs">The type of the event data generated by the event.</typeparam>
        </member>
        <member name="E:System.Reactive.IEventPatternSource`1.OnNext">
            <summary>
            Event signaling the next element in the data stream.
            </summary>
        </member>
        <member name="T:System.Reactive.IEventSource`1">
            <summary>
            Represents a data stream signaling its elements by means of an event.
            </summary>
            <typeparam name="T">
            The type of the event data generated by the event.
            This type parameter is covariant. That is, you can use either the type you specified or any type that is more derived. For more information about covariance and contravariance, see Covariance and Contravariance in Generics.
            </typeparam>
        </member>
        <member name="E:System.Reactive.IEventSource`1.OnNext">
            <summary>
            Event signaling the next element in the data stream.
            </summary>
        </member>
        <member name="T:System.Reactive.ExceptionHelper">
            <summary>
            Utility methods to handle lock-free combining of Exceptions
            as well as hosting a terminal-exception indicator for
            lock-free termination support.
            </summary>
        </member>
        <member name="P:System.Reactive.ExceptionHelper.Terminated">
            <summary>
            The singleton instance of the exception indicating a terminal state,
            DO NOT LEAK or signal this via OnError!
            </summary>
        </member>
        <member name="M:System.Reactive.ExceptionHelper.TrySetException(System.Exception@,System.Exception)">
            <summary>
            Tries to atomically set the Exception on the given field if it is
            still null.
            </summary>
            <param name="field">The target field to try to set atomically.</param>
            <param name="ex">The exception to set, not null (not verified).</param>
            <returns>True if the operation succeeded, false if the target was not null.</returns>
        </member>
        <member name="M:System.Reactive.ExceptionHelper.Terminate(System.Exception@)">
            <summary>
            Atomically swaps in the Terminated exception into the field and
            returns the previous exception in that field (which could be the
            Terminated instance too).
            </summary>
            <param name="field">The target field to terminate.</param>
            <returns>The previous exception in that field before the termination.</returns>
        </member>
        <member name="M:System.Reactive.ExceptionHelper.TryAddException(System.Exception@,System.Exception)">
            <summary>
            Atomically sets the field to the given new exception or combines
            it with any pre-existing exception as a new AggregateException
            unless the field contains the Terminated instance.
            </summary>
            <param name="field">The field to set or combine with.</param>
            <param name="ex">The exception to combine with.</param>
            <returns>True if successful, false if the field contains the Terminated instance.</returns>
            <remarks>This type of atomic aggregation helps with operators that
            want to delay all errors until all of their sources terminate in some way.</remarks>
        </member>
        <member name="T:System.Reactive.ExceptionHelper.TerminatedException">
            <summary>
            The class indicating a terminal state as an Exception type.
            </summary>
        </member>
        <member name="T:System.Reactive.HalfSerializer">
            <summary>
            Utility methods for dealing with serializing OnXXX signals
            for an IObserver where concurrent OnNext is still not allowed
            but concurrent OnError/OnCompleted may happen.
            This serialization case is generally lower overhead than
            a full SerializedObserver wrapper and doesn't need
            allocation.
            </summary>
        </member>
        <member name="M:System.Reactive.HalfSerializer.ForwardOnNext``1(System.Reactive.ISink{``0},``0,System.Int32@,System.Exception@)">
            <summary>
            Signals the given item to the observer in a serialized fashion
            allowing a concurrent OnError or OnCompleted emission to be delayed until
            the observer.OnNext returns.
            Do not call OnNext from multiple threads as it may lead to ignored items.
            Use a full SerializedObserver wrapper for merging multiple sequences.
            </summary>
            <typeparam name="T">The element type of the observer.</typeparam>
            <param name="sink">The observer to signal events in a serialized fashion.</param>
            <param name="item">The item to signal.</param>
            <param name="wip">Indicates there is an emission going on currently.</param>
            <param name="error">The field containing an error or terminal indicator.</param>
        </member>
        <member name="M:System.Reactive.HalfSerializer.ForwardOnError``1(System.Reactive.ISink{``0},System.Exception,System.Int32@,System.Exception@)">
            <summary>
            Signals the given exception to the observer. If there is a concurrent
            OnNext emission is happening, saves the exception into the given field
            otherwise to be picked up by <see cref="M:System.Reactive.HalfSerializer.ForwardOnNext``1(System.Reactive.ISink{``0},``0,System.Int32@,System.Exception@)"/>.
            This method can be called concurrently with itself and the other methods of this
            helper class but only one terminal signal may actually win.
            </summary>
            <typeparam name="T">The element type of the observer.</typeparam>
            <param name="sink">The observer to signal events in a serialized fashion.</param>
            <param name="ex">The exception to signal sooner or later.</param>
            <param name="wip">Indicates there is an emission going on currently.</param>
            <param name="error">The field containing an error or terminal indicator.</param>
        </member>
        <member name="M:System.Reactive.HalfSerializer.ForwardOnCompleted``1(System.Reactive.ISink{``0},System.Int32@,System.Exception@)">
            <summary>
            Signals OnCompleted on the observer. If there is a concurrent
            OnNext emission happening, the error field will host a special
            terminal exception signal to be picked up by <see cref="M:System.Reactive.HalfSerializer.ForwardOnNext``1(System.Reactive.ISink{``0},``0,System.Int32@,System.Exception@)"/> once it finishes with OnNext and signal the
            OnCompleted as well.
            This method can be called concurrently with itself and the other methods of this
            helper class but only one terminal signal may actually win.
            </summary>
            <typeparam name="T">The element type of the observer.</typeparam>
            <param name="sink">The observer to signal events in a serialized fashion.</param>
            <param name="wip">Indicates there is an emission going on currently.</param>
            <param name="error">The field containing an error or terminal indicator.</param>
        </member>
        <member name="T:System.Reactive.ISafeObserver`1">
            <summary>
            Base interface for observers that can dispose of a resource on a terminal notification
            or when disposed itself.
            </summary>
            <typeparam name="T"></typeparam>
        </member>
        <member name="T:System.Reactive.IProducer`1">
            <summary>
            Interface with variance annotation; allows for better type checking when detecting capabilities in SubscribeSafe.
            </summary>
            <typeparam name="TSource">Type of the resulting sequence's elements.</typeparam>
        </member>
        <member name="T:System.Reactive.BasicProducer`1">
            <summary>
            Base class for implementation of query operators, providing performance benefits over the use of Observable.Create.
            </summary>
            <typeparam name="TSource">Type of the resulting sequence's elements.</typeparam>
        </member>
        <member name="M:System.Reactive.BasicProducer`1.Subscribe(System.IObserver{`0})">
            <summary>
            Publicly visible Subscribe method.
            </summary>
            <param name="observer">Observer to send notifications on. The implementation of a producer must ensure the correct message grammar on the observer.</param>
            <returns>IDisposable to cancel the subscription. This causes the underlying sink to be notified of unsubscription, causing it to prevent further messages from being sent to the observer.</returns>
        </member>
        <member name="M:System.Reactive.BasicProducer`1.Run(System.IObserver{`0})">
            <summary>
            Core implementation of the query operator, called upon a new subscription to the producer object.
            </summary>
            <param name="observer">Observer to send notifications on. The implementation of a producer must ensure the correct message grammar on the observer.</param>
            <returns>Disposable representing all the resources and/or subscriptions the operator uses to process events.</returns>
            <remarks>The <paramref name="observer">observer</paramref> passed in to this method is not protected using auto-detach behavior upon an OnError or OnCompleted call. The implementation must ensure proper resource disposal and enforce the message grammar.</remarks>
        </member>
        <member name="M:System.Reactive.Producer`2.Subscribe(System.IObserver{`0})">
            <summary>
            Publicly visible Subscribe method.
            </summary>
            <param name="observer">Observer to send notifications on. The implementation of a producer must ensure the correct message grammar on the observer.</param>
            <returns>IDisposable to cancel the subscription. This causes the underlying sink to be notified of unsubscription, causing it to prevent further messages from being sent to the observer.</returns>
        </member>
        <member name="M:System.Reactive.Producer`2.Run(`1)">
            <summary>
            Core implementation of the query operator, called upon a new subscription to the producer object.
            </summary>
            <param name="sink">The sink object.</param>
        </member>
        <member name="T:System.Reactive.Linq.IGroupedObservable`2">
            <summary>
            Represents an observable sequence of elements that have a common key.
            </summary>
            <typeparam name="TKey">
            The type of the key shared by all elements in the group.
            This type parameter is covariant. That is, you can use either the type you specified or any type that is more derived. For more information about covariance and contravariance, see Covariance and Contravariance in Generics.
            </typeparam>
            <typeparam name="TElement">
            The type of the elements in the group.
            This type parameter is covariant. That is, you can use either the type you specified or any type that is more derived. For more information about covariance and contravariance, see Covariance and Contravariance in Generics.
            </typeparam>
        </member>
        <member name="P:System.Reactive.Linq.IGroupedObservable`2.Key">
            <summary>
            Gets the common key.
            </summary>
        </member>
        <member name="T:System.Reactive.Linq.IQbservable`1">
            <summary>
            Provides functionality to evaluate queries against a specific data source wherein the type of the data is known.
            </summary>
            <typeparam name="T">
            The type of the data in the data source.
            This type parameter is covariant. That is, you can use either the type you specified or any type that is more derived. For more information about covariance and contravariance, see Covariance and Contravariance in Generics.
            </typeparam>
        </member>
        <member name="T:System.Reactive.Linq.IQbservable">
            <summary>
            Provides functionality to evaluate queries against a specific data source wherein the type of the data is not specified.
            </summary>
        </member>
        <member name="P:System.Reactive.Linq.IQbservable.ElementType">
            <summary>
            Gets the type of the element(s) that are returned when the expression tree associated with this instance of IQbservable is executed.
            </summary>
        </member>
        <member name="P:System.Reactive.Linq.IQbservable.Expression">
            <summary>
            Gets the expression tree that is associated with the instance of IQbservable.
            </summary>
        </member>
        <member name="P:System.Reactive.Linq.IQbservable.Provider">
            <summary>
            Gets the query provider that is associated with this data source.
            </summary>
        </member>
        <member name="T:System.Reactive.Linq.IQbservableProvider">
            <summary>
            Defines methods to create and execute queries that are described by an IQbservable object.
            </summary>
        </member>
        <member name="M:System.Reactive.Linq.IQbservableProvider.CreateQuery``1(System.Linq.Expressions.Expression)">
            <summary>
            Constructs an <see cref="T:System.Reactive.Linq.IQbservable`1"/> object that can evaluate the query represented by a specified expression tree.
            </summary>
            <typeparam name="TResult">The type of the elements of the <see cref="T:System.Reactive.Linq.IQbservable`1"/> that is returned.</typeparam>
            <param name="expression">Expression tree representing the query.</param>
            <returns>IQbservable object that can evaluate the given query expression.</returns>
        </member>
        <member name="T:System.Reactive.Linq.IQueryLanguage">
            <summary>
            Internal interface describing the LINQ to Events query language.
            </summary>
        </member>
        <member name="T:System.Reactive.Linq.IQueryLanguageEx">
            <summary>
            Internal interface describing the LINQ to Events query language.
            </summary>
        </member>
        <member name="T:System.Reactive.Linq.LocalQueryMethodImplementationTypeAttribute">
            <summary>
            Attribute applied to static classes providing expression tree forms of query methods,
            mapping those to the corresponding methods for local query execution on the specified
            target class type.
            </summary>
        </member>
        <member name="M:System.Reactive.Linq.LocalQueryMethodImplementationTypeAttribute.#ctor(System.Type)">
            <summary>
            Creates a new mapping to the specified local execution query method implementation type.
            </summary>
            <param name="targetType">Type with query methods for local execution.</param>
        </member>
        <member name="P:System.Reactive.Linq.LocalQueryMethodImplementationTypeAttribute.TargetType">
            <summary>
            Gets the type with the implementation of local query methods.
            </summary>
        </member>
        <member name="T:System.Reactive.Linq.Observable">
            <summary>
            Provides a set of static methods for writing in-memory queries over observable sequences.
            </summary>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Aggregate``2(System.IObservable{``0},``1,System.Func{``1,``0,``1})">
            <summary>
            Applies an accumulator function over an observable sequence, returning the result of the aggregation as a single element in the result sequence. The specified seed value is used as the initial accumulator value.
            For aggregation behavior with incremental intermediate results, see <see cref="M:System.Reactive.Linq.Observable.Scan``2(System.IObservable{``0},``1,System.Func{``1,``0,``1})"/>.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <typeparam name="TAccumulate">The type of the result of the aggregation.</typeparam>
            <param name="source">An observable sequence to aggregate over.</param>
            <param name="seed">The initial accumulator value.</param>
            <param name="accumulator">An accumulator function to be invoked on each element.</param>
            <returns>An observable sequence containing a single element with the final accumulator value.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="accumulator"/> is null.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Aggregate``3(System.IObservable{``0},``1,System.Func{``1,``0,``1},System.Func{``1,``2})">
            <summary>
            Applies an accumulator function over an observable sequence, returning the result of the aggregation as a single element in the result sequence. The specified seed value is used as the initial accumulator value,
            and the specified result selector function is used to select the result value.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <typeparam name="TAccumulate">The type of the accumulator value.</typeparam>
            <typeparam name="TResult">The type of the resulting value.</typeparam>
            <param name="source">An observable sequence to aggregate over.</param>
            <param name="seed">The initial accumulator value.</param>
            <param name="accumulator">An accumulator function to be invoked on each element.</param>
            <param name="resultSelector">A function to transform the final accumulator value into the result value.</param>
            <returns>An observable sequence containing a single element with the final accumulator value.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="accumulator"/> or <paramref name="resultSelector"/> is null.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Aggregate``1(System.IObservable{``0},System.Func{``0,``0,``0})">
            <summary>
            Applies an accumulator function over an observable sequence, returning the result of the aggregation as a single element in the result sequence.
            For aggregation behavior with incremental intermediate results, see <see cref="M:System.Reactive.Linq.Observable.Scan``1(System.IObservable{``0},System.Func{``0,``0,``0})"/>.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence and the result of the aggregation.</typeparam>
            <param name="source">An observable sequence to aggregate over.</param>
            <param name="accumulator">An accumulator function to be invoked on each element.</param>
            <returns>An observable sequence containing a single element with the final accumulator value.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="accumulator"/> is null.</exception>
            <exception cref="T:System.InvalidOperationException">(Asynchronous) The source sequence is empty.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.All``1(System.IObservable{``0},System.Func{``0,System.Boolean})">
            <summary>
            Determines whether all elements of an observable sequence satisfy a condition.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">An observable sequence whose elements to apply the predicate to.</param>
            <param name="predicate">A function to test each element for a condition.</param>
            <returns>An observable sequence containing a single element determining whether all elements in the source sequence pass the test in the specified predicate.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="predicate"/> is null.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Any``1(System.IObservable{``0})">
            <summary>
            Determines whether an observable sequence contains any elements.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">An observable sequence to check for non-emptiness.</param>
            <returns>An observable sequence containing a single element determining whether the source sequence contains any elements.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> is null.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Any``1(System.IObservable{``0},System.Func{``0,System.Boolean})">
            <summary>
            Determines whether any element of an observable sequence satisfies a condition.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">An observable sequence whose elements to apply the predicate to.</param>
            <param name="predicate">A function to test each element for a condition.</param>
            <returns>An observable sequence containing a single element determining whether any elements in the source sequence pass the test in the specified predicate.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="predicate"/> is null.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Average(System.IObservable{System.Double})">
            <summary>
            Computes the average of an observable sequence of <see cref="T:System.Double" /> values.
            </summary>
            <param name="source">A sequence of <see cref="T:System.Double" /> values to calculate the average of.</param>
            <returns>An observable sequence containing a single element with the average of the sequence of values.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> is null.</exception>
            <exception cref="T:System.InvalidOperationException">(Asynchronous) The source sequence is empty.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Average(System.IObservable{System.Single})">
            <summary>
            Computes the average of an observable sequence of <see cref="T:System.Single" /> values.
            </summary>
            <param name="source">A sequence of <see cref="T:System.Single" /> values to calculate the average of.</param>
            <returns>An observable sequence containing a single element with the average of the sequence of values.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> is null.</exception>
            <exception cref="T:System.InvalidOperationException">(Asynchronous) The source sequence is empty.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Average(System.IObservable{System.Decimal})">
            <summary>
            Computes the average of an observable sequence of <see cref="T:System.Decimal" /> values.
            </summary>
            <param name="source">A sequence of <see cref="T:System.Decimal" /> values to calculate the average of.</param>
            <returns>An observable sequence containing a single element with the average of the sequence of values.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> is null.</exception>
            <exception cref="T:System.InvalidOperationException">(Asynchronous) The source sequence is empty.</exception>
            <exception cref="T:System.OverflowException">(Asynchronous) The sum of the elements in the source sequence is larger than <see cref="F:System.Decimal.MaxValue"/>.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Average(System.IObservable{System.Int32})">
            <summary>
            Computes the average of an observable sequence of <see cref="T:System.Int32" /> values.
            </summary>
            <param name="source">A sequence of <see cref="T:System.Int32" /> values to calculate the average of.</param>
            <returns>An observable sequence containing a single element with the average of the sequence of values.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> is null.</exception>
            <exception cref="T:System.InvalidOperationException">(Asynchronous) The source sequence is empty.</exception>
            <exception cref="T:System.OverflowException">(Asynchronous) The sum of the elements in the source sequence is larger than <see cref="F:System.Int64.MaxValue"/>.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Average(System.IObservable{System.Int64})">
            <summary>
            Computes the average of an observable sequence of <see cref="T:System.Int64" /> values.
            </summary>
            <param name="source">A sequence of <see cref="T:System.Int64" /> values to calculate the average of.</param>
            <returns>An observable sequence containing a single element with the average of the sequence of values.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> is null.</exception>
            <exception cref="T:System.InvalidOperationException">(Asynchronous) The source sequence is empty.</exception>
            <exception cref="T:System.OverflowException">(Asynchronous) The sum of the elements in the source sequence is larger than <see cref="F:System.Int64.MaxValue"/>.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Average(System.IObservable{System.Nullable{System.Double}})">
            <summary>
            Computes the average of an observable sequence of nullable <see cref="T:System.Double" /> values.
            </summary>
            <param name="source">A sequence of nullable <see cref="T:System.Double" /> values to calculate the average of.</param>
            <returns>An observable sequence containing a single element with the average of the sequence of values, or null if the source sequence is empty or contains only values that are null.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> is null.</exception>
            <exception cref="T:System.InvalidOperationException">(Asynchronous) The source sequence is empty.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Average(System.IObservable{System.Nullable{System.Single}})">
            <summary>
            Computes the average of an observable sequence of nullable <see cref="T:System.Single" /> values.
            </summary>
            <param name="source">A sequence of nullable <see cref="T:System.Single" /> values to calculate the average of.</param>
            <returns>An observable sequence containing a single element with the average of the sequence of values, or null if the source sequence is empty or contains only values that are null.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> is null.</exception>
            <exception cref="T:System.InvalidOperationException">(Asynchronous) The source sequence is empty.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Average(System.IObservable{System.Nullable{System.Decimal}})">
            <summary>
            Computes the average of an observable sequence of nullable <see cref="T:System.Decimal" /> values.
            </summary>
            <param name="source">A sequence of nullable <see cref="T:System.Decimal" /> values to calculate the average of.</param>
            <returns>An observable sequence containing a single element with the average of the sequence of values, or null if the source sequence is empty or contains only values that are null.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> is null.</exception>
            <exception cref="T:System.InvalidOperationException">(Asynchronous) The source sequence is empty.</exception>
            <exception cref="T:System.OverflowException">(Asynchronous) The sum of the elements in the source sequence is larger than <see cref="F:System.Decimal.MaxValue"/>.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Average(System.IObservable{System.Nullable{System.Int32}})">
            <summary>
            Computes the average of an observable sequence of nullable <see cref="T:System.Int32" /> values.
            </summary>
            <param name="source">A sequence of nullable <see cref="T:System.Int32" /> values to calculate the average of.</param>
            <returns>An observable sequence containing a single element with the average of the sequence of values, or null if the source sequence is empty or contains only values that are null.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> is null.</exception>
            <exception cref="T:System.InvalidOperationException">(Asynchronous) The source sequence is empty.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
            <exception cref="T:System.OverflowException">(Asynchronous) The sum of the elements in the source sequence is larger than <see cref="F:System.Int64.MaxValue"/>.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Average(System.IObservable{System.Nullable{System.Int64}})">
            <summary>
            Computes the average of an observable sequence of nullable <see cref="T:System.Int64" /> values.
            </summary>
            <param name="source">A sequence of nullable <see cref="T:System.Int64" /> values to calculate the average of.</param>
            <returns>An observable sequence containing a single element with the average of the sequence of values, or null if the source sequence is empty or contains only values that are null.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> is null.</exception>
            <exception cref="T:System.InvalidOperationException">(Asynchronous) The source sequence is empty.</exception>
            <exception cref="T:System.OverflowException">(Asynchronous) The sum of the elements in the source sequence is larger than <see cref="F:System.Int64.MaxValue"/>.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Average``1(System.IObservable{``0},System.Func{``0,System.Decimal})">
            <summary>
            Computes the average of an observable sequence of <see cref="T:System.Decimal" /> values that are obtained by invoking a transform function on each element of the input sequence.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">A sequence of values to calculate the average of.</param>
            <param name="selector">A transform function to apply to each element.</param>
            <returns>An observable sequence containing a single element with the average of the sequence of values.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="selector"/> is null.</exception>
            <exception cref="T:System.InvalidOperationException">(Asynchronous) The source sequence is empty.</exception>
            <exception cref="T:System.OverflowException">(Asynchronous) The sum of the projected values for the elements in the source sequence is larger than <see cref="F:System.Decimal.MaxValue"/>.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Average``1(System.IObservable{``0},System.Func{``0,System.Double})">
            <summary>
            Computes the average of an observable sequence of <see cref="T:System.Double" /> values that are obtained by invoking a transform function on each element of the input sequence.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">A sequence of values to calculate the average of.</param>
            <param name="selector">A transform function to apply to each element.</param>
            <returns>An observable sequence containing a single element with the average of the sequence of values.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="selector"/> is null.</exception>
            <exception cref="T:System.InvalidOperationException">(Asynchronous) The source sequence is empty.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Average``1(System.IObservable{``0},System.Func{``0,System.Single})">
            <summary>
            Computes the average of an observable sequence of <see cref="T:System.Single" /> values that are obtained by invoking a transform function on each element of the input sequence.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">A sequence of values to calculate the average of.</param>
            <param name="selector">A transform function to apply to each element.</param>
            <returns>An observable sequence containing a single element with the average of the sequence of values.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="selector"/> is null.</exception>
            <exception cref="T:System.InvalidOperationException">(Asynchronous) The source sequence is empty.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Average``1(System.IObservable{``0},System.Func{``0,System.Int32})">
            <summary>
            Computes the average of an observable sequence of <see cref="T:System.Int32" /> values that are obtained by invoking a transform function on each element of the input sequence.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">A sequence of values to calculate the average of.</param>
            <param name="selector">A transform function to apply to each element.</param>
            <returns>An observable sequence containing a single element with the average of the sequence of values.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="selector"/> is null.</exception>
            <exception cref="T:System.InvalidOperationException">(Asynchronous) The source sequence is empty.</exception>
            <exception cref="T:System.OverflowException">(Asynchronous) The sum of the projected values for the elements in the source sequence is larger than <see cref="F:System.Int64.MaxValue"/>.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Average``1(System.IObservable{``0},System.Func{``0,System.Int64})">
            <summary>
            Computes the average of an observable sequence of <see cref="T:System.Int64" /> values that are obtained by invoking a transform function on each element of the input sequence.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">A sequence of values to calculate the average of.</param>
            <param name="selector">A transform function to apply to each element.</param>
            <returns>An observable sequence containing a single element with the average of the sequence of values.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="selector"/> is null.</exception>
            <exception cref="T:System.InvalidOperationException">(Asynchronous) The source sequence is empty.</exception>
            <exception cref="T:System.OverflowException">(Asynchronous) The sum of the projected values for the elements in the source sequence is larger than <see cref="F:System.Int64.MaxValue"/>.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Average``1(System.IObservable{``0},System.Func{``0,System.Nullable{System.Decimal}})">
            <summary>
            Computes the average of an observable sequence of nullable <see cref="T:System.Decimal" /> values that are obtained by invoking a transform function on each element of the input sequence.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">A sequence of values to calculate the average of.</param>
            <param name="selector">A transform function to apply to each element.</param>
            <returns>An observable sequence containing a single element with the average of the sequence of values, or null if the source sequence is empty or contains only values that are null.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="selector"/> is null.</exception>
            <exception cref="T:System.InvalidOperationException">(Asynchronous) The source sequence is empty.</exception>
            <exception cref="T:System.OverflowException">(Asynchronous) The sum of the projected values for the elements in the source sequence is larger than <see cref="F:System.Decimal.MaxValue"/>.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Average``1(System.IObservable{``0},System.Func{``0,System.Nullable{System.Double}})">
            <summary>
            Computes the average of an observable sequence of nullable <see cref="T:System.Double" /> values that are obtained by invoking a transform function on each element of the input sequence.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">A sequence of values to calculate the average of.</param>
            <param name="selector">A transform function to apply to each element.</param>
            <returns>An observable sequence containing a single element with the average of the sequence of values, or null if the source sequence is empty or contains only values that are null.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="selector"/> is null.</exception>
            <exception cref="T:System.InvalidOperationException">(Asynchronous) The source sequence is empty.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Average``1(System.IObservable{``0},System.Func{``0,System.Nullable{System.Single}})">
            <summary>
            Computes the average of an observable sequence of nullable <see cref="T:System.Single" /> values that are obtained by invoking a transform function on each element of the input sequence.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">A sequence of values to calculate the average of.</param>
            <param name="selector">A transform function to apply to each element.</param>
            <returns>An observable sequence containing a single element with the average of the sequence of values, or null if the source sequence is empty or contains only values that are null.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="selector"/> is null.</exception>
            <exception cref="T:System.InvalidOperationException">(Asynchronous) The source sequence is empty.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Average``1(System.IObservable{``0},System.Func{``0,System.Nullable{System.Int32}})">
            <summary>
            Computes the average of an observable sequence of nullable <see cref="T:System.Int32" /> values that are obtained by invoking a transform function on each element of the input sequence.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">A sequence of values to calculate the average of.</param>
            <param name="selector">A transform function to apply to each element.</param>
            <returns>An observable sequence containing a single element with the average of the sequence of values, or null if the source sequence is empty or contains only values that are null.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="selector"/> is null.</exception>
            <exception cref="T:System.InvalidOperationException">(Asynchronous) The source sequence is empty.</exception>
            <exception cref="T:System.OverflowException">(Asynchronous) The sum of the projected values for the elements in the source sequence is larger than <see cref="F:System.Int64.MaxValue"/>.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Average``1(System.IObservable{``0},System.Func{``0,System.Nullable{System.Int64}})">
            <summary>
            Computes the average of an observable sequence of nullable <see cref="T:System.Int64" /> values that are obtained by invoking a transform function on each element of the input sequence.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">A sequence of values to calculate the average of.</param>
            <param name="selector">A transform function to apply to each element.</param>
            <returns>An observable sequence containing a single element with the average of the sequence of values, or null if the source sequence is empty or contains only values that are null.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="selector"/> is null.</exception>
            <exception cref="T:System.InvalidOperationException">(Asynchronous) The source sequence is empty.</exception>
            <exception cref="T:System.OverflowException">(Asynchronous) The sum of the projected values for the elements in the source sequence is larger than <see cref="F:System.Int64.MaxValue"/>.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Contains``1(System.IObservable{``0},``0)">
            <summary>
            Determines whether an observable sequence contains a specified element by using the default equality comparer.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">An observable sequence in which to locate a value.</param>
            <param name="value">The value to locate in the source sequence.</param>
            <returns>An observable sequence containing a single element determining whether the source sequence contains an element that has the specified value.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> is null.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Contains``1(System.IObservable{``0},``0,System.Collections.Generic.IEqualityComparer{``0})">
            <summary>
            Determines whether an observable sequence contains a specified element by using a specified System.Collections.Generic.IEqualityComparer{T}.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">An observable sequence in which to locate a value.</param>
            <param name="value">The value to locate in the source sequence.</param>
            <param name="comparer">An equality comparer to compare elements.</param>
            <returns>An observable sequence containing a single element determining whether the source sequence contains an element that has the specified value.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="comparer"/> is null.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Count``1(System.IObservable{``0})">
            <summary>
            Returns an observable sequence containing an <see cref="T:System.Int32" /> that represents the total number of elements in an observable sequence.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">An observable sequence that contains elements to be counted.</param>
            <returns>An observable sequence containing a single element with the number of elements in the input sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> is null.</exception>
            <exception cref="T:System.OverflowException">(Asynchronous) The number of elements in the source sequence is larger than <see cref="F:System.Int64.MaxValue"/>.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Count``1(System.IObservable{``0},System.Func{``0,System.Boolean})">
            <summary>
            Returns an observable sequence containing an <see cref="T:System.Int32" /> that represents how many elements in the specified observable sequence satisfy a condition.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">An observable sequence that contains elements to be counted.</param>
            <param name="predicate">A function to test each element for a condition.</param>
            <returns>An observable sequence containing a single element with a number that represents how many elements in the input sequence satisfy the condition in the predicate function.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="predicate"/> is null.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.ElementAt``1(System.IObservable{``0},System.Int32)">
            <summary>
            Returns the element at a specified index in a sequence.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Observable sequence to return the element from.</param>
            <param name="index">The zero-based index of the element to retrieve.</param>
            <returns>An observable sequence that produces the element at the specified position in the source sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> is null.</exception>
            <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="index"/> is less than zero.</exception>
            <exception cref="T:System.ArgumentOutOfRangeException">(Asynchronous) <paramref name="index"/> is greater than or equal to the number of elements in the source sequence.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.ElementAtOrDefault``1(System.IObservable{``0},System.Int32)">
            <summary>
            Returns the element at a specified index in a sequence or a default value if the index is out of range.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Observable sequence to return the element from.</param>
            <param name="index">The zero-based index of the element to retrieve.</param>
            <returns>An observable sequence that produces the element at the specified position in the source sequence, or a default value if the index is outside the bounds of the source sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> is null.</exception>
            <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="index"/> is less than zero.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.FirstAsync``1(System.IObservable{``0})">
            <summary>
            Returns the first element of an observable sequence.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source observable sequence.</param>
            <returns>Sequence containing the first element in the observable sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> is null.</exception>
            <exception cref="T:System.InvalidOperationException">(Asynchronous) The source sequence is empty.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.FirstAsync``1(System.IObservable{``0},System.Func{``0,System.Boolean})">
            <summary>
            Returns the first element of an observable sequence that satisfies the condition in the predicate.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source observable sequence.</param>
            <param name="predicate">A predicate function to evaluate for elements in the source sequence.</param>
            <returns>Sequence containing the first element in the observable sequence that satisfies the condition in the predicate.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="predicate"/> is null.</exception>
            <exception cref="T:System.InvalidOperationException">(Asynchronous) No element satisfies the condition in the predicate. -or- The source sequence is empty.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.FirstOrDefaultAsync``1(System.IObservable{``0})">
            <summary>
            Returns the first element of an observable sequence, or a default value if no such element exists.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source observable sequence.</param>
            <returns>Sequence containing the first element in the observable sequence, or a default value if no such element exists.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.FirstOrDefaultAsync``1(System.IObservable{``0},System.Func{``0,System.Boolean})">
            <summary>
            Returns the first element of an observable sequence that satisfies the condition in the predicate, or a default value if no such element exists.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source observable sequence.</param>
            <param name="predicate">A predicate function to evaluate for elements in the source sequence.</param>
            <returns>Sequence containing the first element in the observable sequence that satisfies the condition in the predicate, or a default value if no such element exists.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="predicate"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.IsEmpty``1(System.IObservable{``0})">
            <summary>
            Determines whether an observable sequence is empty.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">An observable sequence to check for emptiness.</param>
            <returns>An observable sequence containing a single element determining whether the source sequence is empty.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.LastAsync``1(System.IObservable{``0})">
            <summary>
            Returns the last element of an observable sequence.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source observable sequence.</param>
            <returns>Sequence containing the last element in the observable sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> is null.</exception>
            <exception cref="T:System.InvalidOperationException">(Asynchronous) The source sequence is empty.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.LastAsync``1(System.IObservable{``0},System.Func{``0,System.Boolean})">
            <summary>
            Returns the last element of an observable sequence that satisfies the condition in the predicate.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source observable sequence.</param>
            <param name="predicate">A predicate function to evaluate for elements in the source sequence.</param>
            <returns>Sequence containing the last element in the observable sequence that satisfies the condition in the predicate.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="predicate"/> is null.</exception>
            <exception cref="T:System.InvalidOperationException">(Asynchronous) No element satisfies the condition in the predicate. -or- The source sequence is empty.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.LastOrDefaultAsync``1(System.IObservable{``0})">
            <summary>
            Returns the last element of an observable sequence, or a default value if no such element exists.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source observable sequence.</param>
            <returns>Sequence containing the last element in the observable sequence, or a default value if no such element exists.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.LastOrDefaultAsync``1(System.IObservable{``0},System.Func{``0,System.Boolean})">
            <summary>
            Returns the last element of an observable sequence that satisfies the condition in the predicate, or a default value if no such element exists.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source observable sequence.</param>
            <param name="predicate">A predicate function to evaluate for elements in the source sequence.</param>
            <returns>Sequence containing the last element in the observable sequence that satisfies the condition in the predicate, or a default value if no such element exists.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="predicate"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.LongCount``1(System.IObservable{``0})">
            <summary>
            Returns an observable sequence containing an <see cref="T:System.Int64" /> that represents the total number of elements in an observable sequence.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">An observable sequence that contains elements to be counted.</param>
            <returns>An observable sequence containing a single element with the number of elements in the input sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> is null.</exception>
            <exception cref="T:System.OverflowException">(Asynchronous) The number of elements in the source sequence is larger than <see cref="F:System.Int64.MaxValue"/>.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.LongCount``1(System.IObservable{``0},System.Func{``0,System.Boolean})">
            <summary>
            Returns an observable sequence containing an <see cref="T:System.Int64" /> that represents how many elements in the specified observable sequence satisfy a condition.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">An observable sequence that contains elements to be counted.</param>
            <param name="predicate">A function to test each element for a condition.</param>
            <returns>An observable sequence containing a single element with a number that represents how many elements in the input sequence satisfy the condition in the predicate function.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="predicate"/> is null.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Max``1(System.IObservable{``0})">
            <summary>
            Returns the maximum element in an observable sequence.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">An observable sequence to determine the maximum element of.</param>
            <returns>An observable sequence containing a single element with the maximum element in the source sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> is null.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Max``1(System.IObservable{``0},System.Collections.Generic.IComparer{``0})">
            <summary>
            Returns the maximum value in an observable sequence according to the specified comparer.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">An observable sequence to determine the maximum element of.</param>
            <param name="comparer">Comparer used to compare elements.</param>
            <returns>An observable sequence containing a single element with the maximum element in the source sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="comparer"/> is null.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Max(System.IObservable{System.Double})">
            <summary>
            Returns the maximum value in an observable sequence of <see cref="T:System.Double" /> values.
            </summary>
            <param name="source">A sequence of <see cref="T:System.Double" /> values to determine the maximum value of.</param>
            <returns>An observable sequence containing a single element with the maximum value in the source sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> is null.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Max(System.IObservable{System.Single})">
            <summary>
            Returns the maximum value in an observable sequence of <see cref="T:System.Single" /> values.
            </summary>
            <param name="source">A sequence of <see cref="T:System.Single" /> values to determine the maximum value of.</param>
            <returns>An observable sequence containing a single element with the maximum value in the source sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> is null.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Max(System.IObservable{System.Decimal})">
            <summary>
            Returns the maximum value in an observable sequence of <see cref="T:System.Decimal" /> values.
            </summary>
            <param name="source">A sequence of <see cref="T:System.Decimal" /> values to determine the maximum value of.</param>
            <returns>An observable sequence containing a single element with the maximum value in the source sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> is null.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Max(System.IObservable{System.Int32})">
            <summary>
            Returns the maximum value in an observable sequence of <see cref="T:System.Int32" /> values.
            </summary>
            <param name="source">A sequence of <see cref="T:System.Int32" /> values to determine the maximum value of.</param>
            <returns>An observable sequence containing a single element with the maximum value in the source sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> is null.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Max(System.IObservable{System.Int64})">
            <summary>
            Returns the maximum value in an observable sequence of <see cref="T:System.Int64" /> values.
            </summary>
            <param name="source">A sequence of <see cref="T:System.Int64" /> values to determine the maximum value of.</param>
            <returns>An observable sequence containing a single element with the maximum value in the source sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> is null.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Max(System.IObservable{System.Nullable{System.Double}})">
            <summary>
            Returns the maximum value in an observable sequence of nullable <see cref="T:System.Double" /> values.
            </summary>
            <param name="source">A sequence of nullable <see cref="T:System.Double" /> values to determine the maximum value of.</param>
            <returns>An observable sequence containing a single element with the maximum value in the source sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> is null.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Max(System.IObservable{System.Nullable{System.Single}})">
            <summary>
            Returns the maximum value in an observable sequence of nullable <see cref="T:System.Single" /> values.
            </summary>
            <param name="source">A sequence of nullable <see cref="T:System.Single" /> values to determine the maximum value of.</param>
            <returns>An observable sequence containing a single element with the maximum value in the source sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> is null.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Max(System.IObservable{System.Nullable{System.Decimal}})">
            <summary>
            Returns the maximum value in an observable sequence of nullable <see cref="T:System.Decimal" /> values.
            </summary>
            <param name="source">A sequence of nullable <see cref="T:System.Decimal" /> values to determine the maximum value of.</param>
            <returns>An observable sequence containing a single element with the maximum value in the source sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> is null.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Max(System.IObservable{System.Nullable{System.Int32}})">
            <summary>
            Returns the maximum value in an observable sequence of nullable <see cref="T:System.Int32" /> values.
            </summary>
            <param name="source">A sequence of nullable <see cref="T:System.Int32" /> values to determine the maximum value of.</param>
            <returns>An observable sequence containing a single element with the maximum value in the source sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> is null.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Max(System.IObservable{System.Nullable{System.Int64}})">
            <summary>
            Returns the maximum value in an observable sequence of nullable <see cref="T:System.Int64" /> values.
            </summary>
            <param name="source">A sequence of nullable <see cref="T:System.Int64" /> values to determine the maximum value of.</param>
            <returns>An observable sequence containing a single element with the maximum value in the source sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> is null.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Max``2(System.IObservable{``0},System.Func{``0,``1})">
            <summary>
            Invokes a transform function on each element of a sequence and returns the maximum value.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <typeparam name="TResult">The type of the objects derived from the elements in the source sequence to determine the maximum of.</typeparam>
            <param name="source">An observable sequence to determine the minimum element of.</param>
            <param name="selector">A transform function to apply to each element.</param>
            <returns>An observable sequence containing a single element with the value that corresponds to the maximum element in the source sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="selector"/> is null.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Max``2(System.IObservable{``0},System.Func{``0,``1},System.Collections.Generic.IComparer{``1})">
            <summary>
            Invokes a transform function on each element of a sequence and returns the maximum value according to the specified comparer.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <typeparam name="TResult">The type of the objects derived from the elements in the source sequence to determine the maximum of.</typeparam>
            <param name="source">An observable sequence to determine the minimum element of.</param>
            <param name="selector">A transform function to apply to each element.</param>
            <param name="comparer">Comparer used to compare elements.</param>
            <returns>An observable sequence containing a single element with the value that corresponds to the maximum element in the source sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="selector"/> or <paramref name="comparer"/> is null.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Max``1(System.IObservable{``0},System.Func{``0,System.Double})">
            <summary>
            Invokes a transform function on each element of a sequence and returns the maximum <see cref="T:System.Double" /> value.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">A sequence of values to determine the maximum value of.</param>
            <param name="selector">A transform function to apply to each element.</param>
            <returns>An observable sequence containing a single element with the value of type <see cref="T:System.Double" /> that corresponds to the maximum value in the source sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="selector"/> is null.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Max``1(System.IObservable{``0},System.Func{``0,System.Single})">
            <summary>
            Invokes a transform function on each element of a sequence and returns the maximum <see cref="T:System.Single" /> value.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">A sequence of values to determine the maximum value of.</param>
            <param name="selector">A transform function to apply to each element.</param>
            <returns>An observable sequence containing a single element with the value of type <see cref="T:System.Single" /> that corresponds to the maximum value in the source sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="selector"/> is null.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Max``1(System.IObservable{``0},System.Func{``0,System.Decimal})">
            <summary>
            Invokes a transform function on each element of a sequence and returns the maximum <see cref="T:System.Decimal" /> value.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">A sequence of values to determine the maximum value of.</param>
            <param name="selector">A transform function to apply to each element.</param>
            <returns>An observable sequence containing a single element with the value of type <see cref="T:System.Decimal" /> that corresponds to the maximum value in the source sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="selector"/> is null.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Max``1(System.IObservable{``0},System.Func{``0,System.Int32})">
            <summary>
            Invokes a transform function on each element of a sequence and returns the maximum <see cref="T:System.Int32" /> value.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">A sequence of values to determine the maximum value of.</param>
            <param name="selector">A transform function to apply to each element.</param>
            <returns>An observable sequence containing a single element with the value of type <see cref="T:System.Int32" /> that corresponds to the maximum value in the source sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="selector"/> is null.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Max``1(System.IObservable{``0},System.Func{``0,System.Int64})">
            <summary>
            Invokes a transform function on each element of a sequence and returns the maximum <see cref="T:System.Int64" /> value.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">A sequence of values to determine the maximum value of.</param>
            <param name="selector">A transform function to apply to each element.</param>
            <returns>An observable sequence containing a single element with the value of type <see cref="T:System.Int64" /> that corresponds to the maximum value in the source sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="selector"/> is null.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Max``1(System.IObservable{``0},System.Func{``0,System.Nullable{System.Double}})">
            <summary>
            Invokes a transform function on each element of a sequence and returns the maximum nullable <see cref="T:System.Double" /> value.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">A sequence of values to determine the maximum value of.</param>
            <param name="selector">A transform function to apply to each element.</param>
            <returns>An observable sequence containing a single element with the value of type <see cref="T:System.Nullable`1" /> that corresponds to the maximum value in the source sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="selector"/> is null.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Max``1(System.IObservable{``0},System.Func{``0,System.Nullable{System.Single}})">
            <summary>
            Invokes a transform function on each element of a sequence and returns the maximum nullable <see cref="T:System.Single" /> value.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">A sequence of values to determine the maximum value of.</param>
            <param name="selector">A transform function to apply to each element.</param>
            <returns>An observable sequence containing a single element with the value of type <see cref="T:System.Nullable`1" /> that corresponds to the maximum value in the source sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="selector"/> is null.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Max``1(System.IObservable{``0},System.Func{``0,System.Nullable{System.Decimal}})">
            <summary>
            Invokes a transform function on each element of a sequence and returns the maximum nullable <see cref="T:System.Decimal" /> value.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">A sequence of values to determine the maximum value of.</param>
            <param name="selector">A transform function to apply to each element.</param>
            <returns>An observable sequence containing a single element with the value of type <see cref="T:System.Nullable`1" /> that corresponds to the maximum value in the source sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="selector"/> is null.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Max``1(System.IObservable{``0},System.Func{``0,System.Nullable{System.Int32}})">
            <summary>
            Invokes a transform function on each element of a sequence and returns the maximum nullable <see cref="T:System.Int32" /> value.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">A sequence of values to determine the maximum value of.</param>
            <param name="selector">A transform function to apply to each element.</param>
            <returns>An observable sequence containing a single element with the value of type <see cref="T:System.Nullable`1" /> that corresponds to the maximum value in the source sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="selector"/> is null.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Max``1(System.IObservable{``0},System.Func{``0,System.Nullable{System.Int64}})">
            <summary>
            Invokes a transform function on each element of a sequence and returns the maximum nullable <see cref="T:System.Int64" /> value.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">A sequence of values to determine the maximum value of.</param>
            <param name="selector">A transform function to apply to each element.</param>
            <returns>An observable sequence containing a single element with the value of type <see cref="T:System.Nullable`1" /> that corresponds to the maximum value in the source sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="selector"/> is null.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.MaxBy``2(System.IObservable{``0},System.Func{``0,``1})">
            <summary>
            Returns the elements in an observable sequence with the maximum key value.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <typeparam name="TKey">The type of the key computed for each element in the source sequence.</typeparam>
            <param name="source">An observable sequence to get the maximum elements for.</param>
            <param name="keySelector">Key selector function.</param>
            <returns>An observable sequence containing a list of zero or more elements that have a maximum key value.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="keySelector"/> is null.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.MaxBy``2(System.IObservable{``0},System.Func{``0,``1},System.Collections.Generic.IComparer{``1})">
            <summary>
            Returns the elements in an observable sequence with the maximum key value according to the specified comparer.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <typeparam name="TKey">The type of the key computed for each element in the source sequence.</typeparam>
            <param name="source">An observable sequence to get the maximum elements for.</param>
            <param name="keySelector">Key selector function.</param>
            <param name="comparer">Comparer used to compare key values.</param>
            <returns>An observable sequence containing a list of zero or more elements that have a maximum key value.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="keySelector"/> or <paramref name="comparer"/> is null.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Min``1(System.IObservable{``0})">
            <summary>
            Returns the minimum element in an observable sequence.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">An observable sequence to determine the minimum element of.</param>
            <returns>An observable sequence containing a single element with the minimum element in the source sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> is null.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Min``1(System.IObservable{``0},System.Collections.Generic.IComparer{``0})">
            <summary>
            Returns the minimum element in an observable sequence according to the specified comparer.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">An observable sequence to determine the minimum element of.</param>
            <param name="comparer">Comparer used to compare elements.</param>
            <returns>An observable sequence containing a single element with the minimum element in the source sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="comparer"/> is null.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Min(System.IObservable{System.Double})">
            <summary>
            Returns the minimum value in an observable sequence of <see cref="T:System.Double" /> values.
            </summary>
            <param name="source">A sequence of <see cref="T:System.Double" /> values to determine the minimum value of.</param>
            <returns>An observable sequence containing a single element with the minimum value in the source sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> is null.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Min(System.IObservable{System.Single})">
            <summary>
            Returns the minimum value in an observable sequence of <see cref="T:System.Single" /> values.
            </summary>
            <param name="source">A sequence of <see cref="T:System.Single" /> values to determine the minimum value of.</param>
            <returns>An observable sequence containing a single element with the minimum value in the source sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> is null.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Min(System.IObservable{System.Decimal})">
            <summary>
            Returns the minimum value in an observable sequence of <see cref="T:System.Decimal" /> values.
            </summary>
            <param name="source">A sequence of <see cref="T:System.Decimal" /> values to determine the minimum value of.</param>
            <returns>An observable sequence containing a single element with the minimum value in the source sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> is null.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Min(System.IObservable{System.Int32})">
            <summary>
            Returns the minimum value in an observable sequence of <see cref="T:System.Int32" /> values.
            </summary>
            <param name="source">A sequence of <see cref="T:System.Int32" /> values to determine the minimum value of.</param>
            <returns>An observable sequence containing a single element with the minimum value in the source sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> is null.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Min(System.IObservable{System.Int64})">
            <summary>
            Returns the minimum value in an observable sequence of <see cref="T:System.Int64" /> values.
            </summary>
            <param name="source">A sequence of <see cref="T:System.Int64" /> values to determine the minimum value of.</param>
            <returns>An observable sequence containing a single element with the minimum value in the source sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> is null.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Min(System.IObservable{System.Nullable{System.Double}})">
            <summary>
            Returns the minimum value in an observable sequence of nullable <see cref="T:System.Double" /> values.
            </summary>
            <param name="source">A sequence of nullable <see cref="T:System.Double" /> values to determine the minimum value of.</param>
            <returns>An observable sequence containing a single element with the minimum value in the source sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> is null.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Min(System.IObservable{System.Nullable{System.Single}})">
            <summary>
            Returns the minimum value in an observable sequence of nullable <see cref="T:System.Single" /> values.
            </summary>
            <param name="source">A sequence of nullable <see cref="T:System.Single" /> values to determine the minimum value of.</param>
            <returns>An observable sequence containing a single element with the minimum value in the source sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> is null.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Min(System.IObservable{System.Nullable{System.Decimal}})">
            <summary>
            Returns the minimum value in an observable sequence of nullable <see cref="T:System.Decimal" /> values.
            </summary>
            <param name="source">A sequence of nullable <see cref="T:System.Decimal" /> values to determine the minimum value of.</param>
            <returns>An observable sequence containing a single element with the minimum value in the source sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> is null.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Min(System.IObservable{System.Nullable{System.Int32}})">
            <summary>
            Returns the minimum value in an observable sequence of nullable <see cref="T:System.Int32" /> values.
            </summary>
            <param name="source">A sequence of nullable <see cref="T:System.Int32" /> values to determine the minimum value of.</param>
            <returns>An observable sequence containing a single element with the minimum value in the source sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> is null.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Min(System.IObservable{System.Nullable{System.Int64}})">
            <summary>
            Returns the minimum value in an observable sequence of nullable <see cref="T:System.Int64" /> values.
            </summary>
            <param name="source">A sequence of nullable <see cref="T:System.Int64" /> values to determine the minimum value of.</param>
            <returns>An observable sequence containing a single element with the minimum value in the source sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> is null.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Min``2(System.IObservable{``0},System.Func{``0,``1})">
            <summary>
            Invokes a transform function on each element of a sequence and returns the minimum value.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <typeparam name="TResult">The type of the objects derived from the elements in the source sequence to determine the minimum of.</typeparam>
            <param name="source">An observable sequence to determine the minimum element of.</param>
            <param name="selector">A transform function to apply to each element.</param>
            <returns>An observable sequence containing a single element with the value that corresponds to the minimum element in the source sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="selector"/> is null.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Min``2(System.IObservable{``0},System.Func{``0,``1},System.Collections.Generic.IComparer{``1})">
            <summary>
            Invokes a transform function on each element of a sequence and returns the minimum value according to the specified comparer.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <typeparam name="TResult">The type of the objects derived from the elements in the source sequence to determine the minimum of.</typeparam>
            <param name="source">An observable sequence to determine the minimum element of.</param>
            <param name="selector">A transform function to apply to each element.</param>
            <param name="comparer">Comparer used to compare elements.</param>
            <returns>An observable sequence containing a single element with the value that corresponds to the minimum element in the source sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="selector"/> or <paramref name="comparer"/> is null.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Min``1(System.IObservable{``0},System.Func{``0,System.Double})">
            <summary>
            Invokes a transform function on each element of a sequence and returns the minimum <see cref="T:System.Double" /> value.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">A sequence of values to determine the minimum value of.</param>
            <param name="selector">A transform function to apply to each element.</param>
            <returns>An observable sequence containing a single element with the value of type <see cref="T:System.Double" /> that corresponds to the minimum value in the source sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="selector"/> is null.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Min``1(System.IObservable{``0},System.Func{``0,System.Single})">
            <summary>
            Invokes a transform function on each element of a sequence and returns the minimum <see cref="T:System.Single" /> value.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">A sequence of values to determine the minimum value of.</param>
            <param name="selector">A transform function to apply to each element.</param>
            <returns>An observable sequence containing a single element with the value of type <see cref="T:System.Single" /> that corresponds to the minimum value in the source sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="selector"/> is null.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Min``1(System.IObservable{``0},System.Func{``0,System.Decimal})">
            <summary>
            Invokes a transform function on each element of a sequence and returns the minimum <see cref="T:System.Decimal" /> value.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">A sequence of values to determine the minimum value of.</param>
            <param name="selector">A transform function to apply to each element.</param>
            <returns>An observable sequence containing a single element with the value of type <see cref="T:System.Decimal" /> that corresponds to the minimum value in the source sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="selector"/> is null.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Min``1(System.IObservable{``0},System.Func{``0,System.Int32})">
            <summary>
            Invokes a transform function on each element of a sequence and returns the minimum <see cref="T:System.Int32" /> value.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">A sequence of values to determine the minimum value of.</param>
            <param name="selector">A transform function to apply to each element.</param>
            <returns>An observable sequence containing a single element with the value of type <see cref="T:System.Int32" /> that corresponds to the minimum value in the source sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="selector"/> is null.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Min``1(System.IObservable{``0},System.Func{``0,System.Int64})">
            <summary>
            Invokes a transform function on each element of a sequence and returns the minimum <see cref="T:System.Int64" /> value.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">A sequence of values to determine the minimum value of.</param>
            <param name="selector">A transform function to apply to each element.</param>
            <returns>An observable sequence containing a single element with the value of type <see cref="T:System.Int64" /> that corresponds to the minimum value in the source sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="selector"/> is null.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Min``1(System.IObservable{``0},System.Func{``0,System.Nullable{System.Double}})">
            <summary>
            Invokes a transform function on each element of a sequence and returns the minimum nullable <see cref="T:System.Double" /> value.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">A sequence of values to determine the minimum value of.</param>
            <param name="selector">A transform function to apply to each element.</param>
            <returns>An observable sequence containing a single element with the value of type <see cref="T:System.Nullable`1" /> that corresponds to the minimum value in the source sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="selector"/> is null.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Min``1(System.IObservable{``0},System.Func{``0,System.Nullable{System.Single}})">
            <summary>
            Invokes a transform function on each element of a sequence and returns the minimum nullable <see cref="T:System.Single" /> value.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">A sequence of values to determine the minimum value of.</param>
            <param name="selector">A transform function to apply to each element.</param>
            <returns>An observable sequence containing a single element with the value of type <see cref="T:System.Nullable`1" /> that corresponds to the minimum value in the source sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="selector"/> is null.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Min``1(System.IObservable{``0},System.Func{``0,System.Nullable{System.Decimal}})">
            <summary>
            Invokes a transform function on each element of a sequence and returns the minimum nullable <see cref="T:System.Decimal" /> value.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">A sequence of values to determine the minimum value of.</param>
            <param name="selector">A transform function to apply to each element.</param>
            <returns>An observable sequence containing a single element with the value of type <see cref="T:System.Nullable`1" /> that corresponds to the minimum value in the source sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="selector"/> is null.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Min``1(System.IObservable{``0},System.Func{``0,System.Nullable{System.Int32}})">
            <summary>
            Invokes a transform function on each element of a sequence and returns the minimum nullable <see cref="T:System.Int32" /> value.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">A sequence of values to determine the minimum value of.</param>
            <param name="selector">A transform function to apply to each element.</param>
            <returns>An observable sequence containing a single element with the value of type <see cref="T:System.Nullable`1" /> that corresponds to the minimum value in the source sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="selector"/> is null.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Min``1(System.IObservable{``0},System.Func{``0,System.Nullable{System.Int64}})">
            <summary>
            Invokes a transform function on each element of a sequence and returns the minimum nullable <see cref="T:System.Int64" /> value.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">A sequence of values to determine the minimum value of.</param>
            <param name="selector">A transform function to apply to each element.</param>
            <returns>An observable sequence containing a single element with the value of type <see cref="T:System.Nullable`1" /> that corresponds to the minimum value in the source sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="selector"/> is null.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.MinBy``2(System.IObservable{``0},System.Func{``0,``1})">
            <summary>
            Returns the elements in an observable sequence with the minimum key value.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <typeparam name="TKey">The type of the key computed for each element in the source sequence.</typeparam>
            <param name="source">An observable sequence to get the minimum elements for.</param>
            <param name="keySelector">Key selector function.</param>
            <returns>An observable sequence containing a list of zero or more elements that have a minimum key value.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="keySelector"/> is null.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.MinBy``2(System.IObservable{``0},System.Func{``0,``1},System.Collections.Generic.IComparer{``1})">
            <summary>
            Returns the elements in an observable sequence with the minimum key value according to the specified comparer.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <typeparam name="TKey">The type of the key computed for each element in the source sequence.</typeparam>
            <param name="source">An observable sequence to get the minimum elements for.</param>
            <param name="keySelector">Key selector function.</param>
            <param name="comparer">Comparer used to compare key values.</param>
            <returns>An observable sequence containing a list of zero or more elements that have a minimum key value.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="keySelector"/> or <paramref name="comparer"/> is null.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.SequenceEqual``1(System.IObservable{``0},System.IObservable{``0})">
            <summary>
            Determines whether two sequences are equal by comparing the elements pairwise.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="first">First observable sequence to compare.</param>
            <param name="second">Second observable sequence to compare.</param>
            <returns>An observable sequence that contains a single element which indicates whether both sequences are of equal length and their corresponding elements are equal according to the default equality comparer for their type.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="first"/> or <paramref name="second"/> is null.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.SequenceEqual``1(System.IObservable{``0},System.IObservable{``0},System.Collections.Generic.IEqualityComparer{``0})">
            <summary>
            Determines whether two sequences are equal by comparing the elements pairwise using a specified equality comparer.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="first">First observable sequence to compare.</param>
            <param name="second">Second observable sequence to compare.</param>
            <param name="comparer">Comparer used to compare elements of both sequences.</param>
            <returns>An observable sequence that contains a single element which indicates whether both sequences are of equal length and their corresponding elements are equal according to the specified equality comparer.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="first"/> or <paramref name="second"/> or <paramref name="comparer"/> is null.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.SequenceEqual``1(System.IObservable{``0},System.Collections.Generic.IEnumerable{``0})">
            <summary>
            Determines whether an observable and enumerable sequence are equal by comparing the elements pairwise.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="first">First observable sequence to compare.</param>
            <param name="second">Second observable sequence to compare.</param>
            <returns>An observable sequence that contains a single element which indicates whether both sequences are of equal length and their corresponding elements are equal according to the default equality comparer for their type.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="first"/> or <paramref name="second"/> is null.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.SequenceEqual``1(System.IObservable{``0},System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEqualityComparer{``0})">
            <summary>
            Determines whether an observable and enumerable sequence are equal by comparing the elements pairwise using a specified equality comparer.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="first">First observable sequence to compare.</param>
            <param name="second">Second observable sequence to compare.</param>
            <param name="comparer">Comparer used to compare elements of both sequences.</param>
            <returns>An observable sequence that contains a single element which indicates whether both sequences are of equal length and their corresponding elements are equal according to the specified equality comparer.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="first"/> or <paramref name="second"/> or <paramref name="comparer"/> is null.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.SingleAsync``1(System.IObservable{``0})">
            <summary>
            Returns the only element of an observable sequence, and reports an exception if there is not exactly one element in the observable sequence.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source observable sequence.</param>
            <returns>Sequence containing the single element in the observable sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> is null.</exception>
            <exception cref="T:System.InvalidOperationException">(Asynchronous) The source sequence contains more than one element. -or- The source sequence is empty.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.SingleAsync``1(System.IObservable{``0},System.Func{``0,System.Boolean})">
            <summary>
            Returns the only element of an observable sequence that satisfies the condition in the predicate, and reports an exception if there is not exactly one element in the observable sequence.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source observable sequence.</param>
            <param name="predicate">A predicate function to evaluate for elements in the source sequence.</param>
            <returns>Sequence containing the single element in the observable sequence that satisfies the condition in the predicate.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="predicate"/> is null.</exception>
            <exception cref="T:System.InvalidOperationException">(Asynchronous) No element satisfies the condition in the predicate. -or- More than one element satisfies the condition in the predicate. -or- The source sequence is empty.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.SingleOrDefaultAsync``1(System.IObservable{``0})">
            <summary>
            Returns the only element of an observable sequence, or a default value if the observable sequence is empty; this method reports an exception if there is more than one element in the observable sequence.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source observable sequence.</param>
            <returns>Sequence containing the single element in the observable sequence, or a default value if no such element exists.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> is null.</exception>
            <exception cref="T:System.InvalidOperationException">(Asynchronous) The source sequence contains more than one element.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.SingleOrDefaultAsync``1(System.IObservable{``0},System.Func{``0,System.Boolean})">
            <summary>
            Returns the only element of an observable sequence that matches the predicate, or a default value if no such element exists; this method reports an exception if there is more than one element in the observable sequence.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source observable sequence.</param>
            <param name="predicate">A predicate function to evaluate for elements in the source sequence.</param>
            <returns>Sequence containing the single element in the observable sequence that satisfies the condition in the predicate, or a default value if no such element exists.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="predicate"/> is null.</exception>
            <exception cref="T:System.InvalidOperationException">(Asynchronous) The sequence contains more than one element that satisfies the condition in the predicate.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Sum(System.IObservable{System.Double})">
            <summary>
            Computes the sum of a sequence of <see cref="T:System.Double" /> values.
            </summary>
            <param name="source">A sequence of <see cref="T:System.Double" /> values to calculate the sum of.</param>
            <returns>An observable sequence containing a single element with the sum of the values in the source sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> is null.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Sum(System.IObservable{System.Single})">
            <summary>
            Computes the sum of a sequence of <see cref="T:System.Single" /> values.
            </summary>
            <param name="source">A sequence of <see cref="T:System.Single" /> values to calculate the sum of.</param>
            <returns>An observable sequence containing a single element with the sum of the values in the source sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> is null.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Sum(System.IObservable{System.Decimal})">
            <summary>
            Computes the sum of a sequence of <see cref="T:System.Decimal" /> values.
            </summary>
            <param name="source">A sequence of <see cref="T:System.Decimal" /> values to calculate the sum of.</param>
            <returns>An observable sequence containing a single element with the sum of the values in the source sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> is null.</exception>
            <exception cref="T:System.OverflowException">(Asynchronous) The sum of the elements in the source sequence is larger than <see cref="F:System.Decimal.MaxValue"/>.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Sum(System.IObservable{System.Int32})">
            <summary>
            Computes the sum of a sequence of <see cref="T:System.Int32" /> values.
            </summary>
            <param name="source">A sequence of <see cref="T:System.Int32" /> values to calculate the sum of.</param>
            <returns>An observable sequence containing a single element with the sum of the values in the source sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> is null.</exception>
            <exception cref="T:System.OverflowException">(Asynchronous) The sum of the elements in the source sequence is larger than <see cref="F:System.Int32.MaxValue"/>.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Sum(System.IObservable{System.Int64})">
            <summary>
            Computes the sum of a sequence of <see cref="T:System.Int64" /> values.
            </summary>
            <param name="source">A sequence of <see cref="T:System.Int64" /> values to calculate the sum of.</param>
            <returns>An observable sequence containing a single element with the sum of the values in the source sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> is null.</exception>
            <exception cref="T:System.OverflowException">(Asynchronous) The sum of the elements in the source sequence is larger than <see cref="F:System.Int64.MaxValue"/>.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Sum(System.IObservable{System.Nullable{System.Double}})">
            <summary>
            Computes the sum of a sequence of nullable <see cref="T:System.Double" /> values.
            </summary>
            <param name="source">A sequence of nullable <see cref="T:System.Double" /> values to calculate the sum of.</param>
            <returns>An observable sequence containing a single element with the sum of the values in the source sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> is null.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Sum(System.IObservable{System.Nullable{System.Single}})">
            <summary>
            Computes the sum of a sequence of nullable <see cref="T:System.Single" /> values.
            </summary>
            <param name="source">A sequence of nullable <see cref="T:System.Single" /> values to calculate the sum of.</param>
            <returns>An observable sequence containing a single element with the sum of the values in the source sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> is null.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Sum(System.IObservable{System.Nullable{System.Decimal}})">
            <summary>
            Computes the sum of a sequence of nullable <see cref="T:System.Decimal" /> values.
            </summary>
            <param name="source">A sequence of nullable <see cref="T:System.Decimal" /> values to calculate the sum of.</param>
            <returns>An observable sequence containing a single element with the sum of the values in the source sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> is null.</exception>
            <exception cref="T:System.OverflowException">(Asynchronous) The sum of the elements in the source sequence is larger than <see cref="F:System.Decimal.MaxValue"/>.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Sum(System.IObservable{System.Nullable{System.Int32}})">
            <summary>
            Computes the sum of a sequence of nullable <see cref="T:System.Int32" /> values.
            </summary>
            <param name="source">A sequence of nullable <see cref="T:System.Int32" /> values to calculate the sum of.</param>
            <returns>An observable sequence containing a single element with the sum of the values in the source sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> is null.</exception>
            <exception cref="T:System.OverflowException">(Asynchronous) The sum of the elements in the source sequence is larger than <see cref="F:System.Int32.MaxValue"/>.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Sum(System.IObservable{System.Nullable{System.Int64}})">
            <summary>
            Computes the sum of a sequence of nullable <see cref="T:System.Int64" /> values.
            </summary>
            <param name="source">A sequence of nullable <see cref="T:System.Int64" /> values to calculate the sum of.</param>
            <returns>An observable sequence containing a single element with the sum of the values in the source sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> is null.</exception>
            <exception cref="T:System.OverflowException">(Asynchronous) The sum of the elements in the source sequence is larger than <see cref="F:System.Int64.MaxValue"/>.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Sum``1(System.IObservable{``0},System.Func{``0,System.Double})">
            <summary>
            Computes the sum of a sequence of <see cref="T:System.Double" /> values that are obtained by invoking a transform function on each element of the input sequence.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">A sequence of values that are used to calculate a sum.</param>
            <param name="selector">A transform function to apply to each element.</param>
            <returns>An observable sequence containing a single element with the sum of the values in the source sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="selector"/> is null.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Sum``1(System.IObservable{``0},System.Func{``0,System.Single})">
            <summary>
            Computes the sum of a sequence of <see cref="T:System.Single" /> values that are obtained by invoking a transform function on each element of the input sequence.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">A sequence of values that are used to calculate a sum.</param>
            <param name="selector">A transform function to apply to each element.</param>
            <returns>An observable sequence containing a single element with the sum of the values in the source sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="selector"/> is null.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Sum``1(System.IObservable{``0},System.Func{``0,System.Decimal})">
            <summary>
            Computes the sum of a sequence of <see cref="T:System.Decimal" /> values that are obtained by invoking a transform function on each element of the input sequence.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">A sequence of values that are used to calculate a sum.</param>
            <param name="selector">A transform function to apply to each element.</param>
            <returns>An observable sequence containing a single element with the sum of the values in the source sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="selector"/> is null.</exception>
            <exception cref="T:System.OverflowException">(Asynchronous) The sum of the projected values for the elements in the source sequence is larger than <see cref="F:System.Decimal.MaxValue"/>.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Sum``1(System.IObservable{``0},System.Func{``0,System.Int32})">
            <summary>
            Computes the sum of a sequence of <see cref="T:System.Int32" /> values that are obtained by invoking a transform function on each element of the input sequence.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">A sequence of values that are used to calculate a sum.</param>
            <param name="selector">A transform function to apply to each element.</param>
            <returns>An observable sequence containing a single element with the sum of the values in the source sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="selector"/> is null.</exception>
            <exception cref="T:System.OverflowException">(Asynchronous) The sum of the projected values for the elements in the source sequence is larger than <see cref="F:System.Int32.MaxValue"/>.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Sum``1(System.IObservable{``0},System.Func{``0,System.Int64})">
            <summary>
            Computes the sum of a sequence of <see cref="T:System.Int64" /> values that are obtained by invoking a transform function on each element of the input sequence.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">A sequence of values that are used to calculate a sum.</param>
            <param name="selector">A transform function to apply to each element.</param>
            <returns>An observable sequence containing a single element with the sum of the values in the source sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="selector"/> is null.</exception>
            <exception cref="T:System.OverflowException">(Asynchronous) The sum of the projected values for the elements in the source sequence is larger than <see cref="F:System.Int64.MaxValue"/>.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Sum``1(System.IObservable{``0},System.Func{``0,System.Nullable{System.Double}})">
            <summary>
            Computes the sum of a sequence of nullable <see cref="T:System.Double" /> values that are obtained by invoking a transform function on each element of the input sequence.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">A sequence of values that are used to calculate a sum.</param>
            <param name="selector">A transform function to apply to each element.</param>
            <returns>An observable sequence containing a single element with the sum of the values in the source sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="selector"/> is null.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Sum``1(System.IObservable{``0},System.Func{``0,System.Nullable{System.Single}})">
            <summary>
            Computes the sum of a sequence of nullable <see cref="T:System.Single" /> values that are obtained by invoking a transform function on each element of the input sequence.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">A sequence of values that are used to calculate a sum.</param>
            <param name="selector">A transform function to apply to each element.</param>
            <returns>An observable sequence containing a single element with the sum of the values in the source sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="selector"/> is null.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Sum``1(System.IObservable{``0},System.Func{``0,System.Nullable{System.Decimal}})">
            <summary>
            Computes the sum of a sequence of nullable <see cref="T:System.Decimal" /> values that are obtained by invoking a transform function on each element of the input sequence.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">A sequence of values that are used to calculate a sum.</param>
            <param name="selector">A transform function to apply to each element.</param>
            <returns>An observable sequence containing a single element with the sum of the values in the source sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="selector"/> is null.</exception>
            <exception cref="T:System.OverflowException">(Asynchronous) The sum of the projected values for the elements in the source sequence is larger than <see cref="F:System.Decimal.MaxValue"/>.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Sum``1(System.IObservable{``0},System.Func{``0,System.Nullable{System.Int32}})">
            <summary>
            Computes the sum of a sequence of nullable <see cref="T:System.Int32" /> values that are obtained by invoking a transform function on each element of the input sequence.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">A sequence of values that are used to calculate a sum.</param>
            <param name="selector">A transform function to apply to each element.</param>
            <returns>An observable sequence containing a single element with the sum of the values in the source sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="selector"/> is null.</exception>
            <exception cref="T:System.OverflowException">(Asynchronous) The sum of the projected values for the elements in the source sequence is larger than <see cref="F:System.Int32.MaxValue"/>.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Sum``1(System.IObservable{``0},System.Func{``0,System.Nullable{System.Int64}})">
            <summary>
            Computes the sum of a sequence of nullable <see cref="T:System.Int64" /> values that are obtained by invoking a transform function on each element of the input sequence.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">A sequence of values that are used to calculate a sum.</param>
            <param name="selector">A transform function to apply to each element.</param>
            <returns>An observable sequence containing a single element with the sum of the values in the source sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="selector"/> is null.</exception>
            <exception cref="T:System.OverflowException">(Asynchronous) The sum of the projected values for the elements in the source sequence is larger than <see cref="F:System.Int64.MaxValue"/>.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.ToArray``1(System.IObservable{``0})">
            <summary>
            Creates an array from an observable sequence.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">The source observable sequence to get an array of elements for.</param>
            <returns>An observable sequence containing a single element with an array containing all the elements of the source sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> is null.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.ToDictionary``2(System.IObservable{``0},System.Func{``0,``1})">
            <summary>
            Creates a dictionary from an observable sequence according to a specified key selector function.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <typeparam name="TKey">The type of the dictionary key computed for each element in the source sequence.</typeparam>
            <param name="source">An observable sequence to create a dictionary for.</param>
            <param name="keySelector">A function to extract a key from each element.</param>
            <returns>An observable sequence containing a single element with a dictionary mapping unique key values onto the corresponding source sequence's element.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="keySelector"/> is null.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.ToDictionary``2(System.IObservable{``0},System.Func{``0,``1},System.Collections.Generic.IEqualityComparer{``1})">
            <summary>
            Creates a dictionary from an observable sequence according to a specified key selector function, and a comparer.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <typeparam name="TKey">The type of the dictionary key computed for each element in the source sequence.</typeparam>
            <param name="source">An observable sequence to create a dictionary for.</param>
            <param name="keySelector">A function to extract a key from each element.</param>
            <param name="comparer">An equality comparer to compare keys.</param>
            <returns>An observable sequence containing a single element with a dictionary mapping unique key values onto the corresponding source sequence's element.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="keySelector"/> or <paramref name="comparer"/> is null.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.ToDictionary``3(System.IObservable{``0},System.Func{``0,``1},System.Func{``0,``2})">
            <summary>
            Creates a dictionary from an observable sequence according to a specified key selector function, and an element selector function.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <typeparam name="TKey">The type of the dictionary key computed for each element in the source sequence.</typeparam>
            <typeparam name="TElement">The type of the dictionary value computed for each element in the source sequence.</typeparam>
            <param name="source">An observable sequence to create a dictionary for.</param>
            <param name="keySelector">A function to extract a key from each element.</param>
            <param name="elementSelector">A transform function to produce a result element value from each element.</param>
            <returns>An observable sequence containing a single element with a dictionary mapping unique key values onto the corresponding source sequence's element.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="keySelector"/> or <paramref name="elementSelector"/> is null.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.ToDictionary``3(System.IObservable{``0},System.Func{``0,``1},System.Func{``0,``2},System.Collections.Generic.IEqualityComparer{``1})">
            <summary>
            Creates a dictionary from an observable sequence according to a specified key selector function, a comparer, and an element selector function.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <typeparam name="TKey">The type of the dictionary key computed for each element in the source sequence.</typeparam>
            <typeparam name="TElement">The type of the dictionary value computed for each element in the source sequence.</typeparam>
            <param name="source">An observable sequence to create a dictionary for.</param>
            <param name="keySelector">A function to extract a key from each element.</param>
            <param name="elementSelector">A transform function to produce a result element value from each element.</param>
            <param name="comparer">An equality comparer to compare keys.</param>
            <returns>An observable sequence containing a single element with a dictionary mapping unique key values onto the corresponding source sequence's element.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="keySelector"/> or <paramref name="elementSelector"/> or <paramref name="comparer"/> is null.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.ToList``1(System.IObservable{``0})">
            <summary>
            Creates a list from an observable sequence.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">The source observable sequence to get a list of elements for.</param>
            <returns>An observable sequence containing a single element with a list containing all the elements of the source sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> is null.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.ToLookup``2(System.IObservable{``0},System.Func{``0,``1})">
            <summary>
            Creates a lookup from an observable sequence according to a specified key selector function.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <typeparam name="TKey">The type of the lookup key computed for each element in the source sequence.</typeparam>
            <param name="source">An observable sequence to create a lookup for.</param>
            <param name="keySelector">A function to extract a key from each element.</param>
            <returns>An observable sequence containing a single element with a lookup mapping unique key values onto the corresponding source sequence's elements.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="keySelector"/> is null.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.ToLookup``2(System.IObservable{``0},System.Func{``0,``1},System.Collections.Generic.IEqualityComparer{``1})">
            <summary>
            Creates a lookup from an observable sequence according to a specified key selector function, and a comparer.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <typeparam name="TKey">The type of the lookup key computed for each element in the source sequence.</typeparam>
            <param name="source">An observable sequence to create a lookup for.</param>
            <param name="keySelector">A function to extract a key from each element.</param>
            <param name="comparer">An equality comparer to compare keys.</param>
            <returns>An observable sequence containing a single element with a lookup mapping unique key values onto the corresponding source sequence's elements.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="keySelector"/> or <paramref name="comparer"/> is null.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.ToLookup``3(System.IObservable{``0},System.Func{``0,``1},System.Func{``0,``2})">
            <summary>
            Creates a lookup from an observable sequence according to a specified key selector function, and an element selector function.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <typeparam name="TKey">The type of the lookup key computed for each element in the source sequence.</typeparam>
            <typeparam name="TElement">The type of the lookup value computed for each element in the source sequence.</typeparam>
            <param name="source">An observable sequence to create a lookup for.</param>
            <param name="keySelector">A function to extract a key from each element.</param>
            <param name="elementSelector">A transform function to produce a result element value from each element.</param>
            <returns>An observable sequence containing a single element with a lookup mapping unique key values onto the corresponding source sequence's elements.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="keySelector"/> or <paramref name="elementSelector"/> is null.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.ToLookup``3(System.IObservable{``0},System.Func{``0,``1},System.Func{``0,``2},System.Collections.Generic.IEqualityComparer{``1})">
            <summary>
            Creates a lookup from an observable sequence according to a specified key selector function, a comparer, and an element selector function.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <typeparam name="TKey">The type of the lookup key computed for each element in the source sequence.</typeparam>
            <typeparam name="TElement">The type of the lookup value computed for each element in the source sequence.</typeparam>
            <param name="source">An observable sequence to create a lookup for.</param>
            <param name="keySelector">A function to extract a key from each element.</param>
            <param name="elementSelector">A transform function to produce a result element value from each element.</param>
            <param name="comparer">An equality comparer to compare keys.</param>
            <returns>An observable sequence containing a single element with a lookup mapping unique key values onto the corresponding source sequence's elements.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="keySelector"/> or <paramref name="elementSelector"/> or <paramref name="comparer"/> is null.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.FromAsyncPattern``1(System.Func{System.AsyncCallback,System.Object,System.IAsyncResult},System.Func{System.IAsyncResult,``0})">
            <summary>
            Converts a Begin/End invoke function pair into an asynchronous function.
            </summary>
            <typeparam name="TResult">The type of the result returned by the end delegate.</typeparam>
            <param name="begin">The delegate that begins the asynchronous operation.</param>
            <param name="end">The delegate that ends the asynchronous operation.</param>
            <returns>Function that can be used to start the asynchronous operation and retrieve the result as an observable sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="begin"/> or <paramref name="end"/> is null.</exception>
            <remarks>Each invocation of the resulting function will cause the asynchronous operation to be started. Subscription to the resulting sequence has no observable side-effect, and each subscription will produce the asynchronous operation's result.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.FromAsyncPattern``2(System.Func{``0,System.AsyncCallback,System.Object,System.IAsyncResult},System.Func{System.IAsyncResult,``1})">
            <summary>
            Converts a Begin/End invoke function pair into an asynchronous function.
            </summary>
            <typeparam name="TArg1">The type of the first argument passed to the begin delegate.</typeparam>
            <typeparam name="TResult">The type of the result returned by the end delegate.</typeparam>
            <param name="begin">The delegate that begins the asynchronous operation.</param>
            <param name="end">The delegate that ends the asynchronous operation.</param>
            <returns>Function that can be used to start the asynchronous operation and retrieve the result as an observable sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="begin"/> or <paramref name="end"/> is null.</exception>
            <remarks>Each invocation of the resulting function will cause the asynchronous operation to be started. Subscription to the resulting sequence has no observable side-effect, and each subscription will produce the asynchronous operation's result.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.FromAsyncPattern``3(System.Func{``0,``1,System.AsyncCallback,System.Object,System.IAsyncResult},System.Func{System.IAsyncResult,``2})">
            <summary>
            Converts a Begin/End invoke function pair into an asynchronous function.
            </summary>
            <typeparam name="TArg1">The type of the first argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg2">The type of the second argument passed to the begin delegate.</typeparam>
            <typeparam name="TResult">The type of the result returned by the end delegate.</typeparam>
            <param name="begin">The delegate that begins the asynchronous operation.</param>
            <param name="end">The delegate that ends the asynchronous operation.</param>
            <returns>Function that can be used to start the asynchronous operation and retrieve the result as an observable sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="begin"/> or <paramref name="end"/> is null.</exception>
            <remarks>Each invocation of the resulting function will cause the asynchronous operation to be started. Subscription to the resulting sequence has no observable side-effect, and each subscription will produce the asynchronous operation's result.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.FromAsyncPattern``4(System.Func{``0,``1,``2,System.AsyncCallback,System.Object,System.IAsyncResult},System.Func{System.IAsyncResult,``3})">
            <summary>
            Converts a Begin/End invoke function pair into an asynchronous function.
            </summary>
            <typeparam name="TArg1">The type of the first argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg2">The type of the second argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg3">The type of the third argument passed to the begin delegate.</typeparam>
            <typeparam name="TResult">The type of the result returned by the end delegate.</typeparam>
            <param name="begin">The delegate that begins the asynchronous operation.</param>
            <param name="end">The delegate that ends the asynchronous operation.</param>
            <returns>Function that can be used to start the asynchronous operation and retrieve the result as an observable sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="begin"/> or <paramref name="end"/> is null.</exception>
            <remarks>Each invocation of the resulting function will cause the asynchronous operation to be started. Subscription to the resulting sequence has no observable side-effect, and each subscription will produce the asynchronous operation's result.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.FromAsyncPattern``5(System.Func{``0,``1,``2,``3,System.AsyncCallback,System.Object,System.IAsyncResult},System.Func{System.IAsyncResult,``4})">
            <summary>
            Converts a Begin/End invoke function pair into an asynchronous function.
            </summary>
            <typeparam name="TArg1">The type of the first argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg2">The type of the second argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg3">The type of the third argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg4">The type of the fourth argument passed to the begin delegate.</typeparam>
            <typeparam name="TResult">The type of the result returned by the end delegate.</typeparam>
            <param name="begin">The delegate that begins the asynchronous operation.</param>
            <param name="end">The delegate that ends the asynchronous operation.</param>
            <returns>Function that can be used to start the asynchronous operation and retrieve the result as an observable sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="begin"/> or <paramref name="end"/> is null.</exception>
            <remarks>Each invocation of the resulting function will cause the asynchronous operation to be started. Subscription to the resulting sequence has no observable side-effect, and each subscription will produce the asynchronous operation's result.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.FromAsyncPattern``6(System.Func{``0,``1,``2,``3,``4,System.AsyncCallback,System.Object,System.IAsyncResult},System.Func{System.IAsyncResult,``5})">
            <summary>
            Converts a Begin/End invoke function pair into an asynchronous function.
            </summary>
            <typeparam name="TArg1">The type of the first argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg2">The type of the second argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg3">The type of the third argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg4">The type of the fourth argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg5">The type of the fifth argument passed to the begin delegate.</typeparam>
            <typeparam name="TResult">The type of the result returned by the end delegate.</typeparam>
            <param name="begin">The delegate that begins the asynchronous operation.</param>
            <param name="end">The delegate that ends the asynchronous operation.</param>
            <returns>Function that can be used to start the asynchronous operation and retrieve the result as an observable sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="begin"/> or <paramref name="end"/> is null.</exception>
            <remarks>Each invocation of the resulting function will cause the asynchronous operation to be started. Subscription to the resulting sequence has no observable side-effect, and each subscription will produce the asynchronous operation's result.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.FromAsyncPattern``7(System.Func{``0,``1,``2,``3,``4,``5,System.AsyncCallback,System.Object,System.IAsyncResult},System.Func{System.IAsyncResult,``6})">
            <summary>
            Converts a Begin/End invoke function pair into an asynchronous function.
            </summary>
            <typeparam name="TArg1">The type of the first argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg2">The type of the second argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg3">The type of the third argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg4">The type of the fourth argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg5">The type of the fifth argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg6">The type of the sixth argument passed to the begin delegate.</typeparam>
            <typeparam name="TResult">The type of the result returned by the end delegate.</typeparam>
            <param name="begin">The delegate that begins the asynchronous operation.</param>
            <param name="end">The delegate that ends the asynchronous operation.</param>
            <returns>Function that can be used to start the asynchronous operation and retrieve the result as an observable sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="begin"/> or <paramref name="end"/> is null.</exception>
            <remarks>Each invocation of the resulting function will cause the asynchronous operation to be started. Subscription to the resulting sequence has no observable side-effect, and each subscription will produce the asynchronous operation's result.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.FromAsyncPattern``8(System.Func{``0,``1,``2,``3,``4,``5,``6,System.AsyncCallback,System.Object,System.IAsyncResult},System.Func{System.IAsyncResult,``7})">
            <summary>
            Converts a Begin/End invoke function pair into an asynchronous function.
            </summary>
            <typeparam name="TArg1">The type of the first argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg2">The type of the second argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg3">The type of the third argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg4">The type of the fourth argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg5">The type of the fifth argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg6">The type of the sixth argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg7">The type of the seventh argument passed to the begin delegate.</typeparam>
            <typeparam name="TResult">The type of the result returned by the end delegate.</typeparam>
            <param name="begin">The delegate that begins the asynchronous operation.</param>
            <param name="end">The delegate that ends the asynchronous operation.</param>
            <returns>Function that can be used to start the asynchronous operation and retrieve the result as an observable sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="begin"/> or <paramref name="end"/> is null.</exception>
            <remarks>Each invocation of the resulting function will cause the asynchronous operation to be started. Subscription to the resulting sequence has no observable side-effect, and each subscription will produce the asynchronous operation's result.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.FromAsyncPattern``9(System.Func{``0,``1,``2,``3,``4,``5,``6,``7,System.AsyncCallback,System.Object,System.IAsyncResult},System.Func{System.IAsyncResult,``8})">
            <summary>
            Converts a Begin/End invoke function pair into an asynchronous function.
            </summary>
            <typeparam name="TArg1">The type of the first argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg2">The type of the second argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg3">The type of the third argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg4">The type of the fourth argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg5">The type of the fifth argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg6">The type of the sixth argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg7">The type of the seventh argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg8">The type of the eighth argument passed to the begin delegate.</typeparam>
            <typeparam name="TResult">The type of the result returned by the end delegate.</typeparam>
            <param name="begin">The delegate that begins the asynchronous operation.</param>
            <param name="end">The delegate that ends the asynchronous operation.</param>
            <returns>Function that can be used to start the asynchronous operation and retrieve the result as an observable sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="begin"/> or <paramref name="end"/> is null.</exception>
            <remarks>Each invocation of the resulting function will cause the asynchronous operation to be started. Subscription to the resulting sequence has no observable side-effect, and each subscription will produce the asynchronous operation's result.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.FromAsyncPattern``10(System.Func{``0,``1,``2,``3,``4,``5,``6,``7,``8,System.AsyncCallback,System.Object,System.IAsyncResult},System.Func{System.IAsyncResult,``9})">
            <summary>
            Converts a Begin/End invoke function pair into an asynchronous function.
            </summary>
            <typeparam name="TArg1">The type of the first argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg2">The type of the second argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg3">The type of the third argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg4">The type of the fourth argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg5">The type of the fifth argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg6">The type of the sixth argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg7">The type of the seventh argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg8">The type of the eighth argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg9">The type of the ninth argument passed to the begin delegate.</typeparam>
            <typeparam name="TResult">The type of the result returned by the end delegate.</typeparam>
            <param name="begin">The delegate that begins the asynchronous operation.</param>
            <param name="end">The delegate that ends the asynchronous operation.</param>
            <returns>Function that can be used to start the asynchronous operation and retrieve the result as an observable sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="begin"/> or <paramref name="end"/> is null.</exception>
            <remarks>Each invocation of the resulting function will cause the asynchronous operation to be started. Subscription to the resulting sequence has no observable side-effect, and each subscription will produce the asynchronous operation's result.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.FromAsyncPattern``11(System.Func{``0,``1,``2,``3,``4,``5,``6,``7,``8,``9,System.AsyncCallback,System.Object,System.IAsyncResult},System.Func{System.IAsyncResult,``10})">
            <summary>
            Converts a Begin/End invoke function pair into an asynchronous function.
            </summary>
            <typeparam name="TArg1">The type of the first argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg2">The type of the second argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg3">The type of the third argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg4">The type of the fourth argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg5">The type of the fifth argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg6">The type of the sixth argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg7">The type of the seventh argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg8">The type of the eighth argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg9">The type of the ninth argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg10">The type of the tenth argument passed to the begin delegate.</typeparam>
            <typeparam name="TResult">The type of the result returned by the end delegate.</typeparam>
            <param name="begin">The delegate that begins the asynchronous operation.</param>
            <param name="end">The delegate that ends the asynchronous operation.</param>
            <returns>Function that can be used to start the asynchronous operation and retrieve the result as an observable sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="begin"/> or <paramref name="end"/> is null.</exception>
            <remarks>Each invocation of the resulting function will cause the asynchronous operation to be started. Subscription to the resulting sequence has no observable side-effect, and each subscription will produce the asynchronous operation's result.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.FromAsyncPattern``12(System.Func{``0,``1,``2,``3,``4,``5,``6,``7,``8,``9,``10,System.AsyncCallback,System.Object,System.IAsyncResult},System.Func{System.IAsyncResult,``11})">
            <summary>
            Converts a Begin/End invoke function pair into an asynchronous function.
            </summary>
            <typeparam name="TArg1">The type of the first argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg2">The type of the second argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg3">The type of the third argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg4">The type of the fourth argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg5">The type of the fifth argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg6">The type of the sixth argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg7">The type of the seventh argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg8">The type of the eighth argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg9">The type of the ninth argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg10">The type of the tenth argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg11">The type of the eleventh argument passed to the begin delegate.</typeparam>
            <typeparam name="TResult">The type of the result returned by the end delegate.</typeparam>
            <param name="begin">The delegate that begins the asynchronous operation.</param>
            <param name="end">The delegate that ends the asynchronous operation.</param>
            <returns>Function that can be used to start the asynchronous operation and retrieve the result as an observable sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="begin"/> or <paramref name="end"/> is null.</exception>
            <remarks>Each invocation of the resulting function will cause the asynchronous operation to be started. Subscription to the resulting sequence has no observable side-effect, and each subscription will produce the asynchronous operation's result.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.FromAsyncPattern``13(System.Func{``0,``1,``2,``3,``4,``5,``6,``7,``8,``9,``10,``11,System.AsyncCallback,System.Object,System.IAsyncResult},System.Func{System.IAsyncResult,``12})">
            <summary>
            Converts a Begin/End invoke function pair into an asynchronous function.
            </summary>
            <typeparam name="TArg1">The type of the first argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg2">The type of the second argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg3">The type of the third argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg4">The type of the fourth argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg5">The type of the fifth argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg6">The type of the sixth argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg7">The type of the seventh argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg8">The type of the eighth argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg9">The type of the ninth argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg10">The type of the tenth argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg11">The type of the eleventh argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg12">The type of the twelfth argument passed to the begin delegate.</typeparam>
            <typeparam name="TResult">The type of the result returned by the end delegate.</typeparam>
            <param name="begin">The delegate that begins the asynchronous operation.</param>
            <param name="end">The delegate that ends the asynchronous operation.</param>
            <returns>Function that can be used to start the asynchronous operation and retrieve the result as an observable sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="begin"/> or <paramref name="end"/> is null.</exception>
            <remarks>Each invocation of the resulting function will cause the asynchronous operation to be started. Subscription to the resulting sequence has no observable side-effect, and each subscription will produce the asynchronous operation's result.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.FromAsyncPattern``14(System.Func{``0,``1,``2,``3,``4,``5,``6,``7,``8,``9,``10,``11,``12,System.AsyncCallback,System.Object,System.IAsyncResult},System.Func{System.IAsyncResult,``13})">
            <summary>
            Converts a Begin/End invoke function pair into an asynchronous function.
            </summary>
            <typeparam name="TArg1">The type of the first argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg2">The type of the second argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg3">The type of the third argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg4">The type of the fourth argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg5">The type of the fifth argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg6">The type of the sixth argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg7">The type of the seventh argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg8">The type of the eighth argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg9">The type of the ninth argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg10">The type of the tenth argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg11">The type of the eleventh argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg12">The type of the twelfth argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg13">The type of the thirteenth argument passed to the begin delegate.</typeparam>
            <typeparam name="TResult">The type of the result returned by the end delegate.</typeparam>
            <param name="begin">The delegate that begins the asynchronous operation.</param>
            <param name="end">The delegate that ends the asynchronous operation.</param>
            <returns>Function that can be used to start the asynchronous operation and retrieve the result as an observable sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="begin"/> or <paramref name="end"/> is null.</exception>
            <remarks>Each invocation of the resulting function will cause the asynchronous operation to be started. Subscription to the resulting sequence has no observable side-effect, and each subscription will produce the asynchronous operation's result.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.FromAsyncPattern``15(System.Func{``0,``1,``2,``3,``4,``5,``6,``7,``8,``9,``10,``11,``12,``13,System.AsyncCallback,System.Object,System.IAsyncResult},System.Func{System.IAsyncResult,``14})">
            <summary>
            Converts a Begin/End invoke function pair into an asynchronous function.
            </summary>
            <typeparam name="TArg1">The type of the first argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg2">The type of the second argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg3">The type of the third argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg4">The type of the fourth argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg5">The type of the fifth argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg6">The type of the sixth argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg7">The type of the seventh argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg8">The type of the eighth argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg9">The type of the ninth argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg10">The type of the tenth argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg11">The type of the eleventh argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg12">The type of the twelfth argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg13">The type of the thirteenth argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg14">The type of the fourteenth argument passed to the begin delegate.</typeparam>
            <typeparam name="TResult">The type of the result returned by the end delegate.</typeparam>
            <param name="begin">The delegate that begins the asynchronous operation.</param>
            <param name="end">The delegate that ends the asynchronous operation.</param>
            <returns>Function that can be used to start the asynchronous operation and retrieve the result as an observable sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="begin"/> or <paramref name="end"/> is null.</exception>
            <remarks>Each invocation of the resulting function will cause the asynchronous operation to be started. Subscription to the resulting sequence has no observable side-effect, and each subscription will produce the asynchronous operation's result.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.FromAsyncPattern(System.Func{System.AsyncCallback,System.Object,System.IAsyncResult},System.Action{System.IAsyncResult})">
            <summary>
            Converts a Begin/End invoke function pair into an asynchronous function.
            </summary>
            <param name="begin">The delegate that begins the asynchronous operation.</param>
            <param name="end">The delegate that ends the asynchronous operation.</param>
            <returns>Function that can be used to start the asynchronous operation and retrieve the result (represented as a Unit value) as an observable sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="begin"/> or <paramref name="end"/> is null.</exception>
            <remarks>Each invocation of the resulting function will cause the asynchronous operation to be started. Subscription to the resulting sequence has no observable side-effect, and each subscription will produce the asynchronous operation's result.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.FromAsyncPattern``1(System.Func{``0,System.AsyncCallback,System.Object,System.IAsyncResult},System.Action{System.IAsyncResult})">
            <summary>
            Converts a Begin/End invoke function pair into an asynchronous function.
            </summary>
            <typeparam name="TArg1">The type of the first argument passed to the begin delegate.</typeparam>
            <param name="begin">The delegate that begins the asynchronous operation.</param>
            <param name="end">The delegate that ends the asynchronous operation.</param>
            <returns>Function that can be used to start the asynchronous operation and retrieve the result (represented as a Unit value) as an observable sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="begin"/> or <paramref name="end"/> is null.</exception>
            <remarks>Each invocation of the resulting function will cause the asynchronous operation to be started. Subscription to the resulting sequence has no observable side-effect, and each subscription will produce the asynchronous operation's result.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.FromAsyncPattern``2(System.Func{``0,``1,System.AsyncCallback,System.Object,System.IAsyncResult},System.Action{System.IAsyncResult})">
            <summary>
            Converts a Begin/End invoke function pair into an asynchronous function.
            </summary>
            <typeparam name="TArg1">The type of the first argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg2">The type of the second argument passed to the begin delegate.</typeparam>
            <param name="begin">The delegate that begins the asynchronous operation.</param>
            <param name="end">The delegate that ends the asynchronous operation.</param>
            <returns>Function that can be used to start the asynchronous operation and retrieve the result (represented as a Unit value) as an observable sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="begin"/> or <paramref name="end"/> is null.</exception>
            <remarks>Each invocation of the resulting function will cause the asynchronous operation to be started. Subscription to the resulting sequence has no observable side-effect, and each subscription will produce the asynchronous operation's result.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.FromAsyncPattern``3(System.Func{``0,``1,``2,System.AsyncCallback,System.Object,System.IAsyncResult},System.Action{System.IAsyncResult})">
            <summary>
            Converts a Begin/End invoke function pair into an asynchronous function.
            </summary>
            <typeparam name="TArg1">The type of the first argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg2">The type of the second argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg3">The type of the third argument passed to the begin delegate.</typeparam>
            <param name="begin">The delegate that begins the asynchronous operation.</param>
            <param name="end">The delegate that ends the asynchronous operation.</param>
            <returns>Function that can be used to start the asynchronous operation and retrieve the result (represented as a Unit value) as an observable sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="begin"/> or <paramref name="end"/> is null.</exception>
            <remarks>Each invocation of the resulting function will cause the asynchronous operation to be started. Subscription to the resulting sequence has no observable side-effect, and each subscription will produce the asynchronous operation's result.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.FromAsyncPattern``4(System.Func{``0,``1,``2,``3,System.AsyncCallback,System.Object,System.IAsyncResult},System.Action{System.IAsyncResult})">
            <summary>
            Converts a Begin/End invoke function pair into an asynchronous function.
            </summary>
            <typeparam name="TArg1">The type of the first argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg2">The type of the second argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg3">The type of the third argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg4">The type of the fourth argument passed to the begin delegate.</typeparam>
            <param name="begin">The delegate that begins the asynchronous operation.</param>
            <param name="end">The delegate that ends the asynchronous operation.</param>
            <returns>Function that can be used to start the asynchronous operation and retrieve the result (represented as a Unit value) as an observable sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="begin"/> or <paramref name="end"/> is null.</exception>
            <remarks>Each invocation of the resulting function will cause the asynchronous operation to be started. Subscription to the resulting sequence has no observable side-effect, and each subscription will produce the asynchronous operation's result.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.FromAsyncPattern``5(System.Func{``0,``1,``2,``3,``4,System.AsyncCallback,System.Object,System.IAsyncResult},System.Action{System.IAsyncResult})">
            <summary>
            Converts a Begin/End invoke function pair into an asynchronous function.
            </summary>
            <typeparam name="TArg1">The type of the first argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg2">The type of the second argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg3">The type of the third argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg4">The type of the fourth argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg5">The type of the fifth argument passed to the begin delegate.</typeparam>
            <param name="begin">The delegate that begins the asynchronous operation.</param>
            <param name="end">The delegate that ends the asynchronous operation.</param>
            <returns>Function that can be used to start the asynchronous operation and retrieve the result (represented as a Unit value) as an observable sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="begin"/> or <paramref name="end"/> is null.</exception>
            <remarks>Each invocation of the resulting function will cause the asynchronous operation to be started. Subscription to the resulting sequence has no observable side-effect, and each subscription will produce the asynchronous operation's result.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.FromAsyncPattern``6(System.Func{``0,``1,``2,``3,``4,``5,System.AsyncCallback,System.Object,System.IAsyncResult},System.Action{System.IAsyncResult})">
            <summary>
            Converts a Begin/End invoke function pair into an asynchronous function.
            </summary>
            <typeparam name="TArg1">The type of the first argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg2">The type of the second argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg3">The type of the third argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg4">The type of the fourth argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg5">The type of the fifth argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg6">The type of the sixth argument passed to the begin delegate.</typeparam>
            <param name="begin">The delegate that begins the asynchronous operation.</param>
            <param name="end">The delegate that ends the asynchronous operation.</param>
            <returns>Function that can be used to start the asynchronous operation and retrieve the result (represented as a Unit value) as an observable sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="begin"/> or <paramref name="end"/> is null.</exception>
            <remarks>Each invocation of the resulting function will cause the asynchronous operation to be started. Subscription to the resulting sequence has no observable side-effect, and each subscription will produce the asynchronous operation's result.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.FromAsyncPattern``7(System.Func{``0,``1,``2,``3,``4,``5,``6,System.AsyncCallback,System.Object,System.IAsyncResult},System.Action{System.IAsyncResult})">
            <summary>
            Converts a Begin/End invoke function pair into an asynchronous function.
            </summary>
            <typeparam name="TArg1">The type of the first argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg2">The type of the second argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg3">The type of the third argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg4">The type of the fourth argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg5">The type of the fifth argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg6">The type of the sixth argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg7">The type of the seventh argument passed to the begin delegate.</typeparam>
            <param name="begin">The delegate that begins the asynchronous operation.</param>
            <param name="end">The delegate that ends the asynchronous operation.</param>
            <returns>Function that can be used to start the asynchronous operation and retrieve the result (represented as a Unit value) as an observable sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="begin"/> or <paramref name="end"/> is null.</exception>
            <remarks>Each invocation of the resulting function will cause the asynchronous operation to be started. Subscription to the resulting sequence has no observable side-effect, and each subscription will produce the asynchronous operation's result.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.FromAsyncPattern``8(System.Func{``0,``1,``2,``3,``4,``5,``6,``7,System.AsyncCallback,System.Object,System.IAsyncResult},System.Action{System.IAsyncResult})">
            <summary>
            Converts a Begin/End invoke function pair into an asynchronous function.
            </summary>
            <typeparam name="TArg1">The type of the first argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg2">The type of the second argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg3">The type of the third argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg4">The type of the fourth argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg5">The type of the fifth argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg6">The type of the sixth argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg7">The type of the seventh argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg8">The type of the eighth argument passed to the begin delegate.</typeparam>
            <param name="begin">The delegate that begins the asynchronous operation.</param>
            <param name="end">The delegate that ends the asynchronous operation.</param>
            <returns>Function that can be used to start the asynchronous operation and retrieve the result (represented as a Unit value) as an observable sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="begin"/> or <paramref name="end"/> is null.</exception>
            <remarks>Each invocation of the resulting function will cause the asynchronous operation to be started. Subscription to the resulting sequence has no observable side-effect, and each subscription will produce the asynchronous operation's result.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.FromAsyncPattern``9(System.Func{``0,``1,``2,``3,``4,``5,``6,``7,``8,System.AsyncCallback,System.Object,System.IAsyncResult},System.Action{System.IAsyncResult})">
            <summary>
            Converts a Begin/End invoke function pair into an asynchronous function.
            </summary>
            <typeparam name="TArg1">The type of the first argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg2">The type of the second argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg3">The type of the third argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg4">The type of the fourth argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg5">The type of the fifth argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg6">The type of the sixth argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg7">The type of the seventh argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg8">The type of the eighth argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg9">The type of the ninth argument passed to the begin delegate.</typeparam>
            <param name="begin">The delegate that begins the asynchronous operation.</param>
            <param name="end">The delegate that ends the asynchronous operation.</param>
            <returns>Function that can be used to start the asynchronous operation and retrieve the result (represented as a Unit value) as an observable sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="begin"/> or <paramref name="end"/> is null.</exception>
            <remarks>Each invocation of the resulting function will cause the asynchronous operation to be started. Subscription to the resulting sequence has no observable side-effect, and each subscription will produce the asynchronous operation's result.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.FromAsyncPattern``10(System.Func{``0,``1,``2,``3,``4,``5,``6,``7,``8,``9,System.AsyncCallback,System.Object,System.IAsyncResult},System.Action{System.IAsyncResult})">
            <summary>
            Converts a Begin/End invoke function pair into an asynchronous function.
            </summary>
            <typeparam name="TArg1">The type of the first argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg2">The type of the second argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg3">The type of the third argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg4">The type of the fourth argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg5">The type of the fifth argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg6">The type of the sixth argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg7">The type of the seventh argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg8">The type of the eighth argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg9">The type of the ninth argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg10">The type of the tenth argument passed to the begin delegate.</typeparam>
            <param name="begin">The delegate that begins the asynchronous operation.</param>
            <param name="end">The delegate that ends the asynchronous operation.</param>
            <returns>Function that can be used to start the asynchronous operation and retrieve the result (represented as a Unit value) as an observable sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="begin"/> or <paramref name="end"/> is null.</exception>
            <remarks>Each invocation of the resulting function will cause the asynchronous operation to be started. Subscription to the resulting sequence has no observable side-effect, and each subscription will produce the asynchronous operation's result.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.FromAsyncPattern``11(System.Func{``0,``1,``2,``3,``4,``5,``6,``7,``8,``9,``10,System.AsyncCallback,System.Object,System.IAsyncResult},System.Action{System.IAsyncResult})">
            <summary>
            Converts a Begin/End invoke function pair into an asynchronous function.
            </summary>
            <typeparam name="TArg1">The type of the first argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg2">The type of the second argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg3">The type of the third argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg4">The type of the fourth argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg5">The type of the fifth argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg6">The type of the sixth argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg7">The type of the seventh argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg8">The type of the eighth argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg9">The type of the ninth argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg10">The type of the tenth argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg11">The type of the eleventh argument passed to the begin delegate.</typeparam>
            <param name="begin">The delegate that begins the asynchronous operation.</param>
            <param name="end">The delegate that ends the asynchronous operation.</param>
            <returns>Function that can be used to start the asynchronous operation and retrieve the result (represented as a Unit value) as an observable sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="begin"/> or <paramref name="end"/> is null.</exception>
            <remarks>Each invocation of the resulting function will cause the asynchronous operation to be started. Subscription to the resulting sequence has no observable side-effect, and each subscription will produce the asynchronous operation's result.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.FromAsyncPattern``12(System.Func{``0,``1,``2,``3,``4,``5,``6,``7,``8,``9,``10,``11,System.AsyncCallback,System.Object,System.IAsyncResult},System.Action{System.IAsyncResult})">
            <summary>
            Converts a Begin/End invoke function pair into an asynchronous function.
            </summary>
            <typeparam name="TArg1">The type of the first argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg2">The type of the second argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg3">The type of the third argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg4">The type of the fourth argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg5">The type of the fifth argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg6">The type of the sixth argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg7">The type of the seventh argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg8">The type of the eighth argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg9">The type of the ninth argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg10">The type of the tenth argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg11">The type of the eleventh argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg12">The type of the twelfth argument passed to the begin delegate.</typeparam>
            <param name="begin">The delegate that begins the asynchronous operation.</param>
            <param name="end">The delegate that ends the asynchronous operation.</param>
            <returns>Function that can be used to start the asynchronous operation and retrieve the result (represented as a Unit value) as an observable sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="begin"/> or <paramref name="end"/> is null.</exception>
            <remarks>Each invocation of the resulting function will cause the asynchronous operation to be started. Subscription to the resulting sequence has no observable side-effect, and each subscription will produce the asynchronous operation's result.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.FromAsyncPattern``13(System.Func{``0,``1,``2,``3,``4,``5,``6,``7,``8,``9,``10,``11,``12,System.AsyncCallback,System.Object,System.IAsyncResult},System.Action{System.IAsyncResult})">
            <summary>
            Converts a Begin/End invoke function pair into an asynchronous function.
            </summary>
            <typeparam name="TArg1">The type of the first argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg2">The type of the second argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg3">The type of the third argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg4">The type of the fourth argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg5">The type of the fifth argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg6">The type of the sixth argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg7">The type of the seventh argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg8">The type of the eighth argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg9">The type of the ninth argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg10">The type of the tenth argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg11">The type of the eleventh argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg12">The type of the twelfth argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg13">The type of the thirteenth argument passed to the begin delegate.</typeparam>
            <param name="begin">The delegate that begins the asynchronous operation.</param>
            <param name="end">The delegate that ends the asynchronous operation.</param>
            <returns>Function that can be used to start the asynchronous operation and retrieve the result (represented as a Unit value) as an observable sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="begin"/> or <paramref name="end"/> is null.</exception>
            <remarks>Each invocation of the resulting function will cause the asynchronous operation to be started. Subscription to the resulting sequence has no observable side-effect, and each subscription will produce the asynchronous operation's result.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.FromAsyncPattern``14(System.Func{``0,``1,``2,``3,``4,``5,``6,``7,``8,``9,``10,``11,``12,``13,System.AsyncCallback,System.Object,System.IAsyncResult},System.Action{System.IAsyncResult})">
            <summary>
            Converts a Begin/End invoke function pair into an asynchronous function.
            </summary>
            <typeparam name="TArg1">The type of the first argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg2">The type of the second argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg3">The type of the third argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg4">The type of the fourth argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg5">The type of the fifth argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg6">The type of the sixth argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg7">The type of the seventh argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg8">The type of the eighth argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg9">The type of the ninth argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg10">The type of the tenth argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg11">The type of the eleventh argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg12">The type of the twelfth argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg13">The type of the thirteenth argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg14">The type of the fourteenth argument passed to the begin delegate.</typeparam>
            <param name="begin">The delegate that begins the asynchronous operation.</param>
            <param name="end">The delegate that ends the asynchronous operation.</param>
            <returns>Function that can be used to start the asynchronous operation and retrieve the result (represented as a Unit value) as an observable sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="begin"/> or <paramref name="end"/> is null.</exception>
            <remarks>Each invocation of the resulting function will cause the asynchronous operation to be started. Subscription to the resulting sequence has no observable side-effect, and each subscription will produce the asynchronous operation's result.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Start``1(System.Func{``0})">
            <summary>
            Invokes the specified function asynchronously, surfacing the result through an observable sequence.
            </summary>
            <typeparam name="TResult">The type of the result returned by the function.</typeparam>
            <param name="function">Function to run asynchronously.</param>
            <returns>An observable sequence exposing the function's result value, or an exception.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="function"/> is null.</exception>
            <remarks>
            <list type="bullet">
            <item><description>The function is called immediately, not during the subscription of the resulting sequence.</description></item>
            <item><description>Multiple subscriptions to the resulting sequence can observe the function's result.</description></item>
            </list>
            </remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Start``1(System.Func{``0},System.Reactive.Concurrency.IScheduler)">
            <summary>
            Invokes the specified function asynchronously on the specified scheduler, surfacing the result through an observable sequence
            </summary>
            <typeparam name="TResult">The type of the result returned by the function.</typeparam>
            <param name="function">Function to run asynchronously.</param>
            <param name="scheduler">Scheduler to run the function on.</param>
            <returns>An observable sequence exposing the function's result value, or an exception.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="function"/> or <paramref name="scheduler"/> is null.</exception>
            <remarks>
            <list type="bullet">
            <item><description>The function is called immediately, not during the subscription of the resulting sequence.</description></item>
            <item><description>Multiple subscriptions to the resulting sequence can observe the function's result.</description></item>
            </list>
            </remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.StartAsync``1(System.Func{System.Threading.Tasks.Task{``0}})">
            <summary>
            Invokes the asynchronous function, surfacing the result through an observable sequence.
            </summary>
            <typeparam name="TResult">The type of the result returned by the asynchronous function.</typeparam>
            <param name="functionAsync">Asynchronous function to run.</param>
            <returns>An observable sequence exposing the function's result value, or an exception.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="functionAsync"/> is null.</exception>
            <remarks>
            <list type="bullet">
            <item><description>The function is started immediately, not during the subscription of the resulting sequence.</description></item>
            <item><description>Multiple subscriptions to the resulting sequence can observe the function's result.</description></item>
            </list>
            </remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.StartAsync``1(System.Func{System.Threading.Tasks.Task{``0}},System.Reactive.Concurrency.IScheduler)">
            <summary>
            Invokes the asynchronous function, surfacing the result through an observable sequence.
            </summary>
            <typeparam name="TResult">The type of the result returned by the asynchronous function.</typeparam>
            <param name="functionAsync">Asynchronous function to run.</param>
            <param name="scheduler">Scheduler on which to notify observers.</param>
            <returns>An observable sequence exposing the function's result value, or an exception.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="functionAsync"/> is null or <paramref name="scheduler"/> is null.</exception>
            <remarks>
            <list type="bullet">
            <item><description>The function is started immediately, not during the subscription of the resulting sequence.</description></item>
            <item><description>Multiple subscriptions to the resulting sequence can observe the function's result.</description></item>
            </list>
            </remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.StartAsync``1(System.Func{System.Threading.CancellationToken,System.Threading.Tasks.Task{``0}})">
            <summary>
            Invokes the asynchronous function, surfacing the result through an observable sequence.
            The CancellationToken is shared by all subscriptions on the resulting observable sequence. See the remarks section for more information.
            </summary>
            <typeparam name="TResult">The type of the result returned by the asynchronous function.</typeparam>
            <param name="functionAsync">Asynchronous function to run.</param>
            <returns>An observable sequence exposing the function's result value, or an exception.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="functionAsync"/> is null.</exception>
            <remarks>
            <list type="bullet">
            <item><description>The function is started immediately, not during the subscription of the resulting sequence.</description></item>
            <item><description>Multiple subscriptions to the resulting sequence can observe the function's result.</description></item>
            <item><description>
            If any subscription to the resulting sequence is disposed, the CancellationToken is set. The observer associated to the disposed
            subscription won't see the TaskCanceledException, but other observers will. You can protect against this using the Catch operator.
            Be careful when handing out the resulting sequence because of this behavior. The most common use is to have a single subscription
            to the resulting sequence, which controls the CancellationToken state. Alternatively, you can control subscription behavior using
            multicast operators.
            </description></item>
            </list>
            </remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.StartAsync``1(System.Func{System.Threading.CancellationToken,System.Threading.Tasks.Task{``0}},System.Reactive.Concurrency.IScheduler)">
            <summary>
            Invokes the asynchronous function, surfacing the result through an observable sequence.
            The CancellationToken is shared by all subscriptions on the resulting observable sequence. See the remarks section for more information.
            </summary>
            <typeparam name="TResult">The type of the result returned by the asynchronous function.</typeparam>
            <param name="functionAsync">Asynchronous function to run.</param>
            <param name="scheduler">Scheduler on which to notify observers.</param>
            <returns>An observable sequence exposing the function's result value, or an exception.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="functionAsync"/> is null or <paramref name="scheduler"/> is null.</exception>
            <remarks>
            <list type="bullet">
            <item><description>The function is started immediately, not during the subscription of the resulting sequence.</description></item>
            <item><description>Multiple subscriptions to the resulting sequence can observe the function's result.</description></item>
            <item><description>
            If any subscription to the resulting sequence is disposed, the CancellationToken is set. The observer associated to the disposed
            subscription won't see the TaskCanceledException, but other observers will. You can protect against this using the Catch operator.
            Be careful when handing out the resulting sequence because of this behavior. The most common use is to have a single subscription
            to the resulting sequence, which controls the CancellationToken state. Alternatively, you can control subscription behavior using
            multicast operators.
            </description></item>
            </list>
            </remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Start(System.Action)">
            <summary>
            Invokes the action asynchronously, surfacing the result through an observable sequence.
            </summary>
            <param name="action">Action to run asynchronously.</param>
            <returns>An observable sequence exposing a Unit value upon completion of the action, or an exception.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="action"/> is null.</exception>
            <remarks>
            <list type="bullet">
            <item><description>The action is called immediately, not during the subscription of the resulting sequence.</description></item>
            <item><description>Multiple subscriptions to the resulting sequence can observe the action's outcome.</description></item>
            </list>
            </remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Start(System.Action,System.Reactive.Concurrency.IScheduler)">
            <summary>
            Invokes the action asynchronously on the specified scheduler, surfacing the result through an observable sequence.
            </summary>
            <param name="action">Action to run asynchronously.</param>
            <param name="scheduler">Scheduler to run the action on.</param>
            <returns>An observable sequence exposing a Unit value upon completion of the action, or an exception.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="action"/> or <paramref name="scheduler"/> is null.</exception>
            <remarks>
            <list type="bullet">
            <item><description>The action is called immediately, not during the subscription of the resulting sequence.</description></item>
            <item><description>Multiple subscriptions to the resulting sequence can observe the action's outcome.</description></item>
            </list>
            </remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.StartAsync(System.Func{System.Threading.Tasks.Task})">
            <summary>
            Invokes the asynchronous action, surfacing the result through an observable sequence.
            </summary>
            <param name="actionAsync">Asynchronous action to run.</param>
            <returns>An observable sequence exposing a Unit value upon completion of the action, or an exception.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="actionAsync"/> is null.</exception>
            <remarks>
            <list type="bullet">
            <item><description>The action is started immediately, not during the subscription of the resulting sequence.</description></item>
            <item><description>Multiple subscriptions to the resulting sequence can observe the action's outcome.</description></item>
            </list>
            </remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.StartAsync(System.Func{System.Threading.Tasks.Task},System.Reactive.Concurrency.IScheduler)">
            <summary>
            Invokes the asynchronous action, surfacing the result through an observable sequence.
            </summary>
            <param name="actionAsync">Asynchronous action to run.</param>
            <param name="scheduler">Scheduler on which to notify observers.</param>
            <returns>An observable sequence exposing a Unit value upon completion of the action, or an exception.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="actionAsync"/> is null or <paramref name="scheduler"/> is null.</exception>
            <remarks>
            <list type="bullet">
            <item><description>The action is started immediately, not during the subscription of the resulting sequence.</description></item>
            <item><description>Multiple subscriptions to the resulting sequence can observe the action's outcome.</description></item>
            </list>
            </remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.StartAsync(System.Func{System.Threading.CancellationToken,System.Threading.Tasks.Task})">
            <summary>
            Invokes the asynchronous action, surfacing the result through an observable sequence.
            The CancellationToken is shared by all subscriptions on the resulting observable sequence. See the remarks section for more information.
            </summary>
            <param name="actionAsync">Asynchronous action to run.</param>
            <returns>An observable sequence exposing a Unit value upon completion of the action, or an exception.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="actionAsync"/> is null.</exception>
            <remarks>
            <list type="bullet">
            <item><description>The action is started immediately, not during the subscription of the resulting sequence.</description></item>
            <item><description>Multiple subscriptions to the resulting sequence can observe the action's outcome.</description></item>
            <item><description>
            If any subscription to the resulting sequence is disposed, the CancellationToken is set. The observer associated to the disposed
            subscription won't see the TaskCanceledException, but other observers will. You can protect against this using the Catch operator.
            Be careful when handing out the resulting sequence because of this behavior. The most common use is to have a single subscription
            to the resulting sequence, which controls the CancellationToken state. Alternatively, you can control subscription behavior using
            multicast operators.
            </description></item>
            </list>
            </remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.StartAsync(System.Func{System.Threading.CancellationToken,System.Threading.Tasks.Task},System.Reactive.Concurrency.IScheduler)">
            <summary>
            Invokes the asynchronous action, surfacing the result through an observable sequence.
            The CancellationToken is shared by all subscriptions on the resulting observable sequence. See the remarks section for more information.
            </summary>
            <param name="actionAsync">Asynchronous action to run.</param>
            <param name="scheduler">Scheduler on which to notify observers.</param>
            <returns>An observable sequence exposing a Unit value upon completion of the action, or an exception.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="actionAsync"/> is null or <paramref name="scheduler"/> is null.</exception>
            <remarks>
            <list type="bullet">
            <item><description>The action is started immediately, not during the subscription of the resulting sequence.</description></item>
            <item><description>Multiple subscriptions to the resulting sequence can observe the action's outcome.</description></item>
            <item><description>
            If any subscription to the resulting sequence is disposed, the CancellationToken is set. The observer associated to the disposed
            subscription won't see the TaskCanceledException, but other observers will. You can protect against this using the Catch operator.
            Be careful when handing out the resulting sequence because of this behavior. The most common use is to have a single subscription
            to the resulting sequence, which controls the CancellationToken state. Alternatively, you can control subscription behavior using
            multicast operators.
            </description></item>
            </list>
            </remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.FromAsync``1(System.Func{System.Threading.Tasks.Task{``0}})">
            <summary>
            Converts to asynchronous function into an observable sequence. Each subscription to the resulting sequence causes the function to be started.
            </summary>
            <typeparam name="TResult">The type of the result returned by the asynchronous function.</typeparam>
            <param name="functionAsync">Asynchronous function to convert.</param>
            <returns>An observable sequence exposing the result of invoking the function, or an exception.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="functionAsync"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.FromAsync``1(System.Func{System.Threading.Tasks.Task{``0}},System.Reactive.Concurrency.IScheduler)">
            <summary>
            Converts to asynchronous function into an observable sequence. Each subscription to the resulting sequence causes the function to be started.
            </summary>
            <typeparam name="TResult">The type of the result returned by the asynchronous function.</typeparam>
            <param name="functionAsync">Asynchronous function to convert.</param>
            <param name="scheduler">Scheduler on which to notify observers.</param>
            <returns>An observable sequence exposing the result of invoking the function, or an exception.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="functionAsync"/> is null or <paramref name="scheduler"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.FromAsync``1(System.Func{System.Threading.CancellationToken,System.Threading.Tasks.Task{``0}})">
            <summary>
            Converts to asynchronous function into an observable sequence. Each subscription to the resulting sequence causes the function to be started.
            The CancellationToken passed to the asynchronous function is tied to the observable sequence's subscription that triggered the function's invocation and can be used for best-effort cancellation.
            </summary>
            <typeparam name="TResult">The type of the result returned by the asynchronous function.</typeparam>
            <param name="functionAsync">Asynchronous function to convert.</param>
            <returns>An observable sequence exposing the result of invoking the function, or an exception.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="functionAsync"/> is null.</exception>
            <remarks>When a subscription to the resulting sequence is disposed, the CancellationToken that was fed to the asynchronous function will be signaled.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.FromAsync``1(System.Func{System.Threading.CancellationToken,System.Threading.Tasks.Task{``0}},System.Reactive.Concurrency.IScheduler)">
            <summary>
            Converts to asynchronous function into an observable sequence. Each subscription to the resulting sequence causes the function to be started.
            The CancellationToken passed to the asynchronous function is tied to the observable sequence's subscription that triggered the function's invocation and can be used for best-effort cancellation.
            </summary>
            <typeparam name="TResult">The type of the result returned by the asynchronous function.</typeparam>
            <param name="functionAsync">Asynchronous function to convert.</param>
            <param name="scheduler">Scheduler on which to notify observers.</param>
            <returns>An observable sequence exposing the result of invoking the function, or an exception.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="functionAsync"/> is null or <paramref name="scheduler"/> is null.</exception>
            <remarks>When a subscription to the resulting sequence is disposed, the CancellationToken that was fed to the asynchronous function will be signaled.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.FromAsync(System.Func{System.Threading.Tasks.Task})">
            <summary>
            Converts to asynchronous action into an observable sequence. Each subscription to the resulting sequence causes the action to be started.
            </summary>
            <param name="actionAsync">Asynchronous action to convert.</param>
            <returns>An observable sequence exposing a Unit value upon completion of the action, or an exception.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="actionAsync"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.FromAsync(System.Func{System.Threading.Tasks.Task},System.Reactive.Concurrency.IScheduler)">
            <summary>
            Converts to asynchronous action into an observable sequence. Each subscription to the resulting sequence causes the action to be started.
            </summary>
            <param name="actionAsync">Asynchronous action to convert.</param>
            <param name="scheduler">Scheduler on which to notify observers.</param>
            <returns>An observable sequence exposing a Unit value upon completion of the action, or an exception.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="actionAsync"/> is null or <paramref name="scheduler"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.FromAsync(System.Func{System.Threading.CancellationToken,System.Threading.Tasks.Task})">
            <summary>
            Converts to asynchronous action into an observable sequence. Each subscription to the resulting sequence causes the action to be started.
            The CancellationToken passed to the asynchronous action is tied to the observable sequence's subscription that triggered the action's invocation and can be used for best-effort cancellation.
            </summary>
            <param name="actionAsync">Asynchronous action to convert.</param>
            <returns>An observable sequence exposing a Unit value upon completion of the action, or an exception.</returns>
            <remarks>When a subscription to the resulting sequence is disposed, the CancellationToken that was fed to the asynchronous function will be signaled.</remarks>
            <exception cref="T:System.ArgumentNullException"><paramref name="actionAsync"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.FromAsync(System.Func{System.Threading.CancellationToken,System.Threading.Tasks.Task},System.Reactive.Concurrency.IScheduler)">
            <summary>
            Converts to asynchronous action into an observable sequence. Each subscription to the resulting sequence causes the action to be started.
            The CancellationToken passed to the asynchronous action is tied to the observable sequence's subscription that triggered the action's invocation and can be used for best-effort cancellation.
            </summary>
            <param name="actionAsync">Asynchronous action to convert.</param>
            <param name="scheduler">Scheduler on which to notify observers.</param>
            <returns>An observable sequence exposing a Unit value upon completion of the action, or an exception.</returns>
            <remarks>When a subscription to the resulting sequence is disposed, the CancellationToken that was fed to the asynchronous function will be signaled.</remarks>
            <exception cref="T:System.ArgumentNullException"><paramref name="actionAsync"/> is null or <paramref name="scheduler"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.ToAsync``1(System.Func{``0})">
            <summary>
            Converts the function into an asynchronous function. Each invocation of the resulting asynchronous function causes an invocation of the original synchronous function.
            </summary>
            <typeparam name="TResult">The type of the result returned by the function.</typeparam>
            <param name="function">Function to convert to an asynchronous function.</param>
            <returns>Asynchronous function.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="function"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.ToAsync``1(System.Func{``0},System.Reactive.Concurrency.IScheduler)">
            <summary>
            Converts the function into an asynchronous function. Each invocation of the resulting asynchronous function causes an invocation of the original synchronous function on the specified scheduler.
            </summary>
            <typeparam name="TResult">The type of the result returned by the function.</typeparam>
            <param name="function">Function to convert to an asynchronous function.</param>
            <param name="scheduler">Scheduler to invoke the original function on.</param>
            <returns>Asynchronous function.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="function"/> or <paramref name="scheduler"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.ToAsync``2(System.Func{``0,``1})">
            <summary>
            Converts the function into an asynchronous function. Each invocation of the resulting asynchronous function causes an invocation of the original synchronous function.
            </summary>
            <typeparam name="TArg1">The type of the first argument passed to the function.</typeparam>
            <typeparam name="TResult">The type of the result returned by the function.</typeparam>
            <param name="function">Function to convert to an asynchronous function.</param>
            <returns>Asynchronous function.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="function"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.ToAsync``2(System.Func{``0,``1},System.Reactive.Concurrency.IScheduler)">
            <summary>
            Converts the function into an asynchronous function. Each invocation of the resulting asynchronous function causes an invocation of the original synchronous function on the specified scheduler.
            </summary>
            <typeparam name="TArg1">The type of the first argument passed to the function.</typeparam>
            <typeparam name="TResult">The type of the result returned by the function.</typeparam>
            <param name="function">Function to convert to an asynchronous function.</param>
            <param name="scheduler">Scheduler to invoke the original function on.</param>
            <returns>Asynchronous function.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="function"/> or <paramref name="scheduler"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.ToAsync``3(System.Func{``0,``1,``2})">
            <summary>
            Converts the function into an asynchronous function. Each invocation of the resulting asynchronous function causes an invocation of the original synchronous function.
            </summary>
            <typeparam name="TArg1">The type of the first argument passed to the function.</typeparam>
            <typeparam name="TArg2">The type of the second argument passed to the function.</typeparam>
            <typeparam name="TResult">The type of the result returned by the function.</typeparam>
            <param name="function">Function to convert to an asynchronous function.</param>
            <returns>Asynchronous function.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="function"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.ToAsync``3(System.Func{``0,``1,``2},System.Reactive.Concurrency.IScheduler)">
            <summary>
            Converts the function into an asynchronous function. Each invocation of the resulting asynchronous function causes an invocation of the original synchronous function on the specified scheduler.
            </summary>
            <typeparam name="TArg1">The type of the first argument passed to the function.</typeparam>
            <typeparam name="TArg2">The type of the second argument passed to the function.</typeparam>
            <typeparam name="TResult">The type of the result returned by the function.</typeparam>
            <param name="function">Function to convert to an asynchronous function.</param>
            <param name="scheduler">Scheduler to invoke the original function on.</param>
            <returns>Asynchronous function.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="function"/> or <paramref name="scheduler"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.ToAsync``4(System.Func{``0,``1,``2,``3})">
            <summary>
            Converts the function into an asynchronous function. Each invocation of the resulting asynchronous function causes an invocation of the original synchronous function.
            </summary>
            <typeparam name="TArg1">The type of the first argument passed to the function.</typeparam>
            <typeparam name="TArg2">The type of the second argument passed to the function.</typeparam>
            <typeparam name="TArg3">The type of the third argument passed to the function.</typeparam>
            <typeparam name="TResult">The type of the result returned by the function.</typeparam>
            <param name="function">Function to convert to an asynchronous function.</param>
            <returns>Asynchronous function.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="function"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.ToAsync``4(System.Func{``0,``1,``2,``3},System.Reactive.Concurrency.IScheduler)">
            <summary>
            Converts the function into an asynchronous function. Each invocation of the resulting asynchronous function causes an invocation of the original synchronous function on the specified scheduler.
            </summary>
            <typeparam name="TArg1">The type of the first argument passed to the function.</typeparam>
            <typeparam name="TArg2">The type of the second argument passed to the function.</typeparam>
            <typeparam name="TArg3">The type of the third argument passed to the function.</typeparam>
            <typeparam name="TResult">The type of the result returned by the function.</typeparam>
            <param name="function">Function to convert to an asynchronous function.</param>
            <param name="scheduler">Scheduler to invoke the original function on.</param>
            <returns>Asynchronous function.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="function"/> or <paramref name="scheduler"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.ToAsync``5(System.Func{``0,``1,``2,``3,``4})">
            <summary>
            Converts the function into an asynchronous function. Each invocation of the resulting asynchronous function causes an invocation of the original synchronous function.
            </summary>
            <typeparam name="TArg1">The type of the first argument passed to the function.</typeparam>
            <typeparam name="TArg2">The type of the second argument passed to the function.</typeparam>
            <typeparam name="TArg3">The type of the third argument passed to the function.</typeparam>
            <typeparam name="TArg4">The type of the fourth argument passed to the function.</typeparam>
            <typeparam name="TResult">The type of the result returned by the function.</typeparam>
            <param name="function">Function to convert to an asynchronous function.</param>
            <returns>Asynchronous function.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="function"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.ToAsync``5(System.Func{``0,``1,``2,``3,``4},System.Reactive.Concurrency.IScheduler)">
            <summary>
            Converts the function into an asynchronous function. Each invocation of the resulting asynchronous function causes an invocation of the original synchronous function on the specified scheduler.
            </summary>
            <typeparam name="TArg1">The type of the first argument passed to the function.</typeparam>
            <typeparam name="TArg2">The type of the second argument passed to the function.</typeparam>
            <typeparam name="TArg3">The type of the third argument passed to the function.</typeparam>
            <typeparam name="TArg4">The type of the fourth argument passed to the function.</typeparam>
            <typeparam name="TResult">The type of the result returned by the function.</typeparam>
            <param name="function">Function to convert to an asynchronous function.</param>
            <param name="scheduler">Scheduler to invoke the original function on.</param>
            <returns>Asynchronous function.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="function"/> or <paramref name="scheduler"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.ToAsync``6(System.Func{``0,``1,``2,``3,``4,``5})">
            <summary>
            Converts the function into an asynchronous function. Each invocation of the resulting asynchronous function causes an invocation of the original synchronous function.
            </summary>
            <typeparam name="TArg1">The type of the first argument passed to the function.</typeparam>
            <typeparam name="TArg2">The type of the second argument passed to the function.</typeparam>
            <typeparam name="TArg3">The type of the third argument passed to the function.</typeparam>
            <typeparam name="TArg4">The type of the fourth argument passed to the function.</typeparam>
            <typeparam name="TArg5">The type of the fifth argument passed to the function.</typeparam>
            <typeparam name="TResult">The type of the result returned by the function.</typeparam>
            <param name="function">Function to convert to an asynchronous function.</param>
            <returns>Asynchronous function.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="function"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.ToAsync``6(System.Func{``0,``1,``2,``3,``4,``5},System.Reactive.Concurrency.IScheduler)">
            <summary>
            Converts the function into an asynchronous function. Each invocation of the resulting asynchronous function causes an invocation of the original synchronous function on the specified scheduler.
            </summary>
            <typeparam name="TArg1">The type of the first argument passed to the function.</typeparam>
            <typeparam name="TArg2">The type of the second argument passed to the function.</typeparam>
            <typeparam name="TArg3">The type of the third argument passed to the function.</typeparam>
            <typeparam name="TArg4">The type of the fourth argument passed to the function.</typeparam>
            <typeparam name="TArg5">The type of the fifth argument passed to the function.</typeparam>
            <typeparam name="TResult">The type of the result returned by the function.</typeparam>
            <param name="function">Function to convert to an asynchronous function.</param>
            <param name="scheduler">Scheduler to invoke the original function on.</param>
            <returns>Asynchronous function.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="function"/> or <paramref name="scheduler"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.ToAsync``7(System.Func{``0,``1,``2,``3,``4,``5,``6})">
            <summary>
            Converts the function into an asynchronous function. Each invocation of the resulting asynchronous function causes an invocation of the original synchronous function.
            </summary>
            <typeparam name="TArg1">The type of the first argument passed to the function.</typeparam>
            <typeparam name="TArg2">The type of the second argument passed to the function.</typeparam>
            <typeparam name="TArg3">The type of the third argument passed to the function.</typeparam>
            <typeparam name="TArg4">The type of the fourth argument passed to the function.</typeparam>
            <typeparam name="TArg5">The type of the fifth argument passed to the function.</typeparam>
            <typeparam name="TArg6">The type of the sixth argument passed to the function.</typeparam>
            <typeparam name="TResult">The type of the result returned by the function.</typeparam>
            <param name="function">Function to convert to an asynchronous function.</param>
            <returns>Asynchronous function.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="function"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.ToAsync``7(System.Func{``0,``1,``2,``3,``4,``5,``6},System.Reactive.Concurrency.IScheduler)">
            <summary>
            Converts the function into an asynchronous function. Each invocation of the resulting asynchronous function causes an invocation of the original synchronous function on the specified scheduler.
            </summary>
            <typeparam name="TArg1">The type of the first argument passed to the function.</typeparam>
            <typeparam name="TArg2">The type of the second argument passed to the function.</typeparam>
            <typeparam name="TArg3">The type of the third argument passed to the function.</typeparam>
            <typeparam name="TArg4">The type of the fourth argument passed to the function.</typeparam>
            <typeparam name="TArg5">The type of the fifth argument passed to the function.</typeparam>
            <typeparam name="TArg6">The type of the sixth argument passed to the function.</typeparam>
            <typeparam name="TResult">The type of the result returned by the function.</typeparam>
            <param name="function">Function to convert to an asynchronous function.</param>
            <param name="scheduler">Scheduler to invoke the original function on.</param>
            <returns>Asynchronous function.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="function"/> or <paramref name="scheduler"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.ToAsync``8(System.Func{``0,``1,``2,``3,``4,``5,``6,``7})">
            <summary>
            Converts the function into an asynchronous function. Each invocation of the resulting asynchronous function causes an invocation of the original synchronous function.
            </summary>
            <typeparam name="TArg1">The type of the first argument passed to the function.</typeparam>
            <typeparam name="TArg2">The type of the second argument passed to the function.</typeparam>
            <typeparam name="TArg3">The type of the third argument passed to the function.</typeparam>
            <typeparam name="TArg4">The type of the fourth argument passed to the function.</typeparam>
            <typeparam name="TArg5">The type of the fifth argument passed to the function.</typeparam>
            <typeparam name="TArg6">The type of the sixth argument passed to the function.</typeparam>
            <typeparam name="TArg7">The type of the seventh argument passed to the function.</typeparam>
            <typeparam name="TResult">The type of the result returned by the function.</typeparam>
            <param name="function">Function to convert to an asynchronous function.</param>
            <returns>Asynchronous function.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="function"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.ToAsync``8(System.Func{``0,``1,``2,``3,``4,``5,``6,``7},System.Reactive.Concurrency.IScheduler)">
            <summary>
            Converts the function into an asynchronous function. Each invocation of the resulting asynchronous function causes an invocation of the original synchronous function on the specified scheduler.
            </summary>
            <typeparam name="TArg1">The type of the first argument passed to the function.</typeparam>
            <typeparam name="TArg2">The type of the second argument passed to the function.</typeparam>
            <typeparam name="TArg3">The type of the third argument passed to the function.</typeparam>
            <typeparam name="TArg4">The type of the fourth argument passed to the function.</typeparam>
            <typeparam name="TArg5">The type of the fifth argument passed to the function.</typeparam>
            <typeparam name="TArg6">The type of the sixth argument passed to the function.</typeparam>
            <typeparam name="TArg7">The type of the seventh argument passed to the function.</typeparam>
            <typeparam name="TResult">The type of the result returned by the function.</typeparam>
            <param name="function">Function to convert to an asynchronous function.</param>
            <param name="scheduler">Scheduler to invoke the original function on.</param>
            <returns>Asynchronous function.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="function"/> or <paramref name="scheduler"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.ToAsync``9(System.Func{``0,``1,``2,``3,``4,``5,``6,``7,``8})">
            <summary>
            Converts the function into an asynchronous function. Each invocation of the resulting asynchronous function causes an invocation of the original synchronous function.
            </summary>
            <typeparam name="TArg1">The type of the first argument passed to the function.</typeparam>
            <typeparam name="TArg2">The type of the second argument passed to the function.</typeparam>
            <typeparam name="TArg3">The type of the third argument passed to the function.</typeparam>
            <typeparam name="TArg4">The type of the fourth argument passed to the function.</typeparam>
            <typeparam name="TArg5">The type of the fifth argument passed to the function.</typeparam>
            <typeparam name="TArg6">The type of the sixth argument passed to the function.</typeparam>
            <typeparam name="TArg7">The type of the seventh argument passed to the function.</typeparam>
            <typeparam name="TArg8">The type of the eighth argument passed to the function.</typeparam>
            <typeparam name="TResult">The type of the result returned by the function.</typeparam>
            <param name="function">Function to convert to an asynchronous function.</param>
            <returns>Asynchronous function.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="function"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.ToAsync``9(System.Func{``0,``1,``2,``3,``4,``5,``6,``7,``8},System.Reactive.Concurrency.IScheduler)">
            <summary>
            Converts the function into an asynchronous function. Each invocation of the resulting asynchronous function causes an invocation of the original synchronous function on the specified scheduler.
            </summary>
            <typeparam name="TArg1">The type of the first argument passed to the function.</typeparam>
            <typeparam name="TArg2">The type of the second argument passed to the function.</typeparam>
            <typeparam name="TArg3">The type of the third argument passed to the function.</typeparam>
            <typeparam name="TArg4">The type of the fourth argument passed to the function.</typeparam>
            <typeparam name="TArg5">The type of the fifth argument passed to the function.</typeparam>
            <typeparam name="TArg6">The type of the sixth argument passed to the function.</typeparam>
            <typeparam name="TArg7">The type of the seventh argument passed to the function.</typeparam>
            <typeparam name="TArg8">The type of the eighth argument passed to the function.</typeparam>
            <typeparam name="TResult">The type of the result returned by the function.</typeparam>
            <param name="function">Function to convert to an asynchronous function.</param>
            <param name="scheduler">Scheduler to invoke the original function on.</param>
            <returns>Asynchronous function.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="function"/> or <paramref name="scheduler"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.ToAsync``10(System.Func{``0,``1,``2,``3,``4,``5,``6,``7,``8,``9})">
            <summary>
            Converts the function into an asynchronous function. Each invocation of the resulting asynchronous function causes an invocation of the original synchronous function.
            </summary>
            <typeparam name="TArg1">The type of the first argument passed to the function.</typeparam>
            <typeparam name="TArg2">The type of the second argument passed to the function.</typeparam>
            <typeparam name="TArg3">The type of the third argument passed to the function.</typeparam>
            <typeparam name="TArg4">The type of the fourth argument passed to the function.</typeparam>
            <typeparam name="TArg5">The type of the fifth argument passed to the function.</typeparam>
            <typeparam name="TArg6">The type of the sixth argument passed to the function.</typeparam>
            <typeparam name="TArg7">The type of the seventh argument passed to the function.</typeparam>
            <typeparam name="TArg8">The type of the eighth argument passed to the function.</typeparam>
            <typeparam name="TArg9">The type of the ninth argument passed to the function.</typeparam>
            <typeparam name="TResult">The type of the result returned by the function.</typeparam>
            <param name="function">Function to convert to an asynchronous function.</param>
            <returns>Asynchronous function.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="function"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.ToAsync``10(System.Func{``0,``1,``2,``3,``4,``5,``6,``7,``8,``9},System.Reactive.Concurrency.IScheduler)">
            <summary>
            Converts the function into an asynchronous function. Each invocation of the resulting asynchronous function causes an invocation of the original synchronous function on the specified scheduler.
            </summary>
            <typeparam name="TArg1">The type of the first argument passed to the function.</typeparam>
            <typeparam name="TArg2">The type of the second argument passed to the function.</typeparam>
            <typeparam name="TArg3">The type of the third argument passed to the function.</typeparam>
            <typeparam name="TArg4">The type of the fourth argument passed to the function.</typeparam>
            <typeparam name="TArg5">The type of the fifth argument passed to the function.</typeparam>
            <typeparam name="TArg6">The type of the sixth argument passed to the function.</typeparam>
            <typeparam name="TArg7">The type of the seventh argument passed to the function.</typeparam>
            <typeparam name="TArg8">The type of the eighth argument passed to the function.</typeparam>
            <typeparam name="TArg9">The type of the ninth argument passed to the function.</typeparam>
            <typeparam name="TResult">The type of the result returned by the function.</typeparam>
            <param name="function">Function to convert to an asynchronous function.</param>
            <param name="scheduler">Scheduler to invoke the original function on.</param>
            <returns>Asynchronous function.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="function"/> or <paramref name="scheduler"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.ToAsync``11(System.Func{``0,``1,``2,``3,``4,``5,``6,``7,``8,``9,``10})">
            <summary>
            Converts the function into an asynchronous function. Each invocation of the resulting asynchronous function causes an invocation of the original synchronous function.
            </summary>
            <typeparam name="TArg1">The type of the first argument passed to the function.</typeparam>
            <typeparam name="TArg2">The type of the second argument passed to the function.</typeparam>
            <typeparam name="TArg3">The type of the third argument passed to the function.</typeparam>
            <typeparam name="TArg4">The type of the fourth argument passed to the function.</typeparam>
            <typeparam name="TArg5">The type of the fifth argument passed to the function.</typeparam>
            <typeparam name="TArg6">The type of the sixth argument passed to the function.</typeparam>
            <typeparam name="TArg7">The type of the seventh argument passed to the function.</typeparam>
            <typeparam name="TArg8">The type of the eighth argument passed to the function.</typeparam>
            <typeparam name="TArg9">The type of the ninth argument passed to the function.</typeparam>
            <typeparam name="TArg10">The type of the tenth argument passed to the function.</typeparam>
            <typeparam name="TResult">The type of the result returned by the function.</typeparam>
            <param name="function">Function to convert to an asynchronous function.</param>
            <returns>Asynchronous function.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="function"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.ToAsync``11(System.Func{``0,``1,``2,``3,``4,``5,``6,``7,``8,``9,``10},System.Reactive.Concurrency.IScheduler)">
            <summary>
            Converts the function into an asynchronous function. Each invocation of the resulting asynchronous function causes an invocation of the original synchronous function on the specified scheduler.
            </summary>
            <typeparam name="TArg1">The type of the first argument passed to the function.</typeparam>
            <typeparam name="TArg2">The type of the second argument passed to the function.</typeparam>
            <typeparam name="TArg3">The type of the third argument passed to the function.</typeparam>
            <typeparam name="TArg4">The type of the fourth argument passed to the function.</typeparam>
            <typeparam name="TArg5">The type of the fifth argument passed to the function.</typeparam>
            <typeparam name="TArg6">The type of the sixth argument passed to the function.</typeparam>
            <typeparam name="TArg7">The type of the seventh argument passed to the function.</typeparam>
            <typeparam name="TArg8">The type of the eighth argument passed to the function.</typeparam>
            <typeparam name="TArg9">The type of the ninth argument passed to the function.</typeparam>
            <typeparam name="TArg10">The type of the tenth argument passed to the function.</typeparam>
            <typeparam name="TResult">The type of the result returned by the function.</typeparam>
            <param name="function">Function to convert to an asynchronous function.</param>
            <param name="scheduler">Scheduler to invoke the original function on.</param>
            <returns>Asynchronous function.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="function"/> or <paramref name="scheduler"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.ToAsync``12(System.Func{``0,``1,``2,``3,``4,``5,``6,``7,``8,``9,``10,``11})">
            <summary>
            Converts the function into an asynchronous function. Each invocation of the resulting asynchronous function causes an invocation of the original synchronous function.
            </summary>
            <typeparam name="TArg1">The type of the first argument passed to the function.</typeparam>
            <typeparam name="TArg2">The type of the second argument passed to the function.</typeparam>
            <typeparam name="TArg3">The type of the third argument passed to the function.</typeparam>
            <typeparam name="TArg4">The type of the fourth argument passed to the function.</typeparam>
            <typeparam name="TArg5">The type of the fifth argument passed to the function.</typeparam>
            <typeparam name="TArg6">The type of the sixth argument passed to the function.</typeparam>
            <typeparam name="TArg7">The type of the seventh argument passed to the function.</typeparam>
            <typeparam name="TArg8">The type of the eighth argument passed to the function.</typeparam>
            <typeparam name="TArg9">The type of the ninth argument passed to the function.</typeparam>
            <typeparam name="TArg10">The type of the tenth argument passed to the function.</typeparam>
            <typeparam name="TArg11">The type of the eleventh argument passed to the function.</typeparam>
            <typeparam name="TResult">The type of the result returned by the function.</typeparam>
            <param name="function">Function to convert to an asynchronous function.</param>
            <returns>Asynchronous function.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="function"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.ToAsync``12(System.Func{``0,``1,``2,``3,``4,``5,``6,``7,``8,``9,``10,``11},System.Reactive.Concurrency.IScheduler)">
            <summary>
            Converts the function into an asynchronous function. Each invocation of the resulting asynchronous function causes an invocation of the original synchronous function on the specified scheduler.
            </summary>
            <typeparam name="TArg1">The type of the first argument passed to the function.</typeparam>
            <typeparam name="TArg2">The type of the second argument passed to the function.</typeparam>
            <typeparam name="TArg3">The type of the third argument passed to the function.</typeparam>
            <typeparam name="TArg4">The type of the fourth argument passed to the function.</typeparam>
            <typeparam name="TArg5">The type of the fifth argument passed to the function.</typeparam>
            <typeparam name="TArg6">The type of the sixth argument passed to the function.</typeparam>
            <typeparam name="TArg7">The type of the seventh argument passed to the function.</typeparam>
            <typeparam name="TArg8">The type of the eighth argument passed to the function.</typeparam>
            <typeparam name="TArg9">The type of the ninth argument passed to the function.</typeparam>
            <typeparam name="TArg10">The type of the tenth argument passed to the function.</typeparam>
            <typeparam name="TArg11">The type of the eleventh argument passed to the function.</typeparam>
            <typeparam name="TResult">The type of the result returned by the function.</typeparam>
            <param name="function">Function to convert to an asynchronous function.</param>
            <param name="scheduler">Scheduler to invoke the original function on.</param>
            <returns>Asynchronous function.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="function"/> or <paramref name="scheduler"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.ToAsync``13(System.Func{``0,``1,``2,``3,``4,``5,``6,``7,``8,``9,``10,``11,``12})">
            <summary>
            Converts the function into an asynchronous function. Each invocation of the resulting asynchronous function causes an invocation of the original synchronous function.
            </summary>
            <typeparam name="TArg1">The type of the first argument passed to the function.</typeparam>
            <typeparam name="TArg2">The type of the second argument passed to the function.</typeparam>
            <typeparam name="TArg3">The type of the third argument passed to the function.</typeparam>
            <typeparam name="TArg4">The type of the fourth argument passed to the function.</typeparam>
            <typeparam name="TArg5">The type of the fifth argument passed to the function.</typeparam>
            <typeparam name="TArg6">The type of the sixth argument passed to the function.</typeparam>
            <typeparam name="TArg7">The type of the seventh argument passed to the function.</typeparam>
            <typeparam name="TArg8">The type of the eighth argument passed to the function.</typeparam>
            <typeparam name="TArg9">The type of the ninth argument passed to the function.</typeparam>
            <typeparam name="TArg10">The type of the tenth argument passed to the function.</typeparam>
            <typeparam name="TArg11">The type of the eleventh argument passed to the function.</typeparam>
            <typeparam name="TArg12">The type of the twelfth argument passed to the function.</typeparam>
            <typeparam name="TResult">The type of the result returned by the function.</typeparam>
            <param name="function">Function to convert to an asynchronous function.</param>
            <returns>Asynchronous function.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="function"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.ToAsync``13(System.Func{``0,``1,``2,``3,``4,``5,``6,``7,``8,``9,``10,``11,``12},System.Reactive.Concurrency.IScheduler)">
            <summary>
            Converts the function into an asynchronous function. Each invocation of the resulting asynchronous function causes an invocation of the original synchronous function on the specified scheduler.
            </summary>
            <typeparam name="TArg1">The type of the first argument passed to the function.</typeparam>
            <typeparam name="TArg2">The type of the second argument passed to the function.</typeparam>
            <typeparam name="TArg3">The type of the third argument passed to the function.</typeparam>
            <typeparam name="TArg4">The type of the fourth argument passed to the function.</typeparam>
            <typeparam name="TArg5">The type of the fifth argument passed to the function.</typeparam>
            <typeparam name="TArg6">The type of the sixth argument passed to the function.</typeparam>
            <typeparam name="TArg7">The type of the seventh argument passed to the function.</typeparam>
            <typeparam name="TArg8">The type of the eighth argument passed to the function.</typeparam>
            <typeparam name="TArg9">The type of the ninth argument passed to the function.</typeparam>
            <typeparam name="TArg10">The type of the tenth argument passed to the function.</typeparam>
            <typeparam name="TArg11">The type of the eleventh argument passed to the function.</typeparam>
            <typeparam name="TArg12">The type of the twelfth argument passed to the function.</typeparam>
            <typeparam name="TResult">The type of the result returned by the function.</typeparam>
            <param name="function">Function to convert to an asynchronous function.</param>
            <param name="scheduler">Scheduler to invoke the original function on.</param>
            <returns>Asynchronous function.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="function"/> or <paramref name="scheduler"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.ToAsync``14(System.Func{``0,``1,``2,``3,``4,``5,``6,``7,``8,``9,``10,``11,``12,``13})">
            <summary>
            Converts the function into an asynchronous function. Each invocation of the resulting asynchronous function causes an invocation of the original synchronous function.
            </summary>
            <typeparam name="TArg1">The type of the first argument passed to the function.</typeparam>
            <typeparam name="TArg2">The type of the second argument passed to the function.</typeparam>
            <typeparam name="TArg3">The type of the third argument passed to the function.</typeparam>
            <typeparam name="TArg4">The type of the fourth argument passed to the function.</typeparam>
            <typeparam name="TArg5">The type of the fifth argument passed to the function.</typeparam>
            <typeparam name="TArg6">The type of the sixth argument passed to the function.</typeparam>
            <typeparam name="TArg7">The type of the seventh argument passed to the function.</typeparam>
            <typeparam name="TArg8">The type of the eighth argument passed to the function.</typeparam>
            <typeparam name="TArg9">The type of the ninth argument passed to the function.</typeparam>
            <typeparam name="TArg10">The type of the tenth argument passed to the function.</typeparam>
            <typeparam name="TArg11">The type of the eleventh argument passed to the function.</typeparam>
            <typeparam name="TArg12">The type of the twelfth argument passed to the function.</typeparam>
            <typeparam name="TArg13">The type of the thirteenth argument passed to the function.</typeparam>
            <typeparam name="TResult">The type of the result returned by the function.</typeparam>
            <param name="function">Function to convert to an asynchronous function.</param>
            <returns>Asynchronous function.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="function"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.ToAsync``14(System.Func{``0,``1,``2,``3,``4,``5,``6,``7,``8,``9,``10,``11,``12,``13},System.Reactive.Concurrency.IScheduler)">
            <summary>
            Converts the function into an asynchronous function. Each invocation of the resulting asynchronous function causes an invocation of the original synchronous function on the specified scheduler.
            </summary>
            <typeparam name="TArg1">The type of the first argument passed to the function.</typeparam>
            <typeparam name="TArg2">The type of the second argument passed to the function.</typeparam>
            <typeparam name="TArg3">The type of the third argument passed to the function.</typeparam>
            <typeparam name="TArg4">The type of the fourth argument passed to the function.</typeparam>
            <typeparam name="TArg5">The type of the fifth argument passed to the function.</typeparam>
            <typeparam name="TArg6">The type of the sixth argument passed to the function.</typeparam>
            <typeparam name="TArg7">The type of the seventh argument passed to the function.</typeparam>
            <typeparam name="TArg8">The type of the eighth argument passed to the function.</typeparam>
            <typeparam name="TArg9">The type of the ninth argument passed to the function.</typeparam>
            <typeparam name="TArg10">The type of the tenth argument passed to the function.</typeparam>
            <typeparam name="TArg11">The type of the eleventh argument passed to the function.</typeparam>
            <typeparam name="TArg12">The type of the twelfth argument passed to the function.</typeparam>
            <typeparam name="TArg13">The type of the thirteenth argument passed to the function.</typeparam>
            <typeparam name="TResult">The type of the result returned by the function.</typeparam>
            <param name="function">Function to convert to an asynchronous function.</param>
            <param name="scheduler">Scheduler to invoke the original function on.</param>
            <returns>Asynchronous function.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="function"/> or <paramref name="scheduler"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.ToAsync``15(System.Func{``0,``1,``2,``3,``4,``5,``6,``7,``8,``9,``10,``11,``12,``13,``14})">
            <summary>
            Converts the function into an asynchronous function. Each invocation of the resulting asynchronous function causes an invocation of the original synchronous function.
            </summary>
            <typeparam name="TArg1">The type of the first argument passed to the function.</typeparam>
            <typeparam name="TArg2">The type of the second argument passed to the function.</typeparam>
            <typeparam name="TArg3">The type of the third argument passed to the function.</typeparam>
            <typeparam name="TArg4">The type of the fourth argument passed to the function.</typeparam>
            <typeparam name="TArg5">The type of the fifth argument passed to the function.</typeparam>
            <typeparam name="TArg6">The type of the sixth argument passed to the function.</typeparam>
            <typeparam name="TArg7">The type of the seventh argument passed to the function.</typeparam>
            <typeparam name="TArg8">The type of the eighth argument passed to the function.</typeparam>
            <typeparam name="TArg9">The type of the ninth argument passed to the function.</typeparam>
            <typeparam name="TArg10">The type of the tenth argument passed to the function.</typeparam>
            <typeparam name="TArg11">The type of the eleventh argument passed to the function.</typeparam>
            <typeparam name="TArg12">The type of the twelfth argument passed to the function.</typeparam>
            <typeparam name="TArg13">The type of the thirteenth argument passed to the function.</typeparam>
            <typeparam name="TArg14">The type of the fourteenth argument passed to the function.</typeparam>
            <typeparam name="TResult">The type of the result returned by the function.</typeparam>
            <param name="function">Function to convert to an asynchronous function.</param>
            <returns>Asynchronous function.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="function"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.ToAsync``15(System.Func{``0,``1,``2,``3,``4,``5,``6,``7,``8,``9,``10,``11,``12,``13,``14},System.Reactive.Concurrency.IScheduler)">
            <summary>
            Converts the function into an asynchronous function. Each invocation of the resulting asynchronous function causes an invocation of the original synchronous function on the specified scheduler.
            </summary>
            <typeparam name="TArg1">The type of the first argument passed to the function.</typeparam>
            <typeparam name="TArg2">The type of the second argument passed to the function.</typeparam>
            <typeparam name="TArg3">The type of the third argument passed to the function.</typeparam>
            <typeparam name="TArg4">The type of the fourth argument passed to the function.</typeparam>
            <typeparam name="TArg5">The type of the fifth argument passed to the function.</typeparam>
            <typeparam name="TArg6">The type of the sixth argument passed to the function.</typeparam>
            <typeparam name="TArg7">The type of the seventh argument passed to the function.</typeparam>
            <typeparam name="TArg8">The type of the eighth argument passed to the function.</typeparam>
            <typeparam name="TArg9">The type of the ninth argument passed to the function.</typeparam>
            <typeparam name="TArg10">The type of the tenth argument passed to the function.</typeparam>
            <typeparam name="TArg11">The type of the eleventh argument passed to the function.</typeparam>
            <typeparam name="TArg12">The type of the twelfth argument passed to the function.</typeparam>
            <typeparam name="TArg13">The type of the thirteenth argument passed to the function.</typeparam>
            <typeparam name="TArg14">The type of the fourteenth argument passed to the function.</typeparam>
            <typeparam name="TResult">The type of the result returned by the function.</typeparam>
            <param name="function">Function to convert to an asynchronous function.</param>
            <param name="scheduler">Scheduler to invoke the original function on.</param>
            <returns>Asynchronous function.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="function"/> or <paramref name="scheduler"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.ToAsync``16(System.Func{``0,``1,``2,``3,``4,``5,``6,``7,``8,``9,``10,``11,``12,``13,``14,``15})">
            <summary>
            Converts the function into an asynchronous function. Each invocation of the resulting asynchronous function causes an invocation of the original synchronous function.
            </summary>
            <typeparam name="TArg1">The type of the first argument passed to the function.</typeparam>
            <typeparam name="TArg2">The type of the second argument passed to the function.</typeparam>
            <typeparam name="TArg3">The type of the third argument passed to the function.</typeparam>
            <typeparam name="TArg4">The type of the fourth argument passed to the function.</typeparam>
            <typeparam name="TArg5">The type of the fifth argument passed to the function.</typeparam>
            <typeparam name="TArg6">The type of the sixth argument passed to the function.</typeparam>
            <typeparam name="TArg7">The type of the seventh argument passed to the function.</typeparam>
            <typeparam name="TArg8">The type of the eighth argument passed to the function.</typeparam>
            <typeparam name="TArg9">The type of the ninth argument passed to the function.</typeparam>
            <typeparam name="TArg10">The type of the tenth argument passed to the function.</typeparam>
            <typeparam name="TArg11">The type of the eleventh argument passed to the function.</typeparam>
            <typeparam name="TArg12">The type of the twelfth argument passed to the function.</typeparam>
            <typeparam name="TArg13">The type of the thirteenth argument passed to the function.</typeparam>
            <typeparam name="TArg14">The type of the fourteenth argument passed to the function.</typeparam>
            <typeparam name="TArg15">The type of the fifteenth argument passed to the function.</typeparam>
            <typeparam name="TResult">The type of the result returned by the function.</typeparam>
            <param name="function">Function to convert to an asynchronous function.</param>
            <returns>Asynchronous function.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="function"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.ToAsync``16(System.Func{``0,``1,``2,``3,``4,``5,``6,``7,``8,``9,``10,``11,``12,``13,``14,``15},System.Reactive.Concurrency.IScheduler)">
            <summary>
            Converts the function into an asynchronous function. Each invocation of the resulting asynchronous function causes an invocation of the original synchronous function on the specified scheduler.
            </summary>
            <typeparam name="TArg1">The type of the first argument passed to the function.</typeparam>
            <typeparam name="TArg2">The type of the second argument passed to the function.</typeparam>
            <typeparam name="TArg3">The type of the third argument passed to the function.</typeparam>
            <typeparam name="TArg4">The type of the fourth argument passed to the function.</typeparam>
            <typeparam name="TArg5">The type of the fifth argument passed to the function.</typeparam>
            <typeparam name="TArg6">The type of the sixth argument passed to the function.</typeparam>
            <typeparam name="TArg7">The type of the seventh argument passed to the function.</typeparam>
            <typeparam name="TArg8">The type of the eighth argument passed to the function.</typeparam>
            <typeparam name="TArg9">The type of the ninth argument passed to the function.</typeparam>
            <typeparam name="TArg10">The type of the tenth argument passed to the function.</typeparam>
            <typeparam name="TArg11">The type of the eleventh argument passed to the function.</typeparam>
            <typeparam name="TArg12">The type of the twelfth argument passed to the function.</typeparam>
            <typeparam name="TArg13">The type of the thirteenth argument passed to the function.</typeparam>
            <typeparam name="TArg14">The type of the fourteenth argument passed to the function.</typeparam>
            <typeparam name="TArg15">The type of the fifteenth argument passed to the function.</typeparam>
            <typeparam name="TResult">The type of the result returned by the function.</typeparam>
            <param name="function">Function to convert to an asynchronous function.</param>
            <param name="scheduler">Scheduler to invoke the original function on.</param>
            <returns>Asynchronous function.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="function"/> or <paramref name="scheduler"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.ToAsync``17(System.Func{``0,``1,``2,``3,``4,``5,``6,``7,``8,``9,``10,``11,``12,``13,``14,``15,``16})">
            <summary>
            Converts the function into an asynchronous function. Each invocation of the resulting asynchronous function causes an invocation of the original synchronous function.
            </summary>
            <typeparam name="TArg1">The type of the first argument passed to the function.</typeparam>
            <typeparam name="TArg2">The type of the second argument passed to the function.</typeparam>
            <typeparam name="TArg3">The type of the third argument passed to the function.</typeparam>
            <typeparam name="TArg4">The type of the fourth argument passed to the function.</typeparam>
            <typeparam name="TArg5">The type of the fifth argument passed to the function.</typeparam>
            <typeparam name="TArg6">The type of the sixth argument passed to the function.</typeparam>
            <typeparam name="TArg7">The type of the seventh argument passed to the function.</typeparam>
            <typeparam name="TArg8">The type of the eighth argument passed to the function.</typeparam>
            <typeparam name="TArg9">The type of the ninth argument passed to the function.</typeparam>
            <typeparam name="TArg10">The type of the tenth argument passed to the function.</typeparam>
            <typeparam name="TArg11">The type of the eleventh argument passed to the function.</typeparam>
            <typeparam name="TArg12">The type of the twelfth argument passed to the function.</typeparam>
            <typeparam name="TArg13">The type of the thirteenth argument passed to the function.</typeparam>
            <typeparam name="TArg14">The type of the fourteenth argument passed to the function.</typeparam>
            <typeparam name="TArg15">The type of the fifteenth argument passed to the function.</typeparam>
            <typeparam name="TArg16">The type of the sixteenth argument passed to the function.</typeparam>
            <typeparam name="TResult">The type of the result returned by the function.</typeparam>
            <param name="function">Function to convert to an asynchronous function.</param>
            <returns>Asynchronous function.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="function"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.ToAsync``17(System.Func{``0,``1,``2,``3,``4,``5,``6,``7,``8,``9,``10,``11,``12,``13,``14,``15,``16},System.Reactive.Concurrency.IScheduler)">
            <summary>
            Converts the function into an asynchronous function. Each invocation of the resulting asynchronous function causes an invocation of the original synchronous function on the specified scheduler.
            </summary>
            <typeparam name="TArg1">The type of the first argument passed to the function.</typeparam>
            <typeparam name="TArg2">The type of the second argument passed to the function.</typeparam>
            <typeparam name="TArg3">The type of the third argument passed to the function.</typeparam>
            <typeparam name="TArg4">The type of the fourth argument passed to the function.</typeparam>
            <typeparam name="TArg5">The type of the fifth argument passed to the function.</typeparam>
            <typeparam name="TArg6">The type of the sixth argument passed to the function.</typeparam>
            <typeparam name="TArg7">The type of the seventh argument passed to the function.</typeparam>
            <typeparam name="TArg8">The type of the eighth argument passed to the function.</typeparam>
            <typeparam name="TArg9">The type of the ninth argument passed to the function.</typeparam>
            <typeparam name="TArg10">The type of the tenth argument passed to the function.</typeparam>
            <typeparam name="TArg11">The type of the eleventh argument passed to the function.</typeparam>
            <typeparam name="TArg12">The type of the twelfth argument passed to the function.</typeparam>
            <typeparam name="TArg13">The type of the thirteenth argument passed to the function.</typeparam>
            <typeparam name="TArg14">The type of the fourteenth argument passed to the function.</typeparam>
            <typeparam name="TArg15">The type of the fifteenth argument passed to the function.</typeparam>
            <typeparam name="TArg16">The type of the sixteenth argument passed to the function.</typeparam>
            <typeparam name="TResult">The type of the result returned by the function.</typeparam>
            <param name="function">Function to convert to an asynchronous function.</param>
            <param name="scheduler">Scheduler to invoke the original function on.</param>
            <returns>Asynchronous function.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="function"/> or <paramref name="scheduler"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.ToAsync(System.Action)">
            <summary>
            Converts the function into an asynchronous action. Each invocation of the resulting asynchronous action causes an invocation of the original synchronous action on the specified scheduler.
            </summary>
            <param name="action">Action to convert to an asynchronous action.</param>
            <returns>Asynchronous action.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="action"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.ToAsync(System.Action,System.Reactive.Concurrency.IScheduler)">
            <summary>
            Converts the function into an asynchronous action. Each invocation of the resulting asynchronous action causes an invocation of the original synchronous action on the specified scheduler.
            </summary>
            <param name="action">Action to convert to an asynchronous action.</param>
            <param name="scheduler">Scheduler to invoke the original action on.</param>
            <returns>Asynchronous action.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="action"/> or <paramref name="scheduler"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.ToAsync``1(System.Action{``0})">
            <summary>
            Converts the function into an asynchronous action. Each invocation of the resulting asynchronous action causes an invocation of the original synchronous action on the default scheduler.
            </summary>
            <typeparam name="TArg1">The type of the first argument passed to the action.</typeparam>
            <param name="action">Action to convert to an asynchronous action.</param>
            <returns>Asynchronous action.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="action"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.ToAsync``1(System.Action{``0},System.Reactive.Concurrency.IScheduler)">
            <summary>
            Converts the function into an asynchronous action. Each invocation of the resulting asynchronous action causes an invocation of the original synchronous action on the specified scheduler.
            </summary>
            <typeparam name="TArg1">The type of the first argument passed to the action.</typeparam>
            <param name="action">Action to convert to an asynchronous action.</param>
            <param name="scheduler">Scheduler to invoke the original action on.</param>
            <returns>Asynchronous action.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="action"/> or <paramref name="scheduler"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.ToAsync``2(System.Action{``0,``1})">
            <summary>
            Converts the function into an asynchronous action. Each invocation of the resulting asynchronous action causes an invocation of the original synchronous action on the default scheduler.
            </summary>
            <typeparam name="TArg1">The type of the first argument passed to the action.</typeparam>
            <typeparam name="TArg2">The type of the second argument passed to the action.</typeparam>
            <param name="action">Action to convert to an asynchronous action.</param>
            <returns>Asynchronous action.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="action"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.ToAsync``2(System.Action{``0,``1},System.Reactive.Concurrency.IScheduler)">
            <summary>
            Converts the function into an asynchronous action. Each invocation of the resulting asynchronous action causes an invocation of the original synchronous action on the specified scheduler.
            </summary>
            <typeparam name="TArg1">The type of the first argument passed to the action.</typeparam>
            <typeparam name="TArg2">The type of the second argument passed to the action.</typeparam>
            <param name="action">Action to convert to an asynchronous action.</param>
            <param name="scheduler">Scheduler to invoke the original action on.</param>
            <returns>Asynchronous action.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="action"/> or <paramref name="scheduler"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.ToAsync``3(System.Action{``0,``1,``2})">
            <summary>
            Converts the function into an asynchronous action. Each invocation of the resulting asynchronous action causes an invocation of the original synchronous action on the default scheduler.
            </summary>
            <typeparam name="TArg1">The type of the first argument passed to the action.</typeparam>
            <typeparam name="TArg2">The type of the second argument passed to the action.</typeparam>
            <typeparam name="TArg3">The type of the third argument passed to the action.</typeparam>
            <param name="action">Action to convert to an asynchronous action.</param>
            <returns>Asynchronous action.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="action"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.ToAsync``3(System.Action{``0,``1,``2},System.Reactive.Concurrency.IScheduler)">
            <summary>
            Converts the function into an asynchronous action. Each invocation of the resulting asynchronous action causes an invocation of the original synchronous action on the specified scheduler.
            </summary>
            <typeparam name="TArg1">The type of the first argument passed to the action.</typeparam>
            <typeparam name="TArg2">The type of the second argument passed to the action.</typeparam>
            <typeparam name="TArg3">The type of the third argument passed to the action.</typeparam>
            <param name="action">Action to convert to an asynchronous action.</param>
            <param name="scheduler">Scheduler to invoke the original action on.</param>
            <returns>Asynchronous action.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="action"/> or <paramref name="scheduler"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.ToAsync``4(System.Action{``0,``1,``2,``3})">
            <summary>
            Converts the function into an asynchronous action. Each invocation of the resulting asynchronous action causes an invocation of the original synchronous action on the default scheduler.
            </summary>
            <typeparam name="TArg1">The type of the first argument passed to the action.</typeparam>
            <typeparam name="TArg2">The type of the second argument passed to the action.</typeparam>
            <typeparam name="TArg3">The type of the third argument passed to the action.</typeparam>
            <typeparam name="TArg4">The type of the fourth argument passed to the action.</typeparam>
            <param name="action">Action to convert to an asynchronous action.</param>
            <returns>Asynchronous action.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="action"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.ToAsync``4(System.Action{``0,``1,``2,``3},System.Reactive.Concurrency.IScheduler)">
            <summary>
            Converts the function into an asynchronous action. Each invocation of the resulting asynchronous action causes an invocation of the original synchronous action on the specified scheduler.
            </summary>
            <typeparam name="TArg1">The type of the first argument passed to the action.</typeparam>
            <typeparam name="TArg2">The type of the second argument passed to the action.</typeparam>
            <typeparam name="TArg3">The type of the third argument passed to the action.</typeparam>
            <typeparam name="TArg4">The type of the fourth argument passed to the action.</typeparam>
            <param name="action">Action to convert to an asynchronous action.</param>
            <param name="scheduler">Scheduler to invoke the original action on.</param>
            <returns>Asynchronous action.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="action"/> or <paramref name="scheduler"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.ToAsync``5(System.Action{``0,``1,``2,``3,``4})">
            <summary>
            Converts the function into an asynchronous action. Each invocation of the resulting asynchronous action causes an invocation of the original synchronous action on the default scheduler.
            </summary>
            <typeparam name="TArg1">The type of the first argument passed to the action.</typeparam>
            <typeparam name="TArg2">The type of the second argument passed to the action.</typeparam>
            <typeparam name="TArg3">The type of the third argument passed to the action.</typeparam>
            <typeparam name="TArg4">The type of the fourth argument passed to the action.</typeparam>
            <typeparam name="TArg5">The type of the fifth argument passed to the action.</typeparam>
            <param name="action">Action to convert to an asynchronous action.</param>
            <returns>Asynchronous action.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="action"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.ToAsync``5(System.Action{``0,``1,``2,``3,``4},System.Reactive.Concurrency.IScheduler)">
            <summary>
            Converts the function into an asynchronous action. Each invocation of the resulting asynchronous action causes an invocation of the original synchronous action on the specified scheduler.
            </summary>
            <typeparam name="TArg1">The type of the first argument passed to the action.</typeparam>
            <typeparam name="TArg2">The type of the second argument passed to the action.</typeparam>
            <typeparam name="TArg3">The type of the third argument passed to the action.</typeparam>
            <typeparam name="TArg4">The type of the fourth argument passed to the action.</typeparam>
            <typeparam name="TArg5">The type of the fifth argument passed to the action.</typeparam>
            <param name="action">Action to convert to an asynchronous action.</param>
            <param name="scheduler">Scheduler to invoke the original action on.</param>
            <returns>Asynchronous action.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="action"/> or <paramref name="scheduler"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.ToAsync``6(System.Action{``0,``1,``2,``3,``4,``5})">
            <summary>
            Converts the function into an asynchronous action. Each invocation of the resulting asynchronous action causes an invocation of the original synchronous action on the default scheduler.
            </summary>
            <typeparam name="TArg1">The type of the first argument passed to the action.</typeparam>
            <typeparam name="TArg2">The type of the second argument passed to the action.</typeparam>
            <typeparam name="TArg3">The type of the third argument passed to the action.</typeparam>
            <typeparam name="TArg4">The type of the fourth argument passed to the action.</typeparam>
            <typeparam name="TArg5">The type of the fifth argument passed to the action.</typeparam>
            <typeparam name="TArg6">The type of the sixth argument passed to the action.</typeparam>
            <param name="action">Action to convert to an asynchronous action.</param>
            <returns>Asynchronous action.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="action"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.ToAsync``6(System.Action{``0,``1,``2,``3,``4,``5},System.Reactive.Concurrency.IScheduler)">
            <summary>
            Converts the function into an asynchronous action. Each invocation of the resulting asynchronous action causes an invocation of the original synchronous action on the specified scheduler.
            </summary>
            <typeparam name="TArg1">The type of the first argument passed to the action.</typeparam>
            <typeparam name="TArg2">The type of the second argument passed to the action.</typeparam>
            <typeparam name="TArg3">The type of the third argument passed to the action.</typeparam>
            <typeparam name="TArg4">The type of the fourth argument passed to the action.</typeparam>
            <typeparam name="TArg5">The type of the fifth argument passed to the action.</typeparam>
            <typeparam name="TArg6">The type of the sixth argument passed to the action.</typeparam>
            <param name="action">Action to convert to an asynchronous action.</param>
            <param name="scheduler">Scheduler to invoke the original action on.</param>
            <returns>Asynchronous action.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="action"/> or <paramref name="scheduler"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.ToAsync``7(System.Action{``0,``1,``2,``3,``4,``5,``6})">
            <summary>
            Converts the function into an asynchronous action. Each invocation of the resulting asynchronous action causes an invocation of the original synchronous action on the default scheduler.
            </summary>
            <typeparam name="TArg1">The type of the first argument passed to the action.</typeparam>
            <typeparam name="TArg2">The type of the second argument passed to the action.</typeparam>
            <typeparam name="TArg3">The type of the third argument passed to the action.</typeparam>
            <typeparam name="TArg4">The type of the fourth argument passed to the action.</typeparam>
            <typeparam name="TArg5">The type of the fifth argument passed to the action.</typeparam>
            <typeparam name="TArg6">The type of the sixth argument passed to the action.</typeparam>
            <typeparam name="TArg7">The type of the seventh argument passed to the action.</typeparam>
            <param name="action">Action to convert to an asynchronous action.</param>
            <returns>Asynchronous action.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="action"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.ToAsync``7(System.Action{``0,``1,``2,``3,``4,``5,``6},System.Reactive.Concurrency.IScheduler)">
            <summary>
            Converts the function into an asynchronous action. Each invocation of the resulting asynchronous action causes an invocation of the original synchronous action on the specified scheduler.
            </summary>
            <typeparam name="TArg1">The type of the first argument passed to the action.</typeparam>
            <typeparam name="TArg2">The type of the second argument passed to the action.</typeparam>
            <typeparam name="TArg3">The type of the third argument passed to the action.</typeparam>
            <typeparam name="TArg4">The type of the fourth argument passed to the action.</typeparam>
            <typeparam name="TArg5">The type of the fifth argument passed to the action.</typeparam>
            <typeparam name="TArg6">The type of the sixth argument passed to the action.</typeparam>
            <typeparam name="TArg7">The type of the seventh argument passed to the action.</typeparam>
            <param name="action">Action to convert to an asynchronous action.</param>
            <param name="scheduler">Scheduler to invoke the original action on.</param>
            <returns>Asynchronous action.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="action"/> or <paramref name="scheduler"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.ToAsync``8(System.Action{``0,``1,``2,``3,``4,``5,``6,``7})">
            <summary>
            Converts the function into an asynchronous action. Each invocation of the resulting asynchronous action causes an invocation of the original synchronous action on the default scheduler.
            </summary>
            <typeparam name="TArg1">The type of the first argument passed to the action.</typeparam>
            <typeparam name="TArg2">The type of the second argument passed to the action.</typeparam>
            <typeparam name="TArg3">The type of the third argument passed to the action.</typeparam>
            <typeparam name="TArg4">The type of the fourth argument passed to the action.</typeparam>
            <typeparam name="TArg5">The type of the fifth argument passed to the action.</typeparam>
            <typeparam name="TArg6">The type of the sixth argument passed to the action.</typeparam>
            <typeparam name="TArg7">The type of the seventh argument passed to the action.</typeparam>
            <typeparam name="TArg8">The type of the eighth argument passed to the action.</typeparam>
            <param name="action">Action to convert to an asynchronous action.</param>
            <returns>Asynchronous action.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="action"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.ToAsync``8(System.Action{``0,``1,``2,``3,``4,``5,``6,``7},System.Reactive.Concurrency.IScheduler)">
            <summary>
            Converts the function into an asynchronous action. Each invocation of the resulting asynchronous action causes an invocation of the original synchronous action on the specified scheduler.
            </summary>
            <typeparam name="TArg1">The type of the first argument passed to the action.</typeparam>
            <typeparam name="TArg2">The type of the second argument passed to the action.</typeparam>
            <typeparam name="TArg3">The type of the third argument passed to the action.</typeparam>
            <typeparam name="TArg4">The type of the fourth argument passed to the action.</typeparam>
            <typeparam name="TArg5">The type of the fifth argument passed to the action.</typeparam>
            <typeparam name="TArg6">The type of the sixth argument passed to the action.</typeparam>
            <typeparam name="TArg7">The type of the seventh argument passed to the action.</typeparam>
            <typeparam name="TArg8">The type of the eighth argument passed to the action.</typeparam>
            <param name="action">Action to convert to an asynchronous action.</param>
            <param name="scheduler">Scheduler to invoke the original action on.</param>
            <returns>Asynchronous action.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="action"/> or <paramref name="scheduler"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.ToAsync``9(System.Action{``0,``1,``2,``3,``4,``5,``6,``7,``8})">
            <summary>
            Converts the function into an asynchronous action. Each invocation of the resulting asynchronous action causes an invocation of the original synchronous action on the default scheduler.
            </summary>
            <typeparam name="TArg1">The type of the first argument passed to the action.</typeparam>
            <typeparam name="TArg2">The type of the second argument passed to the action.</typeparam>
            <typeparam name="TArg3">The type of the third argument passed to the action.</typeparam>
            <typeparam name="TArg4">The type of the fourth argument passed to the action.</typeparam>
            <typeparam name="TArg5">The type of the fifth argument passed to the action.</typeparam>
            <typeparam name="TArg6">The type of the sixth argument passed to the action.</typeparam>
            <typeparam name="TArg7">The type of the seventh argument passed to the action.</typeparam>
            <typeparam name="TArg8">The type of the eighth argument passed to the action.</typeparam>
            <typeparam name="TArg9">The type of the ninth argument passed to the action.</typeparam>
            <param name="action">Action to convert to an asynchronous action.</param>
            <returns>Asynchronous action.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="action"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.ToAsync``9(System.Action{``0,``1,``2,``3,``4,``5,``6,``7,``8},System.Reactive.Concurrency.IScheduler)">
            <summary>
            Converts the function into an asynchronous action. Each invocation of the resulting asynchronous action causes an invocation of the original synchronous action on the specified scheduler.
            </summary>
            <typeparam name="TArg1">The type of the first argument passed to the action.</typeparam>
            <typeparam name="TArg2">The type of the second argument passed to the action.</typeparam>
            <typeparam name="TArg3">The type of the third argument passed to the action.</typeparam>
            <typeparam name="TArg4">The type of the fourth argument passed to the action.</typeparam>
            <typeparam name="TArg5">The type of the fifth argument passed to the action.</typeparam>
            <typeparam name="TArg6">The type of the sixth argument passed to the action.</typeparam>
            <typeparam name="TArg7">The type of the seventh argument passed to the action.</typeparam>
            <typeparam name="TArg8">The type of the eighth argument passed to the action.</typeparam>
            <typeparam name="TArg9">The type of the ninth argument passed to the action.</typeparam>
            <param name="action">Action to convert to an asynchronous action.</param>
            <param name="scheduler">Scheduler to invoke the original action on.</param>
            <returns>Asynchronous action.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="action"/> or <paramref name="scheduler"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.ToAsync``10(System.Action{``0,``1,``2,``3,``4,``5,``6,``7,``8,``9})">
            <summary>
            Converts the function into an asynchronous action. Each invocation of the resulting asynchronous action causes an invocation of the original synchronous action on the default scheduler.
            </summary>
            <typeparam name="TArg1">The type of the first argument passed to the action.</typeparam>
            <typeparam name="TArg2">The type of the second argument passed to the action.</typeparam>
            <typeparam name="TArg3">The type of the third argument passed to the action.</typeparam>
            <typeparam name="TArg4">The type of the fourth argument passed to the action.</typeparam>
            <typeparam name="TArg5">The type of the fifth argument passed to the action.</typeparam>
            <typeparam name="TArg6">The type of the sixth argument passed to the action.</typeparam>
            <typeparam name="TArg7">The type of the seventh argument passed to the action.</typeparam>
            <typeparam name="TArg8">The type of the eighth argument passed to the action.</typeparam>
            <typeparam name="TArg9">The type of the ninth argument passed to the action.</typeparam>
            <typeparam name="TArg10">The type of the tenth argument passed to the action.</typeparam>
            <param name="action">Action to convert to an asynchronous action.</param>
            <returns>Asynchronous action.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="action"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.ToAsync``10(System.Action{``0,``1,``2,``3,``4,``5,``6,``7,``8,``9},System.Reactive.Concurrency.IScheduler)">
            <summary>
            Converts the function into an asynchronous action. Each invocation of the resulting asynchronous action causes an invocation of the original synchronous action on the specified scheduler.
            </summary>
            <typeparam name="TArg1">The type of the first argument passed to the action.</typeparam>
            <typeparam name="TArg2">The type of the second argument passed to the action.</typeparam>
            <typeparam name="TArg3">The type of the third argument passed to the action.</typeparam>
            <typeparam name="TArg4">The type of the fourth argument passed to the action.</typeparam>
            <typeparam name="TArg5">The type of the fifth argument passed to the action.</typeparam>
            <typeparam name="TArg6">The type of the sixth argument passed to the action.</typeparam>
            <typeparam name="TArg7">The type of the seventh argument passed to the action.</typeparam>
            <typeparam name="TArg8">The type of the eighth argument passed to the action.</typeparam>
            <typeparam name="TArg9">The type of the ninth argument passed to the action.</typeparam>
            <typeparam name="TArg10">The type of the tenth argument passed to the action.</typeparam>
            <param name="action">Action to convert to an asynchronous action.</param>
            <param name="scheduler">Scheduler to invoke the original action on.</param>
            <returns>Asynchronous action.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="action"/> or <paramref name="scheduler"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.ToAsync``11(System.Action{``0,``1,``2,``3,``4,``5,``6,``7,``8,``9,``10})">
            <summary>
            Converts the function into an asynchronous action. Each invocation of the resulting asynchronous action causes an invocation of the original synchronous action on the default scheduler.
            </summary>
            <typeparam name="TArg1">The type of the first argument passed to the action.</typeparam>
            <typeparam name="TArg2">The type of the second argument passed to the action.</typeparam>
            <typeparam name="TArg3">The type of the third argument passed to the action.</typeparam>
            <typeparam name="TArg4">The type of the fourth argument passed to the action.</typeparam>
            <typeparam name="TArg5">The type of the fifth argument passed to the action.</typeparam>
            <typeparam name="TArg6">The type of the sixth argument passed to the action.</typeparam>
            <typeparam name="TArg7">The type of the seventh argument passed to the action.</typeparam>
            <typeparam name="TArg8">The type of the eighth argument passed to the action.</typeparam>
            <typeparam name="TArg9">The type of the ninth argument passed to the action.</typeparam>
            <typeparam name="TArg10">The type of the tenth argument passed to the action.</typeparam>
            <typeparam name="TArg11">The type of the eleventh argument passed to the action.</typeparam>
            <param name="action">Action to convert to an asynchronous action.</param>
            <returns>Asynchronous action.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="action"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.ToAsync``11(System.Action{``0,``1,``2,``3,``4,``5,``6,``7,``8,``9,``10},System.Reactive.Concurrency.IScheduler)">
            <summary>
            Converts the function into an asynchronous action. Each invocation of the resulting asynchronous action causes an invocation of the original synchronous action on the specified scheduler.
            </summary>
            <typeparam name="TArg1">The type of the first argument passed to the action.</typeparam>
            <typeparam name="TArg2">The type of the second argument passed to the action.</typeparam>
            <typeparam name="TArg3">The type of the third argument passed to the action.</typeparam>
            <typeparam name="TArg4">The type of the fourth argument passed to the action.</typeparam>
            <typeparam name="TArg5">The type of the fifth argument passed to the action.</typeparam>
            <typeparam name="TArg6">The type of the sixth argument passed to the action.</typeparam>
            <typeparam name="TArg7">The type of the seventh argument passed to the action.</typeparam>
            <typeparam name="TArg8">The type of the eighth argument passed to the action.</typeparam>
            <typeparam name="TArg9">The type of the ninth argument passed to the action.</typeparam>
            <typeparam name="TArg10">The type of the tenth argument passed to the action.</typeparam>
            <typeparam name="TArg11">The type of the eleventh argument passed to the action.</typeparam>
            <param name="action">Action to convert to an asynchronous action.</param>
            <param name="scheduler">Scheduler to invoke the original action on.</param>
            <returns>Asynchronous action.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="action"/> or <paramref name="scheduler"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.ToAsync``12(System.Action{``0,``1,``2,``3,``4,``5,``6,``7,``8,``9,``10,``11})">
            <summary>
            Converts the function into an asynchronous action. Each invocation of the resulting asynchronous action causes an invocation of the original synchronous action on the default scheduler.
            </summary>
            <typeparam name="TArg1">The type of the first argument passed to the action.</typeparam>
            <typeparam name="TArg2">The type of the second argument passed to the action.</typeparam>
            <typeparam name="TArg3">The type of the third argument passed to the action.</typeparam>
            <typeparam name="TArg4">The type of the fourth argument passed to the action.</typeparam>
            <typeparam name="TArg5">The type of the fifth argument passed to the action.</typeparam>
            <typeparam name="TArg6">The type of the sixth argument passed to the action.</typeparam>
            <typeparam name="TArg7">The type of the seventh argument passed to the action.</typeparam>
            <typeparam name="TArg8">The type of the eighth argument passed to the action.</typeparam>
            <typeparam name="TArg9">The type of the ninth argument passed to the action.</typeparam>
            <typeparam name="TArg10">The type of the tenth argument passed to the action.</typeparam>
            <typeparam name="TArg11">The type of the eleventh argument passed to the action.</typeparam>
            <typeparam name="TArg12">The type of the twelfth argument passed to the action.</typeparam>
            <param name="action">Action to convert to an asynchronous action.</param>
            <returns>Asynchronous action.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="action"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.ToAsync``12(System.Action{``0,``1,``2,``3,``4,``5,``6,``7,``8,``9,``10,``11},System.Reactive.Concurrency.IScheduler)">
            <summary>
            Converts the function into an asynchronous action. Each invocation of the resulting asynchronous action causes an invocation of the original synchronous action on the specified scheduler.
            </summary>
            <typeparam name="TArg1">The type of the first argument passed to the action.</typeparam>
            <typeparam name="TArg2">The type of the second argument passed to the action.</typeparam>
            <typeparam name="TArg3">The type of the third argument passed to the action.</typeparam>
            <typeparam name="TArg4">The type of the fourth argument passed to the action.</typeparam>
            <typeparam name="TArg5">The type of the fifth argument passed to the action.</typeparam>
            <typeparam name="TArg6">The type of the sixth argument passed to the action.</typeparam>
            <typeparam name="TArg7">The type of the seventh argument passed to the action.</typeparam>
            <typeparam name="TArg8">The type of the eighth argument passed to the action.</typeparam>
            <typeparam name="TArg9">The type of the ninth argument passed to the action.</typeparam>
            <typeparam name="TArg10">The type of the tenth argument passed to the action.</typeparam>
            <typeparam name="TArg11">The type of the eleventh argument passed to the action.</typeparam>
            <typeparam name="TArg12">The type of the twelfth argument passed to the action.</typeparam>
            <param name="action">Action to convert to an asynchronous action.</param>
            <param name="scheduler">Scheduler to invoke the original action on.</param>
            <returns>Asynchronous action.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="action"/> or <paramref name="scheduler"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.ToAsync``13(System.Action{``0,``1,``2,``3,``4,``5,``6,``7,``8,``9,``10,``11,``12})">
            <summary>
            Converts the function into an asynchronous action. Each invocation of the resulting asynchronous action causes an invocation of the original synchronous action on the default scheduler.
            </summary>
            <typeparam name="TArg1">The type of the first argument passed to the action.</typeparam>
            <typeparam name="TArg2">The type of the second argument passed to the action.</typeparam>
            <typeparam name="TArg3">The type of the third argument passed to the action.</typeparam>
            <typeparam name="TArg4">The type of the fourth argument passed to the action.</typeparam>
            <typeparam name="TArg5">The type of the fifth argument passed to the action.</typeparam>
            <typeparam name="TArg6">The type of the sixth argument passed to the action.</typeparam>
            <typeparam name="TArg7">The type of the seventh argument passed to the action.</typeparam>
            <typeparam name="TArg8">The type of the eighth argument passed to the action.</typeparam>
            <typeparam name="TArg9">The type of the ninth argument passed to the action.</typeparam>
            <typeparam name="TArg10">The type of the tenth argument passed to the action.</typeparam>
            <typeparam name="TArg11">The type of the eleventh argument passed to the action.</typeparam>
            <typeparam name="TArg12">The type of the twelfth argument passed to the action.</typeparam>
            <typeparam name="TArg13">The type of the thirteenth argument passed to the action.</typeparam>
            <param name="action">Action to convert to an asynchronous action.</param>
            <returns>Asynchronous action.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="action"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.ToAsync``13(System.Action{``0,``1,``2,``3,``4,``5,``6,``7,``8,``9,``10,``11,``12},System.Reactive.Concurrency.IScheduler)">
            <summary>
            Converts the function into an asynchronous action. Each invocation of the resulting asynchronous action causes an invocation of the original synchronous action on the specified scheduler.
            </summary>
            <typeparam name="TArg1">The type of the first argument passed to the action.</typeparam>
            <typeparam name="TArg2">The type of the second argument passed to the action.</typeparam>
            <typeparam name="TArg3">The type of the third argument passed to the action.</typeparam>
            <typeparam name="TArg4">The type of the fourth argument passed to the action.</typeparam>
            <typeparam name="TArg5">The type of the fifth argument passed to the action.</typeparam>
            <typeparam name="TArg6">The type of the sixth argument passed to the action.</typeparam>
            <typeparam name="TArg7">The type of the seventh argument passed to the action.</typeparam>
            <typeparam name="TArg8">The type of the eighth argument passed to the action.</typeparam>
            <typeparam name="TArg9">The type of the ninth argument passed to the action.</typeparam>
            <typeparam name="TArg10">The type of the tenth argument passed to the action.</typeparam>
            <typeparam name="TArg11">The type of the eleventh argument passed to the action.</typeparam>
            <typeparam name="TArg12">The type of the twelfth argument passed to the action.</typeparam>
            <typeparam name="TArg13">The type of the thirteenth argument passed to the action.</typeparam>
            <param name="action">Action to convert to an asynchronous action.</param>
            <param name="scheduler">Scheduler to invoke the original action on.</param>
            <returns>Asynchronous action.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="action"/> or <paramref name="scheduler"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.ToAsync``14(System.Action{``0,``1,``2,``3,``4,``5,``6,``7,``8,``9,``10,``11,``12,``13})">
            <summary>
            Converts the function into an asynchronous action. Each invocation of the resulting asynchronous action causes an invocation of the original synchronous action on the default scheduler.
            </summary>
            <typeparam name="TArg1">The type of the first argument passed to the action.</typeparam>
            <typeparam name="TArg2">The type of the second argument passed to the action.</typeparam>
            <typeparam name="TArg3">The type of the third argument passed to the action.</typeparam>
            <typeparam name="TArg4">The type of the fourth argument passed to the action.</typeparam>
            <typeparam name="TArg5">The type of the fifth argument passed to the action.</typeparam>
            <typeparam name="TArg6">The type of the sixth argument passed to the action.</typeparam>
            <typeparam name="TArg7">The type of the seventh argument passed to the action.</typeparam>
            <typeparam name="TArg8">The type of the eighth argument passed to the action.</typeparam>
            <typeparam name="TArg9">The type of the ninth argument passed to the action.</typeparam>
            <typeparam name="TArg10">The type of the tenth argument passed to the action.</typeparam>
            <typeparam name="TArg11">The type of the eleventh argument passed to the action.</typeparam>
            <typeparam name="TArg12">The type of the twelfth argument passed to the action.</typeparam>
            <typeparam name="TArg13">The type of the thirteenth argument passed to the action.</typeparam>
            <typeparam name="TArg14">The type of the fourteenth argument passed to the action.</typeparam>
            <param name="action">Action to convert to an asynchronous action.</param>
            <returns>Asynchronous action.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="action"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.ToAsync``14(System.Action{``0,``1,``2,``3,``4,``5,``6,``7,``8,``9,``10,``11,``12,``13},System.Reactive.Concurrency.IScheduler)">
            <summary>
            Converts the function into an asynchronous action. Each invocation of the resulting asynchronous action causes an invocation of the original synchronous action on the specified scheduler.
            </summary>
            <typeparam name="TArg1">The type of the first argument passed to the action.</typeparam>
            <typeparam name="TArg2">The type of the second argument passed to the action.</typeparam>
            <typeparam name="TArg3">The type of the third argument passed to the action.</typeparam>
            <typeparam name="TArg4">The type of the fourth argument passed to the action.</typeparam>
            <typeparam name="TArg5">The type of the fifth argument passed to the action.</typeparam>
            <typeparam name="TArg6">The type of the sixth argument passed to the action.</typeparam>
            <typeparam name="TArg7">The type of the seventh argument passed to the action.</typeparam>
            <typeparam name="TArg8">The type of the eighth argument passed to the action.</typeparam>
            <typeparam name="TArg9">The type of the ninth argument passed to the action.</typeparam>
            <typeparam name="TArg10">The type of the tenth argument passed to the action.</typeparam>
            <typeparam name="TArg11">The type of the eleventh argument passed to the action.</typeparam>
            <typeparam name="TArg12">The type of the twelfth argument passed to the action.</typeparam>
            <typeparam name="TArg13">The type of the thirteenth argument passed to the action.</typeparam>
            <typeparam name="TArg14">The type of the fourteenth argument passed to the action.</typeparam>
            <param name="action">Action to convert to an asynchronous action.</param>
            <param name="scheduler">Scheduler to invoke the original action on.</param>
            <returns>Asynchronous action.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="action"/> or <paramref name="scheduler"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.ToAsync``15(System.Action{``0,``1,``2,``3,``4,``5,``6,``7,``8,``9,``10,``11,``12,``13,``14})">
            <summary>
            Converts the function into an asynchronous action. Each invocation of the resulting asynchronous action causes an invocation of the original synchronous action on the default scheduler.
            </summary>
            <typeparam name="TArg1">The type of the first argument passed to the action.</typeparam>
            <typeparam name="TArg2">The type of the second argument passed to the action.</typeparam>
            <typeparam name="TArg3">The type of the third argument passed to the action.</typeparam>
            <typeparam name="TArg4">The type of the fourth argument passed to the action.</typeparam>
            <typeparam name="TArg5">The type of the fifth argument passed to the action.</typeparam>
            <typeparam name="TArg6">The type of the sixth argument passed to the action.</typeparam>
            <typeparam name="TArg7">The type of the seventh argument passed to the action.</typeparam>
            <typeparam name="TArg8">The type of the eighth argument passed to the action.</typeparam>
            <typeparam name="TArg9">The type of the ninth argument passed to the action.</typeparam>
            <typeparam name="TArg10">The type of the tenth argument passed to the action.</typeparam>
            <typeparam name="TArg11">The type of the eleventh argument passed to the action.</typeparam>
            <typeparam name="TArg12">The type of the twelfth argument passed to the action.</typeparam>
            <typeparam name="TArg13">The type of the thirteenth argument passed to the action.</typeparam>
            <typeparam name="TArg14">The type of the fourteenth argument passed to the action.</typeparam>
            <typeparam name="TArg15">The type of the fifteenth argument passed to the action.</typeparam>
            <param name="action">Action to convert to an asynchronous action.</param>
            <returns>Asynchronous action.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="action"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.ToAsync``15(System.Action{``0,``1,``2,``3,``4,``5,``6,``7,``8,``9,``10,``11,``12,``13,``14},System.Reactive.Concurrency.IScheduler)">
            <summary>
            Converts the function into an asynchronous action. Each invocation of the resulting asynchronous action causes an invocation of the original synchronous action on the specified scheduler.
            </summary>
            <typeparam name="TArg1">The type of the first argument passed to the action.</typeparam>
            <typeparam name="TArg2">The type of the second argument passed to the action.</typeparam>
            <typeparam name="TArg3">The type of the third argument passed to the action.</typeparam>
            <typeparam name="TArg4">The type of the fourth argument passed to the action.</typeparam>
            <typeparam name="TArg5">The type of the fifth argument passed to the action.</typeparam>
            <typeparam name="TArg6">The type of the sixth argument passed to the action.</typeparam>
            <typeparam name="TArg7">The type of the seventh argument passed to the action.</typeparam>
            <typeparam name="TArg8">The type of the eighth argument passed to the action.</typeparam>
            <typeparam name="TArg9">The type of the ninth argument passed to the action.</typeparam>
            <typeparam name="TArg10">The type of the tenth argument passed to the action.</typeparam>
            <typeparam name="TArg11">The type of the eleventh argument passed to the action.</typeparam>
            <typeparam name="TArg12">The type of the twelfth argument passed to the action.</typeparam>
            <typeparam name="TArg13">The type of the thirteenth argument passed to the action.</typeparam>
            <typeparam name="TArg14">The type of the fourteenth argument passed to the action.</typeparam>
            <typeparam name="TArg15">The type of the fifteenth argument passed to the action.</typeparam>
            <param name="action">Action to convert to an asynchronous action.</param>
            <param name="scheduler">Scheduler to invoke the original action on.</param>
            <returns>Asynchronous action.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="action"/> or <paramref name="scheduler"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.ToAsync``16(System.Action{``0,``1,``2,``3,``4,``5,``6,``7,``8,``9,``10,``11,``12,``13,``14,``15})">
            <summary>
            Converts the function into an asynchronous action. Each invocation of the resulting asynchronous action causes an invocation of the original synchronous action on the default scheduler.
            </summary>
            <typeparam name="TArg1">The type of the first argument passed to the action.</typeparam>
            <typeparam name="TArg2">The type of the second argument passed to the action.</typeparam>
            <typeparam name="TArg3">The type of the third argument passed to the action.</typeparam>
            <typeparam name="TArg4">The type of the fourth argument passed to the action.</typeparam>
            <typeparam name="TArg5">The type of the fifth argument passed to the action.</typeparam>
            <typeparam name="TArg6">The type of the sixth argument passed to the action.</typeparam>
            <typeparam name="TArg7">The type of the seventh argument passed to the action.</typeparam>
            <typeparam name="TArg8">The type of the eighth argument passed to the action.</typeparam>
            <typeparam name="TArg9">The type of the ninth argument passed to the action.</typeparam>
            <typeparam name="TArg10">The type of the tenth argument passed to the action.</typeparam>
            <typeparam name="TArg11">The type of the eleventh argument passed to the action.</typeparam>
            <typeparam name="TArg12">The type of the twelfth argument passed to the action.</typeparam>
            <typeparam name="TArg13">The type of the thirteenth argument passed to the action.</typeparam>
            <typeparam name="TArg14">The type of the fourteenth argument passed to the action.</typeparam>
            <typeparam name="TArg15">The type of the fifteenth argument passed to the action.</typeparam>
            <typeparam name="TArg16">The type of the sixteenth argument passed to the action.</typeparam>
            <param name="action">Action to convert to an asynchronous action.</param>
            <returns>Asynchronous action.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="action"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.ToAsync``16(System.Action{``0,``1,``2,``3,``4,``5,``6,``7,``8,``9,``10,``11,``12,``13,``14,``15},System.Reactive.Concurrency.IScheduler)">
            <summary>
            Converts the function into an asynchronous action. Each invocation of the resulting asynchronous action causes an invocation of the original synchronous action on the specified scheduler.
            </summary>
            <typeparam name="TArg1">The type of the first argument passed to the action.</typeparam>
            <typeparam name="TArg2">The type of the second argument passed to the action.</typeparam>
            <typeparam name="TArg3">The type of the third argument passed to the action.</typeparam>
            <typeparam name="TArg4">The type of the fourth argument passed to the action.</typeparam>
            <typeparam name="TArg5">The type of the fifth argument passed to the action.</typeparam>
            <typeparam name="TArg6">The type of the sixth argument passed to the action.</typeparam>
            <typeparam name="TArg7">The type of the seventh argument passed to the action.</typeparam>
            <typeparam name="TArg8">The type of the eighth argument passed to the action.</typeparam>
            <typeparam name="TArg9">The type of the ninth argument passed to the action.</typeparam>
            <typeparam name="TArg10">The type of the tenth argument passed to the action.</typeparam>
            <typeparam name="TArg11">The type of the eleventh argument passed to the action.</typeparam>
            <typeparam name="TArg12">The type of the twelfth argument passed to the action.</typeparam>
            <typeparam name="TArg13">The type of the thirteenth argument passed to the action.</typeparam>
            <typeparam name="TArg14">The type of the fourteenth argument passed to the action.</typeparam>
            <typeparam name="TArg15">The type of the fifteenth argument passed to the action.</typeparam>
            <typeparam name="TArg16">The type of the sixteenth argument passed to the action.</typeparam>
            <param name="action">Action to convert to an asynchronous action.</param>
            <param name="scheduler">Scheduler to invoke the original action on.</param>
            <returns>Asynchronous action.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="action"/> or <paramref name="scheduler"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.GetAwaiter``1(System.IObservable{``0})">
            <summary>
            Gets an awaiter that returns the last value of the observable sequence or throws an exception if the sequence is empty.
            This operation subscribes to the observable sequence, making it hot.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source sequence to await.</param>
            <returns>Object that can be awaited.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.GetAwaiter``1(System.Reactive.Subjects.IConnectableObservable{``0})">
            <summary>
            Gets an awaiter that returns the last value of the observable sequence or throws an exception if the sequence is empty.
            This operation subscribes and connects to the observable sequence, making it hot.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source sequence to await.</param>
            <returns>Object that can be awaited.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.RunAsync``1(System.IObservable{``0},System.Threading.CancellationToken)">
            <summary>
            Gets an awaiter that returns the last value of the observable sequence or throws an exception if the sequence is empty.
            This operation subscribes to the observable sequence, making it hot. The supplied CancellationToken can be used to cancel the subscription.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source sequence to await.</param>
            <param name="cancellationToken">Cancellation token.</param>
            <returns>Object that can be awaited.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.RunAsync``1(System.Reactive.Subjects.IConnectableObservable{``0},System.Threading.CancellationToken)">
            <summary>
            Gets an awaiter that returns the last value of the observable sequence or throws an exception if the sequence is empty.
            This operation subscribes and connects to the observable sequence, making it hot. The supplied CancellationToken can be used to cancel the subscription and connection.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source sequence to await.</param>
            <param name="cancellationToken">Cancellation token.</param>
            <returns>Object that can be awaited.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Multicast``2(System.IObservable{``0},System.Reactive.Subjects.ISubject{``0,``1})">
            <summary>
            Multicasts the source sequence notifications through the specified subject to the resulting connectable observable. Upon connection of the
            connectable observable, the subject is subscribed to the source exactly one, and messages are forwarded to the observers registered with
            the connectable observable. For specializations with fixed subject types, see Publish, PublishLast, and Replay.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <typeparam name="TResult">The type of the elements in the result sequence.</typeparam>
            <param name="source">Source sequence whose elements will be pushed into the specified subject.</param>
            <param name="subject">Subject to push source elements into.</param>
            <returns>A connectable observable sequence that upon connection causes the source sequence to push results into the specified subject.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="subject"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Multicast``3(System.IObservable{``0},System.Func{System.Reactive.Subjects.ISubject{``0,``1}},System.Func{System.IObservable{``1},System.IObservable{``2}})">
            <summary>
            Multicasts the source sequence notifications through an instantiated subject into all uses of the sequence within a selector function. Each
            subscription to the resulting sequence causes a separate multicast invocation, exposing the sequence resulting from the selector function's
            invocation. For specializations with fixed subject types, see Publish, PublishLast, and Replay.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <typeparam name="TIntermediate">The type of the elements produced by the intermediate subject.</typeparam>
            <typeparam name="TResult">The type of the elements in the result sequence.</typeparam>
            <param name="source">Source sequence which will be multicasted in the specified selector function.</param>
            <param name="subjectSelector">Factory function to create an intermediate subject through which the source sequence's elements will be multicast to the selector function.</param>
            <param name="selector">Selector function which can use the multicasted source sequence subject to the policies enforced by the created subject.</param>
            <returns>An observable sequence that contains the elements of a sequence produced by multicasting the source sequence within a selector function.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="subjectSelector"/> or <paramref name="selector"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Publish``1(System.IObservable{``0})">
            <summary>
            Returns a connectable observable sequence that shares a single subscription to the underlying sequence.
            This operator is a specialization of Multicast using a regular <see cref="T:System.Reactive.Subjects.Subject`1"/>.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source sequence whose elements will be multicasted through a single shared subscription.</param>
            <returns>A connectable observable sequence that shares a single subscription to the underlying sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> is null.</exception>
            <remarks>Subscribers will receive all notifications of the source from the time of the subscription on.</remarks>
            <seealso cref="T:System.Reactive.Subjects.Subject`1"/>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Publish``2(System.IObservable{``0},System.Func{System.IObservable{``0},System.IObservable{``1}})">
            <summary>
            Returns an observable sequence that is the result of invoking the selector on a connectable observable sequence that shares a single subscription to the underlying sequence.
            This operator is a specialization of Multicast using a regular <see cref="T:System.Reactive.Subjects.Subject`1"/>.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <typeparam name="TResult">The type of the elements in the result sequence.</typeparam>
            <param name="source">Source sequence whose elements will be multicasted through a single shared subscription.</param>
            <param name="selector">Selector function which can use the multicasted source sequence as many times as needed, without causing multiple subscriptions to the source sequence. Subscribers to the given source will receive all notifications of the source from the time of the subscription on.</param>
            <returns>An observable sequence that contains the elements of a sequence produced by multicasting the source sequence within a selector function.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="selector"/> is null.</exception>
            <seealso cref="T:System.Reactive.Subjects.Subject`1"/>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Publish``1(System.IObservable{``0},``0)">
            <summary>
            Returns a connectable observable sequence that shares a single subscription to the underlying sequence and starts with initialValue.
            This operator is a specialization of Multicast using a <see cref="T:System.Reactive.Subjects.BehaviorSubject`1"/>.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source sequence whose elements will be multicasted through a single shared subscription.</param>
            <param name="initialValue">Initial value received by observers upon subscription.</param>
            <returns>A connectable observable sequence that shares a single subscription to the underlying sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> is null.</exception>
            <remarks>Subscribers will receive immediately receive the initial value, followed by all notifications of the source from the time of the subscription on.</remarks>
            <seealso cref="T:System.Reactive.Subjects.BehaviorSubject`1"/>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Publish``2(System.IObservable{``0},System.Func{System.IObservable{``0},System.IObservable{``1}},``0)">
            <summary>
            Returns an observable sequence that is the result of invoking the selector on a connectable observable sequence that shares a single subscription to the underlying sequence and starts with initialValue.
            This operator is a specialization of Multicast using a <see cref="T:System.Reactive.Subjects.BehaviorSubject`1"/>.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <typeparam name="TResult">The type of the elements in the result sequence.</typeparam>
            <param name="source">Source sequence whose elements will be multicasted through a single shared subscription.</param>
            <param name="selector">Selector function which can use the multicasted source sequence as many times as needed, without causing multiple subscriptions to the source sequence. Subscribers to the given source will receive immediately receive the initial value, followed by all notifications of the source from the time of the subscription on.</param>
            <param name="initialValue">Initial value received by observers upon subscription.</param>
            <returns>An observable sequence that contains the elements of a sequence produced by multicasting the source sequence within a selector function.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="selector"/> is null.</exception>
            <seealso cref="T:System.Reactive.Subjects.BehaviorSubject`1"/>
        </member>
        <member name="M:System.Reactive.Linq.Observable.PublishLast``1(System.IObservable{``0})">
            <summary>
            Returns a connectable observable sequence that shares a single subscription to the underlying sequence containing only the last notification.
            This operator is a specialization of Multicast using a <see cref="T:System.Reactive.Subjects.AsyncSubject`1"/>.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source sequence whose elements will be multicasted through a single shared subscription.</param>
            <returns>A connectable observable sequence that shares a single subscription to the underlying sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> is null.</exception>
            <remarks>Subscribers will only receive the last notification of the source.</remarks>
            <seealso cref="T:System.Reactive.Subjects.AsyncSubject`1"/>
        </member>
        <member name="M:System.Reactive.Linq.Observable.PublishLast``2(System.IObservable{``0},System.Func{System.IObservable{``0},System.IObservable{``1}})">
            <summary>
            Returns an observable sequence that is the result of invoking the selector on a connectable observable sequence that shares a single subscription to the underlying sequence containing only the last notification.
            This operator is a specialization of Multicast using a <see cref="T:System.Reactive.Subjects.AsyncSubject`1"/>.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <typeparam name="TResult">The type of the elements in the result sequence.</typeparam>
            <param name="source">Source sequence whose elements will be multicasted through a single shared subscription.</param>
            <param name="selector">Selector function which can use the multicasted source sequence as many times as needed, without causing multiple subscriptions to the source sequence. Subscribers to the given source will only receive the last notification of the source.</param>
            <returns>An observable sequence that contains the elements of a sequence produced by multicasting the source sequence within a selector function.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="selector"/> is null.</exception>
            <seealso cref="T:System.Reactive.Subjects.AsyncSubject`1"/>
        </member>
        <member name="M:System.Reactive.Linq.Observable.RefCount``1(System.Reactive.Subjects.IConnectableObservable{``0})">
            <summary>
            Returns an observable sequence that stays connected to the source as long as there is at least one subscription to the observable sequence.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Connectable observable sequence.</param>
            <returns>An observable sequence that stays connected to the source as long as there is at least one subscription to the observable sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.RefCount``1(System.Reactive.Subjects.IConnectableObservable{``0},System.TimeSpan)">
            <summary>
            Returns an observable sequence that stays connected to the source as long as there is at least one subscription to the observable sequence.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Connectable observable sequence.</param>
            <param name="disconnectDelay">The time span that should be waited before possibly unsubscribing from the connectable observable.</param>
            <returns>An observable sequence that stays connected to the source as long as there is at least one subscription to the observable sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.RefCount``1(System.Reactive.Subjects.IConnectableObservable{``0},System.TimeSpan,System.Reactive.Concurrency.IScheduler)">
            <summary>
            Returns an observable sequence that stays connected to the source as long as there is at least one subscription to the observable sequence.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Connectable observable sequence.</param>
            <param name="disconnectDelay">The time span that should be waited before possibly unsubscribing from the connectable observable.</param>
            <param name="scheduler">The scheduler to use for delayed unsubscription.</param>
            <returns>An observable sequence that stays connected to the source as long as there is at least one subscription to the observable sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.RefCount``1(System.Reactive.Subjects.IConnectableObservable{``0},System.Int32)">
            <summary>
            Returns an observable sequence that stays connected to the source as long as there is at least one subscription to the observable sequence.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Connectable observable sequence.</param>
            <param name="minObservers">The minimum number of observers required to subscribe before establishing the connection to the source.</param>
            <returns>An observable sequence that stays connected to the source as long as there is at least one subscription to the observable sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> is null.</exception>
            <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="minObservers"/> is non-positive.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.RefCount``1(System.Reactive.Subjects.IConnectableObservable{``0},System.Int32,System.TimeSpan)">
            <summary>
            Returns an observable sequence that stays connected to the source as long as there is at least one subscription to the observable sequence.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Connectable observable sequence.</param>
            <param name="minObservers">The minimum number of observers required to subscribe before establishing the connection to the source.</param>
            <param name="disconnectDelay">The time span that should be waited before possibly unsubscribing from the connectable observable.</param>
            <returns>An observable sequence that stays connected to the source as long as there is at least one subscription to the observable sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> is null.</exception>
            <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="minObservers"/> is non-positive.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.RefCount``1(System.Reactive.Subjects.IConnectableObservable{``0},System.Int32,System.TimeSpan,System.Reactive.Concurrency.IScheduler)">
            <summary>
            Returns an observable sequence that stays connected to the source as long as there is at least one subscription to the observable sequence.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Connectable observable sequence.</param>
            <param name="minObservers">The minimum number of observers required to subscribe before establishing the connection to the source.</param>
            <param name="disconnectDelay">The time span that should be waited before possibly unsubscribing from the connectable observable.</param>
            <param name="scheduler">The scheduler to use for delayed unsubscription.</param>
            <returns>An observable sequence that stays connected to the source as long as there is at least one subscription to the observable sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> is null.</exception>
            <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="minObservers"/> is non-positive.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.AutoConnect``1(System.Reactive.Subjects.IConnectableObservable{``0},System.Int32,System.Action{System.IDisposable})">
            <summary>
            Automatically connect the upstream IConnectableObservable at most once when the
            specified number of IObservers have subscribed to this IObservable.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Connectable observable sequence.</param>
            <param name="minObservers">The number of observers required to subscribe before the connection to source happens, non-positive value will trigger an immediate subscription.</param>
            <param name="onConnect">If not null, the connection's IDisposable is provided to it.</param>
            <returns>An observable sequence that connects to the source at most once when the given number of observers have subscribed to it.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Replay``1(System.IObservable{``0})">
            <summary>
            Returns a connectable observable sequence that shares a single subscription to the underlying sequence replaying all notifications.
            This operator is a specialization of Multicast using a <see cref="T:System.Reactive.Subjects.ReplaySubject`1"/>.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source sequence whose elements will be multicasted through a single shared subscription.</param>
            <returns>A connectable observable sequence that shares a single subscription to the underlying sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> is null.</exception>
            <remarks>Subscribers will receive all the notifications of the source.</remarks>
            <seealso cref="T:System.Reactive.Subjects.ReplaySubject`1"/>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Replay``1(System.IObservable{``0},System.Reactive.Concurrency.IScheduler)">
            <summary>
            Returns a connectable observable sequence that shares a single subscription to the underlying sequence replaying all notifications.
            This operator is a specialization of Multicast using a <see cref="T:System.Reactive.Subjects.ReplaySubject`1"/>.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source sequence whose elements will be multicasted through a single shared subscription.</param>
            <param name="scheduler">Scheduler where connected observers will be invoked on.</param>
            <returns>A connectable observable sequence that shares a single subscription to the underlying sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="scheduler"/> is null.</exception>
            <remarks>Subscribers will receive all the notifications of the source.</remarks>
            <seealso cref="T:System.Reactive.Subjects.ReplaySubject`1"/>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Replay``2(System.IObservable{``0},System.Func{System.IObservable{``0},System.IObservable{``1}})">
            <summary>
            Returns an observable sequence that is the result of invoking the selector on a connectable observable sequence that shares a single subscription to the underlying sequence replaying all notifications.
            This operator is a specialization of Multicast using a <see cref="T:System.Reactive.Subjects.ReplaySubject`1"/>.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <typeparam name="TResult">The type of the elements in the result sequence.</typeparam>
            <param name="source">Source sequence whose elements will be multicasted through a single shared subscription.</param>
            <param name="selector">Selector function which can use the multicasted source sequence as many times as needed, without causing multiple subscriptions to the source sequence. Subscribers to the given source will receive all the notifications of the source.</param>
            <returns>An observable sequence that contains the elements of a sequence produced by multicasting the source sequence within a selector function.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="selector"/> is null.</exception>
            <seealso cref="T:System.Reactive.Subjects.ReplaySubject`1"/>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Replay``2(System.IObservable{``0},System.Func{System.IObservable{``0},System.IObservable{``1}},System.Reactive.Concurrency.IScheduler)">
            <summary>
            Returns an observable sequence that is the result of invoking the selector on a connectable observable sequence that shares a single subscription to the underlying sequence replaying all notifications.
            This operator is a specialization of Multicast using a <see cref="T:System.Reactive.Subjects.ReplaySubject`1"/>.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <typeparam name="TResult">The type of the elements in the result sequence.</typeparam>
            <param name="source">Source sequence whose elements will be multicasted through a single shared subscription.</param>
            <param name="selector">Selector function which can use the multicasted source sequence as many times as needed, without causing multiple subscriptions to the source sequence. Subscribers to the given source will receive all the notifications of the source.</param>
            <param name="scheduler">Scheduler where connected observers within the selector function will be invoked on.</param>
            <returns>An observable sequence that contains the elements of a sequence produced by multicasting the source sequence within a selector function.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="selector"/> or <paramref name="scheduler"/> is null.</exception>
            <seealso cref="T:System.Reactive.Subjects.ReplaySubject`1"/>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Replay``1(System.IObservable{``0},System.TimeSpan)">
            <summary>
            Returns a connectable observable sequence that shares a single subscription to the underlying sequence replaying notifications subject to a maximum time length for the replay buffer.
            This operator is a specialization of Multicast using a <see cref="T:System.Reactive.Subjects.ReplaySubject`1"/>.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source sequence whose elements will be multicasted through a single shared subscription.</param>
            <param name="window">Maximum time length of the replay buffer.</param>
            <returns>A connectable observable sequence that shares a single subscription to the underlying sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> is null.</exception>
            <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="window"/> is less than TimeSpan.Zero.</exception>
            <remarks>Subscribers will receive all the notifications of the source subject to the specified replay buffer trimming policy.</remarks>
            <seealso cref="T:System.Reactive.Subjects.ReplaySubject`1"/>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Replay``2(System.IObservable{``0},System.Func{System.IObservable{``0},System.IObservable{``1}},System.TimeSpan)">
            <summary>
            Returns an observable sequence that is the result of invoking the selector on a connectable observable sequence that shares a single subscription to the underlying sequence replaying notifications subject to a maximum time length for the replay buffer.
            This operator is a specialization of Multicast using a <see cref="T:System.Reactive.Subjects.ReplaySubject`1"/>.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <typeparam name="TResult">The type of the elements in the result sequence.</typeparam>
            <param name="source">Source sequence whose elements will be multicasted through a single shared subscription.</param>
            <param name="selector">Selector function which can use the multicasted source sequence as many times as needed, without causing multiple subscriptions to the source sequence. Subscribers to the given source will receive all the notifications of the source subject to the specified replay buffer trimming policy.</param>
            <param name="window">Maximum time length of the replay buffer.</param>
            <returns>An observable sequence that contains the elements of a sequence produced by multicasting the source sequence within a selector function.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="selector"/> is null.</exception>
            <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="window"/> is less than TimeSpan.Zero.</exception>
            <seealso cref="T:System.Reactive.Subjects.ReplaySubject`1"/>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Replay``1(System.IObservable{``0},System.TimeSpan,System.Reactive.Concurrency.IScheduler)">
            <summary>
            Returns a connectable observable sequence that shares a single subscription to the underlying sequence replaying notifications subject to a maximum time length for the replay buffer.
            This operator is a specialization of Multicast using a <see cref="T:System.Reactive.Subjects.ReplaySubject`1"/>.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source sequence whose elements will be multicasted through a single shared subscription.</param>
            <param name="window">Maximum time length of the replay buffer.</param>
            <param name="scheduler">Scheduler where connected observers will be invoked on.</param>
            <returns>A connectable observable sequence that shares a single subscription to the underlying sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="scheduler"/> is null.</exception>
            <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="window"/> is less than TimeSpan.Zero.</exception>
            <remarks>Subscribers will receive all the notifications of the source subject to the specified replay buffer trimming policy.</remarks>
            <seealso cref="T:System.Reactive.Subjects.ReplaySubject`1"/>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Replay``2(System.IObservable{``0},System.Func{System.IObservable{``0},System.IObservable{``1}},System.TimeSpan,System.Reactive.Concurrency.IScheduler)">
            <summary>
            Returns an observable sequence that is the result of invoking the selector on a connectable observable sequence that shares a single subscription to the underlying sequence replaying notifications subject to a maximum time length for the replay buffer.
            This operator is a specialization of Multicast using a <see cref="T:System.Reactive.Subjects.ReplaySubject`1"/>.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <typeparam name="TResult">The type of the elements in the result sequence.</typeparam>
            <param name="source">Source sequence whose elements will be multicasted through a single shared subscription.</param>
            <param name="selector">Selector function which can use the multicasted source sequence as many times as needed, without causing multiple subscriptions to the source sequence. Subscribers to the given source will receive all the notifications of the source subject to the specified replay buffer trimming policy.</param>
            <param name="window">Maximum time length of the replay buffer.</param>
            <param name="scheduler">Scheduler where connected observers within the selector function will be invoked on.</param>
            <returns>An observable sequence that contains the elements of a sequence produced by multicasting the source sequence within a selector function.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="selector"/> or <paramref name="scheduler"/> is null.</exception>
            <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="window"/> is less than TimeSpan.Zero.</exception>
            <seealso cref="T:System.Reactive.Subjects.ReplaySubject`1"/>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Replay``1(System.IObservable{``0},System.Int32,System.Reactive.Concurrency.IScheduler)">
            <summary>
            Returns a connectable observable sequence that shares a single subscription to the underlying sequence replaying bufferSize notifications.
            This operator is a specialization of Multicast using a <see cref="T:System.Reactive.Subjects.ReplaySubject`1"/>.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source sequence whose elements will be multicasted through a single shared subscription.</param>
            <param name="bufferSize">Maximum element count of the replay buffer.</param>
            <param name="scheduler">Scheduler where connected observers will be invoked on.</param>
            <returns>A connectable observable sequence that shares a single subscription to the underlying sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="scheduler"/> is null.</exception>
            <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="bufferSize"/> is less than zero.</exception>
            <remarks>Subscribers will receive all the notifications of the source subject to the specified replay buffer trimming policy.</remarks>
            <seealso cref="T:System.Reactive.Subjects.ReplaySubject`1"/>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Replay``2(System.IObservable{``0},System.Func{System.IObservable{``0},System.IObservable{``1}},System.Int32,System.Reactive.Concurrency.IScheduler)">
            <summary>
            Returns an observable sequence that is the result of invoking the selector on a connectable observable sequence that shares a single subscription to the underlying sequence replaying notifications subject to a maximum element count for the replay buffer.
            This operator is a specialization of Multicast using a <see cref="T:System.Reactive.Subjects.ReplaySubject`1"/>.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <typeparam name="TResult">The type of the elements in the result sequence.</typeparam>
            <param name="source">Source sequence whose elements will be multicasted through a single shared subscription.</param>
            <param name="selector">Selector function which can use the multicasted source sequence as many times as needed, without causing multiple subscriptions to the source sequence. Subscribers to the given source will receive all the notifications of the source subject to the specified replay buffer trimming policy.</param>
            <param name="bufferSize">Maximum element count of the replay buffer.</param>
            <param name="scheduler">Scheduler where connected observers within the selector function will be invoked on.</param>
            <returns>An observable sequence that contains the elements of a sequence produced by multicasting the source sequence within a selector function.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="selector"/> or <paramref name="scheduler"/> is null.</exception>
            <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="bufferSize"/> is less than zero.</exception>
            <seealso cref="T:System.Reactive.Subjects.ReplaySubject`1"/>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Replay``1(System.IObservable{``0},System.Int32)">
            <summary>
            Returns a connectable observable sequence that shares a single subscription to the underlying sequence replaying notifications subject to a maximum element count for the replay buffer.
            This operator is a specialization of Multicast using a <see cref="T:System.Reactive.Subjects.ReplaySubject`1"/>.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source sequence whose elements will be multicasted through a single shared subscription.</param>
            <param name="bufferSize">Maximum element count of the replay buffer.</param>
            <returns>A connectable observable sequence that shares a single subscription to the underlying sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> is null.</exception>
            <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="bufferSize"/> is less than zero.</exception>
            <remarks>Subscribers will receive all the notifications of the source subject to the specified replay buffer trimming policy.</remarks>
            <seealso cref="T:System.Reactive.Subjects.ReplaySubject`1"/>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Replay``2(System.IObservable{``0},System.Func{System.IObservable{``0},System.IObservable{``1}},System.Int32)">
            <summary>
            Returns an observable sequence that is the result of invoking the selector on a connectable observable sequence that shares a single subscription to the underlying sequence replaying notifications subject to a maximum element count for the replay buffer.
            This operator is a specialization of Multicast using a <see cref="T:System.Reactive.Subjects.ReplaySubject`1"/>.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <typeparam name="TResult">The type of the elements in the result sequence.</typeparam>
            <param name="source">Source sequence whose elements will be multicasted through a single shared subscription.</param>
            <param name="selector">Selector function which can use the multicasted source sequence as many times as needed, without causing multiple subscriptions to the source sequence. Subscribers to the given source will receive all the notifications of the source subject to the specified replay buffer trimming policy.</param>
            <param name="bufferSize">Maximum element count of the replay buffer.</param>
            <returns>An observable sequence that contains the elements of a sequence produced by multicasting the source sequence within a selector function.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="selector"/> is null.</exception>
            <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="bufferSize"/> is less than zero.</exception>
            <seealso cref="T:System.Reactive.Subjects.ReplaySubject`1"/>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Replay``1(System.IObservable{``0},System.Int32,System.TimeSpan)">
            <summary>
            Returns a connectable observable sequence that shares a single subscription to the underlying sequence replaying notifications subject to a maximum time length and element count for the replay buffer.
            This operator is a specialization of Multicast using a <see cref="T:System.Reactive.Subjects.ReplaySubject`1"/>.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source sequence whose elements will be multicasted through a single shared subscription.</param>
            <param name="bufferSize">Maximum element count of the replay buffer.</param>
            <param name="window">Maximum time length of the replay buffer.</param>
            <returns>A connectable observable sequence that shares a single subscription to the underlying sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> is null.</exception>
            <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="bufferSize"/> is less than zero.</exception>
            <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="window"/> is less than TimeSpan.Zero.</exception>
            <remarks>Subscribers will receive all the notifications of the source subject to the specified replay buffer trimming policy.</remarks>
            <seealso cref="T:System.Reactive.Subjects.ReplaySubject`1"/>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Replay``2(System.IObservable{``0},System.Func{System.IObservable{``0},System.IObservable{``1}},System.Int32,System.TimeSpan)">
            <summary>
            Returns an observable sequence that is the result of invoking the selector on a connectable observable sequence that shares a single subscription to the underlying sequence replaying notifications subject to a maximum time length and element count for the replay buffer.
            This operator is a specialization of Multicast using a <see cref="T:System.Reactive.Subjects.ReplaySubject`1"/>.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <typeparam name="TResult">The type of the elements in the result sequence.</typeparam>
            <param name="source">Source sequence whose elements will be multicasted through a single shared subscription.</param>
            <param name="selector">Selector function which can use the multicasted source sequence as many times as needed, without causing multiple subscriptions to the source sequence. Subscribers to the given source will receive all the notifications of the source subject to the specified replay buffer trimming policy.</param>
            <param name="bufferSize">Maximum element count of the replay buffer.</param>
            <param name="window">Maximum time length of the replay buffer.</param>
            <returns>An observable sequence that contains the elements of a sequence produced by multicasting the source sequence within a selector function.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="selector"/> is null.</exception>
            <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="bufferSize"/> is less than zero.</exception>
            <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="window"/> is less than TimeSpan.Zero.</exception>
            <seealso cref="T:System.Reactive.Subjects.ReplaySubject`1"/>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Replay``1(System.IObservable{``0},System.Int32,System.TimeSpan,System.Reactive.Concurrency.IScheduler)">
            <summary>
            Returns a connectable observable sequence that shares a single subscription to the underlying sequence replaying notifications subject to a maximum time length and element count for the replay buffer.
            This operator is a specialization of Multicast using a <see cref="T:System.Reactive.Subjects.ReplaySubject`1"/>.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source sequence whose elements will be multicasted through a single shared subscription.</param>
            <param name="bufferSize">Maximum element count of the replay buffer.</param>
            <param name="window">Maximum time length of the replay buffer.</param>
            <param name="scheduler">Scheduler where connected observers will be invoked on.</param>
            <returns>A connectable observable sequence that shares a single subscription to the underlying sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="scheduler"/> is null.</exception>
            <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="bufferSize"/> is less than zero.</exception>
            <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="window"/> is less than TimeSpan.Zero.</exception>
            <remarks>Subscribers will receive all the notifications of the source subject to the specified replay buffer trimming policy.</remarks>
            <seealso cref="T:System.Reactive.Subjects.ReplaySubject`1"/>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Replay``2(System.IObservable{``0},System.Func{System.IObservable{``0},System.IObservable{``1}},System.Int32,System.TimeSpan,System.Reactive.Concurrency.IScheduler)">
            <summary>
            Returns an observable sequence that is the result of invoking the selector on a connectable observable sequence that shares a single subscription to the underlying sequence replaying notifications subject to a maximum time length and element count for the replay buffer.
            This operator is a specialization of Multicast using a <see cref="T:System.Reactive.Subjects.ReplaySubject`1"/>.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <typeparam name="TResult">The type of the elements in the result sequence.</typeparam>
            <param name="source">Source sequence whose elements will be multicasted through a single shared subscription.</param>
            <param name="selector">Selector function which can use the multicasted source sequence as many times as needed, without causing multiple subscriptions to the source sequence. Subscribers to the given source will receive all the notifications of the source subject to the specified replay buffer trimming policy.</param>
            <param name="bufferSize">Maximum element count of the replay buffer.</param>
            <param name="window">Maximum time length of the replay buffer.</param>
            <param name="scheduler">Scheduler where connected observers within the selector function will be invoked on.</param>
            <returns>An observable sequence that contains the elements of a sequence produced by multicasting the source sequence within a selector function.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="selector"/> or <paramref name="scheduler"/> is null.</exception>
            <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="bufferSize"/> is less than zero.</exception>
            <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="window"/> is less than TimeSpan.Zero.</exception>
            <seealso cref="T:System.Reactive.Subjects.ReplaySubject`1"/>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Chunkify``1(System.IObservable{``0})">
            <summary>
            Produces an enumerable sequence of consecutive (possibly empty) chunks of the source sequence.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source observable sequence.</param>
            <returns>The enumerable sequence that returns consecutive (possibly empty) chunks upon each iteration.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Collect``2(System.IObservable{``0},System.Func{``1},System.Func{``1,``0,``1})">
            <summary>
            Produces an enumerable sequence that returns elements collected/aggregated from the source sequence between consecutive iterations.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <typeparam name="TResult">The type of the elements produced by the merge operation during collection.</typeparam>
            <param name="source">Source observable sequence.</param>
            <param name="newCollector">Factory to create a new collector object.</param>
            <param name="merge">Merges a sequence element with the current collector.</param>
            <returns>The enumerable sequence that returns collected/aggregated elements from the source sequence upon each iteration.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="newCollector"/> or <paramref name="merge"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Collect``2(System.IObservable{``0},System.Func{``1},System.Func{``1,``0,``1},System.Func{``1,``1})">
            <summary>
            Produces an enumerable sequence that returns elements collected/aggregated from the source sequence between consecutive iterations.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <typeparam name="TResult">The type of the elements produced by the merge operation during collection.</typeparam>
            <param name="source">Source observable sequence.</param>
            <param name="getInitialCollector">Factory to create the initial collector object.</param>
            <param name="merge">Merges a sequence element with the current collector.</param>
            <param name="getNewCollector">Factory to replace the current collector by a new collector.</param>
            <returns>The enumerable sequence that returns collected/aggregated elements from the source sequence upon each iteration.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="getInitialCollector"/> or <paramref name="merge"/> or <paramref name="getNewCollector"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.First``1(System.IObservable{``0})">
            <summary>
            Returns the first element of an observable sequence.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source observable sequence.</param>
            <returns>The first element in the observable sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> is null.</exception>
            <exception cref="T:System.InvalidOperationException">The source sequence is empty.</exception>
            <seealso cref="M:System.Reactive.Linq.Observable.FirstAsync``1(System.IObservable{``0})"/>
        </member>
        <member name="M:System.Reactive.Linq.Observable.First``1(System.IObservable{``0},System.Func{``0,System.Boolean})">
            <summary>
            Returns the first element of an observable sequence that satisfies the condition in the predicate.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source observable sequence.</param>
            <param name="predicate">A predicate function to evaluate for elements in the source sequence.</param>
            <returns>The first element in the observable sequence that satisfies the condition in the predicate.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="predicate"/> is null.</exception>
            <exception cref="T:System.InvalidOperationException">No element satisfies the condition in the predicate. -or- The source sequence is empty.</exception>
            <seealso cref="M:System.Reactive.Linq.Observable.FirstAsync``1(System.IObservable{``0},System.Func{``0,System.Boolean})"/>
        </member>
        <member name="M:System.Reactive.Linq.Observable.FirstOrDefault``1(System.IObservable{``0})">
            <summary>
            Returns the first element of an observable sequence, or a default value if no such element exists.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source observable sequence.</param>
            <returns>The first element in the observable sequence, or a default value if no such element exists.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> is null.</exception>
            <seealso cref="M:System.Reactive.Linq.Observable.FirstOrDefaultAsync``1(System.IObservable{``0})"/>
        </member>
        <member name="M:System.Reactive.Linq.Observable.FirstOrDefault``1(System.IObservable{``0},System.Func{``0,System.Boolean})">
            <summary>
            Returns the first element of an observable sequence that satisfies the condition in the predicate, or a default value if no such element exists.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source observable sequence.</param>
            <param name="predicate">A predicate function to evaluate for elements in the source sequence.</param>
            <returns>The first element in the observable sequence that satisfies the condition in the predicate, or a default value if no such element exists.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="predicate"/> is null.</exception>
            <seealso cref="M:System.Reactive.Linq.Observable.FirstOrDefaultAsync``1(System.IObservable{``0},System.Func{``0,System.Boolean})"/>
        </member>
        <member name="M:System.Reactive.Linq.Observable.ForEach``1(System.IObservable{``0},System.Action{``0})">
            <summary>
            Invokes an action for each element in the observable sequence, and blocks until the sequence is terminated.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source sequence.</param>
            <param name="onNext">Action to invoke for each element in the observable sequence.</param>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="onNext"/> is null.</exception>
            <remarks>Because of its blocking nature, this operator is mainly used for testing.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.ForEach``1(System.IObservable{``0},System.Action{``0,System.Int32})">
            <summary>
            Invokes an action for each element in the observable sequence, incorporating the element's index, and blocks until the sequence is terminated.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source sequence.</param>
            <param name="onNext">Action to invoke for each element in the observable sequence.</param>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="onNext"/> is null.</exception>
            <remarks>Because of its blocking nature, this operator is mainly used for testing.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.GetEnumerator``1(System.IObservable{``0})">
            <summary>
            Returns an enumerator that enumerates all values of the observable sequence.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">An observable sequence to get an enumerator for.</param>
            <returns>The enumerator that can be used to enumerate over the elements in the observable sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Last``1(System.IObservable{``0})">
            <summary>
            Returns the last element of an observable sequence.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source observable sequence.</param>
            <returns>The last element in the observable sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> is null.</exception>
            <exception cref="T:System.InvalidOperationException">The source sequence is empty.</exception>
            <seealso cref="M:System.Reactive.Linq.Observable.LastAsync``1(System.IObservable{``0})"/>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Last``1(System.IObservable{``0},System.Func{``0,System.Boolean})">
            <summary>
            Returns the last element of an observable sequence that satisfies the condition in the predicate.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source observable sequence.</param>
            <param name="predicate">A predicate function to evaluate for elements in the source sequence.</param>
            <returns>The last element in the observable sequence that satisfies the condition in the predicate.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="predicate"/> is null.</exception>
            <exception cref="T:System.InvalidOperationException">No element satisfies the condition in the predicate. -or- The source sequence is empty.</exception>
            <seealso cref="M:System.Reactive.Linq.Observable.LastAsync``1(System.IObservable{``0},System.Func{``0,System.Boolean})"/>
        </member>
        <member name="M:System.Reactive.Linq.Observable.LastOrDefault``1(System.IObservable{``0})">
            <summary>
            Returns the last element of an observable sequence, or a default value if no such element exists.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source observable sequence.</param>
            <returns>The last element in the observable sequence, or a default value if no such element exists.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> is null.</exception>
            <seealso cref="M:System.Reactive.Linq.Observable.LastOrDefaultAsync``1(System.IObservable{``0})"/>
        </member>
        <member name="M:System.Reactive.Linq.Observable.LastOrDefault``1(System.IObservable{``0},System.Func{``0,System.Boolean})">
            <summary>
            Returns the last element of an observable sequence that satisfies the condition in the predicate, or a default value if no such element exists.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source observable sequence.</param>
            <param name="predicate">A predicate function to evaluate for elements in the source sequence.</param>
            <returns>The last element in the observable sequence that satisfies the condition in the predicate, or a default value if no such element exists.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="predicate"/> is null.</exception>
            <seealso cref="M:System.Reactive.Linq.Observable.LastOrDefaultAsync``1(System.IObservable{``0},System.Func{``0,System.Boolean})"/>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Latest``1(System.IObservable{``0})">
            <summary>
            Returns an enumerable sequence whose enumeration returns the latest observed element in the source observable sequence.
            Enumerators on the resulting sequence will never produce the same element repeatedly, and will block until the next element becomes available.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source observable sequence.</param>
            <returns>The enumerable sequence that returns the last sampled element upon each iteration and subsequently blocks until the next element in the observable source sequence becomes available.</returns>
        </member>
        <member name="M:System.Reactive.Linq.Observable.MostRecent``1(System.IObservable{``0},``0)">
            <summary>
            Returns an enumerable sequence whose enumeration returns the most recently observed element in the source observable sequence, using the specified initial value in case no element has been sampled yet.
            Enumerators on the resulting sequence never block and can produce the same element repeatedly.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source observable sequence.</param>
            <param name="initialValue">Initial value that will be yielded by the enumerable sequence if no element has been sampled yet.</param>
            <returns>The enumerable sequence that returns the last sampled element upon each iteration.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Next``1(System.IObservable{``0})">
            <summary>
            Returns an enumerable sequence whose enumeration blocks until the next element in the source observable sequence becomes available.
            Enumerators on the resulting sequence will block until the next element becomes available.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source observable sequence.</param>
            <returns>The enumerable sequence that blocks upon each iteration until the next element in the observable source sequence becomes available.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Single``1(System.IObservable{``0})">
            <summary>
            Returns the only element of an observable sequence, and throws an exception if there is not exactly one element in the observable sequence.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source observable sequence.</param>
            <returns>The single element in the observable sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> is null.</exception>
            <exception cref="T:System.InvalidOperationException">The source sequence contains more than one element. -or- The source sequence is empty.</exception>
            <seealso cref="M:System.Reactive.Linq.Observable.SingleAsync``1(System.IObservable{``0})"/>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Single``1(System.IObservable{``0},System.Func{``0,System.Boolean})">
            <summary>
            Returns the only element of an observable sequence that satisfies the condition in the predicate, and throws an exception if there is not exactly one element matching the predicate in the observable sequence.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source observable sequence.</param>
            <param name="predicate">A predicate function to evaluate for elements in the source sequence.</param>
            <returns>The single element in the observable sequence that satisfies the condition in the predicate.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="predicate"/> is null.</exception>
            <exception cref="T:System.InvalidOperationException">No element satisfies the condition in the predicate. -or- More than one element satisfies the condition in the predicate. -or- The source sequence is empty.</exception>
            <seealso cref="M:System.Reactive.Linq.Observable.SingleAsync``1(System.IObservable{``0},System.Func{``0,System.Boolean})"/>
        </member>
        <member name="M:System.Reactive.Linq.Observable.SingleOrDefault``1(System.IObservable{``0})">
            <summary>
            Returns the only element of an observable sequence, or a default value if the observable sequence is empty; this method throws an exception if there is more than one element in the observable sequence.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source observable sequence.</param>
            <returns>The single element in the observable sequence, or a default value if no such element exists.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> is null.</exception>
            <exception cref="T:System.InvalidOperationException">The source sequence contains more than one element.</exception>
            <seealso cref="M:System.Reactive.Linq.Observable.SingleOrDefaultAsync``1(System.IObservable{``0})"/>
        </member>
        <member name="M:System.Reactive.Linq.Observable.SingleOrDefault``1(System.IObservable{``0},System.Func{``0,System.Boolean})">
            <summary>
            Returns the only element of an observable sequence that satisfies the condition in the predicate, or a default value if no such element exists; this method throws an exception if there is more than one element matching the predicate in the observable sequence.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source observable sequence.</param>
            <param name="predicate">A predicate function to evaluate for elements in the source sequence.</param>
            <returns>The single element in the observable sequence that satisfies the condition in the predicate, or a default value if no such element exists.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="predicate"/> is null.</exception>
            <exception cref="T:System.InvalidOperationException">The sequence contains more than one element that satisfies the condition in the predicate.</exception>
            <seealso cref="M:System.Reactive.Linq.Observable.SingleOrDefaultAsync``1(System.IObservable{``0},System.Func{``0,System.Boolean})"/>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Wait``1(System.IObservable{``0})">
            <summary>
            Waits for the observable sequence to complete and returns the last element of the sequence.
            If the sequence terminates with an OnError notification, the exception is thrown.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source observable sequence.</param>
            <returns>The last element in the observable sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> is null.</exception>
            <exception cref="T:System.InvalidOperationException">The source sequence is empty.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.ObserveOn``1(System.IObservable{``0},System.Reactive.Concurrency.IScheduler)">
            <summary>
            Wraps the source sequence in order to run its observer callbacks on the specified scheduler.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source sequence.</param>
            <param name="scheduler">Scheduler to notify observers on.</param>
            <returns>The source sequence whose observations happen on the specified scheduler.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="scheduler"/> is null.</exception>
            <remarks>
            This only invokes observer callbacks on a scheduler. In case the subscription and/or unsubscription actions have side-effects
            that require to be run on a scheduler, use <see cref="M:System.Reactive.Linq.Observable.SubscribeOn``1(System.IObservable{``0},System.Reactive.Concurrency.IScheduler)"/>.
            </remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.ObserveOn``1(System.IObservable{``0},System.Threading.SynchronizationContext)">
            <summary>
            Wraps the source sequence in order to run its observer callbacks on the specified synchronization context.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source sequence.</param>
            <param name="context">Synchronization context to notify observers on.</param>
            <returns>The source sequence whose observations happen on the specified synchronization context.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="context"/> is null.</exception>
            <remarks>
            This only invokes observer callbacks on a synchronization context. In case the subscription and/or unsubscription actions have side-effects
            that require to be run on a synchronization context, use <see cref="M:System.Reactive.Linq.Observable.SubscribeOn``1(System.IObservable{``0},System.Threading.SynchronizationContext)"/>.
            </remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.SubscribeOn``1(System.IObservable{``0},System.Reactive.Concurrency.IScheduler)">
            <summary>
            Wraps the source sequence in order to run its subscription and unsubscription logic on the specified scheduler. This operation is not commonly used;
            see the remarks section for more information on the distinction between SubscribeOn and ObserveOn.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source sequence.</param>
            <param name="scheduler">Scheduler to perform subscription and unsubscription actions on.</param>
            <returns>The source sequence whose subscriptions and unsubscriptions happen on the specified scheduler.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="scheduler"/> is null.</exception>
            <remarks>
            This only performs the side-effects of subscription and unsubscription on the specified scheduler. In order to invoke observer
            callbacks on a scheduler, use <see cref="M:System.Reactive.Linq.Observable.ObserveOn``1(System.IObservable{``0},System.Reactive.Concurrency.IScheduler)"/>.
            </remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.SubscribeOn``1(System.IObservable{``0},System.Threading.SynchronizationContext)">
            <summary>
            Wraps the source sequence in order to run its subscription and unsubscription logic on the specified synchronization context. This operation is not commonly used;
            see the remarks section for more information on the distinction between SubscribeOn and ObserveOn.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source sequence.</param>
            <param name="context">Synchronization context to perform subscription and unsubscription actions on.</param>
            <returns>The source sequence whose subscriptions and unsubscriptions happen on the specified synchronization context.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="context"/> is null.</exception>
            <remarks>
            This only performs the side-effects of subscription and unsubscription on the specified synchronization context. In order to invoke observer
            callbacks on a synchronization context, use <see cref="M:System.Reactive.Linq.Observable.ObserveOn``1(System.IObservable{``0},System.Threading.SynchronizationContext)"/>.
            </remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Synchronize``1(System.IObservable{``0})">
            <summary>
            Synchronizes the observable sequence such that observer notifications cannot be delivered concurrently.
            This overload is useful to "fix" an observable sequence that exhibits concurrent callbacks on individual observers, which is invalid behavior for the query processor.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source sequence.</param>
            <returns>The source sequence whose outgoing calls to observers are synchronized.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> is null.</exception>
            <remarks>
            It's invalid behavior - according to the observer grammar - for a sequence to exhibit concurrent callbacks on a given observer.
            This operator can be used to "fix" a source that doesn't conform to this rule.
            </remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Synchronize``1(System.IObservable{``0},System.Object)">
            <summary>
            Synchronizes the observable sequence such that observer notifications cannot be delivered concurrently, using the specified gate object.
            This overload is useful when writing n-ary query operators, in order to prevent concurrent callbacks from different sources by synchronizing on a common gate object.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source sequence.</param>
            <param name="gate">Gate object to synchronize each observer call on.</param>
            <returns>The source sequence whose outgoing calls to observers are synchronized on the given gate object.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="gate"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Subscribe``1(System.Collections.Generic.IEnumerable{``0},System.IObserver{``0})">
            <summary>
            Subscribes an observer to an enumerable sequence.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Enumerable sequence to subscribe to.</param>
            <param name="observer">Observer that will receive notifications from the enumerable sequence.</param>
            <returns>Disposable object that can be used to unsubscribe the observer from the enumerable</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="observer"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Subscribe``1(System.Collections.Generic.IEnumerable{``0},System.IObserver{``0},System.Reactive.Concurrency.IScheduler)">
            <summary>
            Subscribes an observer to an enumerable sequence, using the specified scheduler to run the enumeration loop.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Enumerable sequence to subscribe to.</param>
            <param name="observer">Observer that will receive notifications from the enumerable sequence.</param>
            <param name="scheduler">Scheduler to perform the enumeration on.</param>
            <returns>Disposable object that can be used to unsubscribe the observer from the enumerable</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="observer"/> or <paramref name="scheduler"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.ToEnumerable``1(System.IObservable{``0})">
            <summary>
            Converts an observable sequence to an enumerable sequence.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">An observable sequence to convert to an enumerable sequence.</param>
            <returns>The enumerable sequence containing the elements in the observable sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.ToEvent(System.IObservable{System.Reactive.Unit})">
            <summary>
            Exposes an observable sequence as an object with an <see cref="T:System.Action"/>-based .NET event.
            </summary>
            <param name="source">Observable source sequence.</param>
            <returns>The event source object.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.ToEvent``1(System.IObservable{``0})">
            <summary>
            Exposes an observable sequence as an object with an <see cref="T:System.Action`1"/>-based .NET event.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Observable source sequence.</param>
            <returns>The event source object.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.ToEventPattern``1(System.IObservable{System.Reactive.EventPattern{``0}})">
            <summary>
            Exposes an observable sequence as an object with a .NET event, conforming to the standard .NET event pattern.
            </summary>
            <typeparam name="TEventArgs">The type of the event data generated by the event.</typeparam>
            <param name="source">Observable source sequence.</param>
            <returns>The event source object.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.ToObservable``1(System.Collections.Generic.IEnumerable{``0})">
            <summary>
            Converts an enumerable sequence to an observable sequence.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Enumerable sequence to convert to an observable sequence.</param>
            <returns>The observable sequence whose elements are pulled from the given enumerable sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.ToObservable``1(System.Collections.Generic.IEnumerable{``0},System.Reactive.Concurrency.IScheduler)">
            <summary>
            Converts an enumerable sequence to an observable sequence, using the specified scheduler to run the enumeration loop.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Enumerable sequence to convert to an observable sequence.</param>
            <param name="scheduler">Scheduler to run the enumeration of the input sequence on.</param>
            <returns>The observable sequence whose elements are pulled from the given enumerable sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="scheduler"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Create``1(System.Func{System.IObserver{``0},System.IDisposable})">
            <summary>
            Creates an observable sequence from a specified Subscribe method implementation.
            </summary>
            <typeparam name="TResult">The type of the elements in the produced sequence.</typeparam>
            <param name="subscribe">Implementation of the resulting observable sequence's Subscribe method.</param>
            <returns>The observable sequence with the specified implementation for the Subscribe method.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="subscribe"/> is null.</exception>
            <remarks>
            Use of this operator is preferred over manual implementation of the <see cref="T:System.IObservable`1"/> interface. In case
            you need a type implementing <see cref="T:System.IObservable`1"/> rather than an anonymous implementation, consider using
            the <see cref="T:System.Reactive.ObservableBase`1"/> abstract base class.
            </remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Create``1(System.Func{System.IObserver{``0},System.Action})">
            <summary>
            Creates an observable sequence from a specified Subscribe method implementation.
            </summary>
            <typeparam name="TResult">The type of the elements in the produced sequence.</typeparam>
            <param name="subscribe">Implementation of the resulting observable sequence's Subscribe method, returning an Action delegate that will be wrapped in an IDisposable.</param>
            <returns>The observable sequence with the specified implementation for the Subscribe method.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="subscribe"/> is null.</exception>
            <remarks>
            Use of this operator is preferred over manual implementation of the <see cref="T:System.IObservable`1"/> interface. In case
            you need a type implementing <see cref="T:System.IObservable`1"/> rather than an anonymous implementation, consider using
            the <see cref="T:System.Reactive.ObservableBase`1"/> abstract base class.
            </remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Create``1(System.Func{System.IObserver{``0},System.Threading.CancellationToken,System.Threading.Tasks.Task})">
            <summary>
            Creates an observable sequence from a specified cancellable asynchronous Subscribe method.
            The CancellationToken passed to the asynchronous Subscribe method is tied to the returned disposable subscription, allowing best-effort cancellation.
            </summary>
            <typeparam name="TResult">The type of the elements in the produced sequence.</typeparam>
            <param name="subscribeAsync">Asynchronous method used to produce elements.</param>
            <returns>The observable sequence surfacing the elements produced by the asynchronous method.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="subscribeAsync"/> is null.</exception>
            <remarks>This operator is especially useful in conjunction with the asynchronous programming features introduced in C# 5.0 and Visual Basic 11.</remarks>
            <remarks>When a subscription to the resulting sequence is disposed, the CancellationToken that was fed to the asynchronous subscribe function will be signaled.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Create``1(System.Func{System.IObserver{``0},System.Threading.Tasks.Task})">
            <summary>
            Creates an observable sequence from a specified asynchronous Subscribe method.
            </summary>
            <typeparam name="TResult">The type of the elements in the produced sequence.</typeparam>
            <param name="subscribeAsync">Asynchronous method used to produce elements.</param>
            <returns>The observable sequence surfacing the elements produced by the asynchronous method.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="subscribeAsync"/> is null.</exception>
            <remarks>This operator is especially useful in conjunction with the asynchronous programming features introduced in C# 5.0 and Visual Basic 11.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Create``1(System.Func{System.IObserver{``0},System.Threading.CancellationToken,System.Threading.Tasks.Task{System.IDisposable}})">
            <summary>
            Creates an observable sequence from a specified cancellable asynchronous Subscribe method.
            The CancellationToken passed to the asynchronous Subscribe method is tied to the returned disposable subscription, allowing best-effort cancellation.
            </summary>
            <typeparam name="TResult">The type of the elements in the produced sequence.</typeparam>
            <param name="subscribeAsync">Asynchronous method used to implement the resulting sequence's Subscribe method.</param>
            <returns>The observable sequence with the specified implementation for the Subscribe method.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="subscribeAsync"/> is null.</exception>
            <remarks>This operator is especially useful in conjunction with the asynchronous programming features introduced in C# 5.0 and Visual Basic 11.</remarks>
            <remarks>When a subscription to the resulting sequence is disposed, the CancellationToken that was fed to the asynchronous subscribe function will be signaled.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Create``1(System.Func{System.IObserver{``0},System.Threading.Tasks.Task{System.IDisposable}})">
            <summary>
            Creates an observable sequence from a specified asynchronous Subscribe method.
            </summary>
            <typeparam name="TResult">The type of the elements in the produced sequence.</typeparam>
            <param name="subscribeAsync">Asynchronous method used to implement the resulting sequence's Subscribe method.</param>
            <returns>The observable sequence with the specified implementation for the Subscribe method.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="subscribeAsync"/> is null.</exception>
            <remarks>This operator is especially useful in conjunction with the asynchronous programming features introduced in C# 5.0 and Visual Basic 11.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Create``1(System.Func{System.IObserver{``0},System.Threading.CancellationToken,System.Threading.Tasks.Task{System.Action}})">
            <summary>
            Creates an observable sequence from a specified cancellable asynchronous Subscribe method.
            The CancellationToken passed to the asynchronous Subscribe method is tied to the returned disposable subscription, allowing best-effort cancellation.
            </summary>
            <typeparam name="TResult">The type of the elements in the produced sequence.</typeparam>
            <param name="subscribeAsync">Asynchronous method used to implement the resulting sequence's Subscribe method, returning an Action delegate that will be wrapped in an IDisposable.</param>
            <returns>The observable sequence with the specified implementation for the Subscribe method.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="subscribeAsync"/> is null.</exception>
            <remarks>This operator is especially useful in conjunction with the asynchronous programming features introduced in C# 5.0 and Visual Basic 11.</remarks>
            <remarks>When a subscription to the resulting sequence is disposed, the CancellationToken that was fed to the asynchronous subscribe function will be signaled.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Create``1(System.Func{System.IObserver{``0},System.Threading.Tasks.Task{System.Action}})">
            <summary>
            Creates an observable sequence from a specified asynchronous Subscribe method.
            </summary>
            <typeparam name="TResult">The type of the elements in the produced sequence.</typeparam>
            <param name="subscribeAsync">Asynchronous method used to implement the resulting sequence's Subscribe method, returning an Action delegate that will be wrapped in an IDisposable.</param>
            <returns>The observable sequence with the specified implementation for the Subscribe method.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="subscribeAsync"/> is null.</exception>
            <remarks>This operator is especially useful in conjunction with the asynchronous programming features introduced in C# 5.0 and Visual Basic 11.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Defer``1(System.Func{System.IObservable{``0}})">
            <summary>
            Returns an observable sequence that invokes the specified factory function whenever a new observer subscribes.
            </summary>
            <typeparam name="TResult">The type of the elements in the sequence returned by the factory function, and in the resulting sequence.</typeparam>
            <param name="observableFactory">Observable factory function to invoke for each observer that subscribes to the resulting sequence.</param>
            <returns>An observable sequence whose observers trigger an invocation of the given observable factory function.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="observableFactory"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Defer``1(System.Func{System.Threading.Tasks.Task{System.IObservable{``0}}})">
            <summary>
            Returns an observable sequence that starts the specified asynchronous factory function whenever a new observer subscribes.
            </summary>
            <typeparam name="TResult">The type of the elements in the sequence returned by the factory function, and in the resulting sequence.</typeparam>
            <param name="observableFactoryAsync">Asynchronous factory function to start for each observer that subscribes to the resulting sequence.</param>
            <returns>An observable sequence whose observers trigger the given asynchronous observable factory function to be started.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="observableFactoryAsync"/> is null.</exception>
            <remarks>This operator is especially useful in conjunction with the asynchronous programming features introduced in C# 5.0 and Visual Basic 11.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.DeferAsync``1(System.Func{System.Threading.CancellationToken,System.Threading.Tasks.Task{System.IObservable{``0}}})">
            <summary>
            Returns an observable sequence that starts the specified cancellable asynchronous factory function whenever a new observer subscribes.
            The CancellationToken passed to the asynchronous factory function is tied to the returned disposable subscription, allowing best-effort cancellation.
            </summary>
            <typeparam name="TResult">The type of the elements in the sequence returned by the factory function, and in the resulting sequence.</typeparam>
            <param name="observableFactoryAsync">Asynchronous factory function to start for each observer that subscribes to the resulting sequence.</param>
            <returns>An observable sequence whose observers trigger the given asynchronous observable factory function to be started.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="observableFactoryAsync"/> is null.</exception>
            <remarks>This operator is especially useful in conjunction with the asynchronous programming features introduced in C# 5.0 and Visual Basic 11.</remarks>
            <remarks>When a subscription to the resulting sequence is disposed, the CancellationToken that was fed to the asynchronous observable factory function will be signaled.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Empty``1">
            <summary>
            Returns an empty observable sequence.
            </summary>
            <typeparam name="TResult">The type used for the <see cref="T:System.IObservable`1"/> type parameter of the resulting sequence.</typeparam>
            <returns>An observable sequence with no elements.</returns>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Empty``1(``0)">
            <summary>
            Returns an empty observable sequence.
            </summary>
            <typeparam name="TResult">The type used for the <see cref="T:System.IObservable`1"/> type parameter of the resulting sequence.</typeparam>
            <param name="witness">Object solely used to infer the type of the <typeparamref name="TResult"/> type parameter. This parameter is typically used when creating a sequence of anonymously typed elements.</param>
            <returns>An observable sequence with no elements.</returns>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Empty``1(System.Reactive.Concurrency.IScheduler)">
            <summary>
            Returns an empty observable sequence, using the specified scheduler to send out the single OnCompleted message.
            </summary>
            <typeparam name="TResult">The type used for the <see cref="T:System.IObservable`1"/> type parameter of the resulting sequence.</typeparam>
            <param name="scheduler">Scheduler to send the termination call on.</param>
            <returns>An observable sequence with no elements.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="scheduler"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Empty``1(System.Reactive.Concurrency.IScheduler,``0)">
            <summary>
            Returns an empty observable sequence, using the specified scheduler to send out the single OnCompleted message.
            </summary>
            <typeparam name="TResult">The type used for the <see cref="T:System.IObservable`1"/> type parameter of the resulting sequence.</typeparam>
            <param name="scheduler">Scheduler to send the termination call on.</param>
            <param name="witness">Object solely used to infer the type of the <typeparamref name="TResult"/> type parameter. This parameter is typically used when creating a sequence of anonymously typed elements.</param>
            <returns>An observable sequence with no elements.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="scheduler"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Generate``2(``0,System.Func{``0,System.Boolean},System.Func{``0,``0},System.Func{``0,``1})">
            <summary>
            Generates an observable sequence by running a state-driven loop producing the sequence's elements.
            </summary>
            <typeparam name="TState">The type of the state used in the generator loop.</typeparam>
            <typeparam name="TResult">The type of the elements in the produced sequence.</typeparam>
            <param name="initialState">Initial state.</param>
            <param name="condition">Condition to terminate generation (upon returning false).</param>
            <param name="iterate">Iteration step function.</param>
            <param name="resultSelector">Selector function for results produced in the sequence.</param>
            <returns>The generated sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="condition"/> or <paramref name="iterate"/> or <paramref name="resultSelector"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Generate``2(``0,System.Func{``0,System.Boolean},System.Func{``0,``0},System.Func{``0,``1},System.Reactive.Concurrency.IScheduler)">
            <summary>
            Generates an observable sequence by running a state-driven loop producing the sequence's elements, using the specified scheduler to send out observer messages.
            </summary>
            <typeparam name="TState">The type of the state used in the generator loop.</typeparam>
            <typeparam name="TResult">The type of the elements in the produced sequence.</typeparam>
            <param name="initialState">Initial state.</param>
            <param name="condition">Condition to terminate generation (upon returning false).</param>
            <param name="iterate">Iteration step function.</param>
            <param name="resultSelector">Selector function for results produced in the sequence.</param>
            <param name="scheduler">Scheduler on which to run the generator loop.</param>
            <returns>The generated sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="condition"/> or <paramref name="iterate"/> or <paramref name="resultSelector"/> or <paramref name="scheduler"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Never``1">
            <summary>
            Returns a non-terminating observable sequence, which can be used to denote an infinite duration (e.g. when using reactive joins).
            </summary>
            <typeparam name="TResult">The type used for the <see cref="T:System.IObservable`1"/> type parameter of the resulting sequence.</typeparam>
            <returns>An observable sequence whose observers will never get called.</returns>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Never``1(``0)">
            <summary>
            Returns a non-terminating observable sequence, which can be used to denote an infinite duration (e.g. when using reactive joins).
            </summary>
            <typeparam name="TResult">The type used for the <see cref="T:System.IObservable`1"/> type parameter of the resulting sequence.</typeparam>
            <param name="witness">Object solely used to infer the type of the <typeparamref name="TResult"/> type parameter. This parameter is typically used when creating a sequence of anonymously typed elements.</param>
            <returns>An observable sequence whose observers will never get called.</returns>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Range(System.Int32,System.Int32)">
            <summary>
            Generates an observable sequence of integral numbers within a specified range.
            </summary>
            <param name="start">The value of the first integer in the sequence.</param>
            <param name="count">The number of sequential integers to generate.</param>
            <returns>An observable sequence that contains a range of sequential integral numbers.</returns>
            <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="count"/> is less than zero. -or- <paramref name="start"/> + <paramref name="count"/> - 1 is larger than <see cref="F:System.Int32.MaxValue"/>.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Range(System.Int32,System.Int32,System.Reactive.Concurrency.IScheduler)">
            <summary>
            Generates an observable sequence of integral numbers within a specified range, using the specified scheduler to send out observer messages.
            </summary>
            <param name="start">The value of the first integer in the sequence.</param>
            <param name="count">The number of sequential integers to generate.</param>
            <param name="scheduler">Scheduler to run the generator loop on.</param>
            <returns>An observable sequence that contains a range of sequential integral numbers.</returns>
            <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="count"/> is less than zero. -or- <paramref name="start"/> + <paramref name="count"/> - 1 is larger than <see cref="F:System.Int32.MaxValue"/>.</exception>
            <exception cref="T:System.ArgumentNullException"><paramref name="scheduler"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Repeat``1(``0)">
            <summary>
            Generates an observable sequence that repeats the given element infinitely.
            </summary>
            <typeparam name="TResult">The type of the element that will be repeated in the produced sequence.</typeparam>
            <param name="value">Element to repeat.</param>
            <returns>An observable sequence that repeats the given element infinitely.</returns>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Repeat``1(``0,System.Reactive.Concurrency.IScheduler)">
            <summary>
            Generates an observable sequence that repeats the given element infinitely, using the specified scheduler to send out observer messages.
            </summary>
            <typeparam name="TResult">The type of the element that will be repeated in the produced sequence.</typeparam>
            <param name="value">Element to repeat.</param>
            <param name="scheduler">Scheduler to run the producer loop on.</param>
            <returns>An observable sequence that repeats the given element infinitely.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="scheduler"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Repeat``1(``0,System.Int32)">
            <summary>
            Generates an observable sequence that repeats the given element the specified number of times.
            </summary>
            <typeparam name="TResult">The type of the element that will be repeated in the produced sequence.</typeparam>
            <param name="value">Element to repeat.</param>
            <param name="repeatCount">Number of times to repeat the element.</param>
            <returns>An observable sequence that repeats the given element the specified number of times.</returns>
            <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="repeatCount"/> is less than zero.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Repeat``1(``0,System.Int32,System.Reactive.Concurrency.IScheduler)">
            <summary>
            Generates an observable sequence that repeats the given element the specified number of times, using the specified scheduler to send out observer messages.
            </summary>
            <typeparam name="TResult">The type of the element that will be repeated in the produced sequence.</typeparam>
            <param name="value">Element to repeat.</param>
            <param name="repeatCount">Number of times to repeat the element.</param>
            <param name="scheduler">Scheduler to run the producer loop on.</param>
            <returns>An observable sequence that repeats the given element the specified number of times.</returns>
            <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="repeatCount"/> is less than zero.</exception>
            <exception cref="T:System.ArgumentNullException"><paramref name="scheduler"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Return``1(``0)">
            <summary>
            Returns an observable sequence that contains a single element.
            </summary>
            <typeparam name="TResult">The type of the element that will be returned in the produced sequence.</typeparam>
            <param name="value">Single element in the resulting observable sequence.</param>
            <returns>An observable sequence containing the single specified element.</returns>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Return``1(``0,System.Reactive.Concurrency.IScheduler)">
            <summary>
            Returns an observable sequence that contains a single element, using the specified scheduler to send out observer messages.
            </summary>
            <typeparam name="TResult">The type of the element that will be returned in the produced sequence.</typeparam>
            <param name="value">Single element in the resulting observable sequence.</param>
            <param name="scheduler">Scheduler to send the single element on.</param>
            <returns>An observable sequence containing the single specified element.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="scheduler"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Throw``1(System.Exception)">
            <summary>
            Returns an observable sequence that terminates with an exception.
            </summary>
            <typeparam name="TResult">The type used for the <see cref="T:System.IObservable`1"/> type parameter of the resulting sequence.</typeparam>
            <param name="exception">Exception object used for the sequence's termination.</param>
            <returns>The observable sequence that terminates exceptionally with the specified exception object.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="exception"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Throw``1(System.Exception,``0)">
            <summary>
            Returns an observable sequence that terminates with an exception.
            </summary>
            <typeparam name="TResult">The type used for the <see cref="T:System.IObservable`1"/> type parameter of the resulting sequence.</typeparam>
            <param name="exception">Exception object used for the sequence's termination.</param>
            <param name="witness">Object solely used to infer the type of the <typeparamref name="TResult"/> type parameter. This parameter is typically used when creating a sequence of anonymously typed elements.</param>
            <returns>The observable sequence that terminates exceptionally with the specified exception object.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="exception"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Throw``1(System.Exception,System.Reactive.Concurrency.IScheduler)">
            <summary>
            Returns an observable sequence that terminates with an exception, using the specified scheduler to send out the single OnError message.
            </summary>
            <typeparam name="TResult">The type used for the <see cref="T:System.IObservable`1"/> type parameter of the resulting sequence.</typeparam>
            <param name="exception">Exception object used for the sequence's termination.</param>
            <param name="scheduler">Scheduler to send the exceptional termination call on.</param>
            <returns>The observable sequence that terminates exceptionally with the specified exception object.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="exception"/> or <paramref name="scheduler"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Throw``1(System.Exception,System.Reactive.Concurrency.IScheduler,``0)">
            <summary>
            Returns an observable sequence that terminates with an exception, using the specified scheduler to send out the single OnError message.
            </summary>
            <typeparam name="TResult">The type used for the <see cref="T:System.IObservable`1"/> type parameter of the resulting sequence.</typeparam>
            <param name="exception">Exception object used for the sequence's termination.</param>
            <param name="scheduler">Scheduler to send the exceptional termination call on.</param>
            <param name="witness">Object solely used to infer the type of the <typeparamref name="TResult"/> type parameter. This parameter is typically used when creating a sequence of anonymously typed elements.</param>
            <returns>The observable sequence that terminates exceptionally with the specified exception object.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="exception"/> or <paramref name="scheduler"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Using``2(System.Func{``1},System.Func{``1,System.IObservable{``0}})">
            <summary>
            Constructs an observable sequence that depends on a resource object, whose lifetime is tied to the resulting observable sequence's lifetime.
            </summary>
            <typeparam name="TResult">The type of the elements in the produced sequence.</typeparam>
            <typeparam name="TResource">The type of the resource used during the generation of the resulting sequence. Needs to implement <see cref="T:System.IDisposable"/>.</typeparam>
            <param name="resourceFactory">Factory function to obtain a resource object.</param>
            <param name="observableFactory">Factory function to obtain an observable sequence that depends on the obtained resource.</param>
            <returns>An observable sequence whose lifetime controls the lifetime of the dependent resource object.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="resourceFactory"/> or <paramref name="observableFactory"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Using``2(System.Func{System.Threading.CancellationToken,System.Threading.Tasks.Task{``1}},System.Func{``1,System.Threading.CancellationToken,System.Threading.Tasks.Task{System.IObservable{``0}}})">
            <summary>
            Constructs an observable sequence that depends on a resource object, whose lifetime is tied to the resulting observable sequence's lifetime. The resource is obtained and used through asynchronous methods.
            The CancellationToken passed to the asynchronous methods is tied to the returned disposable subscription, allowing best-effort cancellation at any stage of the resource acquisition or usage.
            </summary>
            <typeparam name="TResult">The type of the elements in the produced sequence.</typeparam>
            <typeparam name="TResource">The type of the resource used during the generation of the resulting sequence. Needs to implement <see cref="T:System.IDisposable"/>.</typeparam>
            <param name="resourceFactoryAsync">Asynchronous factory function to obtain a resource object.</param>
            <param name="observableFactoryAsync">Asynchronous factory function to obtain an observable sequence that depends on the obtained resource.</param>
            <returns>An observable sequence whose lifetime controls the lifetime of the dependent resource object.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="resourceFactoryAsync"/> or <paramref name="observableFactoryAsync"/> is null.</exception>
            <remarks>This operator is especially useful in conjunction with the asynchronous programming features introduced in C# 5.0 and Visual Basic 11.</remarks>
            <remarks>When a subscription to the resulting sequence is disposed, the CancellationToken that was fed to the asynchronous resource factory and observable factory functions will be signaled.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.FromEventPattern(System.Action{System.EventHandler},System.Action{System.EventHandler})">
            <summary>
            Converts a .NET event, conforming to the standard .NET event pattern based on <see cref="T:System.EventHandler"/>, to an observable sequence.
            Each event invocation is surfaced through an OnNext message in the resulting sequence.
            For conversion of events that don't conform to the standard .NET event pattern, use any of the FromEvent overloads instead.
            </summary>
            <param name="addHandler">Action that attaches the given event handler to the underlying .NET event.</param>
            <param name="removeHandler">Action that detaches the given event handler from the underlying .NET event.</param>
            <returns>The observable sequence that contains data representations of invocations of the underlying .NET event.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="addHandler"/> or <paramref name="removeHandler"/> is null.</exception>
            <remarks>
            <para>
            Add and remove handler invocations are made whenever the number of observers grows beyond zero.
            As such, an event handler may be shared by multiple simultaneously active observers, using a subject for multicasting.
            </para>
            <para>
            The current <see cref="T:System.Threading.SynchronizationContext"/> is captured during the call to FromEventPattern, and is used to post add and remove handler invocations.
            This behavior ensures add and remove handler operations for thread-affine events are accessed from the same context, as required by some UI frameworks.
            </para>
            <para>
            If no SynchronizationContext is present at the point of calling FromEventPattern, add and remove handler invocations are made synchronously on the thread
            making the Subscribe or Dispose call, respectively.
            </para>
            <para>
            It's recommended to lift FromEventPattern calls outside event stream query expressions due to the free-threaded nature of Reactive Extensions. Doing so
            makes the captured SynchronizationContext predictable. This best practice also reduces clutter of bridging code inside queries, making the query expressions
            more concise and easier to understand.
            </para>
            </remarks>
            <seealso cref="M:System.Reactive.Linq.Observable.ToEventPattern``1(System.IObservable{System.Reactive.EventPattern{``0}})"/>
        </member>
        <member name="M:System.Reactive.Linq.Observable.FromEventPattern(System.Action{System.EventHandler},System.Action{System.EventHandler},System.Reactive.Concurrency.IScheduler)">
            <summary>
            Converts a .NET event, conforming to the standard .NET event pattern based on <see cref="T:System.EventHandler"/>, to an observable sequence.
            Each event invocation is surfaced through an OnNext message in the resulting sequence.
            For conversion of events that don't conform to the standard .NET event pattern, use any of the FromEvent overloads instead.
            </summary>
            <param name="addHandler">Action that attaches the given event handler to the underlying .NET event.</param>
            <param name="removeHandler">Action that detaches the given event handler from the underlying .NET event.</param>
            <param name="scheduler">The scheduler to run the add and remove event handler logic on.</param>
            <returns>The observable sequence that contains data representations of invocations of the underlying .NET event.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="addHandler"/> or <paramref name="removeHandler"/> or <paramref name="scheduler"/> is null.</exception>
            <remarks>
            <para>
            Add and remove handler invocations are made whenever the number of observers grows beyond zero.
            As such, an event handler may be shared by multiple simultaneously active observers, using a subject for multicasting.
            </para>
            <para>
            Add and remove handler invocations are run on the specified scheduler. This behavior allows add and remove handler operations for thread-affine events to be
            accessed from the same context, as required by some UI frameworks.
            </para>
            <para>
            It's recommended to lift FromEventPattern calls outside event stream query expressions. This best practice reduces clutter of bridging code inside queries,
            making the query expressions more concise and easier to understand. This has additional benefits for overloads of FromEventPattern that omit the IScheduler
            parameter. For more information, see the remarks section on those overloads.
            </para>
            </remarks>
            <seealso cref="M:System.Reactive.Linq.Observable.ToEventPattern``1(System.IObservable{System.Reactive.EventPattern{``0}})"/>
        </member>
        <member name="M:System.Reactive.Linq.Observable.FromEventPattern``2(System.Action{``0},System.Action{``0})">
            <summary>
            Converts a .NET event, conforming to the standard .NET event pattern based on a supplied event delegate type, to an observable sequence.
            Each event invocation is surfaced through an OnNext message in the resulting sequence.
            For conversion of events that don't conform to the standard .NET event pattern, use any of the FromEvent overloads instead.
            </summary>
            <typeparam name="TDelegate">The delegate type of the event to be converted.</typeparam>
            <typeparam name="TEventArgs">The type of the event data generated by the event.</typeparam>
            <param name="addHandler">Action that attaches the given event handler to the underlying .NET event.</param>
            <param name="removeHandler">Action that detaches the given event handler from the underlying .NET event.</param>
            <returns>The observable sequence that contains data representations of invocations of the underlying .NET event.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="addHandler"/> or <paramref name="removeHandler"/> is null.</exception>
            <remarks>
            <para>
            Add and remove handler invocations are made whenever the number of observers grows beyond zero.
            As such, an event handler may be shared by multiple simultaneously active observers, using a subject for multicasting.
            </para>
            <para>
            The current <see cref="T:System.Threading.SynchronizationContext"/> is captured during the call to FromEventPattern, and is used to post add and remove handler invocations.
            This behavior ensures add and remove handler operations for thread-affine events are accessed from the same context, as required by some UI frameworks.
            </para>
            <para>
            If no SynchronizationContext is present at the point of calling FromEventPattern, add and remove handler invocations are made synchronously on the thread
            making the Subscribe or Dispose call, respectively.
            </para>
            <para>
            It's recommended to lift FromEventPattern calls outside event stream query expressions due to the free-threaded nature of Reactive Extensions. Doing so
            makes the captured SynchronizationContext predictable. This best practice also reduces clutter of bridging code inside queries, making the query expressions
            more concise and easier to understand.
            </para>
            </remarks>
            <seealso cref="M:System.Reactive.Linq.Observable.ToEventPattern``1(System.IObservable{System.Reactive.EventPattern{``0}})"/>
        </member>
        <member name="M:System.Reactive.Linq.Observable.FromEventPattern``2(System.Action{``0},System.Action{``0},System.Reactive.Concurrency.IScheduler)">
            <summary>
            Converts a .NET event, conforming to the standard .NET event pattern based on a supplied event delegate type, to an observable sequence.
            Each event invocation is surfaced through an OnNext message in the resulting sequence.
            For conversion of events that don't conform to the standard .NET event pattern, use any of the FromEvent overloads instead.
            </summary>
            <typeparam name="TDelegate">The delegate type of the event to be converted.</typeparam>
            <typeparam name="TEventArgs">The type of the event data generated by the event.</typeparam>
            <param name="addHandler">Action that attaches the given event handler to the underlying .NET event.</param>
            <param name="removeHandler">Action that detaches the given event handler from the underlying .NET event.</param>
            <param name="scheduler">The scheduler to run the add and remove event handler logic on.</param>
            <returns>The observable sequence that contains data representations of invocations of the underlying .NET event.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="addHandler"/> or <paramref name="removeHandler"/> or <paramref name="scheduler"/> is null.</exception>
            <remarks>
            <para>
            Add and remove handler invocations are made whenever the number of observers grows beyond zero.
            As such, an event handler may be shared by multiple simultaneously active observers, using a subject for multicasting.
            </para>
            <para>
            Add and remove handler invocations are run on the specified scheduler. This behavior allows add and remove handler operations for thread-affine events to be
            accessed from the same context, as required by some UI frameworks.
            </para>
            <para>
            It's recommended to lift FromEventPattern calls outside event stream query expressions. This best practice reduces clutter of bridging code inside queries,
            making the query expressions more concise and easier to understand. This has additional benefits for overloads of FromEventPattern that omit the IScheduler
            parameter. For more information, see the remarks section on those overloads.
            </para>
            </remarks>
            <seealso cref="M:System.Reactive.Linq.Observable.ToEventPattern``1(System.IObservable{System.Reactive.EventPattern{``0}})"/>
        </member>
        <member name="M:System.Reactive.Linq.Observable.FromEventPattern``2(System.Func{System.EventHandler{``1},``0},System.Action{``0},System.Action{``0})">
            <summary>
            Converts a .NET event, conforming to the standard .NET event pattern based on <see cref="T:System.EventHandler`1"/>, to an observable sequence.
            Each event invocation is surfaced through an OnNext message in the resulting sequence.
            For conversion of events that don't conform to the standard .NET event pattern, use any of the FromEvent overloads instead.
            </summary>
            <typeparam name="TDelegate">The delegate type of the event to be converted.</typeparam>
            <typeparam name="TEventArgs">The type of the event data generated by the event.</typeparam>
            <param name="conversion">A function used to convert the given event handler to a delegate compatible with the underlying .NET event. The resulting delegate is used in calls to the addHandler and removeHandler action parameters.</param>
            <param name="addHandler">Action that attaches the given event handler to the underlying .NET event.</param>
            <param name="removeHandler">Action that detaches the given event handler from the underlying .NET event.</param>
            <returns>The observable sequence that contains data representations of invocations of the underlying .NET event.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="conversion"/> or <paramref name="addHandler"/> or <paramref name="removeHandler"/> is null.</exception>
            <remarks>
            <para>
            Add and remove handler invocations are made whenever the number of observers grows beyond zero.
            As such, an event handler may be shared by multiple simultaneously active observers, using a subject for multicasting.
            </para>
            <para>
            The current <see cref="T:System.Threading.SynchronizationContext"/> is captured during the call to FromEventPattern, and is used to post add and remove handler invocations.
            This behavior ensures add and remove handler operations for thread-affine events are accessed from the same context, as required by some UI frameworks.
            </para>
            <para>
            If no SynchronizationContext is present at the point of calling FromEventPattern, add and remove handler invocations are made synchronously on the thread
            making the Subscribe or Dispose call, respectively.
            </para>
            <para>
            It's recommended to lift FromEventPattern calls outside event stream query expressions due to the free-threaded nature of Reactive Extensions. Doing so
            makes the captured SynchronizationContext predictable. This best practice also reduces clutter of bridging code inside queries, making the query expressions
            more concise and easier to understand.
            </para>
            </remarks>
            <seealso cref="M:System.Reactive.Linq.Observable.ToEventPattern``1(System.IObservable{System.Reactive.EventPattern{``0}})"/>
        </member>
        <member name="M:System.Reactive.Linq.Observable.FromEventPattern``2(System.Func{System.EventHandler{``1},``0},System.Action{``0},System.Action{``0},System.Reactive.Concurrency.IScheduler)">
            <summary>
            Converts a .NET event, conforming to the standard .NET event pattern based on <see cref="T:System.EventHandler`1"/>, to an observable sequence.
            Each event invocation is surfaced through an OnNext message in the resulting sequence.
            For conversion of events that don't conform to the standard .NET event pattern, use any of the FromEvent overloads instead.
            </summary>
            <typeparam name="TDelegate">The delegate type of the event to be converted.</typeparam>
            <typeparam name="TEventArgs">The type of the event data generated by the event.</typeparam>
            <param name="conversion">A function used to convert the given event handler to a delegate compatible with the underlying .NET event. The resulting delegate is used in calls to the addHandler and removeHandler action parameters.</param>
            <param name="addHandler">Action that attaches the given event handler to the underlying .NET event.</param>
            <param name="removeHandler">Action that detaches the given event handler from the underlying .NET event.</param>
            <param name="scheduler">The scheduler to run the add and remove event handler logic on.</param>
            <returns>The observable sequence that contains data representations of invocations of the underlying .NET event.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="conversion"/> or <paramref name="addHandler"/> or <paramref name="removeHandler"/> or <paramref name="scheduler"/> is null.</exception>
            <remarks>
            <para>
            Add and remove handler invocations are made whenever the number of observers grows beyond zero.
            As such, an event handler may be shared by multiple simultaneously active observers, using a subject for multicasting.
            </para>
            <para>
            Add and remove handler invocations are run on the specified scheduler. This behavior allows add and remove handler operations for thread-affine events to be
            accessed from the same context, as required by some UI frameworks.
            </para>
            <para>
            It's recommended to lift FromEventPattern calls outside event stream query expressions. This best practice reduces clutter of bridging code inside queries,
            making the query expressions more concise and easier to understand. This has additional benefits for overloads of FromEventPattern that omit the IScheduler
            parameter. For more information, see the remarks section on those overloads.
            </para>
            </remarks>
            <seealso cref="M:System.Reactive.Linq.Observable.ToEventPattern``1(System.IObservable{System.Reactive.EventPattern{``0}})"/>
        </member>
        <member name="M:System.Reactive.Linq.Observable.FromEventPattern``3(System.Action{``0},System.Action{``0})">
            <summary>
            Converts a .NET event, conforming to the standard .NET event pattern based on a supplied event delegate type with a strongly typed sender parameter, to an observable sequence.
            Each event invocation is surfaced through an OnNext message in the resulting sequence.
            For conversion of events that don't conform to the standard .NET event pattern, use any of the FromEvent overloads instead.
            </summary>
            <typeparam name="TDelegate">The delegate type of the event to be converted.</typeparam>
            <typeparam name="TSender">The type of the sender that raises the event.</typeparam>
            <typeparam name="TEventArgs">The type of the event data generated by the event.</typeparam>
            <param name="addHandler">Action that attaches the given event handler to the underlying .NET event.</param>
            <param name="removeHandler">Action that detaches the given event handler from the underlying .NET event.</param>
            <returns>The observable sequence that contains data representations of invocations of the underlying .NET event.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="addHandler"/> or <paramref name="removeHandler"/> is null.</exception>
            <remarks>
            <para>
            Add and remove handler invocations are made whenever the number of observers grows beyond zero.
            As such, an event handler may be shared by multiple simultaneously active observers, using a subject for multicasting.
            </para>
            <para>
            The current <see cref="T:System.Threading.SynchronizationContext"/> is captured during the call to FromEventPattern, and is used to post add and remove handler invocations.
            This behavior ensures add and remove handler operations for thread-affine events are accessed from the same context, as required by some UI frameworks.
            </para>
            <para>
            If no SynchronizationContext is present at the point of calling FromEventPattern, add and remove handler invocations are made synchronously on the thread
            making the Subscribe or Dispose call, respectively.
            </para>
            <para>
            It's recommended to lift FromEventPattern calls outside event stream query expressions due to the free-threaded nature of Reactive Extensions. Doing so
            makes the captured SynchronizationContext predictable. This best practice also reduces clutter of bridging code inside queries, making the query expressions
            more concise and easier to understand.
            </para>
            </remarks>
            <seealso cref="M:System.Reactive.Linq.Observable.ToEventPattern``1(System.IObservable{System.Reactive.EventPattern{``0}})"/>
        </member>
        <member name="M:System.Reactive.Linq.Observable.FromEventPattern``3(System.Action{``0},System.Action{``0},System.Reactive.Concurrency.IScheduler)">
            <summary>
            Converts a .NET event, conforming to the standard .NET event pattern based on a supplied event delegate type with a strongly typed sender parameter, to an observable sequence.
            Each event invocation is surfaced through an OnNext message in the resulting sequence.
            For conversion of events that don't conform to the standard .NET event pattern, use any of the FromEvent overloads instead.
            </summary>
            <typeparam name="TDelegate">The delegate type of the event to be converted.</typeparam>
            <typeparam name="TSender">The type of the sender that raises the event.</typeparam>
            <typeparam name="TEventArgs">The type of the event data generated by the event.</typeparam>
            <param name="addHandler">Action that attaches the given event handler to the underlying .NET event.</param>
            <param name="removeHandler">Action that detaches the given event handler from the underlying .NET event.</param>
            <param name="scheduler">The scheduler to run the add and remove event handler logic on.</param>
            <returns>The observable sequence that contains data representations of invocations of the underlying .NET event.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="addHandler"/> or <paramref name="removeHandler"/> or <paramref name="scheduler"/> is null.</exception>
            <remarks>
            <para>
            Add and remove handler invocations are made whenever the number of observers grows beyond zero.
            As such, an event handler may be shared by multiple simultaneously active observers, using a subject for multicasting.
            </para>
            <para>
            Add and remove handler invocations are run on the specified scheduler. This behavior allows add and remove handler operations for thread-affine events to be
            accessed from the same context, as required by some UI frameworks.
            </para>
            <para>
            It's recommended to lift FromEventPattern calls outside event stream query expressions. This best practice reduces clutter of bridging code inside queries,
            making the query expressions more concise and easier to understand. This has additional benefits for overloads of FromEventPattern that omit the IScheduler
            parameter. For more information, see the remarks section on those overloads.
            </para>
            </remarks>
            <seealso cref="M:System.Reactive.Linq.Observable.ToEventPattern``1(System.IObservable{System.Reactive.EventPattern{``0}})"/>
        </member>
        <member name="M:System.Reactive.Linq.Observable.FromEventPattern``1(System.Action{System.EventHandler{``0}},System.Action{System.EventHandler{``0}})">
            <summary>
            Converts a .NET event, conforming to the standard .NET event pattern based on <see cref="T:System.EventHandler`1"/>, to an observable sequence.
            Each event invocation is surfaced through an OnNext message in the resulting sequence.
            For conversion of events that don't conform to the standard .NET event pattern, use any of the FromEvent overloads instead.
            </summary>
            <typeparam name="TEventArgs">The type of the event data generated by the event.</typeparam>
            <param name="addHandler">Action that attaches the given event handler to the underlying .NET event.</param>
            <param name="removeHandler">Action that detaches the given event handler from the underlying .NET event.</param>
            <returns>The observable sequence that contains data representations of invocations of the underlying .NET event.</returns>
            <remarks>
            <para>
            Add and remove handler invocations are made whenever the number of observers grows beyond zero.
            As such, an event handler may be shared by multiple simultaneously active observers, using a subject for multicasting.
            </para>
            <para>
            The current <see cref="T:System.Threading.SynchronizationContext"/> is captured during the call to FromEventPattern, and is used to post add and remove handler invocations.
            This behavior ensures add and remove handler operations for thread-affine events are accessed from the same context, as required by some UI frameworks.
            </para>
            <para>
            If no SynchronizationContext is present at the point of calling FromEventPattern, add and remove handler invocations are made synchronously on the thread
            making the Subscribe or Dispose call, respectively.
            </para>
            <para>
            It's recommended to lift FromEventPattern calls outside event stream query expressions due to the free-threaded nature of Reactive Extensions. Doing so
            makes the captured SynchronizationContext predictable. This best practice also reduces clutter of bridging code inside queries, making the query expressions
            more concise and easier to understand.
            </para>
            </remarks>
            <seealso cref="M:System.Reactive.Linq.Observable.ToEventPattern``1(System.IObservable{System.Reactive.EventPattern{``0}})"/>
        </member>
        <member name="M:System.Reactive.Linq.Observable.FromEventPattern``1(System.Action{System.EventHandler{``0}},System.Action{System.EventHandler{``0}},System.Reactive.Concurrency.IScheduler)">
            <summary>
            Converts a .NET event, conforming to the standard .NET event pattern based on <see cref="T:System.EventHandler`1"/>, to an observable sequence.
            Each event invocation is surfaced through an OnNext message in the resulting sequence.
            For conversion of events that don't conform to the standard .NET event pattern, use any of the FromEvent overloads instead.
            </summary>
            <typeparam name="TEventArgs">The type of the event data generated by the event.</typeparam>
            <param name="addHandler">Action that attaches the given event handler to the underlying .NET event.</param>
            <param name="removeHandler">Action that detaches the given event handler from the underlying .NET event.</param>
            <param name="scheduler">The scheduler to run the add and remove event handler logic on.</param>
            <returns>The observable sequence that contains data representations of invocations of the underlying .NET event.</returns>
            <remarks>
            <para>
            Add and remove handler invocations are made whenever the number of observers grows beyond zero.
            As such, an event handler may be shared by multiple simultaneously active observers, using a subject for multicasting.
            </para>
            <para>
            Add and remove handler invocations are run on the specified scheduler. This behavior allows add and remove handler operations for thread-affine events to be
            accessed from the same context, as required by some UI frameworks.
            </para>
            <para>
            It's recommended to lift FromEventPattern calls outside event stream query expressions. This best practice reduces clutter of bridging code inside queries,
            making the query expressions more concise and easier to understand. This has additional benefits for overloads of FromEventPattern that omit the IScheduler
            parameter. For more information, see the remarks section on those overloads.
            </para>
            </remarks>
            <seealso cref="M:System.Reactive.Linq.Observable.ToEventPattern``1(System.IObservable{System.Reactive.EventPattern{``0}})"/>
        </member>
        <member name="M:System.Reactive.Linq.Observable.FromEventPattern(System.Object,System.String)">
            <summary>
            Converts an instance .NET event, conforming to the standard .NET event pattern with an <see cref="T:System.EventArgs"/> parameter, to an observable sequence.
            Each event invocation is surfaced through an OnNext message in the resulting sequence.
            Reflection is used to discover the event based on the target object type and the specified event name.
            For conversion of events that don't conform to the standard .NET event pattern, use any of the FromEvent overloads instead.
            </summary>
            <param name="target">Object instance that exposes the event to convert.</param>
            <param name="eventName">Name of the event to convert.</param>
            <returns>The observable sequence that contains data representations of invocations of the underlying .NET event.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="target"/> or <paramref name="eventName"/> is null.</exception>
            <exception cref="T:System.InvalidOperationException">The event could not be found. -or- The event does not conform to the standard .NET event pattern.</exception>
            <remarks>
            <para>
            Add and remove handler invocations are made whenever the number of observers grows beyond zero.
            As such, an event handler may be shared by multiple simultaneously active observers, using a subject for multicasting.
            </para>
            <para>
            The current <see cref="T:System.Threading.SynchronizationContext"/> is captured during the call to FromEventPattern, and is used to post add and remove handler invocations.
            This behavior ensures add and remove handler operations for thread-affine events are accessed from the same context, as required by some UI frameworks.
            </para>
            <para>
            If no SynchronizationContext is present at the point of calling FromEventPattern, add and remove handler invocations are made synchronously on the thread
            making the Subscribe or Dispose call, respectively.
            </para>
            <para>
            It's recommended to lift FromEventPattern calls outside event stream query expressions due to the free-threaded nature of Reactive Extensions. Doing so
            makes the captured SynchronizationContext predictable. This best practice also reduces clutter of bridging code inside queries, making the query expressions
            more concise and easier to understand.
            </para>
            </remarks>
            <seealso cref="M:System.Reactive.Linq.Observable.ToEventPattern``1(System.IObservable{System.Reactive.EventPattern{``0}})"/>
        </member>
        <member name="M:System.Reactive.Linq.Observable.FromEventPattern(System.Object,System.String,System.Reactive.Concurrency.IScheduler)">
            <summary>
            Converts an instance .NET event, conforming to the standard .NET event pattern with an <see cref="T:System.EventArgs"/> parameter, to an observable sequence.
            Each event invocation is surfaced through an OnNext message in the resulting sequence.
            Reflection is used to discover the event based on the target object type and the specified event name.
            For conversion of events that don't conform to the standard .NET event pattern, use any of the FromEvent overloads instead.
            </summary>
            <param name="target">Object instance that exposes the event to convert.</param>
            <param name="eventName">Name of the event to convert.</param>
            <param name="scheduler">The scheduler to run the add and remove event handler logic on.</param>
            <returns>The observable sequence that contains data representations of invocations of the underlying .NET event.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="target"/> or <paramref name="eventName"/> or <paramref name="scheduler"/> is null.</exception>
            <exception cref="T:System.InvalidOperationException">The event could not be found. -or- The event does not conform to the standard .NET event pattern.</exception>
            <remarks>
            <para>
            Add and remove handler invocations are made whenever the number of observers grows beyond zero.
            As such, an event handler may be shared by multiple simultaneously active observers, using a subject for multicasting.
            </para>
            <para>
            Add and remove handler invocations are run on the specified scheduler. This behavior allows add and remove handler operations for thread-affine events to be
            accessed from the same context, as required by some UI frameworks.
            </para>
            <para>
            It's recommended to lift FromEventPattern calls outside event stream query expressions. This best practice reduces clutter of bridging code inside queries,
            making the query expressions more concise and easier to understand. This has additional benefits for overloads of FromEventPattern that omit the IScheduler
            parameter. For more information, see the remarks section on those overloads.
            </para>
            </remarks>
            <seealso cref="M:System.Reactive.Linq.Observable.ToEventPattern``1(System.IObservable{System.Reactive.EventPattern{``0}})"/>
        </member>
        <member name="M:System.Reactive.Linq.Observable.FromEventPattern``1(System.Object,System.String)">
            <summary>
            Converts an instance .NET event, conforming to the standard .NET event pattern with strongly typed event arguments, to an observable sequence.
            Each event invocation is surfaced through an OnNext message in the resulting sequence.
            Reflection is used to discover the event based on the target object type and the specified event name.
            For conversion of events that don't conform to the standard .NET event pattern, use any of the FromEvent overloads instead.
            </summary>
            <typeparam name="TEventArgs">The type of the event data generated by the event.</typeparam>
            <param name="target">Object instance that exposes the event to convert.</param>
            <param name="eventName">Name of the event to convert.</param>
            <returns>The observable sequence that contains data representations of invocations of the underlying .NET event.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="target"/> or <paramref name="eventName"/> is null.</exception>
            <exception cref="T:System.InvalidOperationException">The event could not be found. -or- The event does not conform to the standard .NET event pattern. -or- The event's second argument type is not assignable to TEventArgs.</exception>
            <remarks>
            <para>
            Add and remove handler invocations are made whenever the number of observers grows beyond zero.
            As such, an event handler may be shared by multiple simultaneously active observers, using a subject for multicasting.
            </para>
            <para>
            The current <see cref="T:System.Threading.SynchronizationContext"/> is captured during the call to FromEventPattern, and is used to post add and remove handler invocations.
            This behavior ensures add and remove handler operations for thread-affine events are accessed from the same context, as required by some UI frameworks.
            </para>
            <para>
            If no SynchronizationContext is present at the point of calling FromEventPattern, add and remove handler invocations are made synchronously on the thread
            making the Subscribe or Dispose call, respectively.
            </para>
            <para>
            It's recommended to lift FromEventPattern calls outside event stream query expressions due to the free-threaded nature of Reactive Extensions. Doing so
            makes the captured SynchronizationContext predictable. This best practice also reduces clutter of bridging code inside queries, making the query expressions
            more concise and easier to understand.
            </para>
            </remarks>
            <seealso cref="M:System.Reactive.Linq.Observable.ToEventPattern``1(System.IObservable{System.Reactive.EventPattern{``0}})"/>
        </member>
        <member name="M:System.Reactive.Linq.Observable.FromEventPattern``1(System.Object,System.String,System.Reactive.Concurrency.IScheduler)">
            <summary>
            Converts an instance .NET event, conforming to the standard .NET event pattern with strongly typed event arguments, to an observable sequence.
            Each event invocation is surfaced through an OnNext message in the resulting sequence.
            Reflection is used to discover the event based on the target object type and the specified event name.
            For conversion of events that don't conform to the standard .NET event pattern, use any of the FromEvent overloads instead.
            </summary>
            <typeparam name="TEventArgs">The type of the event data generated by the event.</typeparam>
            <param name="target">Object instance that exposes the event to convert.</param>
            <param name="eventName">Name of the event to convert.</param>
            <param name="scheduler">The scheduler to run the add and remove event handler logic on.</param>
            <returns>The observable sequence that contains data representations of invocations of the underlying .NET event.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="target"/> or <paramref name="eventName"/> or <paramref name="scheduler"/> is null.</exception>
            <exception cref="T:System.InvalidOperationException">The event could not be found. -or- The event does not conform to the standard .NET event pattern. -or- The event's second argument type is not assignable to TEventArgs.</exception>
            <remarks>
            <para>
            Add and remove handler invocations are made whenever the number of observers grows beyond zero.
            As such, an event handler may be shared by multiple simultaneously active observers, using a subject for multicasting.
            </para>
            <para>
            Add and remove handler invocations are run on the specified scheduler. This behavior allows add and remove handler operations for thread-affine events to be
            accessed from the same context, as required by some UI frameworks.
            </para>
            <para>
            It's recommended to lift FromEventPattern calls outside event stream query expressions. This best practice reduces clutter of bridging code inside queries,
            making the query expressions more concise and easier to understand. This has additional benefits for overloads of FromEventPattern that omit the IScheduler
            parameter. For more information, see the remarks section on those overloads.
            </para>
            </remarks>
            <seealso cref="M:System.Reactive.Linq.Observable.ToEventPattern``1(System.IObservable{System.Reactive.EventPattern{``0}})"/>
        </member>
        <member name="M:System.Reactive.Linq.Observable.FromEventPattern``2(System.Object,System.String)">
            <summary>
            Converts an instance .NET event, conforming to the standard .NET event pattern with a strongly typed sender and strongly typed event arguments, to an observable sequence.
            Each event invocation is surfaced through an OnNext message in the resulting sequence.
            Reflection is used to discover the event based on the target object type and the specified event name.
            For conversion of events that don't conform to the standard .NET event pattern, use any of the FromEvent overloads instead.
            </summary>
            <typeparam name="TSender">The type of the sender that raises the event.</typeparam>
            <typeparam name="TEventArgs">The type of the event data generated by the event.</typeparam>
            <param name="target">Object instance that exposes the event to convert.</param>
            <param name="eventName">Name of the event to convert.</param>
            <returns>The observable sequence that contains data representations of invocations of the underlying .NET event.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="target"/> or <paramref name="eventName"/> is null.</exception>
            <exception cref="T:System.InvalidOperationException">The event could not be found. -or- The event does not conform to the standard .NET event pattern. -or- The event's first argument type is not assignable to TSender. -or- The event's second argument type is not assignable to TEventArgs.</exception>
            <remarks>
            <para>
            Add and remove handler invocations are made whenever the number of observers grows beyond zero.
            As such, an event handler may be shared by multiple simultaneously active observers, using a subject for multicasting.
            </para>
            <para>
            The current <see cref="T:System.Threading.SynchronizationContext"/> is captured during the call to FromEventPattern, and is used to post add and remove handler invocations.
            This behavior ensures add and remove handler operations for thread-affine events are accessed from the same context, as required by some UI frameworks.
            </para>
            <para>
            If no SynchronizationContext is present at the point of calling FromEventPattern, add and remove handler invocations are made synchronously on the thread
            making the Subscribe or Dispose call, respectively.
            </para>
            <para>
            It's recommended to lift FromEventPattern calls outside event stream query expressions due to the free-threaded nature of Reactive Extensions. Doing so
            makes the captured SynchronizationContext predictable. This best practice also reduces clutter of bridging code inside queries, making the query expressions
            more concise and easier to understand.
            </para>
            </remarks>
            <seealso cref="M:System.Reactive.Linq.Observable.ToEventPattern``1(System.IObservable{System.Reactive.EventPattern{``0}})"/>
        </member>
        <member name="M:System.Reactive.Linq.Observable.FromEventPattern``2(System.Object,System.String,System.Reactive.Concurrency.IScheduler)">
            <summary>
            Converts an instance .NET event, conforming to the standard .NET event pattern with a strongly typed sender and strongly typed event arguments, to an observable sequence.
            Each event invocation is surfaced through an OnNext message in the resulting sequence.
            Reflection is used to discover the event based on the target object type and the specified event name.
            For conversion of events that don't conform to the standard .NET event pattern, use any of the FromEvent overloads instead.
            </summary>
            <typeparam name="TSender">The type of the sender that raises the event.</typeparam>
            <typeparam name="TEventArgs">The type of the event data generated by the event.</typeparam>
            <param name="target">Object instance that exposes the event to convert.</param>
            <param name="eventName">Name of the event to convert.</param>
            <param name="scheduler">The scheduler to run the add and remove event handler logic on.</param>
            <returns>The observable sequence that contains data representations of invocations of the underlying .NET event.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="target"/> or <paramref name="eventName"/> or <paramref name="scheduler"/> is null.</exception>
            <exception cref="T:System.InvalidOperationException">The event could not be found. -or- The event does not conform to the standard .NET event pattern. -or- The event's first argument type is not assignable to TSender. -or- The event's second argument type is not assignable to TEventArgs.</exception>
            <remarks>
            <para>
            Add and remove handler invocations are made whenever the number of observers grows beyond zero.
            As such, an event handler may be shared by multiple simultaneously active observers, using a subject for multicasting.
            </para>
            <para>
            Add and remove handler invocations are run on the specified scheduler. This behavior allows add and remove handler operations for thread-affine events to be
            accessed from the same context, as required by some UI frameworks.
            </para>
            <para>
            It's recommended to lift FromEventPattern calls outside event stream query expressions. This best practice reduces clutter of bridging code inside queries,
            making the query expressions more concise and easier to understand. This has additional benefits for overloads of FromEventPattern that omit the IScheduler
            parameter. For more information, see the remarks section on those overloads.
            </para>
            </remarks>
            <seealso cref="M:System.Reactive.Linq.Observable.ToEventPattern``1(System.IObservable{System.Reactive.EventPattern{``0}})"/>
        </member>
        <member name="M:System.Reactive.Linq.Observable.FromEventPattern(System.Type,System.String)">
            <summary>
            Converts a static .NET event, conforming to the standard .NET event pattern with an <see cref="T:System.EventArgs"/> parameter, to an observable sequence.
            Each event invocation is surfaced through an OnNext message in the resulting sequence.
            Reflection is used to discover the event based on the specified type and the specified event name.
            For conversion of events that don't conform to the standard .NET event pattern, use any of the FromEvent overloads instead.
            </summary>
            <param name="type">Type that exposes the static event to convert.</param>
            <param name="eventName">Name of the event to convert.</param>
            <returns>The observable sequence that contains data representations of invocations of the underlying .NET event.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="type"/> or <paramref name="eventName"/> is null.</exception>
            <exception cref="T:System.InvalidOperationException">The event could not be found. -or- The event does not conform to the standard .NET event pattern.</exception>
            <remarks>
            <para>
            Add and remove handler invocations are made whenever the number of observers grows beyond zero.
            As such, an event handler may be shared by multiple simultaneously active observers, using a subject for multicasting.
            </para>
            <para>
            The current <see cref="T:System.Threading.SynchronizationContext"/> is captured during the call to FromEventPattern, and is used to post add and remove handler invocations.
            This behavior ensures add and remove handler operations for thread-affine events are accessed from the same context, as required by some UI frameworks.
            </para>
            <para>
            If no SynchronizationContext is present at the point of calling FromEventPattern, add and remove handler invocations are made synchronously on the thread
            making the Subscribe or Dispose call, respectively.
            </para>
            <para>
            It's recommended to lift FromEventPattern calls outside event stream query expressions due to the free-threaded nature of Reactive Extensions. Doing so
            makes the captured SynchronizationContext predictable. This best practice also reduces clutter of bridging code inside queries, making the query expressions
            more concise and easier to understand.
            </para>
            </remarks>
            <seealso cref="M:System.Reactive.Linq.Observable.ToEventPattern``1(System.IObservable{System.Reactive.EventPattern{``0}})"/>
        </member>
        <member name="M:System.Reactive.Linq.Observable.FromEventPattern(System.Type,System.String,System.Reactive.Concurrency.IScheduler)">
            <summary>
            Converts a static .NET event, conforming to the standard .NET event pattern with an <see cref="T:System.EventArgs"/> parameter, to an observable sequence.
            Each event invocation is surfaced through an OnNext message in the resulting sequence.
            Reflection is used to discover the event based on the specified type and the specified event name.
            For conversion of events that don't conform to the standard .NET event pattern, use any of the FromEvent overloads instead.
            </summary>
            <param name="type">Type that exposes the static event to convert.</param>
            <param name="eventName">Name of the event to convert.</param>
            <param name="scheduler">The scheduler to run the add and remove event handler logic on.</param>
            <returns>The observable sequence that contains data representations of invocations of the underlying .NET event.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="type"/> or <paramref name="eventName"/> or <paramref name="scheduler"/> is null.</exception>
            <exception cref="T:System.InvalidOperationException">The event could not be found. -or- The event does not conform to the standard .NET event pattern.</exception>
            <remarks>
            <para>
            Add and remove handler invocations are made whenever the number of observers grows beyond zero.
            As such, an event handler may be shared by multiple simultaneously active observers, using a subject for multicasting.
            </para>
            <para>
            Add and remove handler invocations are run on the specified scheduler. This behavior allows add and remove handler operations for thread-affine events to be
            accessed from the same context, as required by some UI frameworks.
            </para>
            <para>
            It's recommended to lift FromEventPattern calls outside event stream query expressions. This best practice reduces clutter of bridging code inside queries,
            making the query expressions more concise and easier to understand. This has additional benefits for overloads of FromEventPattern that omit the IScheduler
            parameter. For more information, see the remarks section on those overloads.
            </para>
            </remarks>
            <seealso cref="M:System.Reactive.Linq.Observable.ToEventPattern``1(System.IObservable{System.Reactive.EventPattern{``0}})"/>
        </member>
        <member name="M:System.Reactive.Linq.Observable.FromEventPattern``1(System.Type,System.String)">
            <summary>
            Converts a static .NET event, conforming to the standard .NET event pattern with strongly typed event arguments, to an observable sequence.
            Each event invocation is surfaced through an OnNext message in the resulting sequence.
            Reflection is used to discover the event based on the specified type and the specified event name.
            For conversion of events that don't conform to the standard .NET event pattern, use any of the FromEvent overloads instead.
            </summary>
            <typeparam name="TEventArgs">The type of the event data generated by the event.</typeparam>
            <param name="type">Type that exposes the static event to convert.</param>
            <param name="eventName">Name of the event to convert.</param>
            <returns>The observable sequence that contains data representations of invocations of the underlying .NET event.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="type"/> or <paramref name="eventName"/> is null.</exception>
            <exception cref="T:System.InvalidOperationException">The event could not be found. -or- The event does not conform to the standard .NET event pattern. -or- The event's second argument type is not assignable to TEventArgs.</exception>
            <remarks>
            <para>
            Add and remove handler invocations are made whenever the number of observers grows beyond zero.
            As such, an event handler may be shared by multiple simultaneously active observers, using a subject for multicasting.
            </para>
            <para>
            The current <see cref="T:System.Threading.SynchronizationContext"/> is captured during the call to FromEventPattern, and is used to post add and remove handler invocations.
            This behavior ensures add and remove handler operations for thread-affine events are accessed from the same context, as required by some UI frameworks.
            </para>
            <para>
            If no SynchronizationContext is present at the point of calling FromEventPattern, add and remove handler invocations are made synchronously on the thread
            making the Subscribe or Dispose call, respectively.
            </para>
            <para>
            It's recommended to lift FromEventPattern calls outside event stream query expressions due to the free-threaded nature of Reactive Extensions. Doing so
            makes the captured SynchronizationContext predictable. This best practice also reduces clutter of bridging code inside queries, making the query expressions
            more concise and easier to understand.
            </para>
            </remarks>
            <seealso cref="M:System.Reactive.Linq.Observable.ToEventPattern``1(System.IObservable{System.Reactive.EventPattern{``0}})"/>
        </member>
        <member name="M:System.Reactive.Linq.Observable.FromEventPattern``1(System.Type,System.String,System.Reactive.Concurrency.IScheduler)">
            <summary>
            Converts a static .NET event, conforming to the standard .NET event pattern with strongly typed event arguments, to an observable sequence.
            Each event invocation is surfaced through an OnNext message in the resulting sequence.
            Reflection is used to discover the event based on the specified type and the specified event name.
            For conversion of events that don't conform to the standard .NET event pattern, use any of the FromEvent overloads instead.
            </summary>
            <typeparam name="TEventArgs">The type of the event data generated by the event.</typeparam>
            <param name="type">Type that exposes the static event to convert.</param>
            <param name="eventName">Name of the event to convert.</param>
            <param name="scheduler">The scheduler to run the add and remove event handler logic on.</param>
            <returns>The observable sequence that contains data representations of invocations of the underlying .NET event.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="type"/> or <paramref name="eventName"/> or <paramref name="scheduler"/> is null.</exception>
            <exception cref="T:System.InvalidOperationException">The event could not be found. -or- The event does not conform to the standard .NET event pattern. -or- The event's second argument type is not assignable to TEventArgs.</exception>
            <remarks>
            <para>
            Add and remove handler invocations are made whenever the number of observers grows beyond zero.
            As such, an event handler may be shared by multiple simultaneously active observers, using a subject for multicasting.
            </para>
            <para>
            Add and remove handler invocations are run on the specified scheduler. This behavior allows add and remove handler operations for thread-affine events to be
            accessed from the same context, as required by some UI frameworks.
            </para>
            <para>
            It's recommended to lift FromEventPattern calls outside event stream query expressions. This best practice reduces clutter of bridging code inside queries,
            making the query expressions more concise and easier to understand. This has additional benefits for overloads of FromEventPattern that omit the IScheduler
            parameter. For more information, see the remarks section on those overloads.
            </para>
            </remarks>
            <seealso cref="M:System.Reactive.Linq.Observable.ToEventPattern``1(System.IObservable{System.Reactive.EventPattern{``0}})"/>
        </member>
        <member name="M:System.Reactive.Linq.Observable.FromEventPattern``2(System.Type,System.String)">
            <summary>
            Converts a static .NET event, conforming to the standard .NET event pattern with a strongly typed sender and strongly typed event arguments, to an observable sequence.
            Each event invocation is surfaced through an OnNext message in the resulting sequence.
            Reflection is used to discover the event based on the specified type and the specified event name.
            For conversion of events that don't conform to the standard .NET event pattern, use any of the FromEvent overloads instead.
            </summary>
            <typeparam name="TSender">The type of the sender that raises the event.</typeparam>
            <typeparam name="TEventArgs">The type of the event data generated by the event.</typeparam>
            <param name="type">Type that exposes the static event to convert.</param>
            <param name="eventName">Name of the event to convert.</param>
            <returns>The observable sequence that contains data representations of invocations of the underlying .NET event.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="type"/> or <paramref name="eventName"/> is null.</exception>
            <exception cref="T:System.InvalidOperationException">The event could not be found. -or- The event does not conform to the standard .NET event pattern. -or- The event's first argument type is not assignable to TSender. -or- The event's second argument type is not assignable to TEventArgs.</exception>
            <remarks>
            <para>
            Add and remove handler invocations are made whenever the number of observers grows beyond zero.
            As such, an event handler may be shared by multiple simultaneously active observers, using a subject for multicasting.
            </para>
            <para>
            The current <see cref="T:System.Threading.SynchronizationContext"/> is captured during the call to FromEventPattern, and is used to post add and remove handler invocations.
            This behavior ensures add and remove handler operations for thread-affine events are accessed from the same context, as required by some UI frameworks.
            </para>
            <para>
            If no SynchronizationContext is present at the point of calling FromEventPattern, add and remove handler invocations are made synchronously on the thread
            making the Subscribe or Dispose call, respectively.
            </para>
            <para>
            It's recommended to lift FromEventPattern calls outside event stream query expressions due to the free-threaded nature of Reactive Extensions. Doing so
            makes the captured SynchronizationContext predictable. This best practice also reduces clutter of bridging code inside queries, making the query expressions
            more concise and easier to understand.
            </para>
            </remarks>
            <seealso cref="M:System.Reactive.Linq.Observable.ToEventPattern``1(System.IObservable{System.Reactive.EventPattern{``0}})"/>
        </member>
        <member name="M:System.Reactive.Linq.Observable.FromEventPattern``2(System.Type,System.String,System.Reactive.Concurrency.IScheduler)">
            <summary>
            Converts a static .NET event, conforming to the standard .NET event pattern with a strongly typed sender and strongly typed event arguments, to an observable sequence.
            Each event invocation is surfaced through an OnNext message in the resulting sequence.
            Reflection is used to discover the event based on the specified type and the specified event name.
            For conversion of events that don't conform to the standard .NET event pattern, use any of the FromEvent overloads instead.
            </summary>
            <typeparam name="TSender">The type of the sender that raises the event.</typeparam>
            <typeparam name="TEventArgs">The type of the event data generated by the event.</typeparam>
            <param name="type">Type that exposes the static event to convert.</param>
            <param name="eventName">Name of the event to convert.</param>
            <param name="scheduler">The scheduler to run the add and remove event handler logic on.</param>
            <returns>The observable sequence that contains data representations of invocations of the underlying .NET event.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="type"/> or <paramref name="eventName"/> or <paramref name="scheduler"/> is null.</exception>
            <exception cref="T:System.InvalidOperationException">The event could not be found. -or- The event does not conform to the standard .NET event pattern. -or- The event's first argument type is not assignable to TSender. -or- The event's second argument type is not assignable to TEventArgs.</exception>
            <remarks>
            <para>
            Add and remove handler invocations are made whenever the number of observers grows beyond zero.
            As such, an event handler may be shared by multiple simultaneously active observers, using a subject for multicasting.
            </para>
            <para>
            Add and remove handler invocations are run on the specified scheduler. This behavior allows add and remove handler operations for thread-affine events to be
            accessed from the same context, as required by some UI frameworks.
            </para>
            <para>
            It's recommended to lift FromEventPattern calls outside event stream query expressions. This best practice reduces clutter of bridging code inside queries,
            making the query expressions more concise and easier to understand. This has additional benefits for overloads of FromEventPattern that omit the IScheduler
            parameter. For more information, see the remarks section on those overloads.
            </para>
            </remarks>
            <seealso cref="M:System.Reactive.Linq.Observable.ToEventPattern``1(System.IObservable{System.Reactive.EventPattern{``0}})"/>
        </member>
        <member name="M:System.Reactive.Linq.Observable.FromEvent``2(System.Func{System.Action{``1},``0},System.Action{``0},System.Action{``0})">
            <summary>
            Converts a .NET event to an observable sequence, using a conversion function to obtain the event delegate. Each event invocation is surfaced through an OnNext message in the resulting sequence.
            For conversion of events conforming to the standard .NET event pattern, use any of the FromEventPattern overloads instead.
            </summary>
            <typeparam name="TDelegate">The delegate type of the event to be converted.</typeparam>
            <typeparam name="TEventArgs">The type of the event data generated by the event.</typeparam>
            <param name="conversion">A function used to convert the given event handler to a delegate compatible with the underlying .NET event. The resulting delegate is used in calls to the addHandler and removeHandler action parameters.</param>
            <param name="addHandler">Action that attaches the given event handler to the underlying .NET event.</param>
            <param name="removeHandler">Action that detaches the given event handler from the underlying .NET event.</param>
            <returns>The observable sequence that contains the event argument objects passed to the invocations of the underlying .NET event.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="conversion"/> or <paramref name="addHandler"/> or <paramref name="removeHandler"/> is null.</exception>
            <remarks>
            <para>
            Add and remove handler invocations are made whenever the number of observers grows beyond zero.
            As such, an event handler may be shared by multiple simultaneously active observers, using a subject for multicasting.
            </para>
            <para>
            The current <see cref="T:System.Threading.SynchronizationContext"/> is captured during the call to FromEvent, and is used to post add and remove handler invocations.
            This behavior ensures add and remove handler operations for thread-affine events are accessed from the same context, as required by some UI frameworks.
            </para>
            <para>
            If no SynchronizationContext is present at the point of calling FromEvent, add and remove handler invocations are made synchronously on the thread
            making the Subscribe or Dispose call, respectively.
            </para>
            <para>
            It's recommended to lift FromEvent calls outside event stream query expressions due to the free-threaded nature of Reactive Extensions. Doing so
            makes the captured SynchronizationContext predictable. This best practice also reduces clutter of bridging code inside queries, making the query expressions
            more concise and easier to understand.
            </para>
            </remarks>
            <seealso cref="M:System.Reactive.Linq.Observable.ToEvent(System.IObservable{System.Reactive.Unit})"/>
        </member>
        <member name="M:System.Reactive.Linq.Observable.FromEvent``2(System.Func{System.Action{``1},``0},System.Action{``0},System.Action{``0},System.Reactive.Concurrency.IScheduler)">
            <summary>
            Converts a .NET event to an observable sequence, using a conversion function to obtain the event delegate. Each event invocation is surfaced through an OnNext message in the resulting sequence.
            For conversion of events conforming to the standard .NET event pattern, use any of the FromEventPattern overloads instead.
            </summary>
            <typeparam name="TDelegate">The delegate type of the event to be converted.</typeparam>
            <typeparam name="TEventArgs">The type of the event data generated by the event.</typeparam>
            <param name="conversion">A function used to convert the given event handler to a delegate compatible with the underlying .NET event. The resulting delegate is used in calls to the addHandler and removeHandler action parameters.</param>
            <param name="addHandler">Action that attaches the given event handler to the underlying .NET event.</param>
            <param name="removeHandler">Action that detaches the given event handler from the underlying .NET event.</param>
            <param name="scheduler">The scheduler to run the add and remove event handler logic on.</param>
            <returns>The observable sequence that contains the event argument objects passed to the invocations of the underlying .NET event.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="conversion"/> or <paramref name="addHandler"/> or <paramref name="removeHandler"/> or <paramref name="scheduler"/> is null.</exception>
            <remarks>
            <para>
            Add and remove handler invocations are made whenever the number of observers grows beyond zero.
            As such, an event handler may be shared by multiple simultaneously active observers, using a subject for multicasting.
            </para>
            <para>
            Add and remove handler invocations are run on the specified scheduler. This behavior allows add and remove handler operations for thread-affine events to be
            accessed from the same context, as required by some UI frameworks.
            </para>
            <para>
            It's recommended to lift FromEvent calls outside event stream query expressions. This best practice reduces clutter of bridging code inside queries,
            making the query expressions more concise and easier to understand. This has additional benefits for overloads of FromEvent that omit the IScheduler
            parameter. For more information, see the remarks section on those overloads.
            </para>
            </remarks>
            <seealso cref="M:System.Reactive.Linq.Observable.ToEvent(System.IObservable{System.Reactive.Unit})"/>
        </member>
        <member name="M:System.Reactive.Linq.Observable.FromEvent``2(System.Action{``0},System.Action{``0})">
            <summary>
            Converts a .NET event to an observable sequence, using a supplied event delegate type. Each event invocation is surfaced through an OnNext message in the resulting sequence.
            For conversion of events conforming to the standard .NET event pattern, use any of the FromEventPattern overloads instead.
            </summary>
            <typeparam name="TDelegate">The delegate type of the event to be converted.</typeparam>
            <typeparam name="TEventArgs">The type of the event data generated by the event.</typeparam>
            <param name="addHandler">Action that attaches the given event handler to the underlying .NET event.</param>
            <param name="removeHandler">Action that detaches the given event handler from the underlying .NET event.</param>
            <returns>The observable sequence that contains the event argument objects passed to the invocations of the underlying .NET event.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="addHandler"/> or <paramref name="removeHandler"/> is null.</exception>
            <remarks>
            <para>
            Add and remove handler invocations are made whenever the number of observers grows beyond zero.
            As such, an event handler may be shared by multiple simultaneously active observers, using a subject for multicasting.
            </para>
            <para>
            The current <see cref="T:System.Threading.SynchronizationContext"/> is captured during the call to FromEvent, and is used to post add and remove handler invocations.
            This behavior ensures add and remove handler operations for thread-affine events are accessed from the same context, as required by some UI frameworks.
            </para>
            <para>
            If no SynchronizationContext is present at the point of calling FromEvent, add and remove handler invocations are made synchronously on the thread
            making the Subscribe or Dispose call, respectively.
            </para>
            <para>
            It's recommended to lift FromEvent calls outside event stream query expressions due to the free-threaded nature of Reactive Extensions. Doing so
            makes the captured SynchronizationContext predictable. This best practice also reduces clutter of bridging code inside queries, making the query expressions
            more concise and easier to understand.
            </para>
            </remarks>
            <seealso cref="M:System.Reactive.Linq.Observable.ToEvent(System.IObservable{System.Reactive.Unit})"/>
        </member>
        <member name="M:System.Reactive.Linq.Observable.FromEvent``2(System.Action{``0},System.Action{``0},System.Reactive.Concurrency.IScheduler)">
            <summary>
            Converts a .NET event to an observable sequence, using a supplied event delegate type. Each event invocation is surfaced through an OnNext message in the resulting sequence.
            For conversion of events conforming to the standard .NET event pattern, use any of the FromEventPattern overloads instead.
            </summary>
            <typeparam name="TDelegate">The delegate type of the event to be converted.</typeparam>
            <typeparam name="TEventArgs">The type of the event data generated by the event.</typeparam>
            <param name="addHandler">Action that attaches the given event handler to the underlying .NET event.</param>
            <param name="removeHandler">Action that detaches the given event handler from the underlying .NET event.</param>
            <param name="scheduler">The scheduler to run the add and remove event handler logic on.</param>
            <returns>The observable sequence that contains the event argument objects passed to the invocations of the underlying .NET event.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="addHandler"/> or <paramref name="removeHandler"/> or <paramref name="scheduler"/> is null.</exception>
            <remarks>
            <para>
            Add and remove handler invocations are made whenever the number of observers grows beyond zero.
            As such, an event handler may be shared by multiple simultaneously active observers, using a subject for multicasting.
            </para>
            <para>
            Add and remove handler invocations are run on the specified scheduler. This behavior allows add and remove handler operations for thread-affine events to be
            accessed from the same context, as required by some UI frameworks.
            </para>
            <para>
            It's recommended to lift FromEvent calls outside event stream query expressions. This best practice reduces clutter of bridging code inside queries,
            making the query expressions more concise and easier to understand. This has additional benefits for overloads of FromEvent that omit the IScheduler
            parameter. For more information, see the remarks section on those overloads.
            </para>
            </remarks>
            <seealso cref="M:System.Reactive.Linq.Observable.ToEvent(System.IObservable{System.Reactive.Unit})"/>
        </member>
        <member name="M:System.Reactive.Linq.Observable.FromEvent``1(System.Action{System.Action{``0}},System.Action{System.Action{``0}})">
            <summary>
            Converts a generic Action-based .NET event to an observable sequence. Each event invocation is surfaced through an OnNext message in the resulting sequence.
            For conversion of events conforming to the standard .NET event pattern, use any of the FromEventPattern overloads instead.
            </summary>
            <typeparam name="TEventArgs">The type of the event data generated by the event.</typeparam>
            <param name="addHandler">Action that attaches the given event handler to the underlying .NET event.</param>
            <param name="removeHandler">Action that detaches the given event handler from the underlying .NET event.</param>
            <returns>The observable sequence that contains the event argument objects passed to the invocations of the underlying .NET event.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="addHandler"/> or <paramref name="removeHandler"/> is null.</exception>
            <remarks>
            <para>
            Add and remove handler invocations are made whenever the number of observers grows beyond zero.
            As such, an event handler may be shared by multiple simultaneously active observers, using a subject for multicasting.
            </para>
            <para>
            The current <see cref="T:System.Threading.SynchronizationContext"/> is captured during the call to FromEvent, and is used to post add and remove handler invocations.
            This behavior ensures add and remove handler operations for thread-affine events are accessed from the same context, as required by some UI frameworks.
            </para>
            <para>
            If no SynchronizationContext is present at the point of calling FromEvent, add and remove handler invocations are made synchronously on the thread
            making the Subscribe or Dispose call, respectively.
            </para>
            <para>
            It's recommended to lift FromEvent calls outside event stream query expressions due to the free-threaded nature of Reactive Extensions. Doing so
            makes the captured SynchronizationContext predictable. This best practice also reduces clutter of bridging code inside queries, making the query expressions
            more concise and easier to understand.
            </para>
            </remarks>
            <seealso cref="M:System.Reactive.Linq.Observable.ToEvent(System.IObservable{System.Reactive.Unit})"/>
        </member>
        <member name="M:System.Reactive.Linq.Observable.FromEvent``1(System.Action{System.Action{``0}},System.Action{System.Action{``0}},System.Reactive.Concurrency.IScheduler)">
            <summary>
            Converts a generic Action-based .NET event to an observable sequence. Each event invocation is surfaced through an OnNext message in the resulting sequence.
            For conversion of events conforming to the standard .NET event pattern, use any of the FromEventPattern overloads instead.
            </summary>
            <typeparam name="TEventArgs">The type of the event data generated by the event.</typeparam>
            <param name="addHandler">Action that attaches the given event handler to the underlying .NET event.</param>
            <param name="removeHandler">Action that detaches the given event handler from the underlying .NET event.</param>
            <param name="scheduler">The scheduler to run the add and remove event handler logic on.</param>
            <returns>The observable sequence that contains the event argument objects passed to the invocations of the underlying .NET event.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="addHandler"/> or <paramref name="removeHandler"/> or <paramref name="scheduler"/> is null.</exception>
            <remarks>
            <para>
            Add and remove handler invocations are made whenever the number of observers grows beyond zero.
            As such, an event handler may be shared by multiple simultaneously active observers, using a subject for multicasting.
            </para>
            <para>
            Add and remove handler invocations are run on the specified scheduler. This behavior allows add and remove handler operations for thread-affine events to be
            accessed from the same context, as required by some UI frameworks.
            </para>
            <para>
            It's recommended to lift FromEvent calls outside event stream query expressions. This best practice reduces clutter of bridging code inside queries,
            making the query expressions more concise and easier to understand. This has additional benefits for overloads of FromEvent that omit the IScheduler
            parameter. For more information, see the remarks section on those overloads.
            </para>
            </remarks>
            <seealso cref="M:System.Reactive.Linq.Observable.ToEvent(System.IObservable{System.Reactive.Unit})"/>
        </member>
        <member name="M:System.Reactive.Linq.Observable.FromEvent(System.Action{System.Action},System.Action{System.Action})">
            <summary>
            Converts an Action-based .NET event to an observable sequence. Each event invocation is surfaced through an OnNext message in the resulting sequence.
            For conversion of events conforming to the standard .NET event pattern, use any of the FromEventPattern overloads instead.
            </summary>
            <param name="addHandler">Action that attaches the given event handler to the underlying .NET event.</param>
            <param name="removeHandler">Action that detaches the given event handler from the underlying .NET event.</param>
            <returns>The observable sequence that contains the event argument objects passed to the invocations of the underlying .NET event.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="addHandler"/> or <paramref name="removeHandler"/> is null.</exception>
            <remarks>
            <para>
            Add and remove handler invocations are made whenever the number of observers grows beyond zero.
            As such, an event handler may be shared by multiple simultaneously active observers, using a subject for multicasting.
            </para>
            <para>
            The current <see cref="T:System.Threading.SynchronizationContext"/> is captured during the call to FromEvent, and is used to post add and remove handler invocations.
            This behavior ensures add and remove handler operations for thread-affine events are accessed from the same context, as required by some UI frameworks.
            </para>
            <para>
            If no SynchronizationContext is present at the point of calling FromEvent, add and remove handler invocations are made synchronously on the thread
            making the Subscribe or Dispose call, respectively.
            </para>
            <para>
            It's recommended to lift FromEvent calls outside event stream query expressions due to the free-threaded nature of Reactive Extensions. Doing so
            makes the captured SynchronizationContext predictable. This best practice also reduces clutter of bridging code inside queries, making the query expressions
            more concise and easier to understand.
            </para>
            </remarks>
            <seealso cref="M:System.Reactive.Linq.Observable.ToEvent(System.IObservable{System.Reactive.Unit})"/>
        </member>
        <member name="M:System.Reactive.Linq.Observable.FromEvent(System.Action{System.Action},System.Action{System.Action},System.Reactive.Concurrency.IScheduler)">
            <summary>
            Converts an Action-based .NET event to an observable sequence. Each event invocation is surfaced through an OnNext message in the resulting sequence.
            For conversion of events conforming to the standard .NET event pattern, use any of the FromEventPattern overloads instead.
            </summary>
            <param name="addHandler">Action that attaches the given event handler to the underlying .NET event.</param>
            <param name="removeHandler">Action that detaches the given event handler from the underlying .NET event.</param>
            <param name="scheduler">The scheduler to run the add and remove event handler logic on.</param>
            <returns>The observable sequence that contains the event argument objects passed to the invocations of the underlying .NET event.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="addHandler"/> or <paramref name="removeHandler"/> or <paramref name="scheduler"/> is null.</exception>
            <remarks>
            <para>
            Add and remove handler invocations are made whenever the number of observers grows beyond zero.
            As such, an event handler may be shared by multiple simultaneously active observers, using a subject for multicasting.
            </para>
            <para>
            Add and remove handler invocations are run on the specified scheduler. This behavior allows add and remove handler operations for thread-affine events to be
            accessed from the same context, as required by some UI frameworks.
            </para>
            <para>
            It's recommended to lift FromEvent calls outside event stream query expressions. This best practice reduces clutter of bridging code inside queries,
            making the query expressions more concise and easier to understand. This has additional benefits for overloads of FromEvent that omit the IScheduler
            parameter. For more information, see the remarks section on those overloads.
            </para>
            </remarks>
            <seealso cref="M:System.Reactive.Linq.Observable.ToEvent(System.IObservable{System.Reactive.Unit})"/>
        </member>
        <member name="M:System.Reactive.Linq.Observable.ForEachAsync``1(System.IObservable{``0},System.Action{``0})">
            <summary>
            Invokes an action for each element in the observable sequence, and returns a Task object that will get signaled when the sequence terminates.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source sequence.</param>
            <param name="onNext">Action to invoke for each element in the observable sequence.</param>
            <returns>Task that signals the termination of the sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="onNext"/> is null.</exception>
            <remarks>This operator is especially useful in conjunction with the asynchronous programming features introduced in C# 5.0 and Visual Basic 11.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.ForEachAsync``1(System.IObservable{``0},System.Action{``0},System.Threading.CancellationToken)">
            <summary>
            Invokes an action for each element in the observable sequence, and returns a Task object that will get signaled when the sequence terminates.
            The loop can be quit prematurely by setting the specified cancellation token.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source sequence.</param>
            <param name="onNext">Action to invoke for each element in the observable sequence.</param>
            <param name="cancellationToken">Cancellation token used to stop the loop.</param>
            <returns>Task that signals the termination of the sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="onNext"/> is null.</exception>
            <remarks>This operator is especially useful in conjunction with the asynchronous programming features introduced in C# 5.0 and Visual Basic 11.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.ForEachAsync``1(System.IObservable{``0},System.Action{``0,System.Int32})">
            <summary>
            Invokes an action for each element in the observable sequence, incorporating the element's index, and returns a Task object that will get signaled when the sequence terminates.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source sequence.</param>
            <param name="onNext">Action to invoke for each element in the observable sequence.</param>
            <returns>Task that signals the termination of the sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="onNext"/> is null.</exception>
            <remarks>This operator is especially useful in conjunction with the asynchronous programming features introduced in C# 5.0 and Visual Basic 11.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.ForEachAsync``1(System.IObservable{``0},System.Action{``0,System.Int32},System.Threading.CancellationToken)">
            <summary>
            Invokes an action for each element in the observable sequence, incorporating the element's index, and returns a Task object that will get signaled when the sequence terminates.
            The loop can be quit prematurely by setting the specified cancellation token.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source sequence.</param>
            <param name="onNext">Action to invoke for each element in the observable sequence.</param>
            <param name="cancellationToken">Cancellation token used to stop the loop.</param>
            <returns>Task that signals the termination of the sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="onNext"/> is null.</exception>
            <remarks>This operator is especially useful in conjunction with the asynchronous programming features introduced in C# 5.0 and Visual Basic 11.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Case``2(System.Func{``0},System.Collections.Generic.IDictionary{``0,System.IObservable{``1}},System.IObservable{``1})">
            <summary>
            Uses <paramref name="selector"/> to determine which source in <paramref name="sources"/> to return, choosing <paramref name="defaultSource"/> if no match is found.
            </summary>
            <typeparam name="TValue">The type of the value returned by the selector function, used to look up the resulting source.</typeparam>
            <typeparam name="TResult">The type of the elements in the result sequence.</typeparam>
            <param name="selector">Selector function invoked to determine the source to lookup in the <paramref name="sources"/> dictionary.</param>
            <param name="sources">Dictionary of sources to select from based on the <paramref name="selector"/> invocation result.</param>
            <param name="defaultSource">Default source to select in case no matching source in <paramref name="sources"/> is found.</param>
            <returns>The observable sequence retrieved from the <paramref name="sources"/> dictionary based on the <paramref name="selector"/> invocation result, or <paramref name="defaultSource"/> if no match is found.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="selector"/> or <paramref name="sources"/> or <paramref name="defaultSource"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Case``2(System.Func{``0},System.Collections.Generic.IDictionary{``0,System.IObservable{``1}},System.Reactive.Concurrency.IScheduler)">
            <summary>
            Uses <paramref name="selector"/> to determine which source in <paramref name="sources"/> to return, choosing an empty sequence on the specified scheduler if no match is found.
            </summary>
            <typeparam name="TValue">The type of the value returned by the selector function, used to look up the resulting source.</typeparam>
            <typeparam name="TResult">The type of the elements in the result sequence.</typeparam>
            <param name="selector">Selector function invoked to determine the source to lookup in the <paramref name="sources"/> dictionary.</param>
            <param name="sources">Dictionary of sources to select from based on the <paramref name="selector"/> invocation result.</param>
            <param name="scheduler">Scheduler to generate an empty sequence on in case no matching source in <paramref name="sources"/> is found.</param>
            <returns>The observable sequence retrieved from the <paramref name="sources"/> dictionary based on the <paramref name="selector"/> invocation result, or an empty sequence if no match is found.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="selector"/> or <paramref name="sources"/> or <paramref name="scheduler"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Case``2(System.Func{``0},System.Collections.Generic.IDictionary{``0,System.IObservable{``1}})">
            <summary>
            Uses <paramref name="selector"/> to determine which source in <paramref name="sources"/> to return, choosing an empty sequence if no match is found.
            </summary>
            <typeparam name="TValue">The type of the value returned by the selector function, used to look up the resulting source.</typeparam>
            <typeparam name="TResult">The type of the elements in the result sequence.</typeparam>
            <param name="selector">Selector function invoked to determine the source to lookup in the <paramref name="sources"/> dictionary.</param>
            <param name="sources">Dictionary of sources to select from based on the <paramref name="selector"/> invocation result.</param>
            <returns>The observable sequence retrieved from the <paramref name="sources"/> dictionary based on the <paramref name="selector"/> invocation result, or an empty sequence if no match is found.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="selector"/> or <paramref name="sources"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.DoWhile``1(System.IObservable{``0},System.Func{System.Boolean})">
            <summary>
            Repeats the given <paramref name="source"/> as long as the specified <paramref name="condition"/> holds, where the <paramref name="condition"/> is evaluated after each repeated <paramref name="source"/> completed.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source to repeat as long as the <paramref name="condition"/> function evaluates to true.</param>
            <param name="condition">Condition that will be evaluated upon the completion of an iteration through the <paramref name="source"/>, to determine whether repetition of the source is required.</param>
            <returns>The observable sequence obtained by concatenating the <paramref name="source"/> sequence as long as the <paramref name="condition"/> holds.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="condition"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.For``2(System.Collections.Generic.IEnumerable{``0},System.Func{``0,System.IObservable{``1}})">
            <summary>
            Concatenates the observable sequences obtained by running the <paramref name="resultSelector"/> for each element in the given enumerable <paramref name="source"/>.
            </summary>
            <typeparam name="TSource">The type of the elements in the enumerable source sequence.</typeparam>
            <typeparam name="TResult">The type of the elements in the observable result sequence.</typeparam>
            <param name="source">Enumerable source for which each element will be mapped onto an observable source that will be concatenated in the result sequence.</param>
            <param name="resultSelector">Function to select an observable source for each element in the <paramref name="source"/>.</param>
            <returns>The observable sequence obtained by concatenating the sources returned by <paramref name="resultSelector"/> for each element in the <paramref name="source"/>.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="resultSelector"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.If``1(System.Func{System.Boolean},System.IObservable{``0},System.IObservable{``0})">
            <summary>
            If the specified <paramref name="condition"/> evaluates true, select the <paramref name="thenSource"/> sequence. Otherwise, select the <paramref name="elseSource"/> sequence.
            </summary>
            <typeparam name="TResult">The type of the elements in the result sequence.</typeparam>
            <param name="condition">Condition evaluated to decide which sequence to return.</param>
            <param name="thenSource">Sequence returned in case <paramref name="condition"/> evaluates true.</param>
            <param name="elseSource">Sequence returned in case <paramref name="condition"/> evaluates false.</param>
            <returns><paramref name="thenSource"/> if <paramref name="condition"/> evaluates true; <paramref name="elseSource"/> otherwise.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="condition"/> or <paramref name="thenSource"/> or <paramref name="elseSource"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.If``1(System.Func{System.Boolean},System.IObservable{``0})">
            <summary>
            If the specified <paramref name="condition"/> evaluates true, select the <paramref name="thenSource"/> sequence. Otherwise, return an empty sequence.
            </summary>
            <typeparam name="TResult">The type of the elements in the result sequence.</typeparam>
            <param name="condition">Condition evaluated to decide which sequence to return.</param>
            <param name="thenSource">Sequence returned in case <paramref name="condition"/> evaluates true.</param>
            <returns><paramref name="thenSource"/> if <paramref name="condition"/> evaluates true; an empty sequence otherwise.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="condition"/> or <paramref name="thenSource"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.If``1(System.Func{System.Boolean},System.IObservable{``0},System.Reactive.Concurrency.IScheduler)">
            <summary>
            If the specified <paramref name="condition"/> evaluates true, select the <paramref name="thenSource"/> sequence. Otherwise, return an empty sequence generated on the specified scheduler.
            </summary>
            <typeparam name="TResult">The type of the elements in the result sequence.</typeparam>
            <param name="condition">Condition evaluated to decide which sequence to return.</param>
            <param name="thenSource">Sequence returned in case <paramref name="condition"/> evaluates true.</param>
            <param name="scheduler">Scheduler to generate an empty sequence on in case <paramref name="condition"/> evaluates false.</param>
            <returns><paramref name="thenSource"/> if <paramref name="condition"/> evaluates true; an empty sequence otherwise.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="condition"/> or <paramref name="thenSource"/> or <paramref name="scheduler"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.While``1(System.Func{System.Boolean},System.IObservable{``0})">
            <summary>
            Repeats the given <paramref name="source"/> as long as the specified <paramref name="condition"/> holds, where the <paramref name="condition"/> is evaluated before each repeated <paramref name="source"/> is subscribed to.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source to repeat as long as the <paramref name="condition"/> function evaluates to true.</param>
            <param name="condition">Condition that will be evaluated before subscription to the <paramref name="source"/>, to determine whether repetition of the source is required.</param>
            <returns>The observable sequence obtained by concatenating the <paramref name="source"/> sequence as long as the <paramref name="condition"/> holds.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="condition"/> or <paramref name="source"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.And``2(System.IObservable{``0},System.IObservable{``1})">
            <summary>
            Creates a pattern that matches when both observable sequences have an available element.
            </summary>
            <typeparam name="TLeft">The type of the elements in the left sequence.</typeparam>
            <typeparam name="TRight">The type of the elements in the right sequence.</typeparam>
            <param name="left">Observable sequence to match with the right sequence.</param>
            <param name="right">Observable sequence to match with the left sequence.</param>
            <returns>Pattern object that matches when both observable sequences have an available element.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="left"/> or <paramref name="right"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Then``2(System.IObservable{``0},System.Func{``0,``1})">
            <summary>
            Matches when the observable sequence has an available element and projects the element by invoking the selector function.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <typeparam name="TResult">The type of the elements in the result sequence, returned by the selector function.</typeparam>
            <param name="source">Observable sequence to apply the selector on.</param>
            <param name="selector">Selector that will be invoked for elements in the source sequence.</param>
            <returns>Plan that produces the projected results, to be fed (with other plans) to the When operator.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="selector"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.When``1(System.Reactive.Joins.Plan{``0}[])">
            <summary>
            Joins together the results from several patterns.
            </summary>
            <typeparam name="TResult">The type of the elements in the result sequence, obtained from the specified patterns.</typeparam>
            <param name="plans">A series of plans created by use of the Then operator on patterns.</param>
            <returns>An observable sequence with the results from matching several patterns.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="plans"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.When``1(System.Collections.Generic.IEnumerable{System.Reactive.Joins.Plan{``0}})">
            <summary>
            Joins together the results from several patterns.
            </summary>
            <typeparam name="TResult">The type of the elements in the result sequence, obtained from the specified patterns.</typeparam>
            <param name="plans">A series of plans created by use of the Then operator on patterns.</param>
            <returns>An observable sequence with the results form matching several patterns.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="plans"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Amb``1(System.IObservable{``0},System.IObservable{``0})">
            <summary>
            Propagates the observable sequence that reacts first.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequences.</typeparam>
            <param name="first">First observable sequence.</param>
            <param name="second">Second observable sequence.</param>
            <returns>An observable sequence that surfaces either of the given sequences, whichever reacted first.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="first"/> or <paramref name="second"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Amb``1(System.IObservable{``0}[])">
            <summary>
            Propagates the observable sequence that reacts first.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequences.</typeparam>
            <param name="sources">Observable sources competing to react first.</param>
            <returns>An observable sequence that surfaces any of the given sequences, whichever reacted first.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="sources"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Amb``1(System.Collections.Generic.IEnumerable{System.IObservable{``0}})">
            <summary>
            Propagates the observable sequence that reacts first.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequences.</typeparam>
            <param name="sources">Observable sources competing to react first.</param>
            <returns>An observable sequence that surfaces any of the given sequences, whichever reacted first.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="sources"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Buffer``2(System.IObservable{``0},System.Func{System.IObservable{``1}})">
            <summary>
            Projects each element of an observable sequence into consecutive non-overlapping buffers.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence, and in the lists in the result sequence.</typeparam>
            <typeparam name="TBufferClosing">The type of the elements in the sequences indicating buffer closing events.</typeparam>
            <param name="source">Source sequence to produce buffers over.</param>
            <param name="bufferClosingSelector">A function invoked to define the boundaries of the produced buffers. A new buffer is started when the previous one is closed.</param>
            <returns>An observable sequence of buffers.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="bufferClosingSelector"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Buffer``3(System.IObservable{``0},System.IObservable{``1},System.Func{``1,System.IObservable{``2}})">
            <summary>
            Projects each element of an observable sequence into zero or more buffers.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence, and in the lists in the result sequence.</typeparam>
            <typeparam name="TBufferOpening">The type of the elements in the sequence indicating buffer opening events, also passed to the closing selector to obtain a sequence of buffer closing events.</typeparam>
            <typeparam name="TBufferClosing">The type of the elements in the sequences indicating buffer closing events.</typeparam>
            <param name="source">Source sequence to produce buffers over.</param>
            <param name="bufferOpenings">Observable sequence whose elements denote the creation of new buffers.</param>
            <param name="bufferClosingSelector">A function invoked to define the closing of each produced buffer.</param>
            <returns>An observable sequence of buffers.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="bufferOpenings"/> or <paramref name="bufferClosingSelector"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Buffer``2(System.IObservable{``0},System.IObservable{``1})">
            <summary>
            Projects each element of an observable sequence into consecutive non-overlapping buffers.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence, and in the lists in the result sequence.</typeparam>
            <typeparam name="TBufferBoundary">The type of the elements in the sequences indicating buffer boundary events.</typeparam>
            <param name="source">Source sequence to produce buffers over.</param>
            <param name="bufferBoundaries">Sequence of buffer boundary markers. The current buffer is closed and a new buffer is opened upon receiving a boundary marker.</param>
            <returns>An observable sequence of buffers.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="bufferBoundaries"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Catch``2(System.IObservable{``0},System.Func{``1,System.IObservable{``0}})">
            <summary>
            Continues an observable sequence that is terminated by an exception of the specified type with the observable sequence produced by the handler.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence and sequences returned by the exception handler function.</typeparam>
            <typeparam name="TException">The type of the exception to catch and handle. Needs to derive from <see cref="T:System.Exception"/>.</typeparam>
            <param name="source">Source sequence.</param>
            <param name="handler">Exception handler function, producing another observable sequence.</param>
            <returns>An observable sequence containing the source sequence's elements, followed by the elements produced by the handler's resulting observable sequence in case an exception occurred.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="handler"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Catch``1(System.IObservable{``0},System.IObservable{``0})">
            <summary>
            Continues an observable sequence that is terminated by an exception with the next observable sequence.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence and handler sequence.</typeparam>
            <param name="first">First observable sequence whose exception (if any) is caught.</param>
            <param name="second">Second observable sequence used to produce results when an error occurred in the first sequence.</param>
            <returns>An observable sequence containing the first sequence's elements, followed by the elements of the second sequence in case an exception occurred.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="first"/> or <paramref name="second"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Catch``1(System.IObservable{``0}[])">
            <summary>
            Continues an observable sequence that is terminated by an exception with the next observable sequence.
            </summary>
            <typeparam name="TSource">The type of the elements in the source and handler sequences.</typeparam>
            <param name="sources">Observable sequences to catch exceptions for.</param>
            <returns>An observable sequence containing elements from consecutive source sequences until a source sequence terminates successfully.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="sources"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Catch``1(System.Collections.Generic.IEnumerable{System.IObservable{``0}})">
            <summary>
            Continues an observable sequence that is terminated by an exception with the next observable sequence.
            </summary>
            <typeparam name="TSource">The type of the elements in the source and handler sequences.</typeparam>
            <param name="sources">Observable sequences to catch exceptions for.</param>
            <returns>An observable sequence containing elements from consecutive source sequences until a source sequence terminates successfully.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="sources"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.CombineLatest``3(System.IObservable{``0},System.IObservable{``1},System.Func{``0,``1,``2})">
            <summary>
            Merges two observable sequences into one observable sequence by using the selector function whenever one of the observable sequences produces an element.
            </summary>
            <typeparam name="TSource1">The type of the elements in the first source sequence.</typeparam>
            <typeparam name="TSource2">The type of the elements in the second source sequence.</typeparam>
            <typeparam name="TResult">The type of the elements in the result sequence, returned by the selector function.</typeparam>
            <param name="first">First observable source.</param>
            <param name="second">Second observable source.</param>
            <param name="resultSelector">Function to invoke whenever either of the sources produces an element.</param>
            <returns>An observable sequence containing the result of combining elements of both sources using the specified result selector function.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="first"/> or <paramref name="second"/> or <paramref name="resultSelector"/> is null.</exception>
            <remarks>If a non-empty source completes, its very last value will be used for creating subsequent combinations until all sources terminate.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.CombineLatest``4(System.IObservable{``0},System.IObservable{``1},System.IObservable{``2},System.Func{``0,``1,``2,``3})">
            <summary>
            Merges the specified observable sequences into one observable sequence by using the selector function whenever any of the observable sequences produces an element.
            </summary>
            <typeparam name="TSource1">The type of the elements in the first source sequence.</typeparam>
            <typeparam name="TSource2">The type of the elements in the second source sequence.</typeparam>
            <typeparam name="TSource3">The type of the elements in the third source sequence.</typeparam>
            <typeparam name="TResult">The type of the elements in the result sequence, returned by the selector function.</typeparam>
            <param name="source1">First observable source.</param>
            <param name="source2">Second observable source.</param>
            <param name="source3">Third observable source.</param>
            <param name="resultSelector">Function to invoke whenever any of the sources produces an element.</param>
            <returns>An observable sequence containing the result of combining elements of the sources using the specified result selector function.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source1"/> or <paramref name="source2"/> or <paramref name="source3"/> or <paramref name="resultSelector"/> is null.</exception>
            <remarks>If a non-empty source completes, its very last value will be used for creating subsequent combinations until all sources terminate.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.CombineLatest``5(System.IObservable{``0},System.IObservable{``1},System.IObservable{``2},System.IObservable{``3},System.Func{``0,``1,``2,``3,``4})">
            <summary>
            Merges the specified observable sequences into one observable sequence by using the selector function whenever any of the observable sequences produces an element.
            </summary>
            <typeparam name="TSource1">The type of the elements in the first source sequence.</typeparam>
            <typeparam name="TSource2">The type of the elements in the second source sequence.</typeparam>
            <typeparam name="TSource3">The type of the elements in the third source sequence.</typeparam>
            <typeparam name="TSource4">The type of the elements in the fourth source sequence.</typeparam>
            <typeparam name="TResult">The type of the elements in the result sequence, returned by the selector function.</typeparam>
            <param name="source1">First observable source.</param>
            <param name="source2">Second observable source.</param>
            <param name="source3">Third observable source.</param>
            <param name="source4">Fourth observable source.</param>
            <param name="resultSelector">Function to invoke whenever any of the sources produces an element.</param>
            <returns>An observable sequence containing the result of combining elements of the sources using the specified result selector function.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source1"/> or <paramref name="source2"/> or <paramref name="source3"/> or <paramref name="source4"/> or <paramref name="resultSelector"/> is null.</exception>
            <remarks>If a non-empty source completes, its very last value will be used for creating subsequent combinations until all sources terminate.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.CombineLatest``6(System.IObservable{``0},System.IObservable{``1},System.IObservable{``2},System.IObservable{``3},System.IObservable{``4},System.Func{``0,``1,``2,``3,``4,``5})">
            <summary>
            Merges the specified observable sequences into one observable sequence by using the selector function whenever any of the observable sequences produces an element.
            </summary>
            <typeparam name="TSource1">The type of the elements in the first source sequence.</typeparam>
            <typeparam name="TSource2">The type of the elements in the second source sequence.</typeparam>
            <typeparam name="TSource3">The type of the elements in the third source sequence.</typeparam>
            <typeparam name="TSource4">The type of the elements in the fourth source sequence.</typeparam>
            <typeparam name="TSource5">The type of the elements in the fifth source sequence.</typeparam>
            <typeparam name="TResult">The type of the elements in the result sequence, returned by the selector function.</typeparam>
            <param name="source1">First observable source.</param>
            <param name="source2">Second observable source.</param>
            <param name="source3">Third observable source.</param>
            <param name="source4">Fourth observable source.</param>
            <param name="source5">Fifth observable source.</param>
            <param name="resultSelector">Function to invoke whenever any of the sources produces an element.</param>
            <returns>An observable sequence containing the result of combining elements of the sources using the specified result selector function.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source1"/> or <paramref name="source2"/> or <paramref name="source3"/> or <paramref name="source4"/> or <paramref name="source5"/> or <paramref name="resultSelector"/> is null.</exception>
            <remarks>If a non-empty source completes, its very last value will be used for creating subsequent combinations until all sources terminate.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.CombineLatest``7(System.IObservable{``0},System.IObservable{``1},System.IObservable{``2},System.IObservable{``3},System.IObservable{``4},System.IObservable{``5},System.Func{``0,``1,``2,``3,``4,``5,``6})">
            <summary>
            Merges the specified observable sequences into one observable sequence by using the selector function whenever any of the observable sequences produces an element.
            </summary>
            <typeparam name="TSource1">The type of the elements in the first source sequence.</typeparam>
            <typeparam name="TSource2">The type of the elements in the second source sequence.</typeparam>
            <typeparam name="TSource3">The type of the elements in the third source sequence.</typeparam>
            <typeparam name="TSource4">The type of the elements in the fourth source sequence.</typeparam>
            <typeparam name="TSource5">The type of the elements in the fifth source sequence.</typeparam>
            <typeparam name="TSource6">The type of the elements in the sixth source sequence.</typeparam>
            <typeparam name="TResult">The type of the elements in the result sequence, returned by the selector function.</typeparam>
            <param name="source1">First observable source.</param>
            <param name="source2">Second observable source.</param>
            <param name="source3">Third observable source.</param>
            <param name="source4">Fourth observable source.</param>
            <param name="source5">Fifth observable source.</param>
            <param name="source6">Sixth observable source.</param>
            <param name="resultSelector">Function to invoke whenever any of the sources produces an element.</param>
            <returns>An observable sequence containing the result of combining elements of the sources using the specified result selector function.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source1"/> or <paramref name="source2"/> or <paramref name="source3"/> or <paramref name="source4"/> or <paramref name="source5"/> or <paramref name="source6"/> or <paramref name="resultSelector"/> is null.</exception>
            <remarks>If a non-empty source completes, its very last value will be used for creating subsequent combinations until all sources terminate.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.CombineLatest``8(System.IObservable{``0},System.IObservable{``1},System.IObservable{``2},System.IObservable{``3},System.IObservable{``4},System.IObservable{``5},System.IObservable{``6},System.Func{``0,``1,``2,``3,``4,``5,``6,``7})">
            <summary>
            Merges the specified observable sequences into one observable sequence by using the selector function whenever any of the observable sequences produces an element.
            </summary>
            <typeparam name="TSource1">The type of the elements in the first source sequence.</typeparam>
            <typeparam name="TSource2">The type of the elements in the second source sequence.</typeparam>
            <typeparam name="TSource3">The type of the elements in the third source sequence.</typeparam>
            <typeparam name="TSource4">The type of the elements in the fourth source sequence.</typeparam>
            <typeparam name="TSource5">The type of the elements in the fifth source sequence.</typeparam>
            <typeparam name="TSource6">The type of the elements in the sixth source sequence.</typeparam>
            <typeparam name="TSource7">The type of the elements in the seventh source sequence.</typeparam>
            <typeparam name="TResult">The type of the elements in the result sequence, returned by the selector function.</typeparam>
            <param name="source1">First observable source.</param>
            <param name="source2">Second observable source.</param>
            <param name="source3">Third observable source.</param>
            <param name="source4">Fourth observable source.</param>
            <param name="source5">Fifth observable source.</param>
            <param name="source6">Sixth observable source.</param>
            <param name="source7">Seventh observable source.</param>
            <param name="resultSelector">Function to invoke whenever any of the sources produces an element.</param>
            <returns>An observable sequence containing the result of combining elements of the sources using the specified result selector function.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source1"/> or <paramref name="source2"/> or <paramref name="source3"/> or <paramref name="source4"/> or <paramref name="source5"/> or <paramref name="source6"/> or <paramref name="source7"/> or <paramref name="resultSelector"/> is null.</exception>
            <remarks>If a non-empty source completes, its very last value will be used for creating subsequent combinations until all sources terminate.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.CombineLatest``9(System.IObservable{``0},System.IObservable{``1},System.IObservable{``2},System.IObservable{``3},System.IObservable{``4},System.IObservable{``5},System.IObservable{``6},System.IObservable{``7},System.Func{``0,``1,``2,``3,``4,``5,``6,``7,``8})">
            <summary>
            Merges the specified observable sequences into one observable sequence by using the selector function whenever any of the observable sequences produces an element.
            </summary>
            <typeparam name="TSource1">The type of the elements in the first source sequence.</typeparam>
            <typeparam name="TSource2">The type of the elements in the second source sequence.</typeparam>
            <typeparam name="TSource3">The type of the elements in the third source sequence.</typeparam>
            <typeparam name="TSource4">The type of the elements in the fourth source sequence.</typeparam>
            <typeparam name="TSource5">The type of the elements in the fifth source sequence.</typeparam>
            <typeparam name="TSource6">The type of the elements in the sixth source sequence.</typeparam>
            <typeparam name="TSource7">The type of the elements in the seventh source sequence.</typeparam>
            <typeparam name="TSource8">The type of the elements in the eighth source sequence.</typeparam>
            <typeparam name="TResult">The type of the elements in the result sequence, returned by the selector function.</typeparam>
            <param name="source1">First observable source.</param>
            <param name="source2">Second observable source.</param>
            <param name="source3">Third observable source.</param>
            <param name="source4">Fourth observable source.</param>
            <param name="source5">Fifth observable source.</param>
            <param name="source6">Sixth observable source.</param>
            <param name="source7">Seventh observable source.</param>
            <param name="source8">Eighth observable source.</param>
            <param name="resultSelector">Function to invoke whenever any of the sources produces an element.</param>
            <returns>An observable sequence containing the result of combining elements of the sources using the specified result selector function.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source1"/> or <paramref name="source2"/> or <paramref name="source3"/> or <paramref name="source4"/> or <paramref name="source5"/> or <paramref name="source6"/> or <paramref name="source7"/> or <paramref name="source8"/> or <paramref name="resultSelector"/> is null.</exception>
            <remarks>If a non-empty source completes, its very last value will be used for creating subsequent combinations until all sources terminate.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.CombineLatest``10(System.IObservable{``0},System.IObservable{``1},System.IObservable{``2},System.IObservable{``3},System.IObservable{``4},System.IObservable{``5},System.IObservable{``6},System.IObservable{``7},System.IObservable{``8},System.Func{``0,``1,``2,``3,``4,``5,``6,``7,``8,``9})">
            <summary>
            Merges the specified observable sequences into one observable sequence by using the selector function whenever any of the observable sequences produces an element.
            </summary>
            <typeparam name="TSource1">The type of the elements in the first source sequence.</typeparam>
            <typeparam name="TSource2">The type of the elements in the second source sequence.</typeparam>
            <typeparam name="TSource3">The type of the elements in the third source sequence.</typeparam>
            <typeparam name="TSource4">The type of the elements in the fourth source sequence.</typeparam>
            <typeparam name="TSource5">The type of the elements in the fifth source sequence.</typeparam>
            <typeparam name="TSource6">The type of the elements in the sixth source sequence.</typeparam>
            <typeparam name="TSource7">The type of the elements in the seventh source sequence.</typeparam>
            <typeparam name="TSource8">The type of the elements in the eighth source sequence.</typeparam>
            <typeparam name="TSource9">The type of the elements in the ninth source sequence.</typeparam>
            <typeparam name="TResult">The type of the elements in the result sequence, returned by the selector function.</typeparam>
            <param name="source1">First observable source.</param>
            <param name="source2">Second observable source.</param>
            <param name="source3">Third observable source.</param>
            <param name="source4">Fourth observable source.</param>
            <param name="source5">Fifth observable source.</param>
            <param name="source6">Sixth observable source.</param>
            <param name="source7">Seventh observable source.</param>
            <param name="source8">Eighth observable source.</param>
            <param name="source9">Ninth observable source.</param>
            <param name="resultSelector">Function to invoke whenever any of the sources produces an element.</param>
            <returns>An observable sequence containing the result of combining elements of the sources using the specified result selector function.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source1"/> or <paramref name="source2"/> or <paramref name="source3"/> or <paramref name="source4"/> or <paramref name="source5"/> or <paramref name="source6"/> or <paramref name="source7"/> or <paramref name="source8"/> or <paramref name="source9"/> or <paramref name="resultSelector"/> is null.</exception>
            <remarks>If a non-empty source completes, its very last value will be used for creating subsequent combinations until all sources terminate.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.CombineLatest``11(System.IObservable{``0},System.IObservable{``1},System.IObservable{``2},System.IObservable{``3},System.IObservable{``4},System.IObservable{``5},System.IObservable{``6},System.IObservable{``7},System.IObservable{``8},System.IObservable{``9},System.Func{``0,``1,``2,``3,``4,``5,``6,``7,``8,``9,``10})">
            <summary>
            Merges the specified observable sequences into one observable sequence by using the selector function whenever any of the observable sequences produces an element.
            </summary>
            <typeparam name="TSource1">The type of the elements in the first source sequence.</typeparam>
            <typeparam name="TSource2">The type of the elements in the second source sequence.</typeparam>
            <typeparam name="TSource3">The type of the elements in the third source sequence.</typeparam>
            <typeparam name="TSource4">The type of the elements in the fourth source sequence.</typeparam>
            <typeparam name="TSource5">The type of the elements in the fifth source sequence.</typeparam>
            <typeparam name="TSource6">The type of the elements in the sixth source sequence.</typeparam>
            <typeparam name="TSource7">The type of the elements in the seventh source sequence.</typeparam>
            <typeparam name="TSource8">The type of the elements in the eighth source sequence.</typeparam>
            <typeparam name="TSource9">The type of the elements in the ninth source sequence.</typeparam>
            <typeparam name="TSource10">The type of the elements in the tenth source sequence.</typeparam>
            <typeparam name="TResult">The type of the elements in the result sequence, returned by the selector function.</typeparam>
            <param name="source1">First observable source.</param>
            <param name="source2">Second observable source.</param>
            <param name="source3">Third observable source.</param>
            <param name="source4">Fourth observable source.</param>
            <param name="source5">Fifth observable source.</param>
            <param name="source6">Sixth observable source.</param>
            <param name="source7">Seventh observable source.</param>
            <param name="source8">Eighth observable source.</param>
            <param name="source9">Ninth observable source.</param>
            <param name="source10">Tenth observable source.</param>
            <param name="resultSelector">Function to invoke whenever any of the sources produces an element.</param>
            <returns>An observable sequence containing the result of combining elements of the sources using the specified result selector function.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source1"/> or <paramref name="source2"/> or <paramref name="source3"/> or <paramref name="source4"/> or <paramref name="source5"/> or <paramref name="source6"/> or <paramref name="source7"/> or <paramref name="source8"/> or <paramref name="source9"/> or <paramref name="source10"/> or <paramref name="resultSelector"/> is null.</exception>
            <remarks>If a non-empty source completes, its very last value will be used for creating subsequent combinations until all sources terminate.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.CombineLatest``12(System.IObservable{``0},System.IObservable{``1},System.IObservable{``2},System.IObservable{``3},System.IObservable{``4},System.IObservable{``5},System.IObservable{``6},System.IObservable{``7},System.IObservable{``8},System.IObservable{``9},System.IObservable{``10},System.Func{``0,``1,``2,``3,``4,``5,``6,``7,``8,``9,``10,``11})">
            <summary>
            Merges the specified observable sequences into one observable sequence by using the selector function whenever any of the observable sequences produces an element.
            </summary>
            <typeparam name="TSource1">The type of the elements in the first source sequence.</typeparam>
            <typeparam name="TSource2">The type of the elements in the second source sequence.</typeparam>
            <typeparam name="TSource3">The type of the elements in the third source sequence.</typeparam>
            <typeparam name="TSource4">The type of the elements in the fourth source sequence.</typeparam>
            <typeparam name="TSource5">The type of the elements in the fifth source sequence.</typeparam>
            <typeparam name="TSource6">The type of the elements in the sixth source sequence.</typeparam>
            <typeparam name="TSource7">The type of the elements in the seventh source sequence.</typeparam>
            <typeparam name="TSource8">The type of the elements in the eighth source sequence.</typeparam>
            <typeparam name="TSource9">The type of the elements in the ninth source sequence.</typeparam>
            <typeparam name="TSource10">The type of the elements in the tenth source sequence.</typeparam>
            <typeparam name="TSource11">The type of the elements in the eleventh source sequence.</typeparam>
            <typeparam name="TResult">The type of the elements in the result sequence, returned by the selector function.</typeparam>
            <param name="source1">First observable source.</param>
            <param name="source2">Second observable source.</param>
            <param name="source3">Third observable source.</param>
            <param name="source4">Fourth observable source.</param>
            <param name="source5">Fifth observable source.</param>
            <param name="source6">Sixth observable source.</param>
            <param name="source7">Seventh observable source.</param>
            <param name="source8">Eighth observable source.</param>
            <param name="source9">Ninth observable source.</param>
            <param name="source10">Tenth observable source.</param>
            <param name="source11">Eleventh observable source.</param>
            <param name="resultSelector">Function to invoke whenever any of the sources produces an element.</param>
            <returns>An observable sequence containing the result of combining elements of the sources using the specified result selector function.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source1"/> or <paramref name="source2"/> or <paramref name="source3"/> or <paramref name="source4"/> or <paramref name="source5"/> or <paramref name="source6"/> or <paramref name="source7"/> or <paramref name="source8"/> or <paramref name="source9"/> or <paramref name="source10"/> or <paramref name="source11"/> or <paramref name="resultSelector"/> is null.</exception>
            <remarks>If a non-empty source completes, its very last value will be used for creating subsequent combinations until all sources terminate.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.CombineLatest``13(System.IObservable{``0},System.IObservable{``1},System.IObservable{``2},System.IObservable{``3},System.IObservable{``4},System.IObservable{``5},System.IObservable{``6},System.IObservable{``7},System.IObservable{``8},System.IObservable{``9},System.IObservable{``10},System.IObservable{``11},System.Func{``0,``1,``2,``3,``4,``5,``6,``7,``8,``9,``10,``11,``12})">
            <summary>
            Merges the specified observable sequences into one observable sequence by using the selector function whenever any of the observable sequences produces an element.
            </summary>
            <typeparam name="TSource1">The type of the elements in the first source sequence.</typeparam>
            <typeparam name="TSource2">The type of the elements in the second source sequence.</typeparam>
            <typeparam name="TSource3">The type of the elements in the third source sequence.</typeparam>
            <typeparam name="TSource4">The type of the elements in the fourth source sequence.</typeparam>
            <typeparam name="TSource5">The type of the elements in the fifth source sequence.</typeparam>
            <typeparam name="TSource6">The type of the elements in the sixth source sequence.</typeparam>
            <typeparam name="TSource7">The type of the elements in the seventh source sequence.</typeparam>
            <typeparam name="TSource8">The type of the elements in the eighth source sequence.</typeparam>
            <typeparam name="TSource9">The type of the elements in the ninth source sequence.</typeparam>
            <typeparam name="TSource10">The type of the elements in the tenth source sequence.</typeparam>
            <typeparam name="TSource11">The type of the elements in the eleventh source sequence.</typeparam>
            <typeparam name="TSource12">The type of the elements in the twelfth source sequence.</typeparam>
            <typeparam name="TResult">The type of the elements in the result sequence, returned by the selector function.</typeparam>
            <param name="source1">First observable source.</param>
            <param name="source2">Second observable source.</param>
            <param name="source3">Third observable source.</param>
            <param name="source4">Fourth observable source.</param>
            <param name="source5">Fifth observable source.</param>
            <param name="source6">Sixth observable source.</param>
            <param name="source7">Seventh observable source.</param>
            <param name="source8">Eighth observable source.</param>
            <param name="source9">Ninth observable source.</param>
            <param name="source10">Tenth observable source.</param>
            <param name="source11">Eleventh observable source.</param>
            <param name="source12">Twelfth observable source.</param>
            <param name="resultSelector">Function to invoke whenever any of the sources produces an element.</param>
            <returns>An observable sequence containing the result of combining elements of the sources using the specified result selector function.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source1"/> or <paramref name="source2"/> or <paramref name="source3"/> or <paramref name="source4"/> or <paramref name="source5"/> or <paramref name="source6"/> or <paramref name="source7"/> or <paramref name="source8"/> or <paramref name="source9"/> or <paramref name="source10"/> or <paramref name="source11"/> or <paramref name="source12"/> or <paramref name="resultSelector"/> is null.</exception>
            <remarks>If a non-empty source completes, its very last value will be used for creating subsequent combinations until all sources terminate.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.CombineLatest``14(System.IObservable{``0},System.IObservable{``1},System.IObservable{``2},System.IObservable{``3},System.IObservable{``4},System.IObservable{``5},System.IObservable{``6},System.IObservable{``7},System.IObservable{``8},System.IObservable{``9},System.IObservable{``10},System.IObservable{``11},System.IObservable{``12},System.Func{``0,``1,``2,``3,``4,``5,``6,``7,``8,``9,``10,``11,``12,``13})">
            <summary>
            Merges the specified observable sequences into one observable sequence by using the selector function whenever any of the observable sequences produces an element.
            </summary>
            <typeparam name="TSource1">The type of the elements in the first source sequence.</typeparam>
            <typeparam name="TSource2">The type of the elements in the second source sequence.</typeparam>
            <typeparam name="TSource3">The type of the elements in the third source sequence.</typeparam>
            <typeparam name="TSource4">The type of the elements in the fourth source sequence.</typeparam>
            <typeparam name="TSource5">The type of the elements in the fifth source sequence.</typeparam>
            <typeparam name="TSource6">The type of the elements in the sixth source sequence.</typeparam>
            <typeparam name="TSource7">The type of the elements in the seventh source sequence.</typeparam>
            <typeparam name="TSource8">The type of the elements in the eighth source sequence.</typeparam>
            <typeparam name="TSource9">The type of the elements in the ninth source sequence.</typeparam>
            <typeparam name="TSource10">The type of the elements in the tenth source sequence.</typeparam>
            <typeparam name="TSource11">The type of the elements in the eleventh source sequence.</typeparam>
            <typeparam name="TSource12">The type of the elements in the twelfth source sequence.</typeparam>
            <typeparam name="TSource13">The type of the elements in the thirteenth source sequence.</typeparam>
            <typeparam name="TResult">The type of the elements in the result sequence, returned by the selector function.</typeparam>
            <param name="source1">First observable source.</param>
            <param name="source2">Second observable source.</param>
            <param name="source3">Third observable source.</param>
            <param name="source4">Fourth observable source.</param>
            <param name="source5">Fifth observable source.</param>
            <param name="source6">Sixth observable source.</param>
            <param name="source7">Seventh observable source.</param>
            <param name="source8">Eighth observable source.</param>
            <param name="source9">Ninth observable source.</param>
            <param name="source10">Tenth observable source.</param>
            <param name="source11">Eleventh observable source.</param>
            <param name="source12">Twelfth observable source.</param>
            <param name="source13">Thirteenth observable source.</param>
            <param name="resultSelector">Function to invoke whenever any of the sources produces an element.</param>
            <returns>An observable sequence containing the result of combining elements of the sources using the specified result selector function.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source1"/> or <paramref name="source2"/> or <paramref name="source3"/> or <paramref name="source4"/> or <paramref name="source5"/> or <paramref name="source6"/> or <paramref name="source7"/> or <paramref name="source8"/> or <paramref name="source9"/> or <paramref name="source10"/> or <paramref name="source11"/> or <paramref name="source12"/> or <paramref name="source13"/> or <paramref name="resultSelector"/> is null.</exception>
            <remarks>If a non-empty source completes, its very last value will be used for creating subsequent combinations until all sources terminate.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.CombineLatest``15(System.IObservable{``0},System.IObservable{``1},System.IObservable{``2},System.IObservable{``3},System.IObservable{``4},System.IObservable{``5},System.IObservable{``6},System.IObservable{``7},System.IObservable{``8},System.IObservable{``9},System.IObservable{``10},System.IObservable{``11},System.IObservable{``12},System.IObservable{``13},System.Func{``0,``1,``2,``3,``4,``5,``6,``7,``8,``9,``10,``11,``12,``13,``14})">
            <summary>
            Merges the specified observable sequences into one observable sequence by using the selector function whenever any of the observable sequences produces an element.
            </summary>
            <typeparam name="TSource1">The type of the elements in the first source sequence.</typeparam>
            <typeparam name="TSource2">The type of the elements in the second source sequence.</typeparam>
            <typeparam name="TSource3">The type of the elements in the third source sequence.</typeparam>
            <typeparam name="TSource4">The type of the elements in the fourth source sequence.</typeparam>
            <typeparam name="TSource5">The type of the elements in the fifth source sequence.</typeparam>
            <typeparam name="TSource6">The type of the elements in the sixth source sequence.</typeparam>
            <typeparam name="TSource7">The type of the elements in the seventh source sequence.</typeparam>
            <typeparam name="TSource8">The type of the elements in the eighth source sequence.</typeparam>
            <typeparam name="TSource9">The type of the elements in the ninth source sequence.</typeparam>
            <typeparam name="TSource10">The type of the elements in the tenth source sequence.</typeparam>
            <typeparam name="TSource11">The type of the elements in the eleventh source sequence.</typeparam>
            <typeparam name="TSource12">The type of the elements in the twelfth source sequence.</typeparam>
            <typeparam name="TSource13">The type of the elements in the thirteenth source sequence.</typeparam>
            <typeparam name="TSource14">The type of the elements in the fourteenth source sequence.</typeparam>
            <typeparam name="TResult">The type of the elements in the result sequence, returned by the selector function.</typeparam>
            <param name="source1">First observable source.</param>
            <param name="source2">Second observable source.</param>
            <param name="source3">Third observable source.</param>
            <param name="source4">Fourth observable source.</param>
            <param name="source5">Fifth observable source.</param>
            <param name="source6">Sixth observable source.</param>
            <param name="source7">Seventh observable source.</param>
            <param name="source8">Eighth observable source.</param>
            <param name="source9">Ninth observable source.</param>
            <param name="source10">Tenth observable source.</param>
            <param name="source11">Eleventh observable source.</param>
            <param name="source12">Twelfth observable source.</param>
            <param name="source13">Thirteenth observable source.</param>
            <param name="source14">Fourteenth observable source.</param>
            <param name="resultSelector">Function to invoke whenever any of the sources produces an element.</param>
            <returns>An observable sequence containing the result of combining elements of the sources using the specified result selector function.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source1"/> or <paramref name="source2"/> or <paramref name="source3"/> or <paramref name="source4"/> or <paramref name="source5"/> or <paramref name="source6"/> or <paramref name="source7"/> or <paramref name="source8"/> or <paramref name="source9"/> or <paramref name="source10"/> or <paramref name="source11"/> or <paramref name="source12"/> or <paramref name="source13"/> or <paramref name="source14"/> or <paramref name="resultSelector"/> is null.</exception>
            <remarks>If a non-empty source completes, its very last value will be used for creating subsequent combinations until all sources terminate.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.CombineLatest``16(System.IObservable{``0},System.IObservable{``1},System.IObservable{``2},System.IObservable{``3},System.IObservable{``4},System.IObservable{``5},System.IObservable{``6},System.IObservable{``7},System.IObservable{``8},System.IObservable{``9},System.IObservable{``10},System.IObservable{``11},System.IObservable{``12},System.IObservable{``13},System.IObservable{``14},System.Func{``0,``1,``2,``3,``4,``5,``6,``7,``8,``9,``10,``11,``12,``13,``14,``15})">
            <summary>
            Merges the specified observable sequences into one observable sequence by using the selector function whenever any of the observable sequences produces an element.
            </summary>
            <typeparam name="TSource1">The type of the elements in the first source sequence.</typeparam>
            <typeparam name="TSource2">The type of the elements in the second source sequence.</typeparam>
            <typeparam name="TSource3">The type of the elements in the third source sequence.</typeparam>
            <typeparam name="TSource4">The type of the elements in the fourth source sequence.</typeparam>
            <typeparam name="TSource5">The type of the elements in the fifth source sequence.</typeparam>
            <typeparam name="TSource6">The type of the elements in the sixth source sequence.</typeparam>
            <typeparam name="TSource7">The type of the elements in the seventh source sequence.</typeparam>
            <typeparam name="TSource8">The type of the elements in the eighth source sequence.</typeparam>
            <typeparam name="TSource9">The type of the elements in the ninth source sequence.</typeparam>
            <typeparam name="TSource10">The type of the elements in the tenth source sequence.</typeparam>
            <typeparam name="TSource11">The type of the elements in the eleventh source sequence.</typeparam>
            <typeparam name="TSource12">The type of the elements in the twelfth source sequence.</typeparam>
            <typeparam name="TSource13">The type of the elements in the thirteenth source sequence.</typeparam>
            <typeparam name="TSource14">The type of the elements in the fourteenth source sequence.</typeparam>
            <typeparam name="TSource15">The type of the elements in the fifteenth source sequence.</typeparam>
            <typeparam name="TResult">The type of the elements in the result sequence, returned by the selector function.</typeparam>
            <param name="source1">First observable source.</param>
            <param name="source2">Second observable source.</param>
            <param name="source3">Third observable source.</param>
            <param name="source4">Fourth observable source.</param>
            <param name="source5">Fifth observable source.</param>
            <param name="source6">Sixth observable source.</param>
            <param name="source7">Seventh observable source.</param>
            <param name="source8">Eighth observable source.</param>
            <param name="source9">Ninth observable source.</param>
            <param name="source10">Tenth observable source.</param>
            <param name="source11">Eleventh observable source.</param>
            <param name="source12">Twelfth observable source.</param>
            <param name="source13">Thirteenth observable source.</param>
            <param name="source14">Fourteenth observable source.</param>
            <param name="source15">Fifteenth observable source.</param>
            <param name="resultSelector">Function to invoke whenever any of the sources produces an element.</param>
            <returns>An observable sequence containing the result of combining elements of the sources using the specified result selector function.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source1"/> or <paramref name="source2"/> or <paramref name="source3"/> or <paramref name="source4"/> or <paramref name="source5"/> or <paramref name="source6"/> or <paramref name="source7"/> or <paramref name="source8"/> or <paramref name="source9"/> or <paramref name="source10"/> or <paramref name="source11"/> or <paramref name="source12"/> or <paramref name="source13"/> or <paramref name="source14"/> or <paramref name="source15"/> or <paramref name="resultSelector"/> is null.</exception>
            <remarks>If a non-empty source completes, its very last value will be used for creating subsequent combinations until all sources terminate.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.CombineLatest``17(System.IObservable{``0},System.IObservable{``1},System.IObservable{``2},System.IObservable{``3},System.IObservable{``4},System.IObservable{``5},System.IObservable{``6},System.IObservable{``7},System.IObservable{``8},System.IObservable{``9},System.IObservable{``10},System.IObservable{``11},System.IObservable{``12},System.IObservable{``13},System.IObservable{``14},System.IObservable{``15},System.Func{``0,``1,``2,``3,``4,``5,``6,``7,``8,``9,``10,``11,``12,``13,``14,``15,``16})">
            <summary>
            Merges the specified observable sequences into one observable sequence by using the selector function whenever any of the observable sequences produces an element.
            </summary>
            <typeparam name="TSource1">The type of the elements in the first source sequence.</typeparam>
            <typeparam name="TSource2">The type of the elements in the second source sequence.</typeparam>
            <typeparam name="TSource3">The type of the elements in the third source sequence.</typeparam>
            <typeparam name="TSource4">The type of the elements in the fourth source sequence.</typeparam>
            <typeparam name="TSource5">The type of the elements in the fifth source sequence.</typeparam>
            <typeparam name="TSource6">The type of the elements in the sixth source sequence.</typeparam>
            <typeparam name="TSource7">The type of the elements in the seventh source sequence.</typeparam>
            <typeparam name="TSource8">The type of the elements in the eighth source sequence.</typeparam>
            <typeparam name="TSource9">The type of the elements in the ninth source sequence.</typeparam>
            <typeparam name="TSource10">The type of the elements in the tenth source sequence.</typeparam>
            <typeparam name="TSource11">The type of the elements in the eleventh source sequence.</typeparam>
            <typeparam name="TSource12">The type of the elements in the twelfth source sequence.</typeparam>
            <typeparam name="TSource13">The type of the elements in the thirteenth source sequence.</typeparam>
            <typeparam name="TSource14">The type of the elements in the fourteenth source sequence.</typeparam>
            <typeparam name="TSource15">The type of the elements in the fifteenth source sequence.</typeparam>
            <typeparam name="TSource16">The type of the elements in the sixteenth source sequence.</typeparam>
            <typeparam name="TResult">The type of the elements in the result sequence, returned by the selector function.</typeparam>
            <param name="source1">First observable source.</param>
            <param name="source2">Second observable source.</param>
            <param name="source3">Third observable source.</param>
            <param name="source4">Fourth observable source.</param>
            <param name="source5">Fifth observable source.</param>
            <param name="source6">Sixth observable source.</param>
            <param name="source7">Seventh observable source.</param>
            <param name="source8">Eighth observable source.</param>
            <param name="source9">Ninth observable source.</param>
            <param name="source10">Tenth observable source.</param>
            <param name="source11">Eleventh observable source.</param>
            <param name="source12">Twelfth observable source.</param>
            <param name="source13">Thirteenth observable source.</param>
            <param name="source14">Fourteenth observable source.</param>
            <param name="source15">Fifteenth observable source.</param>
            <param name="source16">Sixteenth observable source.</param>
            <param name="resultSelector">Function to invoke whenever any of the sources produces an element.</param>
            <returns>An observable sequence containing the result of combining elements of the sources using the specified result selector function.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source1"/> or <paramref name="source2"/> or <paramref name="source3"/> or <paramref name="source4"/> or <paramref name="source5"/> or <paramref name="source6"/> or <paramref name="source7"/> or <paramref name="source8"/> or <paramref name="source9"/> or <paramref name="source10"/> or <paramref name="source11"/> or <paramref name="source12"/> or <paramref name="source13"/> or <paramref name="source14"/> or <paramref name="source15"/> or <paramref name="source16"/> or <paramref name="resultSelector"/> is null.</exception>
            <remarks>If a non-empty source completes, its very last value will be used for creating subsequent combinations until all sources terminate.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.CombineLatest``2(System.Collections.Generic.IEnumerable{System.IObservable{``0}},System.Func{System.Collections.Generic.IList{``0},``1})">
            <summary>
            Merges the specified observable sequences into one observable sequence by using the selector function whenever any of the observable sequences produces an element.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequences.</typeparam>
            <typeparam name="TResult">The type of the elements in the result sequence, returned by the selector function.</typeparam>
            <param name="sources">Observable sources.</param>
            <param name="resultSelector">Function to invoke whenever any of the sources produces an element. For efficiency, the input list is reused after the selector returns. Either aggregate or copy the values during the function call.</param>
            <returns>An observable sequence containing the result of combining elements of the sources using the specified result selector function.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="sources"/> or <paramref name="resultSelector"/> is null.</exception>
            <remarks>If a non-empty source completes, its very last value will be used for creating subsequent combinations until all sources terminate.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.CombineLatest``1(System.Collections.Generic.IEnumerable{System.IObservable{``0}})">
            <summary>
            Merges the specified observable sequences into one observable sequence by emitting a list with the latest source elements whenever any of the observable sequences produces an element.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequences, and in the lists in the result sequence.</typeparam>
            <param name="sources">Observable sources.</param>
            <returns>An observable sequence containing lists of the latest elements of the sources.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="sources"/> is null.</exception>
            <remarks>If a non-empty source completes, its very last value will be used for creating subsequent combinations until all sources terminate.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.CombineLatest``1(System.IObservable{``0}[])">
            <summary>
            Merges the specified observable sequences into one observable sequence by emitting a list with the latest source elements whenever any of the observable sequences produces an element.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequences, and in the lists in the result sequence.</typeparam>
            <param name="sources">Observable sources.</param>
            <returns>An observable sequence containing lists of the latest elements of the sources.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="sources"/> is null.</exception>
            <remarks>If a non-empty source completes, its very last value will be used for creating subsequent combinations until all sources terminate.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Concat``1(System.IObservable{``0},System.IObservable{``0})">
            <summary>
            Concatenates the second observable sequence to the first observable sequence upon successful termination of the first.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequences.</typeparam>
            <param name="first">First observable sequence.</param>
            <param name="second">Second observable sequence.</param>
            <returns>An observable sequence that contains the elements of the first sequence, followed by those of the second the sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="first"/> or <paramref name="second"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Concat``1(System.IObservable{``0}[])">
            <summary>
            Concatenates all of the specified observable sequences, as long as the previous observable sequence terminated successfully.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequences.</typeparam>
            <param name="sources">Observable sequences to concatenate.</param>
            <returns>An observable sequence that contains the elements of each given sequence, in sequential order.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="sources"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Concat``1(System.Collections.Generic.IEnumerable{System.IObservable{``0}})">
            <summary>
            Concatenates all observable sequences in the given enumerable sequence, as long as the previous observable sequence terminated successfully.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequences.</typeparam>
            <param name="sources">Observable sequences to concatenate.</param>
            <returns>An observable sequence that contains the elements of each given sequence, in sequential order.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="sources"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Concat``1(System.IObservable{System.IObservable{``0}})">
            <summary>
            Concatenates all inner observable sequences, as long as the previous observable sequence terminated successfully.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequences.</typeparam>
            <param name="sources">Observable sequence of inner observable sequences.</param>
            <returns>An observable sequence that contains the elements of each observed inner sequence, in sequential order.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="sources"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Concat``1(System.IObservable{System.Threading.Tasks.Task{``0}})">
            <summary>
            Concatenates all task results, as long as the previous task terminated successfully.
            </summary>
            <typeparam name="TSource">The type of the results produced by the tasks.</typeparam>
            <param name="sources">Observable sequence of tasks.</param>
            <returns>An observable sequence that contains the results of each task, in sequential order.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="sources"/> is null.</exception>
            <remarks>If the tasks support cancellation, consider manual conversion of the tasks using <see cref="M:System.Reactive.Linq.Observable.FromAsync``1(System.Func{System.Threading.CancellationToken,System.Threading.Tasks.Task{``0}})"/>, followed by a concatenation operation using <see cref="M:System.Reactive.Linq.Observable.Concat``1(System.IObservable{System.IObservable{``0}})"/>.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Merge``1(System.IObservable{System.IObservable{``0}})">
            <summary>
            Merges elements from all inner observable sequences into a single observable sequence.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequences.</typeparam>
            <param name="sources">Observable sequence of inner observable sequences.</param>
            <returns>The observable sequence that merges the elements of the inner sequences.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="sources"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Merge``1(System.IObservable{System.Threading.Tasks.Task{``0}})">
            <summary>
            Merges results from all source tasks into a single observable sequence.
            </summary>
            <typeparam name="TSource">The type of the results produced by the source tasks.</typeparam>
            <param name="sources">Observable sequence of tasks.</param>
            <returns>The observable sequence that merges the results of the source tasks.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="sources"/> is null.</exception>
            <remarks>If the tasks support cancellation, consider manual conversion of the tasks using <see cref="M:System.Reactive.Linq.Observable.FromAsync``1(System.Func{System.Threading.CancellationToken,System.Threading.Tasks.Task{``0}})"/>, followed by a merge operation using <see cref="M:System.Reactive.Linq.Observable.Merge``1(System.IObservable{System.IObservable{``0}})"/>.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Merge``1(System.IObservable{System.IObservable{``0}},System.Int32)">
            <summary>
            Merges elements from all inner observable sequences into a single observable sequence, limiting the number of concurrent subscriptions to inner sequences.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequences.</typeparam>
            <param name="sources">Observable sequence of inner observable sequences.</param>
            <param name="maxConcurrent">Maximum number of inner observable sequences being subscribed to concurrently.</param>
            <returns>The observable sequence that merges the elements of the inner sequences.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="sources"/> is null.</exception>
            <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="maxConcurrent"/> is less than or equal to zero.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Merge``1(System.Collections.Generic.IEnumerable{System.IObservable{``0}},System.Int32)">
            <summary>
            Merges elements from all observable sequences in the given enumerable sequence into a single observable sequence, limiting the number of concurrent subscriptions to inner sequences.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequences.</typeparam>
            <param name="sources">Enumerable sequence of observable sequences.</param>
            <param name="maxConcurrent">Maximum number of observable sequences being subscribed to concurrently.</param>
            <returns>The observable sequence that merges the elements of the observable sequences.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="sources"/> is null.</exception>
            <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="maxConcurrent"/> is less than or equal to zero.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Merge``1(System.Collections.Generic.IEnumerable{System.IObservable{``0}},System.Int32,System.Reactive.Concurrency.IScheduler)">
            <summary>
            Merges elements from all observable sequences in the given enumerable sequence into a single observable sequence, limiting the number of concurrent subscriptions to inner sequences, and using the specified scheduler for enumeration of and subscription to the sources.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequences.</typeparam>
            <param name="sources">Enumerable sequence of observable sequences.</param>
            <param name="maxConcurrent">Maximum number of observable sequences being subscribed to concurrently.</param>
            <param name="scheduler">Scheduler to run the enumeration of the sequence of sources on.</param>
            <returns>The observable sequence that merges the elements of the observable sequences.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="sources"/> or <paramref name="scheduler"/> is null.</exception>
            <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="maxConcurrent"/> is less than or equal to zero.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Merge``1(System.IObservable{``0},System.IObservable{``0})">
            <summary>
            Merges elements from two observable sequences into a single observable sequence.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequences.</typeparam>
            <param name="first">First observable sequence.</param>
            <param name="second">Second observable sequence.</param>
            <returns>The observable sequence that merges the elements of the given sequences.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="first"/> or <paramref name="second"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Merge``1(System.IObservable{``0},System.IObservable{``0},System.Reactive.Concurrency.IScheduler)">
            <summary>
            Merges elements from two observable sequences into a single observable sequence, using the specified scheduler for enumeration of and subscription to the sources.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequences.</typeparam>
            <param name="first">First observable sequence.</param>
            <param name="second">Second observable sequence.</param>
            <param name="scheduler">Scheduler used to introduce concurrency for making subscriptions to the given sequences.</param>
            <returns>The observable sequence that merges the elements of the given sequences.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="first"/> or <paramref name="second"/> or <paramref name="scheduler"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Merge``1(System.IObservable{``0}[])">
            <summary>
            Merges elements from all of the specified observable sequences into a single observable sequence.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequences.</typeparam>
            <param name="sources">Observable sequences.</param>
            <returns>The observable sequence that merges the elements of the observable sequences.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="sources"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Merge``1(System.Reactive.Concurrency.IScheduler,System.IObservable{``0}[])">
            <summary>
            Merges elements from all of the specified observable sequences into a single observable sequence, using the specified scheduler for enumeration of and subscription to the sources.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequences.</typeparam>
            <param name="sources">Observable sequences.</param>
            <param name="scheduler">Scheduler to run the enumeration of the sequence of sources on.</param>
            <returns>The observable sequence that merges the elements of the observable sequences.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="scheduler"/> or <paramref name="sources"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Merge``1(System.Collections.Generic.IEnumerable{System.IObservable{``0}})">
            <summary>
            Merges elements from all observable sequences in the given enumerable sequence into a single observable sequence.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequences.</typeparam>
            <param name="sources">Enumerable sequence of observable sequences.</param>
            <returns>The observable sequence that merges the elements of the observable sequences.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="sources"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Merge``1(System.Collections.Generic.IEnumerable{System.IObservable{``0}},System.Reactive.Concurrency.IScheduler)">
            <summary>
            Merges elements from all observable sequences in the given enumerable sequence into a single observable sequence, using the specified scheduler for enumeration of and subscription to the sources.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequences.</typeparam>
            <param name="sources">Enumerable sequence of observable sequences.</param>
            <param name="scheduler">Scheduler to run the enumeration of the sequence of sources on.</param>
            <returns>The observable sequence that merges the elements of the observable sequences.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="sources"/> or <paramref name="scheduler"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.OnErrorResumeNext``1(System.IObservable{``0},System.IObservable{``0})">
            <summary>
            Concatenates the second observable sequence to the first observable sequence upon successful or exceptional termination of the first.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequences.</typeparam>
            <param name="first">First observable sequence whose exception (if any) is caught.</param>
            <param name="second">Second observable sequence used to produce results after the first sequence terminates.</param>
            <returns>An observable sequence that concatenates the first and second sequence, even if the first sequence terminates exceptionally.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="first"/> or <paramref name="second"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.OnErrorResumeNext``1(System.IObservable{``0}[])">
            <summary>
            Concatenates all of the specified observable sequences, even if the previous observable sequence terminated exceptionally.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequences.</typeparam>
            <param name="sources">Observable sequences to concatenate.</param>
            <returns>An observable sequence that concatenates the source sequences, even if a sequence terminates exceptionally.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="sources"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.OnErrorResumeNext``1(System.Collections.Generic.IEnumerable{System.IObservable{``0}})">
            <summary>
            Concatenates all observable sequences in the given enumerable sequence, even if the previous observable sequence terminated exceptionally.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequences.</typeparam>
            <param name="sources">Observable sequences to concatenate.</param>
            <returns>An observable sequence that concatenates the source sequences, even if a sequence terminates exceptionally.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="sources"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.SkipUntil``2(System.IObservable{``0},System.IObservable{``1})">
            <summary>
            Returns the elements from the source observable sequence only after the other observable sequence produces an element.
            Starting from Rx.NET 4.0, this will subscribe to <paramref name="other"/> before subscribing to <paramref name="source" />
            so in case <paramref name="other" /> emits an element right away, elements from <paramref name="source" /> are not missed.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <typeparam name="TOther">The type of the elements in the other sequence that indicates the end of skip behavior.</typeparam>
            <param name="source">Source sequence to propagate elements for.</param>
            <param name="other">Observable sequence that triggers propagation of elements of the source sequence.</param>
            <returns>An observable sequence containing the elements of the source sequence starting from the point the other sequence triggered propagation.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="other"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Switch``1(System.IObservable{System.IObservable{``0}})">
            <summary>
            Transforms an observable sequence of observable sequences into an observable sequence 
            producing values only from the most recent observable sequence.
            Each time a new inner observable sequence is received, unsubscribe from the 
            previous inner observable sequence.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequences.</typeparam>
            <param name="sources">Observable sequence of inner observable sequences.</param>
            <returns>The observable sequence that at any point in time produces the elements of the most recent inner observable sequence that has been received.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="sources"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Switch``1(System.IObservable{System.Threading.Tasks.Task{``0}})">
            <summary>
            Transforms an observable sequence of tasks into an observable sequence 
            producing values only from the most recent observable sequence.
            Each time a new task is received, the previous task's result is ignored.
            </summary>
            <typeparam name="TSource">The type of the results produced by the source tasks.</typeparam>
            <param name="sources">Observable sequence of tasks.</param>
            <returns>The observable sequence that at any point in time produces the result of the most recent task that has been received.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="sources"/> is null.</exception>
            <remarks>If the tasks support cancellation, consider manual conversion of the tasks using <see cref="M:System.Reactive.Linq.Observable.FromAsync``1(System.Func{System.Threading.CancellationToken,System.Threading.Tasks.Task{``0}})"/>, followed by a switch operation using <see cref="M:System.Reactive.Linq.Observable.Switch``1(System.IObservable{System.IObservable{``0}})"/>.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.TakeUntil``2(System.IObservable{``0},System.IObservable{``1})">
            <summary>
            Returns the elements from the source observable sequence until the other observable sequence produces an element.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <typeparam name="TOther">The type of the elements in the other sequence that indicates the end of take behavior.</typeparam>
            <param name="source">Source sequence to propagate elements for.</param>
            <param name="other">Observable sequence that terminates propagation of elements of the source sequence.</param>
            <returns>An observable sequence containing the elements of the source sequence up to the point the other sequence interrupted further propagation.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="other"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.TakeUntil``1(System.IObservable{``0},System.Func{``0,System.Boolean})">
            <summary>
            Relays elements from the source observable sequence and calls the predicate after an
            emission to check if the sequence should stop after that specific item.
            </summary>
            <typeparam name="TSource">The type of the elements in the source and result sequences.</typeparam>
            <param name="source">The source sequence to relay elements of.</param>
            <param name="stopPredicate">Called after each upstream item has been emitted with
            that upstream item and should return <code>true</code> to indicate the sequence should
            complete.</param>
            <returns>The observable sequence with the source elements until the stop predicate returns true.</returns>
            <example>
            The following sequence will stop after the value 5 has been encountered:
            <code>
            Observable.Range(1, 10)
                .TakeUntil(item =&gt; item == 5)
                .Subscribe(Console.WriteLine);
            </code>
            </example>
            <exception cref="T:System.ArgumentException">If <typeparamref name="TSource"/> or <paramref name="stopPredicate"/> is <code>null</code>.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Window``2(System.IObservable{``0},System.Func{System.IObservable{``1}})">
            <summary>
            Projects each element of an observable sequence into consecutive non-overlapping windows.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence, and in the windows in the result sequence.</typeparam>
            <typeparam name="TWindowClosing">The type of the elements in the sequences indicating window closing events.</typeparam>
            <param name="source">Source sequence to produce windows over.</param>
            <param name="windowClosingSelector">A function invoked to define the boundaries of the produced windows. A new window is started when the previous one is closed.</param>
            <returns>An observable sequence of windows.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="windowClosingSelector"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Window``3(System.IObservable{``0},System.IObservable{``1},System.Func{``1,System.IObservable{``2}})">
            <summary>
            Projects each element of an observable sequence into zero or more windows.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence, and in the windows in the result sequence.</typeparam>
            <typeparam name="TWindowOpening">The type of the elements in the sequence indicating window opening events, also passed to the closing selector to obtain a sequence of window closing events.</typeparam>
            <typeparam name="TWindowClosing">The type of the elements in the sequences indicating window closing events.</typeparam>
            <param name="source">Source sequence to produce windows over.</param>
            <param name="windowOpenings">Observable sequence whose elements denote the creation of new windows.</param>
            <param name="windowClosingSelector">A function invoked to define the closing of each produced window.</param>
            <returns>An observable sequence of windows.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="windowOpenings"/> or <paramref name="windowClosingSelector"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Window``2(System.IObservable{``0},System.IObservable{``1})">
            <summary>
            Projects each element of an observable sequence into consecutive non-overlapping windows.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence, and in the windows in the result sequence.</typeparam>
            <typeparam name="TWindowBoundary">The type of the elements in the sequences indicating window boundary events.</typeparam>
            <param name="source">Source sequence to produce windows over.</param>
            <param name="windowBoundaries">Sequence of window boundary markers. The current window is closed and a new window is opened upon receiving a boundary marker.</param>
            <returns>An observable sequence of windows.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="windowBoundaries"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.WithLatestFrom``3(System.IObservable{``0},System.IObservable{``1},System.Func{``0,``1,``2})">
            <summary>
            Merges two observable sequences into one observable sequence by combining each element from the first source with the latest element from the second source, if any.
            Starting from Rx.NET 4.0, this will subscribe to <paramref name="second"/> before subscribing to <paramref name="first" /> to have a latest element readily available
            in case <paramref name="first" /> emits an element right away.
            </summary>
            <typeparam name="TFirst">The type of the elements in the first source sequence.</typeparam>
            <typeparam name="TSecond">The type of the elements in the second source sequence.</typeparam>
            <typeparam name="TResult">The type of the elements in the result sequence, returned by the selector function.</typeparam>
            <param name="first">First observable source.</param>
            <param name="second">Second observable source.</param>
            <param name="resultSelector">Function to invoke for each element from the first source combined with the latest element from the second source, if any.</param>
            <returns>An observable sequence containing the result of combining each element of the first source with the latest element from the second source, if any, using the specified result selector function.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="first"/> or <paramref name="second"/> or <paramref name="resultSelector"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Zip``3(System.IObservable{``0},System.IObservable{``1},System.Func{``0,``1,``2})">
            <summary>
            Merges two observable sequences into one observable sequence by combining their elements in a pairwise fashion.
            </summary>
            <typeparam name="TSource1">The type of the elements in the first source sequence.</typeparam>
            <typeparam name="TSource2">The type of the elements in the second source sequence.</typeparam>
            <typeparam name="TResult">The type of the elements in the result sequence, returned by the selector function.</typeparam>
            <param name="first">First observable source.</param>
            <param name="second">Second observable source.</param>
            <param name="resultSelector">Function to invoke for each consecutive pair of elements from the first and second source.</param>
            <returns>An observable sequence containing the result of pairwise combining the elements of the first and second source using the specified result selector function.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="first"/> or <paramref name="second"/> or <paramref name="resultSelector"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Zip``4(System.IObservable{``0},System.IObservable{``1},System.IObservable{``2},System.Func{``0,``1,``2,``3})">
            <summary>
            Merges the specified observable sequences into one observable sequence by using the selector function whenever all of the observable sequences have produced an element at a corresponding index.
            </summary>
            <typeparam name="TSource1">The type of the elements in the first source sequence.</typeparam>
            <typeparam name="TSource2">The type of the elements in the second source sequence.</typeparam>
            <typeparam name="TSource3">The type of the elements in the third source sequence.</typeparam>
            <typeparam name="TResult">The type of the elements in the result sequence, returned by the selector function.</typeparam>
            <param name="source1">First observable source.</param>
            <param name="source2">Second observable source.</param>
            <param name="source3">Third observable source.</param>
            <param name="resultSelector">Function to invoke for each series of elements at corresponding indexes in the sources.</param>
            <returns>An observable sequence containing the result of combining elements of the sources using the specified result selector function.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source1"/> or <paramref name="source2"/> or <paramref name="source3"/> or <paramref name="resultSelector"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Zip``5(System.IObservable{``0},System.IObservable{``1},System.IObservable{``2},System.IObservable{``3},System.Func{``0,``1,``2,``3,``4})">
            <summary>
            Merges the specified observable sequences into one observable sequence by using the selector function whenever all of the observable sequences have produced an element at a corresponding index.
            </summary>
            <typeparam name="TSource1">The type of the elements in the first source sequence.</typeparam>
            <typeparam name="TSource2">The type of the elements in the second source sequence.</typeparam>
            <typeparam name="TSource3">The type of the elements in the third source sequence.</typeparam>
            <typeparam name="TSource4">The type of the elements in the fourth source sequence.</typeparam>
            <typeparam name="TResult">The type of the elements in the result sequence, returned by the selector function.</typeparam>
            <param name="source1">First observable source.</param>
            <param name="source2">Second observable source.</param>
            <param name="source3">Third observable source.</param>
            <param name="source4">Fourth observable source.</param>
            <param name="resultSelector">Function to invoke for each series of elements at corresponding indexes in the sources.</param>
            <returns>An observable sequence containing the result of combining elements of the sources using the specified result selector function.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source1"/> or <paramref name="source2"/> or <paramref name="source3"/> or <paramref name="source4"/> or <paramref name="resultSelector"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Zip``6(System.IObservable{``0},System.IObservable{``1},System.IObservable{``2},System.IObservable{``3},System.IObservable{``4},System.Func{``0,``1,``2,``3,``4,``5})">
            <summary>
            Merges the specified observable sequences into one observable sequence by using the selector function whenever all of the observable sequences have produced an element at a corresponding index.
            </summary>
            <typeparam name="TSource1">The type of the elements in the first source sequence.</typeparam>
            <typeparam name="TSource2">The type of the elements in the second source sequence.</typeparam>
            <typeparam name="TSource3">The type of the elements in the third source sequence.</typeparam>
            <typeparam name="TSource4">The type of the elements in the fourth source sequence.</typeparam>
            <typeparam name="TSource5">The type of the elements in the fifth source sequence.</typeparam>
            <typeparam name="TResult">The type of the elements in the result sequence, returned by the selector function.</typeparam>
            <param name="source1">First observable source.</param>
            <param name="source2">Second observable source.</param>
            <param name="source3">Third observable source.</param>
            <param name="source4">Fourth observable source.</param>
            <param name="source5">Fifth observable source.</param>
            <param name="resultSelector">Function to invoke for each series of elements at corresponding indexes in the sources.</param>
            <returns>An observable sequence containing the result of combining elements of the sources using the specified result selector function.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source1"/> or <paramref name="source2"/> or <paramref name="source3"/> or <paramref name="source4"/> or <paramref name="source5"/> or <paramref name="resultSelector"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Zip``7(System.IObservable{``0},System.IObservable{``1},System.IObservable{``2},System.IObservable{``3},System.IObservable{``4},System.IObservable{``5},System.Func{``0,``1,``2,``3,``4,``5,``6})">
            <summary>
            Merges the specified observable sequences into one observable sequence by using the selector function whenever all of the observable sequences have produced an element at a corresponding index.
            </summary>
            <typeparam name="TSource1">The type of the elements in the first source sequence.</typeparam>
            <typeparam name="TSource2">The type of the elements in the second source sequence.</typeparam>
            <typeparam name="TSource3">The type of the elements in the third source sequence.</typeparam>
            <typeparam name="TSource4">The type of the elements in the fourth source sequence.</typeparam>
            <typeparam name="TSource5">The type of the elements in the fifth source sequence.</typeparam>
            <typeparam name="TSource6">The type of the elements in the sixth source sequence.</typeparam>
            <typeparam name="TResult">The type of the elements in the result sequence, returned by the selector function.</typeparam>
            <param name="source1">First observable source.</param>
            <param name="source2">Second observable source.</param>
            <param name="source3">Third observable source.</param>
            <param name="source4">Fourth observable source.</param>
            <param name="source5">Fifth observable source.</param>
            <param name="source6">Sixth observable source.</param>
            <param name="resultSelector">Function to invoke for each series of elements at corresponding indexes in the sources.</param>
            <returns>An observable sequence containing the result of combining elements of the sources using the specified result selector function.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source1"/> or <paramref name="source2"/> or <paramref name="source3"/> or <paramref name="source4"/> or <paramref name="source5"/> or <paramref name="source6"/> or <paramref name="resultSelector"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Zip``8(System.IObservable{``0},System.IObservable{``1},System.IObservable{``2},System.IObservable{``3},System.IObservable{``4},System.IObservable{``5},System.IObservable{``6},System.Func{``0,``1,``2,``3,``4,``5,``6,``7})">
            <summary>
            Merges the specified observable sequences into one observable sequence by using the selector function whenever all of the observable sequences have produced an element at a corresponding index.
            </summary>
            <typeparam name="TSource1">The type of the elements in the first source sequence.</typeparam>
            <typeparam name="TSource2">The type of the elements in the second source sequence.</typeparam>
            <typeparam name="TSource3">The type of the elements in the third source sequence.</typeparam>
            <typeparam name="TSource4">The type of the elements in the fourth source sequence.</typeparam>
            <typeparam name="TSource5">The type of the elements in the fifth source sequence.</typeparam>
            <typeparam name="TSource6">The type of the elements in the sixth source sequence.</typeparam>
            <typeparam name="TSource7">The type of the elements in the seventh source sequence.</typeparam>
            <typeparam name="TResult">The type of the elements in the result sequence, returned by the selector function.</typeparam>
            <param name="source1">First observable source.</param>
            <param name="source2">Second observable source.</param>
            <param name="source3">Third observable source.</param>
            <param name="source4">Fourth observable source.</param>
            <param name="source5">Fifth observable source.</param>
            <param name="source6">Sixth observable source.</param>
            <param name="source7">Seventh observable source.</param>
            <param name="resultSelector">Function to invoke for each series of elements at corresponding indexes in the sources.</param>
            <returns>An observable sequence containing the result of combining elements of the sources using the specified result selector function.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source1"/> or <paramref name="source2"/> or <paramref name="source3"/> or <paramref name="source4"/> or <paramref name="source5"/> or <paramref name="source6"/> or <paramref name="source7"/> or <paramref name="resultSelector"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Zip``9(System.IObservable{``0},System.IObservable{``1},System.IObservable{``2},System.IObservable{``3},System.IObservable{``4},System.IObservable{``5},System.IObservable{``6},System.IObservable{``7},System.Func{``0,``1,``2,``3,``4,``5,``6,``7,``8})">
            <summary>
            Merges the specified observable sequences into one observable sequence by using the selector function whenever all of the observable sequences have produced an element at a corresponding index.
            </summary>
            <typeparam name="TSource1">The type of the elements in the first source sequence.</typeparam>
            <typeparam name="TSource2">The type of the elements in the second source sequence.</typeparam>
            <typeparam name="TSource3">The type of the elements in the third source sequence.</typeparam>
            <typeparam name="TSource4">The type of the elements in the fourth source sequence.</typeparam>
            <typeparam name="TSource5">The type of the elements in the fifth source sequence.</typeparam>
            <typeparam name="TSource6">The type of the elements in the sixth source sequence.</typeparam>
            <typeparam name="TSource7">The type of the elements in the seventh source sequence.</typeparam>
            <typeparam name="TSource8">The type of the elements in the eighth source sequence.</typeparam>
            <typeparam name="TResult">The type of the elements in the result sequence, returned by the selector function.</typeparam>
            <param name="source1">First observable source.</param>
            <param name="source2">Second observable source.</param>
            <param name="source3">Third observable source.</param>
            <param name="source4">Fourth observable source.</param>
            <param name="source5">Fifth observable source.</param>
            <param name="source6">Sixth observable source.</param>
            <param name="source7">Seventh observable source.</param>
            <param name="source8">Eighth observable source.</param>
            <param name="resultSelector">Function to invoke for each series of elements at corresponding indexes in the sources.</param>
            <returns>An observable sequence containing the result of combining elements of the sources using the specified result selector function.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source1"/> or <paramref name="source2"/> or <paramref name="source3"/> or <paramref name="source4"/> or <paramref name="source5"/> or <paramref name="source6"/> or <paramref name="source7"/> or <paramref name="source8"/> or <paramref name="resultSelector"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Zip``10(System.IObservable{``0},System.IObservable{``1},System.IObservable{``2},System.IObservable{``3},System.IObservable{``4},System.IObservable{``5},System.IObservable{``6},System.IObservable{``7},System.IObservable{``8},System.Func{``0,``1,``2,``3,``4,``5,``6,``7,``8,``9})">
            <summary>
            Merges the specified observable sequences into one observable sequence by using the selector function whenever all of the observable sequences have produced an element at a corresponding index.
            </summary>
            <typeparam name="TSource1">The type of the elements in the first source sequence.</typeparam>
            <typeparam name="TSource2">The type of the elements in the second source sequence.</typeparam>
            <typeparam name="TSource3">The type of the elements in the third source sequence.</typeparam>
            <typeparam name="TSource4">The type of the elements in the fourth source sequence.</typeparam>
            <typeparam name="TSource5">The type of the elements in the fifth source sequence.</typeparam>
            <typeparam name="TSource6">The type of the elements in the sixth source sequence.</typeparam>
            <typeparam name="TSource7">The type of the elements in the seventh source sequence.</typeparam>
            <typeparam name="TSource8">The type of the elements in the eighth source sequence.</typeparam>
            <typeparam name="TSource9">The type of the elements in the ninth source sequence.</typeparam>
            <typeparam name="TResult">The type of the elements in the result sequence, returned by the selector function.</typeparam>
            <param name="source1">First observable source.</param>
            <param name="source2">Second observable source.</param>
            <param name="source3">Third observable source.</param>
            <param name="source4">Fourth observable source.</param>
            <param name="source5">Fifth observable source.</param>
            <param name="source6">Sixth observable source.</param>
            <param name="source7">Seventh observable source.</param>
            <param name="source8">Eighth observable source.</param>
            <param name="source9">Ninth observable source.</param>
            <param name="resultSelector">Function to invoke for each series of elements at corresponding indexes in the sources.</param>
            <returns>An observable sequence containing the result of combining elements of the sources using the specified result selector function.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source1"/> or <paramref name="source2"/> or <paramref name="source3"/> or <paramref name="source4"/> or <paramref name="source5"/> or <paramref name="source6"/> or <paramref name="source7"/> or <paramref name="source8"/> or <paramref name="source9"/> or <paramref name="resultSelector"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Zip``11(System.IObservable{``0},System.IObservable{``1},System.IObservable{``2},System.IObservable{``3},System.IObservable{``4},System.IObservable{``5},System.IObservable{``6},System.IObservable{``7},System.IObservable{``8},System.IObservable{``9},System.Func{``0,``1,``2,``3,``4,``5,``6,``7,``8,``9,``10})">
            <summary>
            Merges the specified observable sequences into one observable sequence by using the selector function whenever all of the observable sequences have produced an element at a corresponding index.
            </summary>
            <typeparam name="TSource1">The type of the elements in the first source sequence.</typeparam>
            <typeparam name="TSource2">The type of the elements in the second source sequence.</typeparam>
            <typeparam name="TSource3">The type of the elements in the third source sequence.</typeparam>
            <typeparam name="TSource4">The type of the elements in the fourth source sequence.</typeparam>
            <typeparam name="TSource5">The type of the elements in the fifth source sequence.</typeparam>
            <typeparam name="TSource6">The type of the elements in the sixth source sequence.</typeparam>
            <typeparam name="TSource7">The type of the elements in the seventh source sequence.</typeparam>
            <typeparam name="TSource8">The type of the elements in the eighth source sequence.</typeparam>
            <typeparam name="TSource9">The type of the elements in the ninth source sequence.</typeparam>
            <typeparam name="TSource10">The type of the elements in the tenth source sequence.</typeparam>
            <typeparam name="TResult">The type of the elements in the result sequence, returned by the selector function.</typeparam>
            <param name="source1">First observable source.</param>
            <param name="source2">Second observable source.</param>
            <param name="source3">Third observable source.</param>
            <param name="source4">Fourth observable source.</param>
            <param name="source5">Fifth observable source.</param>
            <param name="source6">Sixth observable source.</param>
            <param name="source7">Seventh observable source.</param>
            <param name="source8">Eighth observable source.</param>
            <param name="source9">Ninth observable source.</param>
            <param name="source10">Tenth observable source.</param>
            <param name="resultSelector">Function to invoke for each series of elements at corresponding indexes in the sources.</param>
            <returns>An observable sequence containing the result of combining elements of the sources using the specified result selector function.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source1"/> or <paramref name="source2"/> or <paramref name="source3"/> or <paramref name="source4"/> or <paramref name="source5"/> or <paramref name="source6"/> or <paramref name="source7"/> or <paramref name="source8"/> or <paramref name="source9"/> or <paramref name="source10"/> or <paramref name="resultSelector"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Zip``12(System.IObservable{``0},System.IObservable{``1},System.IObservable{``2},System.IObservable{``3},System.IObservable{``4},System.IObservable{``5},System.IObservable{``6},System.IObservable{``7},System.IObservable{``8},System.IObservable{``9},System.IObservable{``10},System.Func{``0,``1,``2,``3,``4,``5,``6,``7,``8,``9,``10,``11})">
            <summary>
            Merges the specified observable sequences into one observable sequence by using the selector function whenever all of the observable sequences have produced an element at a corresponding index.
            </summary>
            <typeparam name="TSource1">The type of the elements in the first source sequence.</typeparam>
            <typeparam name="TSource2">The type of the elements in the second source sequence.</typeparam>
            <typeparam name="TSource3">The type of the elements in the third source sequence.</typeparam>
            <typeparam name="TSource4">The type of the elements in the fourth source sequence.</typeparam>
            <typeparam name="TSource5">The type of the elements in the fifth source sequence.</typeparam>
            <typeparam name="TSource6">The type of the elements in the sixth source sequence.</typeparam>
            <typeparam name="TSource7">The type of the elements in the seventh source sequence.</typeparam>
            <typeparam name="TSource8">The type of the elements in the eighth source sequence.</typeparam>
            <typeparam name="TSource9">The type of the elements in the ninth source sequence.</typeparam>
            <typeparam name="TSource10">The type of the elements in the tenth source sequence.</typeparam>
            <typeparam name="TSource11">The type of the elements in the eleventh source sequence.</typeparam>
            <typeparam name="TResult">The type of the elements in the result sequence, returned by the selector function.</typeparam>
            <param name="source1">First observable source.</param>
            <param name="source2">Second observable source.</param>
            <param name="source3">Third observable source.</param>
            <param name="source4">Fourth observable source.</param>
            <param name="source5">Fifth observable source.</param>
            <param name="source6">Sixth observable source.</param>
            <param name="source7">Seventh observable source.</param>
            <param name="source8">Eighth observable source.</param>
            <param name="source9">Ninth observable source.</param>
            <param name="source10">Tenth observable source.</param>
            <param name="source11">Eleventh observable source.</param>
            <param name="resultSelector">Function to invoke for each series of elements at corresponding indexes in the sources.</param>
            <returns>An observable sequence containing the result of combining elements of the sources using the specified result selector function.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source1"/> or <paramref name="source2"/> or <paramref name="source3"/> or <paramref name="source4"/> or <paramref name="source5"/> or <paramref name="source6"/> or <paramref name="source7"/> or <paramref name="source8"/> or <paramref name="source9"/> or <paramref name="source10"/> or <paramref name="source11"/> or <paramref name="resultSelector"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Zip``13(System.IObservable{``0},System.IObservable{``1},System.IObservable{``2},System.IObservable{``3},System.IObservable{``4},System.IObservable{``5},System.IObservable{``6},System.IObservable{``7},System.IObservable{``8},System.IObservable{``9},System.IObservable{``10},System.IObservable{``11},System.Func{``0,``1,``2,``3,``4,``5,``6,``7,``8,``9,``10,``11,``12})">
            <summary>
            Merges the specified observable sequences into one observable sequence by using the selector function whenever all of the observable sequences have produced an element at a corresponding index.
            </summary>
            <typeparam name="TSource1">The type of the elements in the first source sequence.</typeparam>
            <typeparam name="TSource2">The type of the elements in the second source sequence.</typeparam>
            <typeparam name="TSource3">The type of the elements in the third source sequence.</typeparam>
            <typeparam name="TSource4">The type of the elements in the fourth source sequence.</typeparam>
            <typeparam name="TSource5">The type of the elements in the fifth source sequence.</typeparam>
            <typeparam name="TSource6">The type of the elements in the sixth source sequence.</typeparam>
            <typeparam name="TSource7">The type of the elements in the seventh source sequence.</typeparam>
            <typeparam name="TSource8">The type of the elements in the eighth source sequence.</typeparam>
            <typeparam name="TSource9">The type of the elements in the ninth source sequence.</typeparam>
            <typeparam name="TSource10">The type of the elements in the tenth source sequence.</typeparam>
            <typeparam name="TSource11">The type of the elements in the eleventh source sequence.</typeparam>
            <typeparam name="TSource12">The type of the elements in the twelfth source sequence.</typeparam>
            <typeparam name="TResult">The type of the elements in the result sequence, returned by the selector function.</typeparam>
            <param name="source1">First observable source.</param>
            <param name="source2">Second observable source.</param>
            <param name="source3">Third observable source.</param>
            <param name="source4">Fourth observable source.</param>
            <param name="source5">Fifth observable source.</param>
            <param name="source6">Sixth observable source.</param>
            <param name="source7">Seventh observable source.</param>
            <param name="source8">Eighth observable source.</param>
            <param name="source9">Ninth observable source.</param>
            <param name="source10">Tenth observable source.</param>
            <param name="source11">Eleventh observable source.</param>
            <param name="source12">Twelfth observable source.</param>
            <param name="resultSelector">Function to invoke for each series of elements at corresponding indexes in the sources.</param>
            <returns>An observable sequence containing the result of combining elements of the sources using the specified result selector function.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source1"/> or <paramref name="source2"/> or <paramref name="source3"/> or <paramref name="source4"/> or <paramref name="source5"/> or <paramref name="source6"/> or <paramref name="source7"/> or <paramref name="source8"/> or <paramref name="source9"/> or <paramref name="source10"/> or <paramref name="source11"/> or <paramref name="source12"/> or <paramref name="resultSelector"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Zip``14(System.IObservable{``0},System.IObservable{``1},System.IObservable{``2},System.IObservable{``3},System.IObservable{``4},System.IObservable{``5},System.IObservable{``6},System.IObservable{``7},System.IObservable{``8},System.IObservable{``9},System.IObservable{``10},System.IObservable{``11},System.IObservable{``12},System.Func{``0,``1,``2,``3,``4,``5,``6,``7,``8,``9,``10,``11,``12,``13})">
            <summary>
            Merges the specified observable sequences into one observable sequence by using the selector function whenever all of the observable sequences have produced an element at a corresponding index.
            </summary>
            <typeparam name="TSource1">The type of the elements in the first source sequence.</typeparam>
            <typeparam name="TSource2">The type of the elements in the second source sequence.</typeparam>
            <typeparam name="TSource3">The type of the elements in the third source sequence.</typeparam>
            <typeparam name="TSource4">The type of the elements in the fourth source sequence.</typeparam>
            <typeparam name="TSource5">The type of the elements in the fifth source sequence.</typeparam>
            <typeparam name="TSource6">The type of the elements in the sixth source sequence.</typeparam>
            <typeparam name="TSource7">The type of the elements in the seventh source sequence.</typeparam>
            <typeparam name="TSource8">The type of the elements in the eighth source sequence.</typeparam>
            <typeparam name="TSource9">The type of the elements in the ninth source sequence.</typeparam>
            <typeparam name="TSource10">The type of the elements in the tenth source sequence.</typeparam>
            <typeparam name="TSource11">The type of the elements in the eleventh source sequence.</typeparam>
            <typeparam name="TSource12">The type of the elements in the twelfth source sequence.</typeparam>
            <typeparam name="TSource13">The type of the elements in the thirteenth source sequence.</typeparam>
            <typeparam name="TResult">The type of the elements in the result sequence, returned by the selector function.</typeparam>
            <param name="source1">First observable source.</param>
            <param name="source2">Second observable source.</param>
            <param name="source3">Third observable source.</param>
            <param name="source4">Fourth observable source.</param>
            <param name="source5">Fifth observable source.</param>
            <param name="source6">Sixth observable source.</param>
            <param name="source7">Seventh observable source.</param>
            <param name="source8">Eighth observable source.</param>
            <param name="source9">Ninth observable source.</param>
            <param name="source10">Tenth observable source.</param>
            <param name="source11">Eleventh observable source.</param>
            <param name="source12">Twelfth observable source.</param>
            <param name="source13">Thirteenth observable source.</param>
            <param name="resultSelector">Function to invoke for each series of elements at corresponding indexes in the sources.</param>
            <returns>An observable sequence containing the result of combining elements of the sources using the specified result selector function.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source1"/> or <paramref name="source2"/> or <paramref name="source3"/> or <paramref name="source4"/> or <paramref name="source5"/> or <paramref name="source6"/> or <paramref name="source7"/> or <paramref name="source8"/> or <paramref name="source9"/> or <paramref name="source10"/> or <paramref name="source11"/> or <paramref name="source12"/> or <paramref name="source13"/> or <paramref name="resultSelector"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Zip``15(System.IObservable{``0},System.IObservable{``1},System.IObservable{``2},System.IObservable{``3},System.IObservable{``4},System.IObservable{``5},System.IObservable{``6},System.IObservable{``7},System.IObservable{``8},System.IObservable{``9},System.IObservable{``10},System.IObservable{``11},System.IObservable{``12},System.IObservable{``13},System.Func{``0,``1,``2,``3,``4,``5,``6,``7,``8,``9,``10,``11,``12,``13,``14})">
            <summary>
            Merges the specified observable sequences into one observable sequence by using the selector function whenever all of the observable sequences have produced an element at a corresponding index.
            </summary>
            <typeparam name="TSource1">The type of the elements in the first source sequence.</typeparam>
            <typeparam name="TSource2">The type of the elements in the second source sequence.</typeparam>
            <typeparam name="TSource3">The type of the elements in the third source sequence.</typeparam>
            <typeparam name="TSource4">The type of the elements in the fourth source sequence.</typeparam>
            <typeparam name="TSource5">The type of the elements in the fifth source sequence.</typeparam>
            <typeparam name="TSource6">The type of the elements in the sixth source sequence.</typeparam>
            <typeparam name="TSource7">The type of the elements in the seventh source sequence.</typeparam>
            <typeparam name="TSource8">The type of the elements in the eighth source sequence.</typeparam>
            <typeparam name="TSource9">The type of the elements in the ninth source sequence.</typeparam>
            <typeparam name="TSource10">The type of the elements in the tenth source sequence.</typeparam>
            <typeparam name="TSource11">The type of the elements in the eleventh source sequence.</typeparam>
            <typeparam name="TSource12">The type of the elements in the twelfth source sequence.</typeparam>
            <typeparam name="TSource13">The type of the elements in the thirteenth source sequence.</typeparam>
            <typeparam name="TSource14">The type of the elements in the fourteenth source sequence.</typeparam>
            <typeparam name="TResult">The type of the elements in the result sequence, returned by the selector function.</typeparam>
            <param name="source1">First observable source.</param>
            <param name="source2">Second observable source.</param>
            <param name="source3">Third observable source.</param>
            <param name="source4">Fourth observable source.</param>
            <param name="source5">Fifth observable source.</param>
            <param name="source6">Sixth observable source.</param>
            <param name="source7">Seventh observable source.</param>
            <param name="source8">Eighth observable source.</param>
            <param name="source9">Ninth observable source.</param>
            <param name="source10">Tenth observable source.</param>
            <param name="source11">Eleventh observable source.</param>
            <param name="source12">Twelfth observable source.</param>
            <param name="source13">Thirteenth observable source.</param>
            <param name="source14">Fourteenth observable source.</param>
            <param name="resultSelector">Function to invoke for each series of elements at corresponding indexes in the sources.</param>
            <returns>An observable sequence containing the result of combining elements of the sources using the specified result selector function.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source1"/> or <paramref name="source2"/> or <paramref name="source3"/> or <paramref name="source4"/> or <paramref name="source5"/> or <paramref name="source6"/> or <paramref name="source7"/> or <paramref name="source8"/> or <paramref name="source9"/> or <paramref name="source10"/> or <paramref name="source11"/> or <paramref name="source12"/> or <paramref name="source13"/> or <paramref name="source14"/> or <paramref name="resultSelector"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Zip``16(System.IObservable{``0},System.IObservable{``1},System.IObservable{``2},System.IObservable{``3},System.IObservable{``4},System.IObservable{``5},System.IObservable{``6},System.IObservable{``7},System.IObservable{``8},System.IObservable{``9},System.IObservable{``10},System.IObservable{``11},System.IObservable{``12},System.IObservable{``13},System.IObservable{``14},System.Func{``0,``1,``2,``3,``4,``5,``6,``7,``8,``9,``10,``11,``12,``13,``14,``15})">
            <summary>
            Merges the specified observable sequences into one observable sequence by using the selector function whenever all of the observable sequences have produced an element at a corresponding index.
            </summary>
            <typeparam name="TSource1">The type of the elements in the first source sequence.</typeparam>
            <typeparam name="TSource2">The type of the elements in the second source sequence.</typeparam>
            <typeparam name="TSource3">The type of the elements in the third source sequence.</typeparam>
            <typeparam name="TSource4">The type of the elements in the fourth source sequence.</typeparam>
            <typeparam name="TSource5">The type of the elements in the fifth source sequence.</typeparam>
            <typeparam name="TSource6">The type of the elements in the sixth source sequence.</typeparam>
            <typeparam name="TSource7">The type of the elements in the seventh source sequence.</typeparam>
            <typeparam name="TSource8">The type of the elements in the eighth source sequence.</typeparam>
            <typeparam name="TSource9">The type of the elements in the ninth source sequence.</typeparam>
            <typeparam name="TSource10">The type of the elements in the tenth source sequence.</typeparam>
            <typeparam name="TSource11">The type of the elements in the eleventh source sequence.</typeparam>
            <typeparam name="TSource12">The type of the elements in the twelfth source sequence.</typeparam>
            <typeparam name="TSource13">The type of the elements in the thirteenth source sequence.</typeparam>
            <typeparam name="TSource14">The type of the elements in the fourteenth source sequence.</typeparam>
            <typeparam name="TSource15">The type of the elements in the fifteenth source sequence.</typeparam>
            <typeparam name="TResult">The type of the elements in the result sequence, returned by the selector function.</typeparam>
            <param name="source1">First observable source.</param>
            <param name="source2">Second observable source.</param>
            <param name="source3">Third observable source.</param>
            <param name="source4">Fourth observable source.</param>
            <param name="source5">Fifth observable source.</param>
            <param name="source6">Sixth observable source.</param>
            <param name="source7">Seventh observable source.</param>
            <param name="source8">Eighth observable source.</param>
            <param name="source9">Ninth observable source.</param>
            <param name="source10">Tenth observable source.</param>
            <param name="source11">Eleventh observable source.</param>
            <param name="source12">Twelfth observable source.</param>
            <param name="source13">Thirteenth observable source.</param>
            <param name="source14">Fourteenth observable source.</param>
            <param name="source15">Fifteenth observable source.</param>
            <param name="resultSelector">Function to invoke for each series of elements at corresponding indexes in the sources.</param>
            <returns>An observable sequence containing the result of combining elements of the sources using the specified result selector function.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source1"/> or <paramref name="source2"/> or <paramref name="source3"/> or <paramref name="source4"/> or <paramref name="source5"/> or <paramref name="source6"/> or <paramref name="source7"/> or <paramref name="source8"/> or <paramref name="source9"/> or <paramref name="source10"/> or <paramref name="source11"/> or <paramref name="source12"/> or <paramref name="source13"/> or <paramref name="source14"/> or <paramref name="source15"/> or <paramref name="resultSelector"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Zip``17(System.IObservable{``0},System.IObservable{``1},System.IObservable{``2},System.IObservable{``3},System.IObservable{``4},System.IObservable{``5},System.IObservable{``6},System.IObservable{``7},System.IObservable{``8},System.IObservable{``9},System.IObservable{``10},System.IObservable{``11},System.IObservable{``12},System.IObservable{``13},System.IObservable{``14},System.IObservable{``15},System.Func{``0,``1,``2,``3,``4,``5,``6,``7,``8,``9,``10,``11,``12,``13,``14,``15,``16})">
            <summary>
            Merges the specified observable sequences into one observable sequence by using the selector function whenever all of the observable sequences have produced an element at a corresponding index.
            </summary>
            <typeparam name="TSource1">The type of the elements in the first source sequence.</typeparam>
            <typeparam name="TSource2">The type of the elements in the second source sequence.</typeparam>
            <typeparam name="TSource3">The type of the elements in the third source sequence.</typeparam>
            <typeparam name="TSource4">The type of the elements in the fourth source sequence.</typeparam>
            <typeparam name="TSource5">The type of the elements in the fifth source sequence.</typeparam>
            <typeparam name="TSource6">The type of the elements in the sixth source sequence.</typeparam>
            <typeparam name="TSource7">The type of the elements in the seventh source sequence.</typeparam>
            <typeparam name="TSource8">The type of the elements in the eighth source sequence.</typeparam>
            <typeparam name="TSource9">The type of the elements in the ninth source sequence.</typeparam>
            <typeparam name="TSource10">The type of the elements in the tenth source sequence.</typeparam>
            <typeparam name="TSource11">The type of the elements in the eleventh source sequence.</typeparam>
            <typeparam name="TSource12">The type of the elements in the twelfth source sequence.</typeparam>
            <typeparam name="TSource13">The type of the elements in the thirteenth source sequence.</typeparam>
            <typeparam name="TSource14">The type of the elements in the fourteenth source sequence.</typeparam>
            <typeparam name="TSource15">The type of the elements in the fifteenth source sequence.</typeparam>
            <typeparam name="TSource16">The type of the elements in the sixteenth source sequence.</typeparam>
            <typeparam name="TResult">The type of the elements in the result sequence, returned by the selector function.</typeparam>
            <param name="source1">First observable source.</param>
            <param name="source2">Second observable source.</param>
            <param name="source3">Third observable source.</param>
            <param name="source4">Fourth observable source.</param>
            <param name="source5">Fifth observable source.</param>
            <param name="source6">Sixth observable source.</param>
            <param name="source7">Seventh observable source.</param>
            <param name="source8">Eighth observable source.</param>
            <param name="source9">Ninth observable source.</param>
            <param name="source10">Tenth observable source.</param>
            <param name="source11">Eleventh observable source.</param>
            <param name="source12">Twelfth observable source.</param>
            <param name="source13">Thirteenth observable source.</param>
            <param name="source14">Fourteenth observable source.</param>
            <param name="source15">Fifteenth observable source.</param>
            <param name="source16">Sixteenth observable source.</param>
            <param name="resultSelector">Function to invoke for each series of elements at corresponding indexes in the sources.</param>
            <returns>An observable sequence containing the result of combining elements of the sources using the specified result selector function.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source1"/> or <paramref name="source2"/> or <paramref name="source3"/> or <paramref name="source4"/> or <paramref name="source5"/> or <paramref name="source6"/> or <paramref name="source7"/> or <paramref name="source8"/> or <paramref name="source9"/> or <paramref name="source10"/> or <paramref name="source11"/> or <paramref name="source12"/> or <paramref name="source13"/> or <paramref name="source14"/> or <paramref name="source15"/> or <paramref name="source16"/> or <paramref name="resultSelector"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Zip``2(System.Collections.Generic.IEnumerable{System.IObservable{``0}},System.Func{System.Collections.Generic.IList{``0},``1})">
            <summary>
            Merges the specified observable sequences into one observable sequence by using the selector function whenever all of the observable sequences have produced an element at a corresponding index.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequences.</typeparam>
            <typeparam name="TResult">The type of the elements in the result sequence, returned by the selector function.</typeparam>
            <param name="sources">Observable sources.</param>
            <param name="resultSelector">Function to invoke for each series of elements at corresponding indexes in the sources.</param>
            <returns>An observable sequence containing the result of combining elements of the sources using the specified result selector function.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="sources"/> or <paramref name="resultSelector"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Zip``1(System.Collections.Generic.IEnumerable{System.IObservable{``0}})">
            <summary>
            Merges the specified observable sequences into one observable sequence by emitting a list with the elements of the observable sequences at corresponding indexes.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequences, and in the lists in the result sequence.</typeparam>
            <param name="sources">Observable sources.</param>
            <returns>An observable sequence containing lists of elements at corresponding indexes.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="sources"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Zip``1(System.IObservable{``0}[])">
            <summary>
            Merges the specified observable sequences into one observable sequence by emitting a list with the elements of the observable sequences at corresponding indexes.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequences, and in the lists in the result sequence.</typeparam>
            <param name="sources">Observable sources.</param>
            <returns>An observable sequence containing lists of elements at corresponding indexes.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="sources"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Zip``3(System.IObservable{``0},System.Collections.Generic.IEnumerable{``1},System.Func{``0,``1,``2})">
            <summary>
            Merges an observable sequence and an enumerable sequence into one observable sequence by using the selector function.
            </summary>
            <typeparam name="TSource1">The type of the elements in the first observable source sequence.</typeparam>
            <typeparam name="TSource2">The type of the elements in the second enumerable source sequence.</typeparam>
            <typeparam name="TResult">The type of the elements in the result sequence, returned by the selector function.</typeparam>
            <param name="first">First observable source.</param>
            <param name="second">Second enumerable source.</param>
            <param name="resultSelector">Function to invoke for each consecutive pair of elements from the first and second source.</param>
            <returns>An observable sequence containing the result of pairwise combining the elements of the first and second source using the specified result selector function.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="first"/> or <paramref name="second"/> or <paramref name="resultSelector"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Append``1(System.IObservable{``0},``0)">
            <summary>
            Append a value to an observable sequence.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source sequence to append the value to.</param>
            <param name="value">Value to append to the specified sequence.</param>
            <returns>The source sequence appended with the specified value.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Append``1(System.IObservable{``0},``0,System.Reactive.Concurrency.IScheduler)">
            <summary>
            Append a value to an observable sequence.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source sequence to append the value to.</param>
            <param name="value">Value to append to the specified sequence.</param>
            <param name="scheduler">Scheduler to emit the append values on.</param>
            <returns>The source sequence appended with the specified value.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.AsObservable``1(System.IObservable{``0})">
            <summary>
            Hides the identity of an observable sequence.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">An observable sequence whose identity to hide.</param>
            <returns>An observable sequence that hides the identity of the source sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Buffer``1(System.IObservable{``0},System.Int32)">
            <summary>
            Projects each element of an observable sequence into consecutive non-overlapping buffers which are produced based on element count information.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence, and in the lists in the result sequence.</typeparam>
            <param name="source">Source sequence to produce buffers over.</param>
            <param name="count">Length of each buffer.</param>
            <returns>An observable sequence of buffers.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> is null.</exception>
            <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="count"/> is less than or equal to zero.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Buffer``1(System.IObservable{``0},System.Int32,System.Int32)">
            <summary>
            Projects each element of an observable sequence into zero or more buffers which are produced based on element count information.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence, and in the lists in the result sequence.</typeparam>
            <param name="source">Source sequence to produce buffers over.</param>
            <param name="count">Length of each buffer.</param>
            <param name="skip">Number of elements to skip between creation of consecutive buffers.</param>
            <returns>An observable sequence of buffers.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> is null.</exception>
            <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="count"/> or <paramref name="skip"/> is less than or equal to zero.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Dematerialize``1(System.IObservable{System.Reactive.Notification{``0}})">
            <summary>
            Dematerializes the explicit notification values of an observable sequence as implicit notifications.
            </summary>
            <typeparam name="TSource">The type of the elements materialized in the source sequence notification objects.</typeparam>
            <param name="source">An observable sequence containing explicit notification values which have to be turned into implicit notifications.</param>
            <returns>An observable sequence exhibiting the behavior corresponding to the source sequence's notification values.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.DistinctUntilChanged``1(System.IObservable{``0})">
            <summary>
            Returns an observable sequence that contains only distinct contiguous elements.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">An observable sequence to retain distinct contiguous elements for.</param>
            <returns>An observable sequence only containing the distinct contiguous elements from the source sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.DistinctUntilChanged``1(System.IObservable{``0},System.Collections.Generic.IEqualityComparer{``0})">
            <summary>
            Returns an observable sequence that contains only distinct contiguous elements according to the comparer.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">An observable sequence to retain distinct contiguous elements for.</param>
            <param name="comparer">Equality comparer for source elements.</param>
            <returns>An observable sequence only containing the distinct contiguous elements from the source sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="comparer"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.DistinctUntilChanged``2(System.IObservable{``0},System.Func{``0,``1})">
            <summary>
            Returns an observable sequence that contains only distinct contiguous elements according to the keySelector.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <typeparam name="TKey">The type of the discriminator key computed for each element in the source sequence.</typeparam>
            <param name="source">An observable sequence to retain distinct contiguous elements for, based on a computed key value.</param>
            <param name="keySelector">A function to compute the comparison key for each element.</param>
            <returns>An observable sequence only containing the distinct contiguous elements, based on a computed key value, from the source sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="keySelector"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.DistinctUntilChanged``2(System.IObservable{``0},System.Func{``0,``1},System.Collections.Generic.IEqualityComparer{``1})">
            <summary>
            Returns an observable sequence that contains only distinct contiguous elements according to the keySelector and the comparer.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <typeparam name="TKey">The type of the discriminator key computed for each element in the source sequence.</typeparam>
            <param name="source">An observable sequence to retain distinct contiguous elements for, based on a computed key value.</param>
            <param name="keySelector">A function to compute the comparison key for each element.</param>
            <param name="comparer">Equality comparer for computed key values.</param>
            <returns>An observable sequence only containing the distinct contiguous elements, based on a computed key value, from the source sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="keySelector"/> or <paramref name="comparer"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Do``1(System.IObservable{``0},System.Action{``0})">
            <summary>
            Invokes an action for each element in the observable sequence, and propagates all observer messages through the result sequence.
            This method can be used for debugging, logging, etc. of query behavior by intercepting the message stream to run arbitrary actions for messages on the pipeline.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source sequence.</param>
            <param name="onNext">Action to invoke for each element in the observable sequence.</param>
            <returns>The source sequence with the side-effecting behavior applied.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="onNext"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Do``1(System.IObservable{``0},System.Action{``0},System.Action)">
            <summary>
            Invokes an action for each element in the observable sequence and invokes an action upon graceful termination of the observable sequence.
            This method can be used for debugging, logging, etc. of query behavior by intercepting the message stream to run arbitrary actions for messages on the pipeline.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source sequence.</param>
            <param name="onNext">Action to invoke for each element in the observable sequence.</param>
            <param name="onCompleted">Action to invoke upon graceful termination of the observable sequence.</param>
            <returns>The source sequence with the side-effecting behavior applied.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="onNext"/> or <paramref name="onCompleted"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Do``1(System.IObservable{``0},System.Action{``0},System.Action{System.Exception})">
            <summary>
            Invokes an action for each element in the observable sequence and invokes an action upon exceptional termination of the observable sequence.
            This method can be used for debugging, logging, etc. of query behavior by intercepting the message stream to run arbitrary actions for messages on the pipeline.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source sequence.</param>
            <param name="onNext">Action to invoke for each element in the observable sequence.</param>
            <param name="onError">Action to invoke upon exceptional termination of the observable sequence.</param>
            <returns>The source sequence with the side-effecting behavior applied.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="onNext"/> or <paramref name="onError"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Do``1(System.IObservable{``0},System.Action{``0},System.Action{System.Exception},System.Action)">
            <summary>
            Invokes an action for each element in the observable sequence and invokes an action upon graceful or exceptional termination of the observable sequence.
            This method can be used for debugging, logging, etc. of query behavior by intercepting the message stream to run arbitrary actions for messages on the pipeline.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source sequence.</param>
            <param name="onNext">Action to invoke for each element in the observable sequence.</param>
            <param name="onError">Action to invoke upon exceptional termination of the observable sequence.</param>
            <param name="onCompleted">Action to invoke upon graceful termination of the observable sequence.</param>
            <returns>The source sequence with the side-effecting behavior applied.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="onNext"/> or <paramref name="onError"/> or <paramref name="onCompleted"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Do``1(System.IObservable{``0},System.IObserver{``0})">
            <summary>
            Invokes the observer's methods for each message in the source sequence.
            This method can be used for debugging, logging, etc. of query behavior by intercepting the message stream to run arbitrary actions for messages on the pipeline.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source sequence.</param>
            <param name="observer">Observer whose methods to invoke as part of the source sequence's observation.</param>
            <returns>The source sequence with the side-effecting behavior applied.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="observer"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Finally``1(System.IObservable{``0},System.Action)">
            <summary>
            Invokes a specified action after the source observable sequence terminates gracefully or exceptionally.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source sequence.</param>
            <param name="finallyAction">Action to invoke after the source observable sequence terminates.</param>
            <returns>Source sequence with the action-invoking termination behavior applied.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="finallyAction"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.IgnoreElements``1(System.IObservable{``0})">
            <summary>
            Ignores all elements in an observable sequence leaving only the termination messages.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source sequence.</param>
            <returns>An empty observable sequence that signals termination, successful or exceptional, of the source sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Materialize``1(System.IObservable{``0})">
            <summary>
            Materializes the implicit notifications of an observable sequence as explicit notification values.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">An observable sequence to get notification values for.</param>
            <returns>An observable sequence containing the materialized notification values from the source sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Prepend``1(System.IObservable{``0},``0)">
            <summary>
            Prepend a value to an observable sequence.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source sequence to prepend the value to.</param>
            <param name="value">Value to prepend to the specified sequence.</param>
            <returns>The source sequence prepended with the specified value.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Prepend``1(System.IObservable{``0},``0,System.Reactive.Concurrency.IScheduler)">
            <summary>
            Prepend a value to an observable sequence.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source sequence to prepend the value to.</param>
            <param name="value">Value to prepend to the specified sequence.</param>
            <param name="scheduler">Scheduler to emit the prepend values on.</param>
            <returns>The source sequence prepended with the specified value.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Repeat``1(System.IObservable{``0})">
            <summary>
            Repeats the observable sequence indefinitely.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Observable sequence to repeat.</param>
            <returns>The observable sequence producing the elements of the given sequence repeatedly and sequentially.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Repeat``1(System.IObservable{``0},System.Int32)">
            <summary>
            Repeats the observable sequence a specified number of times.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Observable sequence to repeat.</param>
            <param name="repeatCount">Number of times to repeat the sequence.</param>
            <returns>The observable sequence producing the elements of the given sequence repeatedly.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> is null.</exception>
            <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="repeatCount"/> is less than zero.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.RepeatWhen``2(System.IObservable{``0},System.Func{System.IObservable{System.Object},System.IObservable{``1}})">
            <summary>
            Repeatedly resubscribes to the source observable after a normal completion and when the observable
            returned by a handler produces an arbitrary item.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <typeparam name="TSignal">The arbitrary element type signaled by the handler observable.</typeparam>
            <param name="source">Observable sequence to keep repeating when it successfully terminates.</param>
            <param name="handler">The function that is called for each observer and takes an observable sequence objects.
            It should return an observable of arbitrary items that should signal that arbitrary item in
            response to receiving the completion signal from the source observable. If this observable signals
            a terminal event, the sequence is terminated with that signal instead.</param>
            <returns>An observable sequence producing the elements of the given sequence repeatedly while each repetition terminates successfully.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> is null.</exception>
            <exception cref="T:System.ArgumentNullException"><paramref name="handler"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Retry``1(System.IObservable{``0})">
            <summary>
            Repeats the source observable sequence until it successfully terminates.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Observable sequence to repeat until it successfully terminates.</param>
            <returns>An observable sequence producing the elements of the given sequence repeatedly until it terminates successfully.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Retry``1(System.IObservable{``0},System.Int32)">
            <summary>
            Repeats the source observable sequence the specified number of times or until it successfully terminates.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Observable sequence to repeat until it successfully terminates.</param>
            <param name="retryCount">Number of times to repeat the sequence.</param>
            <returns>An observable sequence producing the elements of the given sequence repeatedly until it terminates successfully.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> is null.</exception>
            <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="retryCount"/> is less than zero.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.RetryWhen``2(System.IObservable{``0},System.Func{System.IObservable{System.Exception},System.IObservable{``1}})">
            <summary>
            Retries (resubscribes to) the source observable after a failure and when the observable
            returned by a handler produces an arbitrary item.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <typeparam name="TSignal">The arbitrary element type signaled by the handler observable.</typeparam>
            <param name="source">Observable sequence to repeat until it successfully terminates.</param>
            <param name="handler">The function that is called for each observer and takes an observable sequence of
            errors. It should return an observable of arbitrary items that should signal that arbitrary item in
            response to receiving the failure Exception from the source observable. If this observable signals
            a terminal event, the sequence is terminated with that signal instead.</param>
            <returns>An observable sequence producing the elements of the given sequence repeatedly until it terminates successfully.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> is null.</exception>
            <exception cref="T:System.ArgumentNullException"><paramref name="handler"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Scan``2(System.IObservable{``0},``1,System.Func{``1,``0,``1})">
            <summary>
            Applies an accumulator function over an observable sequence and returns each intermediate result. The specified seed value is used as the initial accumulator value.
            For aggregation behavior with no intermediate results, see <see cref="M:System.Reactive.Linq.Observable.Aggregate``2(System.IObservable{``0},``1,System.Func{``1,``0,``1})"/>.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <typeparam name="TAccumulate">The type of the result of the aggregation.</typeparam>
            <param name="source">An observable sequence to accumulate over.</param>
            <param name="seed">The initial accumulator value.</param>
            <param name="accumulator">An accumulator function to be invoked on each element.</param>
            <returns>An observable sequence containing the accumulated values.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="accumulator"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Scan``1(System.IObservable{``0},System.Func{``0,``0,``0})">
            <summary>
            Applies an accumulator function over an observable sequence and returns each intermediate result.
            For aggregation behavior with no intermediate results, see <see cref="M:System.Reactive.Linq.Observable.Aggregate``1(System.IObservable{``0},System.Func{``0,``0,``0})"/>.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence and the result of the aggregation.</typeparam>
            <param name="source">An observable sequence to accumulate over.</param>
            <param name="accumulator">An accumulator function to be invoked on each element.</param>
            <returns>An observable sequence containing the accumulated values.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="accumulator"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.SkipLast``1(System.IObservable{``0},System.Int32)">
            <summary>
            Bypasses a specified number of elements at the end of an observable sequence.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source sequence.</param>
            <param name="count">Number of elements to bypass at the end of the source sequence.</param>
            <returns>An observable sequence containing the source sequence elements except for the bypassed ones at the end.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> is null.</exception>
            <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="count"/> is less than zero.</exception>
            <remarks>
            This operator accumulates a queue with a length enough to store the first <paramref name="count"/> elements. As more elements are
            received, elements are taken from the front of the queue and produced on the result sequence. This causes elements to be delayed.
            </remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.StartWith``1(System.IObservable{``0},``0[])">
            <summary>
            Prepends a sequence of values to an observable sequence.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source sequence to prepend values to.</param>
            <param name="values">Values to prepend to the specified sequence.</param>
            <returns>The source sequence prepended with the specified values.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="values"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.StartWith``1(System.IObservable{``0},System.Collections.Generic.IEnumerable{``0})">
            <summary>
            Prepends a sequence of values to an observable sequence.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source sequence to prepend values to.</param>
            <param name="values">Values to prepend to the specified sequence.</param>
            <returns>The source sequence prepended with the specified values.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="values"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.StartWith``1(System.IObservable{``0},System.Reactive.Concurrency.IScheduler,``0[])">
            <summary>
            Prepends a sequence of values to an observable sequence.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source sequence to prepend values to.</param>
            <param name="scheduler">Scheduler to emit the prepended values on.</param>
            <param name="values">Values to prepend to the specified sequence.</param>
            <returns>The source sequence prepended with the specified values.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="scheduler"/> or <paramref name="values"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.StartWith``1(System.IObservable{``0},System.Reactive.Concurrency.IScheduler,System.Collections.Generic.IEnumerable{``0})">
            <summary>
            Prepends a sequence of values to an observable sequence.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source sequence to prepend values to.</param>
            <param name="scheduler">Scheduler to emit the prepended values on.</param>
            <param name="values">Values to prepend to the specified sequence.</param>
            <returns>The source sequence prepended with the specified values.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="scheduler"/> or <paramref name="values"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.TakeLast``1(System.IObservable{``0},System.Int32)">
            <summary>
            Returns a specified number of contiguous elements from the end of an observable sequence.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source sequence.</param>
            <param name="count">Number of elements to take from the end of the source sequence.</param>
            <returns>An observable sequence containing the specified number of elements from the end of the source sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> is null.</exception>
            <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="count"/> is less than zero.</exception>
            <remarks>
            This operator accumulates a buffer with a length enough to store elements <paramref name="count"/> elements. Upon completion of
            the source sequence, this buffer is drained on the result sequence. This causes the elements to be delayed.
            </remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.TakeLast``1(System.IObservable{``0},System.Int32,System.Reactive.Concurrency.IScheduler)">
            <summary>
            Returns a specified number of contiguous elements from the end of an observable sequence, using the specified scheduler to drain the queue.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source sequence.</param>
            <param name="count">Number of elements to take from the end of the source sequence.</param>
            <param name="scheduler">Scheduler used to drain the queue upon completion of the source sequence.</param>
            <returns>An observable sequence containing the specified number of elements from the end of the source sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="scheduler"/> is null.</exception>
            <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="count"/> is less than zero.</exception>
            <remarks>
            This operator accumulates a buffer with a length enough to store elements <paramref name="count"/> elements. Upon completion of
            the source sequence, this buffer is drained on the result sequence. This causes the elements to be delayed.
            </remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.TakeLastBuffer``1(System.IObservable{``0},System.Int32)">
            <summary>
            Returns a list with the specified number of contiguous elements from the end of an observable sequence.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source sequence.</param>
            <param name="count">Number of elements to take from the end of the source sequence.</param>
            <returns>An observable sequence containing a single list with the specified number of elements from the end of the source sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> is null.</exception>
            <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="count"/> is less than zero.</exception>
            <remarks>
            This operator accumulates a buffer with a length enough to store <paramref name="count"/> elements. Upon completion of the
            source sequence, this buffer is produced on the result sequence.
            </remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Window``1(System.IObservable{``0},System.Int32)">
            <summary>
            Projects each element of an observable sequence into consecutive non-overlapping windows which are produced based on element count information.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence, and in the windows in the result sequence.</typeparam>
            <param name="source">Source sequence to produce windows over.</param>
            <param name="count">Length of each window.</param>
            <returns>An observable sequence of windows.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> is null.</exception>
            <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="count"/> is less than or equal to zero.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Window``1(System.IObservable{``0},System.Int32,System.Int32)">
            <summary>
            Projects each element of an observable sequence into zero or more windows which are produced based on element count information.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence, and in the windows in the result sequence.</typeparam>
            <param name="source">Source sequence to produce windows over.</param>
            <param name="count">Length of each window.</param>
            <param name="skip">Number of elements to skip between creation of consecutive windows.</param>
            <returns>An observable sequence of windows.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> is null.</exception>
            <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="count"/> or <paramref name="skip"/> is less than or equal to zero.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Cast``1(System.IObservable{System.Object})">
            <summary>
            Converts the elements of an observable sequence to the specified type.
            </summary>
            <typeparam name="TResult">The type to convert the elements in the source sequence to.</typeparam>
            <param name="source">The observable sequence that contains the elements to be converted.</param>
            <returns>An observable sequence that contains each element of the source sequence converted to the specified type.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.DefaultIfEmpty``1(System.IObservable{``0})">
            <summary>
            Returns the elements of the specified sequence or the type parameter's default value in a singleton sequence if the sequence is empty.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence (if any), whose default value will be taken if the sequence is empty.</typeparam>
            <param name="source">The sequence to return a default value for if it is empty.</param>
            <returns>An observable sequence that contains the default value for the TSource type if the source is empty; otherwise, the elements of the source itself.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.DefaultIfEmpty``1(System.IObservable{``0},``0)">
            <summary>
            Returns the elements of the specified sequence or the specified value in a singleton sequence if the sequence is empty.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence (if any), and the specified default value which will be taken if the sequence is empty.</typeparam>
            <param name="source">The sequence to return the specified value for if it is empty.</param>
            <param name="defaultValue">The value to return if the sequence is empty.</param>
            <returns>An observable sequence that contains the specified default value if the source is empty; otherwise, the elements of the source itself.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Distinct``1(System.IObservable{``0})">
            <summary>
            Returns an observable sequence that contains only distinct elements.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">An observable sequence to retain distinct elements for.</param>
            <returns>An observable sequence only containing the distinct elements from the source sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> is null.</exception>
            <remarks>Usage of this operator should be considered carefully due to the maintenance of an internal lookup structure which can grow large.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Distinct``1(System.IObservable{``0},System.Collections.Generic.IEqualityComparer{``0})">
            <summary>
            Returns an observable sequence that contains only distinct elements according to the comparer.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">An observable sequence to retain distinct elements for.</param>
            <param name="comparer">Equality comparer for source elements.</param>
            <returns>An observable sequence only containing the distinct elements from the source sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="comparer"/> is null.</exception>
            <remarks>Usage of this operator should be considered carefully due to the maintenance of an internal lookup structure which can grow large.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Distinct``2(System.IObservable{``0},System.Func{``0,``1})">
            <summary>
            Returns an observable sequence that contains only distinct elements according to the keySelector.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <typeparam name="TKey">The type of the discriminator key computed for each element in the source sequence.</typeparam>
            <param name="source">An observable sequence to retain distinct elements for.</param>
            <param name="keySelector">A function to compute the comparison key for each element.</param>
            <returns>An observable sequence only containing the distinct elements, based on a computed key value, from the source sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="keySelector"/> is null.</exception>
            <remarks>Usage of this operator should be considered carefully due to the maintenance of an internal lookup structure which can grow large.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Distinct``2(System.IObservable{``0},System.Func{``0,``1},System.Collections.Generic.IEqualityComparer{``1})">
            <summary>
            Returns an observable sequence that contains only distinct elements according to the keySelector and the comparer.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <typeparam name="TKey">The type of the discriminator key computed for each element in the source sequence.</typeparam>
            <param name="source">An observable sequence to retain distinct elements for.</param>
            <param name="keySelector">A function to compute the comparison key for each element.</param>
            <param name="comparer">Equality comparer for source elements.</param>
            <returns>An observable sequence only containing the distinct elements, based on a computed key value, from the source sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="keySelector"/> or <paramref name="comparer"/> is null.</exception>
            <remarks>Usage of this operator should be considered carefully due to the maintenance of an internal lookup structure which can grow large.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.GroupBy``2(System.IObservable{``0},System.Func{``0,``1})">
            <summary>
            Groups the elements of an observable sequence according to a specified key selector function.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <typeparam name="TKey">The type of the grouping key computed for each element in the source sequence.</typeparam>
            <param name="source">An observable sequence whose elements to group.</param>
            <param name="keySelector">A function to extract the key for each element.</param>
            <returns>A sequence of observable groups, each of which corresponds to a unique key value, containing all elements that share that same key value.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="keySelector"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.GroupBy``2(System.IObservable{``0},System.Func{``0,``1},System.Collections.Generic.IEqualityComparer{``1})">
            <summary>
            Groups the elements of an observable sequence according to a specified key selector function and comparer.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <typeparam name="TKey">The type of the grouping key computed for each element in the source sequence.</typeparam>
            <param name="source">An observable sequence whose elements to group.</param>
            <param name="keySelector">A function to extract the key for each element.</param>
            <param name="comparer">An equality comparer to compare keys with.</param>
            <returns>A sequence of observable groups, each of which corresponds to a unique key value, containing all elements that share that same key value.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="keySelector"/> or <paramref name="comparer"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.GroupBy``3(System.IObservable{``0},System.Func{``0,``1},System.Func{``0,``2})">
            <summary>
            Groups the elements of an observable sequence and selects the resulting elements by using a specified function.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <typeparam name="TKey">The type of the grouping key computed for each element in the source sequence.</typeparam>
            <typeparam name="TElement">The type of the elements within the groups computed for each element in the source sequence.</typeparam>
            <param name="source">An observable sequence whose elements to group.</param>
            <param name="keySelector">A function to extract the key for each element.</param>
            <param name="elementSelector">A function to map each source element to an element in an observable group.</param>
            <returns>A sequence of observable groups, each of which corresponds to a unique key value, containing all elements that share that same key value.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="keySelector"/> or <paramref name="elementSelector"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.GroupBy``3(System.IObservable{``0},System.Func{``0,``1},System.Func{``0,``2},System.Collections.Generic.IEqualityComparer{``1})">
            <summary>
            Groups the elements of an observable sequence according to a specified key selector function and comparer and selects the resulting elements by using a specified function.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <typeparam name="TKey">The type of the grouping key computed for each element in the source sequence.</typeparam>
            <typeparam name="TElement">The type of the elements within the groups computed for each element in the source sequence.</typeparam>
            <param name="source">An observable sequence whose elements to group.</param>
            <param name="keySelector">A function to extract the key for each element.</param>
            <param name="elementSelector">A function to map each source element to an element in an observable group.</param>
            <param name="comparer">An equality comparer to compare keys with.</param>
            <returns>A sequence of observable groups, each of which corresponds to a unique key value, containing all elements that share that same key value.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="keySelector"/> or <paramref name="elementSelector"/> or <paramref name="comparer"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.GroupBy``2(System.IObservable{``0},System.Func{``0,``1},System.Int32)">
            <summary>
            Groups the elements of an observable sequence with the specified initial capacity according to a specified key selector function.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <typeparam name="TKey">The type of the grouping key computed for each element in the source sequence.</typeparam>
            <param name="source">An observable sequence whose elements to group.</param>
            <param name="keySelector">A function to extract the key for each element.</param>
            <param name="capacity">The initial number of elements that the underlying dictionary can contain.</param>
            <returns>A sequence of observable groups, each of which corresponds to a unique key value, containing all elements that share that same key value.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="keySelector"/> is null.</exception>
            <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="capacity"/> is less than 0.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.GroupBy``2(System.IObservable{``0},System.Func{``0,``1},System.Int32,System.Collections.Generic.IEqualityComparer{``1})">
            <summary>
            Groups the elements of an observable sequence with the specified initial capacity according to a specified key selector function and comparer.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <typeparam name="TKey">The type of the grouping key computed for each element in the source sequence.</typeparam>
            <param name="source">An observable sequence whose elements to group.</param>
            <param name="keySelector">A function to extract the key for each element.</param>
            <param name="capacity">The initial number of elements that the underlying dictionary can contain.</param>
            <param name="comparer">An equality comparer to compare keys with.</param>
            <returns>A sequence of observable groups, each of which corresponds to a unique key value, containing all elements that share that same key value.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="keySelector"/> or <paramref name="comparer"/> is null.</exception>
            <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="capacity"/> is less than 0.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.GroupBy``3(System.IObservable{``0},System.Func{``0,``1},System.Func{``0,``2},System.Int32)">
            <summary>
            Groups the elements of an observable sequence with the specified initial capacity and selects the resulting elements by using a specified function.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <typeparam name="TKey">The type of the grouping key computed for each element in the source sequence.</typeparam>
            <typeparam name="TElement">The type of the elements within the groups computed for each element in the source sequence.</typeparam>
            <param name="source">An observable sequence whose elements to group.</param>
            <param name="keySelector">A function to extract the key for each element.</param>
            <param name="elementSelector">A function to map each source element to an element in an observable group.</param>
            <param name="capacity">The initial number of elements that the underlying dictionary can contain.</param>
            <returns>A sequence of observable groups, each of which corresponds to a unique key value, containing all elements that share that same key value.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="keySelector"/> or <paramref name="elementSelector"/> is null.</exception>
            <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="capacity"/> is less than 0.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.GroupBy``3(System.IObservable{``0},System.Func{``0,``1},System.Func{``0,``2},System.Int32,System.Collections.Generic.IEqualityComparer{``1})">
            <summary>
            Groups the elements of an observable sequence with the specified initial capacity according to a specified key selector function and comparer and selects the resulting elements by using a specified function.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <typeparam name="TKey">The type of the grouping key computed for each element in the source sequence.</typeparam>
            <typeparam name="TElement">The type of the elements within the groups computed for each element in the source sequence.</typeparam>
            <param name="source">An observable sequence whose elements to group.</param>
            <param name="keySelector">A function to extract the key for each element.</param>
            <param name="elementSelector">A function to map each source element to an element in an observable group.</param>
            <param name="capacity">The initial number of elements that the underlying dictionary can contain.</param>
            <param name="comparer">An equality comparer to compare keys with.</param>
            <returns>A sequence of observable groups, each of which corresponds to a unique key value, containing all elements that share that same key value.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="keySelector"/> or <paramref name="elementSelector"/> or <paramref name="comparer"/> is null.</exception>
            <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="capacity"/> is less than 0.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.GroupByUntil``4(System.IObservable{``0},System.Func{``0,``1},System.Func{``0,``2},System.Func{System.Reactive.Linq.IGroupedObservable{``1,``2},System.IObservable{``3}},System.Collections.Generic.IEqualityComparer{``1})">
            <summary>
            Groups the elements of an observable sequence according to a specified key selector function and comparer and selects the resulting elements by using a specified function.
            A duration selector function is used to control the lifetime of groups. When a group expires, it receives an OnCompleted notification. When a new element with the same
            key value as a reclaimed group occurs, the group will be reborn with a new lifetime request.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <typeparam name="TKey">The type of the grouping key computed for each element in the source sequence.</typeparam>
            <typeparam name="TElement">The type of the elements within the groups computed for each element in the source sequence.</typeparam>
            <typeparam name="TDuration">The type of the elements in the duration sequences obtained for each group to denote its lifetime.</typeparam>
            <param name="source">An observable sequence whose elements to group.</param>
            <param name="keySelector">A function to extract the key for each element.</param>
            <param name="elementSelector">A function to map each source element to an element in an observable group.</param>
            <param name="durationSelector">A function to signal the expiration of a group.</param>
            <param name="comparer">An equality comparer to compare keys with.</param>
            <returns>
            A sequence of observable groups, each of which corresponds to a unique key value, containing all elements that share that same key value.
            If a group's lifetime expires, a new group with the same key value can be created once an element with such a key value is encountered.
            </returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="keySelector"/> or <paramref name="elementSelector"/> or <paramref name="durationSelector"/> or <paramref name="comparer"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.GroupByUntil``4(System.IObservable{``0},System.Func{``0,``1},System.Func{``0,``2},System.Func{System.Reactive.Linq.IGroupedObservable{``1,``2},System.IObservable{``3}})">
            <summary>
            Groups the elements of an observable sequence according to a specified key selector function and selects the resulting elements by using a specified function.
            A duration selector function is used to control the lifetime of groups. When a group expires, it receives an OnCompleted notification. When a new element with the same
            key value as a reclaimed group occurs, the group will be reborn with a new lifetime request.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <typeparam name="TKey">The type of the grouping key computed for each element in the source sequence.</typeparam>
            <typeparam name="TElement">The type of the elements within the groups computed for each element in the source sequence.</typeparam>
            <typeparam name="TDuration">The type of the elements in the duration sequences obtained for each group to denote its lifetime.</typeparam>
            <param name="source">An observable sequence whose elements to group.</param>
            <param name="keySelector">A function to extract the key for each element.</param>
            <param name="elementSelector">A function to map each source element to an element in an observable group.</param>
            <param name="durationSelector">A function to signal the expiration of a group.</param>
            <returns>
            A sequence of observable groups, each of which corresponds to a unique key value, containing all elements that share that same key value.
            If a group's lifetime expires, a new group with the same key value can be created once an element with such a key value is encountered.
            </returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="keySelector"/> or <paramref name="elementSelector"/> or <paramref name="durationSelector"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.GroupByUntil``3(System.IObservable{``0},System.Func{``0,``1},System.Func{System.Reactive.Linq.IGroupedObservable{``1,``0},System.IObservable{``2}},System.Collections.Generic.IEqualityComparer{``1})">
            <summary>
            Groups the elements of an observable sequence according to a specified key selector function and comparer.
            A duration selector function is used to control the lifetime of groups. When a group expires, it receives an OnCompleted notification. When a new element with the same
            key value as a reclaimed group occurs, the group will be reborn with a new lifetime request.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <typeparam name="TKey">The type of the grouping key computed for each element in the source sequence.</typeparam>
            <typeparam name="TDuration">The type of the elements in the duration sequences obtained for each group to denote its lifetime.</typeparam>
            <param name="source">An observable sequence whose elements to group.</param>
            <param name="keySelector">A function to extract the key for each element.</param>
            <param name="durationSelector">A function to signal the expiration of a group.</param>
            <param name="comparer">An equality comparer to compare keys with.</param>
            <returns>
            A sequence of observable groups, each of which corresponds to a unique key value, containing all elements that share that same key value.
            If a group's lifetime expires, a new group with the same key value can be created once an element with such a key value is encountered.
            </returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="keySelector"/> or <paramref name="durationSelector"/> or <paramref name="comparer"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.GroupByUntil``3(System.IObservable{``0},System.Func{``0,``1},System.Func{System.Reactive.Linq.IGroupedObservable{``1,``0},System.IObservable{``2}})">
            <summary>
            Groups the elements of an observable sequence according to a specified key selector function.
            A duration selector function is used to control the lifetime of groups. When a group expires, it receives an OnCompleted notification. When a new element with the same
            key value as a reclaimed group occurs, the group will be reborn with a new lifetime request.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <typeparam name="TKey">The type of the grouping key computed for each element in the source sequence.</typeparam>
            <typeparam name="TDuration">The type of the elements in the duration sequences obtained for each group to denote its lifetime.</typeparam>
            <param name="source">An observable sequence whose elements to group.</param>
            <param name="keySelector">A function to extract the key for each element.</param>
            <param name="durationSelector">A function to signal the expiration of a group.</param>
            <returns>
            A sequence of observable groups, each of which corresponds to a unique key value, containing all elements that share that same key value.
            If a group's lifetime expires, a new group with the same key value can be created once an element with such a key value is encountered.
            </returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="keySelector"/> or <paramref name="durationSelector"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.GroupByUntil``4(System.IObservable{``0},System.Func{``0,``1},System.Func{``0,``2},System.Func{System.Reactive.Linq.IGroupedObservable{``1,``2},System.IObservable{``3}},System.Int32,System.Collections.Generic.IEqualityComparer{``1})">
            <summary>
            Groups the elements of an observable sequence with the specified initial capacity according to a specified key selector function and comparer and selects the resulting elements by using a specified function.
            A duration selector function is used to control the lifetime of groups. When a group expires, it receives an OnCompleted notification. When a new element with the same
            key value as a reclaimed group occurs, the group will be reborn with a new lifetime request.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <typeparam name="TKey">The type of the grouping key computed for each element in the source sequence.</typeparam>
            <typeparam name="TElement">The type of the elements within the groups computed for each element in the source sequence.</typeparam>
            <typeparam name="TDuration">The type of the elements in the duration sequences obtained for each group to denote its lifetime.</typeparam>
            <param name="source">An observable sequence whose elements to group.</param>
            <param name="keySelector">A function to extract the key for each element.</param>
            <param name="elementSelector">A function to map each source element to an element in an observable group.</param>
            <param name="durationSelector">A function to signal the expiration of a group.</param>
            <param name="capacity">The initial number of elements that the underlying dictionary can contain.</param>
            <param name="comparer">An equality comparer to compare keys with.</param>
            <returns>
            A sequence of observable groups, each of which corresponds to a unique key value, containing all elements that share that same key value.
            If a group's lifetime expires, a new group with the same key value can be created once an element with such a key value is encountered.
            </returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="keySelector"/> or <paramref name="elementSelector"/> or <paramref name="durationSelector"/> or <paramref name="comparer"/> is null.</exception>
            <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="capacity"/> is less than 0.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.GroupByUntil``4(System.IObservable{``0},System.Func{``0,``1},System.Func{``0,``2},System.Func{System.Reactive.Linq.IGroupedObservable{``1,``2},System.IObservable{``3}},System.Int32)">
            <summary>
            Groups the elements of an observable sequence with the specified initial capacity according to a specified key selector function and selects the resulting elements by using a specified function.
            A duration selector function is used to control the lifetime of groups. When a group expires, it receives an OnCompleted notification. When a new element with the same
            key value as a reclaimed group occurs, the group will be reborn with a new lifetime request.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <typeparam name="TKey">The type of the grouping key computed for each element in the source sequence.</typeparam>
            <typeparam name="TElement">The type of the elements within the groups computed for each element in the source sequence.</typeparam>
            <typeparam name="TDuration">The type of the elements in the duration sequences obtained for each group to denote its lifetime.</typeparam>
            <param name="source">An observable sequence whose elements to group.</param>
            <param name="keySelector">A function to extract the key for each element.</param>
            <param name="elementSelector">A function to map each source element to an element in an observable group.</param>
            <param name="durationSelector">A function to signal the expiration of a group.</param>
            <param name="capacity">The initial number of elements that the underlying dictionary can contain.</param>
            <returns>
            A sequence of observable groups, each of which corresponds to a unique key value, containing all elements that share that same key value.
            If a group's lifetime expires, a new group with the same key value can be created once an element with such a key value is encountered.
            </returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="keySelector"/> or <paramref name="elementSelector"/> or <paramref name="durationSelector"/> is null.</exception>
            <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="capacity"/> is less than 0.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.GroupByUntil``3(System.IObservable{``0},System.Func{``0,``1},System.Func{System.Reactive.Linq.IGroupedObservable{``1,``0},System.IObservable{``2}},System.Int32,System.Collections.Generic.IEqualityComparer{``1})">
            <summary>
            Groups the elements of an observable sequence with the specified initial capacity according to a specified key selector function and comparer.
            A duration selector function is used to control the lifetime of groups. When a group expires, it receives an OnCompleted notification. When a new element with the same
            key value as a reclaimed group occurs, the group will be reborn with a new lifetime request.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <typeparam name="TKey">The type of the grouping key computed for each element in the source sequence.</typeparam>
            <typeparam name="TDuration">The type of the elements in the duration sequences obtained for each group to denote its lifetime.</typeparam>
            <param name="source">An observable sequence whose elements to group.</param>
            <param name="keySelector">A function to extract the key for each element.</param>
            <param name="durationSelector">A function to signal the expiration of a group.</param>
            <param name="capacity">The initial number of elements that the underlying dictionary can contain.</param>
            <param name="comparer">An equality comparer to compare keys with.</param>
            <returns>
            A sequence of observable groups, each of which corresponds to a unique key value, containing all elements that share that same key value.
            If a group's lifetime expires, a new group with the same key value can be created once an element with such a key value is encountered.
            </returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="keySelector"/> or <paramref name="durationSelector"/> or <paramref name="comparer"/> is null.</exception>
            <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="capacity"/> is less than 0.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.GroupByUntil``3(System.IObservable{``0},System.Func{``0,``1},System.Func{System.Reactive.Linq.IGroupedObservable{``1,``0},System.IObservable{``2}},System.Int32)">
            <summary>
            Groups the elements of an observable sequence with the specified initial capacity according to a specified key selector function.
            A duration selector function is used to control the lifetime of groups. When a group expires, it receives an OnCompleted notification. When a new element with the same
            key value as a reclaimed group occurs, the group will be reborn with a new lifetime request.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <typeparam name="TKey">The type of the grouping key computed for each element in the source sequence.</typeparam>
            <typeparam name="TDuration">The type of the elements in the duration sequences obtained for each group to denote its lifetime.</typeparam>
            <param name="source">An observable sequence whose elements to group.</param>
            <param name="keySelector">A function to extract the key for each element.</param>
            <param name="durationSelector">A function to signal the expiration of a group.</param>
            <param name="capacity">The initial number of elements that the underlying dictionary can contain.</param>
            <returns>
            A sequence of observable groups, each of which corresponds to a unique key value, containing all elements that share that same key value.
            If a group's lifetime expires, a new group with the same key value can be created once an element with such a key value is encountered.
            </returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="keySelector"/> or <paramref name="durationSelector"/> is null.</exception>
            <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="capacity"/> is less than 0.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.GroupJoin``5(System.IObservable{``0},System.IObservable{``1},System.Func{``0,System.IObservable{``2}},System.Func{``1,System.IObservable{``3}},System.Func{``0,System.IObservable{``1},``4})">
            <summary>
            Correlates the elements of two sequences based on overlapping durations, and groups the results.
            </summary>
            <typeparam name="TLeft">The type of the elements in the left source sequence.</typeparam>
            <typeparam name="TRight">The type of the elements in the right source sequence.</typeparam>
            <typeparam name="TLeftDuration">The type of the elements in the duration sequence denoting the computed duration of each element in the left source sequence.</typeparam>
            <typeparam name="TRightDuration">The type of the elements in the duration sequence denoting the computed duration of each element in the right source sequence.</typeparam>
            <typeparam name="TResult">The type of the elements in the result sequence, obtained by invoking the result selector function for source elements with overlapping duration.</typeparam>
            <param name="left">The left observable sequence to join elements for.</param>
            <param name="right">The right observable sequence to join elements for.</param>
            <param name="leftDurationSelector">A function to select the duration of each element of the left observable sequence, used to determine overlap.</param>
            <param name="rightDurationSelector">A function to select the duration of each element of the right observable sequence, used to determine overlap.</param>
            <param name="resultSelector">A function invoked to compute a result element for any element of the left sequence with overlapping elements from the right observable sequence.</param>
            <returns>An observable sequence that contains result elements computed from source elements that have an overlapping duration.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="left"/> or <paramref name="right"/> or <paramref name="leftDurationSelector"/> or <paramref name="rightDurationSelector"/> or <paramref name="resultSelector"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Join``5(System.IObservable{``0},System.IObservable{``1},System.Func{``0,System.IObservable{``2}},System.Func{``1,System.IObservable{``3}},System.Func{``0,``1,``4})">
            <summary>
            Correlates the elements of two sequences based on overlapping durations.
            </summary>
            <typeparam name="TLeft">The type of the elements in the left source sequence.</typeparam>
            <typeparam name="TRight">The type of the elements in the right source sequence.</typeparam>
            <typeparam name="TLeftDuration">The type of the elements in the duration sequence denoting the computed duration of each element in the left source sequence.</typeparam>
            <typeparam name="TRightDuration">The type of the elements in the duration sequence denoting the computed duration of each element in the right source sequence.</typeparam>
            <typeparam name="TResult">The type of the elements in the result sequence, obtained by invoking the result selector function for source elements with overlapping duration.</typeparam>
            <param name="left">The left observable sequence to join elements for.</param>
            <param name="right">The right observable sequence to join elements for.</param>
            <param name="leftDurationSelector">A function to select the duration of each element of the left observable sequence, used to determine overlap.</param>
            <param name="rightDurationSelector">A function to select the duration of each element of the right observable sequence, used to determine overlap.</param>
            <param name="resultSelector">A function invoked to compute a result element for any two overlapping elements of the left and right observable sequences.</param>
            <returns>An observable sequence that contains result elements computed from source elements that have an overlapping duration.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="left"/> or <paramref name="right"/> or <paramref name="leftDurationSelector"/> or <paramref name="rightDurationSelector"/> or <paramref name="resultSelector"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.OfType``1(System.IObservable{System.Object})">
            <summary>
            Filters the elements of an observable sequence based on the specified type.
            </summary>
            <typeparam name="TResult">The type to filter the elements in the source sequence on.</typeparam>
            <param name="source">The observable sequence that contains the elements to be filtered.</param>
            <returns>An observable sequence that contains elements from the input sequence of type TResult.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Select``2(System.IObservable{``0},System.Func{``0,``1})">
            <summary>
            Projects each element of an observable sequence into a new form.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <typeparam name="TResult">The type of the elements in the result sequence, obtained by running the selector function for each element in the source sequence.</typeparam>
            <param name="source">A sequence of elements to invoke a transform function on.</param>
            <param name="selector">A transform function to apply to each source element.</param>
            <returns>An observable sequence whose elements are the result of invoking the transform function on each element of source.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="selector"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Select``2(System.IObservable{``0},System.Func{``0,System.Int32,``1})">
            <summary>
            Projects each element of an observable sequence into a new form by incorporating the element's index.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <typeparam name="TResult">The type of the elements in the result sequence, obtained by running the selector function for each element in the source sequence.</typeparam>
            <param name="source">A sequence of elements to invoke a transform function on.</param>
            <param name="selector">A transform function to apply to each source element; the second parameter of the function represents the index of the source element.</param>
            <returns>An observable sequence whose elements are the result of invoking the transform function on each element of source.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="selector"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.SelectMany``2(System.IObservable{``0},System.IObservable{``1})">
            <summary>
            Projects each element of the source observable sequence to the other observable sequence and merges the resulting observable sequences into one observable sequence.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <typeparam name="TOther">The type of the elements in the other sequence and the elements in the result sequence.</typeparam>
            <param name="source">An observable sequence of elements to project.</param>
            <param name="other">An observable sequence to project each element from the source sequence onto.</param>
            <returns>An observable sequence whose elements are the result of projecting each source element onto the other sequence and merging all the resulting sequences together.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="other"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.SelectMany``2(System.IObservable{``0},System.Func{``0,System.IObservable{``1}})">
            <summary>
            Projects each element of an observable sequence to an observable sequence and merges the resulting observable sequences into one observable sequence.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <typeparam name="TResult">The type of the elements in the projected inner sequences and the elements in the merged result sequence.</typeparam>
            <param name="source">An observable sequence of elements to project.</param>
            <param name="selector">A transform function to apply to each element.</param>
            <returns>An observable sequence whose elements are the result of invoking the one-to-many transform function on each element of the input sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="selector"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.SelectMany``2(System.IObservable{``0},System.Func{``0,System.Int32,System.IObservable{``1}})">
            <summary>
            Projects each element of an observable sequence to an observable sequence by incorporating the element's index and merges the resulting observable sequences into one observable sequence.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <typeparam name="TResult">The type of the elements in the projected inner sequences and the elements in the merged result sequence.</typeparam>
            <param name="source">An observable sequence of elements to project.</param>
            <param name="selector">A transform function to apply to each element; the second parameter of the function represents the index of the source element.</param>
            <returns>An observable sequence whose elements are the result of invoking the one-to-many transform function on each element of the input sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="selector"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.SelectMany``2(System.IObservable{``0},System.Func{``0,System.Threading.Tasks.Task{``1}})">
            <summary>
            Projects each element of an observable sequence to a task and merges all of the task results into one observable sequence.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <typeparam name="TResult">The type of the result produced by the projected tasks and the elements in the merged result sequence.</typeparam>
            <param name="source">An observable sequence of elements to project.</param>
            <param name="selector">A transform function to apply to each element.</param>
            <returns>An observable sequence whose elements are the result of the tasks executed for each element of the input sequence.</returns>
            <remarks>This overload supports composition of observable sequences and tasks, without requiring manual conversion of the tasks to observable sequences using <see cref="M:System.Reactive.Threading.Tasks.TaskObservableExtensions.ToObservable``1(System.Threading.Tasks.Task{``0})"/>.</remarks>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="selector"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.SelectMany``2(System.IObservable{``0},System.Func{``0,System.Int32,System.Threading.Tasks.Task{``1}})">
            <summary>
            Projects each element of an observable sequence to a task by incorporating the element's index and merges all of the task results into one observable sequence.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <typeparam name="TResult">The type of the result produced by the projected tasks and the elements in the merged result sequence.</typeparam>
            <param name="source">An observable sequence of elements to project.</param>
            <param name="selector">A transform function to apply to each element; the second parameter of the function represents the index of the source element.</param>
            <returns>An observable sequence whose elements are the result of the tasks executed for each element of the input sequence.</returns>
            <remarks>This overload supports composition of observable sequences and tasks, without requiring manual conversion of the tasks to observable sequences using <see cref="M:System.Reactive.Threading.Tasks.TaskObservableExtensions.ToObservable``1(System.Threading.Tasks.Task{``0})"/>.</remarks>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="selector"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.SelectMany``2(System.IObservable{``0},System.Func{``0,System.Threading.CancellationToken,System.Threading.Tasks.Task{``1}})">
            <summary>
            Projects each element of an observable sequence to a task with cancellation support and merges all of the task results into one observable sequence.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <typeparam name="TResult">The type of the result produced by the projected tasks and the elements in the merged result sequence.</typeparam>
            <param name="source">An observable sequence of elements to project.</param>
            <param name="selector">A transform function to apply to each element.</param>
            <returns>An observable sequence whose elements are the result of the tasks executed for each element of the input sequence.</returns>
            <remarks>This overload supports composition of observable sequences and tasks, without requiring manual conversion of the tasks to observable sequences using <see cref="M:System.Reactive.Threading.Tasks.TaskObservableExtensions.ToObservable``1(System.Threading.Tasks.Task{``0})"/>.</remarks>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="selector"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.SelectMany``2(System.IObservable{``0},System.Func{``0,System.Int32,System.Threading.CancellationToken,System.Threading.Tasks.Task{``1}})">
            <summary>
            Projects each element of an observable sequence to a task by incorporating the element's index with cancellation support and merges all of the task results into one observable sequence.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <typeparam name="TResult">The type of the result produced by the projected tasks and the elements in the merged result sequence.</typeparam>
            <param name="source">An observable sequence of elements to project.</param>
            <param name="selector">A transform function to apply to each element; the second parameter of the function represents the index of the source element.</param>
            <returns>An observable sequence whose elements are the result of the tasks executed for each element of the input sequence.</returns>
            <remarks>This overload supports composition of observable sequences and tasks, without requiring manual conversion of the tasks to observable sequences using <see cref="M:System.Reactive.Threading.Tasks.TaskObservableExtensions.ToObservable``1(System.Threading.Tasks.Task{``0})"/>.</remarks>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="selector"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.SelectMany``3(System.IObservable{``0},System.Func{``0,System.IObservable{``1}},System.Func{``0,``1,``2})">
            <summary>
            Projects each element of an observable sequence to an observable sequence, invokes the result selector for the source element and each of the corresponding inner sequence's elements, and merges the results into one observable sequence.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <typeparam name="TCollection">The type of the elements in the projected intermediate sequences.</typeparam>
            <typeparam name="TResult">The type of the elements in the result sequence, obtained by using the selector to combine source sequence elements with their corresponding intermediate sequence elements.</typeparam>
            <param name="source">An observable sequence of elements to project.</param>
            <param name="collectionSelector">A transform function to apply to each element.</param>
            <param name="resultSelector">A transform function to apply to each element of the intermediate sequence.</param>
            <returns>An observable sequence whose elements are the result of invoking the one-to-many transform function collectionSelector on each element of the input sequence and then mapping each of those sequence elements and their corresponding source element to a result element.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="collectionSelector"/> or <paramref name="resultSelector"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.SelectMany``3(System.IObservable{``0},System.Func{``0,System.Int32,System.IObservable{``1}},System.Func{``0,System.Int32,``1,System.Int32,``2})">
            <summary>
            Projects each element of an observable sequence to an observable sequence by incorporating the element's index, invokes the result selector for the source element and each of the corresponding inner sequence's elements, and merges the results into one observable sequence.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <typeparam name="TCollection">The type of the elements in the projected intermediate sequences.</typeparam>
            <typeparam name="TResult">The type of the elements in the result sequence, obtained by using the selector to combine source sequence elements with their corresponding intermediate sequence elements.</typeparam>
            <param name="source">An observable sequence of elements to project.</param>
            <param name="collectionSelector">A transform function to apply to each element; the second parameter of the function represents the index of the source element.</param>
            <param name="resultSelector">A transform function to apply to each element of the intermediate sequence; the second parameter of the function represents the index of the source element and the fourth parameter represents the index of the intermediate element.</param>
            <returns>An observable sequence whose elements are the result of invoking the one-to-many transform function collectionSelector on each element of the input sequence and then mapping each of those sequence elements and their corresponding source element to a result element.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="collectionSelector"/> or <paramref name="resultSelector"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.SelectMany``3(System.IObservable{``0},System.Func{``0,System.Threading.Tasks.Task{``1}},System.Func{``0,``1,``2})">
            <summary>
            Projects each element of an observable sequence to a task, invokes the result selector for the source element and the task result, and merges the results into one observable sequence.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <typeparam name="TTaskResult">The type of the results produced by the projected intermediate tasks.</typeparam>
            <typeparam name="TResult">The type of the elements in the result sequence, obtained by using the selector to combine source sequence elements with their corresponding intermediate task results.</typeparam>
            <param name="source">An observable sequence of elements to project.</param>
            <param name="taskSelector">A transform function to apply to each element.</param>
            <param name="resultSelector">A transform function to apply to each element of the intermediate sequence.</param>
            <returns>An observable sequence whose elements are the result of obtaining a task for each element of the input sequence and then mapping the task's result and its corresponding source element to a result element.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="taskSelector"/> or <paramref name="resultSelector"/> is null.</exception>
            <remarks>This overload supports using LINQ query comprehension syntax in C# and Visual Basic to compose observable sequences and tasks, without requiring manual conversion of the tasks to observable sequences using <see cref="M:System.Reactive.Threading.Tasks.TaskObservableExtensions.ToObservable``1(System.Threading.Tasks.Task{``0})"/>.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.SelectMany``3(System.IObservable{``0},System.Func{``0,System.Int32,System.Threading.Tasks.Task{``1}},System.Func{``0,System.Int32,``1,``2})">
            <summary>
            Projects each element of an observable sequence to a task by incorporating the element's index, invokes the result selector for the source element and the task result, and merges the results into one observable sequence.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <typeparam name="TTaskResult">The type of the results produced by the projected intermediate tasks.</typeparam>
            <typeparam name="TResult">The type of the elements in the result sequence, obtained by using the selector to combine source sequence elements with their corresponding intermediate task results.</typeparam>
            <param name="source">An observable sequence of elements to project.</param>
            <param name="taskSelector">A transform function to apply to each element; the second parameter of the function represents the index of the source element.</param>
            <param name="resultSelector">A transform function to apply to each element of the intermediate sequence; the second parameter of the function represents the index of the source element.</param>
            <returns>An observable sequence whose elements are the result of obtaining a task for each element of the input sequence and then mapping the task's result and its corresponding source element to a result element.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="taskSelector"/> or <paramref name="resultSelector"/> is null.</exception>
            <remarks>This overload supports using LINQ query comprehension syntax in C# and Visual Basic to compose observable sequences and tasks, without requiring manual conversion of the tasks to observable sequences using <see cref="M:System.Reactive.Threading.Tasks.TaskObservableExtensions.ToObservable``1(System.Threading.Tasks.Task{``0})"/>.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.SelectMany``3(System.IObservable{``0},System.Func{``0,System.Threading.CancellationToken,System.Threading.Tasks.Task{``1}},System.Func{``0,``1,``2})">
            <summary>
            Projects each element of an observable sequence to a task with cancellation support, invokes the result selector for the source element and the task result, and merges the results into one observable sequence.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <typeparam name="TTaskResult">The type of the results produced by the projected intermediate tasks.</typeparam>
            <typeparam name="TResult">The type of the elements in the result sequence, obtained by using the selector to combine source sequence elements with their corresponding intermediate task results.</typeparam>
            <param name="source">An observable sequence of elements to project.</param>
            <param name="taskSelector">A transform function to apply to each element.</param>
            <param name="resultSelector">A transform function to apply to each element of the intermediate sequence.</param>
            <returns>An observable sequence whose elements are the result of obtaining a task for each element of the input sequence and then mapping the task's result and its corresponding source element to a result element.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="taskSelector"/> or <paramref name="resultSelector"/> is null.</exception>
            <remarks>This overload supports using LINQ query comprehension syntax in C# and Visual Basic to compose observable sequences and tasks, without requiring manual conversion of the tasks to observable sequences using <see cref="M:System.Reactive.Threading.Tasks.TaskObservableExtensions.ToObservable``1(System.Threading.Tasks.Task{``0})"/>.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.SelectMany``3(System.IObservable{``0},System.Func{``0,System.Int32,System.Threading.CancellationToken,System.Threading.Tasks.Task{``1}},System.Func{``0,System.Int32,``1,``2})">
            <summary>
            Projects each element of an observable sequence to a task by incorporating the element's index with cancellation support, invokes the result selector for the source element and the task result, and merges the results into one observable sequence.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <typeparam name="TTaskResult">The type of the results produced by the projected intermediate tasks.</typeparam>
            <typeparam name="TResult">The type of the elements in the result sequence, obtained by using the selector to combine source sequence elements with their corresponding intermediate task results.</typeparam>
            <param name="source">An observable sequence of elements to project.</param>
            <param name="taskSelector">A transform function to apply to each element; the second parameter of the function represents the index of the source element.</param>
            <param name="resultSelector">A transform function to apply to each element of the intermediate sequence; the second parameter of the function represents the index of the source element.</param>
            <returns>An observable sequence whose elements are the result of obtaining a task for each element of the input sequence and then mapping the task's result and its corresponding source element to a result element.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="taskSelector"/> or <paramref name="resultSelector"/> is null.</exception>
            <remarks>This overload supports using LINQ query comprehension syntax in C# and Visual Basic to compose observable sequences and tasks, without requiring manual conversion of the tasks to observable sequences using <see cref="M:System.Reactive.Threading.Tasks.TaskObservableExtensions.ToObservable``1(System.Threading.Tasks.Task{``0})"/>.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.SelectMany``2(System.IObservable{``0},System.Func{``0,System.IObservable{``1}},System.Func{System.Exception,System.IObservable{``1}},System.Func{System.IObservable{``1}})">
            <summary>
            Projects each notification of an observable sequence to an observable sequence and merges the resulting observable sequences into one observable sequence.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <typeparam name="TResult">The type of the elements in the projected inner sequences and the elements in the merged result sequence.</typeparam>
            <param name="source">An observable sequence of notifications to project.</param>
            <param name="onNext">A transform function to apply to each element.</param>
            <param name="onError">A transform function to apply when an error occurs in the source sequence.</param>
            <param name="onCompleted">A transform function to apply when the end of the source sequence is reached.</param>
            <returns>An observable sequence whose elements are the result of invoking the one-to-many transform function corresponding to each notification in the input sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="onNext"/> or <paramref name="onError"/> or <paramref name="onCompleted"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.SelectMany``2(System.IObservable{``0},System.Func{``0,System.Int32,System.IObservable{``1}},System.Func{System.Exception,System.IObservable{``1}},System.Func{System.IObservable{``1}})">
            <summary>
            Projects each notification of an observable sequence to an observable sequence by incorporating the element's index and merges the resulting observable sequences into one observable sequence.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <typeparam name="TResult">The type of the elements in the projected inner sequences and the elements in the merged result sequence.</typeparam>
            <param name="source">An observable sequence of notifications to project.</param>
            <param name="onNext">A transform function to apply to each element; the second parameter of the function represents the index of the source element.</param>
            <param name="onError">A transform function to apply when an error occurs in the source sequence.</param>
            <param name="onCompleted">A transform function to apply when the end of the source sequence is reached.</param>
            <returns>An observable sequence whose elements are the result of invoking the one-to-many transform function corresponding to each notification in the input sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="onNext"/> or <paramref name="onError"/> or <paramref name="onCompleted"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.SelectMany``2(System.IObservable{``0},System.Func{``0,System.Collections.Generic.IEnumerable{``1}})">
            <summary>
            Projects each element of an observable sequence to an enumerable sequence and concatenates the resulting enumerable sequences into one observable sequence.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <typeparam name="TResult">The type of the elements in the projected inner enumerable sequences and the elements in the merged result sequence.</typeparam>
            <param name="source">An observable sequence of elements to project.</param>
            <param name="selector">A transform function to apply to each element.</param>
            <returns>An observable sequence whose elements are the result of invoking the one-to-many transform function on each element of the input sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="selector"/> is null.</exception>
            <remarks>The projected sequences are enumerated synchronously within the OnNext call of the source sequence. In order to do a concurrent, non-blocking merge, change the selector to return an observable sequence obtained using the <see cref="M:System.Reactive.Linq.Observable.ToObservable``1(System.Collections.Generic.IEnumerable{``0})"/> conversion.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.SelectMany``2(System.IObservable{``0},System.Func{``0,System.Int32,System.Collections.Generic.IEnumerable{``1}})">
            <summary>
            Projects each element of an observable sequence to an enumerable sequence by incorporating the element's index and concatenates the resulting enumerable sequences into one observable sequence.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <typeparam name="TResult">The type of the elements in the projected inner enumerable sequences and the elements in the merged result sequence.</typeparam>
            <param name="source">An observable sequence of elements to project.</param>
            <param name="selector">A transform function to apply to each element; the second parameter of the function represents the index of the source element.</param>
            <returns>An observable sequence whose elements are the result of invoking the one-to-many transform function on each element of the input sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="selector"/> is null.</exception>
            <remarks>The projected sequences are enumerated synchronously within the OnNext call of the source sequence. In order to do a concurrent, non-blocking merge, change the selector to return an observable sequence obtained using the <see cref="M:System.Reactive.Linq.Observable.ToObservable``1(System.Collections.Generic.IEnumerable{``0})"/> conversion.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.SelectMany``3(System.IObservable{``0},System.Func{``0,System.Collections.Generic.IEnumerable{``1}},System.Func{``0,``1,``2})">
            <summary>
            Projects each element of an observable sequence to an enumerable sequence, invokes the result selector for the source element and each of the corresponding inner sequence's elements, and merges the results into one observable sequence.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <typeparam name="TCollection">The type of the elements in the projected intermediate enumerable sequences.</typeparam>
            <typeparam name="TResult">The type of the elements in the result sequence, obtained by using the selector to combine source sequence elements with their corresponding intermediate sequence elements.</typeparam>
            <param name="source">An observable sequence of elements to project.</param>
            <param name="collectionSelector">A transform function to apply to each element.</param>
            <param name="resultSelector">A transform function to apply to each element of the intermediate sequence.</param>
            <returns>An observable sequence whose elements are the result of invoking the one-to-many transform function collectionSelector on each element of the input sequence and then mapping each of those sequence elements and their corresponding source element to a result element.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="collectionSelector"/> or <paramref name="resultSelector"/> is null.</exception>
            <remarks>The projected sequences are enumerated synchronously within the OnNext call of the source sequence. In order to do a concurrent, non-blocking merge, change the selector to return an observable sequence obtained using the <see cref="M:System.Reactive.Linq.Observable.ToObservable``1(System.Collections.Generic.IEnumerable{``0})"/> conversion.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.SelectMany``3(System.IObservable{``0},System.Func{``0,System.Int32,System.Collections.Generic.IEnumerable{``1}},System.Func{``0,System.Int32,``1,System.Int32,``2})">
            <summary>
            Projects each element of an observable sequence to an enumerable sequence by incorporating the element's index, invokes the result selector for the source element and each of the corresponding inner sequence's elements, and merges the results into one observable sequence.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <typeparam name="TCollection">The type of the elements in the projected intermediate enumerable sequences.</typeparam>
            <typeparam name="TResult">The type of the elements in the result sequence, obtained by using the selector to combine source sequence elements with their corresponding intermediate sequence elements.</typeparam>
            <param name="source">An observable sequence of elements to project.</param>
            <param name="collectionSelector">A transform function to apply to each element; the second parameter of the function represents the index of the source element.</param>
            <param name="resultSelector">A transform function to apply to each element of the intermediate sequence; the second parameter of the function represents the index of the source element and the fourth parameter represents the index of the intermediate element.</param>
            <returns>An observable sequence whose elements are the result of invoking the one-to-many transform function collectionSelector on each element of the input sequence and then mapping each of those sequence elements and their corresponding source element to a result element.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="collectionSelector"/> or <paramref name="resultSelector"/> is null.</exception>
            <remarks>The projected sequences are enumerated synchronously within the OnNext call of the source sequence. In order to do a concurrent, non-blocking merge, change the selector to return an observable sequence obtained using the <see cref="M:System.Reactive.Linq.Observable.ToObservable``1(System.Collections.Generic.IEnumerable{``0})"/> conversion.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Skip``1(System.IObservable{``0},System.Int32)">
            <summary>
            Bypasses a specified number of elements in an observable sequence and then returns the remaining elements.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">The sequence to take elements from.</param>
            <param name="count">The number of elements to skip before returning the remaining elements.</param>
            <returns>An observable sequence that contains the elements that occur after the specified index in the input sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> is null.</exception>
            <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="count"/> is less than zero.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.SkipWhile``1(System.IObservable{``0},System.Func{``0,System.Boolean})">
            <summary>
            Bypasses elements in an observable sequence as long as a specified condition is true and then returns the remaining elements.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">An observable sequence to return elements from.</param>
            <param name="predicate">A function to test each element for a condition.</param>
            <returns>An observable sequence that contains the elements from the input sequence starting at the first element in the linear series that does not pass the test specified by predicate.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="predicate"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.SkipWhile``1(System.IObservable{``0},System.Func{``0,System.Int32,System.Boolean})">
            <summary>
            Bypasses elements in an observable sequence as long as a specified condition is true and then returns the remaining elements.
            The element's index is used in the logic of the predicate function.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">An observable sequence to return elements from.</param>
            <param name="predicate">A function to test each element for a condition; the second parameter of the function represents the index of the source element.</param>
            <returns>An observable sequence that contains the elements from the input sequence starting at the first element in the linear series that does not pass the test specified by predicate.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="predicate"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Take``1(System.IObservable{``0},System.Int32)">
            <summary>
            Returns a specified number of contiguous elements from the start of an observable sequence.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">The sequence to take elements from.</param>
            <param name="count">The number of elements to return.</param>
            <returns>An observable sequence that contains the specified number of elements from the start of the input sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> is null.</exception>
            <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="count"/> is less than zero.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Take``1(System.IObservable{``0},System.Int32,System.Reactive.Concurrency.IScheduler)">
            <summary>
            Returns a specified number of contiguous elements from the start of an observable sequence, using the specified scheduler for the edge case of Take(0).
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">The sequence to take elements from.</param>
            <param name="count">The number of elements to return.</param>
            <param name="scheduler">Scheduler used to produce an OnCompleted message in case <paramref name="count">count</paramref> is set to 0.</param>
            <returns>An observable sequence that contains the specified number of elements from the start of the input sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="scheduler"/> is null.</exception>
            <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="count"/> is less than zero.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.TakeWhile``1(System.IObservable{``0},System.Func{``0,System.Boolean})">
            <summary>
            Returns elements from an observable sequence as long as a specified condition is true.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">A sequence to return elements from.</param>
            <param name="predicate">A function to test each element for a condition.</param>
            <returns>An observable sequence that contains the elements from the input sequence that occur before the element at which the test no longer passes.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="predicate"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.TakeWhile``1(System.IObservable{``0},System.Func{``0,System.Int32,System.Boolean})">
            <summary>
            Returns elements from an observable sequence as long as a specified condition is true.
            The element's index is used in the logic of the predicate function.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">A sequence to return elements from.</param>
            <param name="predicate">A function to test each element for a condition; the second parameter of the function represents the index of the source element.</param>
            <returns>An observable sequence that contains the elements from the input sequence that occur before the element at which the test no longer passes.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="predicate"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Where``1(System.IObservable{``0},System.Func{``0,System.Boolean})">
            <summary>
            Filters the elements of an observable sequence based on a predicate.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">An observable sequence whose elements to filter.</param>
            <param name="predicate">A function to test each source element for a condition.</param>
            <returns>An observable sequence that contains elements from the input sequence that satisfy the condition.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="predicate"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Where``1(System.IObservable{``0},System.Func{``0,System.Int32,System.Boolean})">
            <summary>
            Filters the elements of an observable sequence based on a predicate by incorporating the element's index.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">An observable sequence whose elements to filter.</param>
            <param name="predicate">A function to test each source element for a condition; the second parameter of the function represents the index of the source element.</param>
            <returns>An observable sequence that contains elements from the input sequence that satisfy the condition.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="predicate"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Buffer``1(System.IObservable{``0},System.TimeSpan)">
            <summary>
            Projects each element of an observable sequence into consecutive non-overlapping buffers which are produced based on timing information.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence, and in the lists in the result sequence.</typeparam>
            <param name="source">Source sequence to produce buffers over.</param>
            <param name="timeSpan">Length of each buffer.</param>
            <returns>An observable sequence of buffers.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> is null.</exception>
            <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="timeSpan"/> is less than TimeSpan.Zero.</exception>
            <remarks>
            Specifying a TimeSpan.Zero value for <paramref name="timeSpan"/> is not recommended but supported, causing the scheduler to create buffers as fast as it can.
            Because all source sequence elements end up in one of the buffers, some buffers won't have a zero time span. This is a side-effect of the asynchrony introduced
            by the scheduler, where the action to close the current buffer and to create a new buffer may not execute immediately, despite the TimeSpan.Zero due time.
            </remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Buffer``1(System.IObservable{``0},System.TimeSpan,System.Reactive.Concurrency.IScheduler)">
            <summary>
            Projects each element of an observable sequence into consecutive non-overlapping buffers which are produced based on timing information, using the specified scheduler to run timers.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence, and in the lists in the result sequence.</typeparam>
            <param name="source">Source sequence to produce buffers over.</param>
            <param name="timeSpan">Length of each buffer.</param>
            <param name="scheduler">Scheduler to run buffering timers on.</param>
            <returns>An observable sequence of buffers.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="scheduler"/> is null.</exception>
            <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="timeSpan"/> is less than TimeSpan.Zero.</exception>
            <remarks>
            Specifying a TimeSpan.Zero value for <paramref name="timeSpan"/> is not recommended but supported, causing the scheduler to create buffers as fast as it can.
            Because all source sequence elements end up in one of the buffers, some buffers won't have a zero time span. This is a side-effect of the asynchrony introduced
            by the scheduler, where the action to close the current buffer and to create a new buffer may not execute immediately, despite the TimeSpan.Zero due time.
            </remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Buffer``1(System.IObservable{``0},System.TimeSpan,System.TimeSpan)">
            <summary>
            Projects each element of an observable sequence into zero or more buffers which are produced based on timing information.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence, and in the lists in the result sequence.</typeparam>
            <param name="source">Source sequence to produce buffers over.</param>
            <param name="timeSpan">Length of each buffer.</param>
            <param name="timeShift">Interval between creation of consecutive buffers.</param>
            <returns>An observable sequence of buffers.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> is null.</exception>
            <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="timeSpan"/> or <paramref name="timeSpan"/> is less than TimeSpan.Zero.</exception>
            <remarks>
            <para>
            Specifying a TimeSpan.Zero value for <paramref name="timeSpan"/> is not recommended but supported, causing the scheduler to create buffers with minimum duration
            length. However, some buffers won't have a zero time span. This is a side-effect of the asynchrony introduced by the scheduler, where the action to close the
            current buffer may not execute immediately, despite the TimeSpan.Zero due time.
            </para>
            <para>
            Specifying a TimeSpan.Zero value for <paramref name="timeShift"/> is not recommended but supported, causing the scheduler to create buffers as fast as it can.
            However, this doesn't mean all buffers will start at the beginning of the source sequence. This is a side-effect of the asynchrony introduced by the scheduler,
            where the action to create a new buffer may not execute immediately, despite the TimeSpan.Zero due time.
            </para>
            </remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Buffer``1(System.IObservable{``0},System.TimeSpan,System.TimeSpan,System.Reactive.Concurrency.IScheduler)">
            <summary>
            Projects each element of an observable sequence into zero or more buffers which are produced based on timing information, using the specified scheduler to run timers.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence, and in the lists in the result sequence.</typeparam>
            <param name="source">Source sequence to produce buffers over.</param>
            <param name="timeSpan">Length of each buffer.</param>
            <param name="timeShift">Interval between creation of consecutive buffers.</param>
            <param name="scheduler">Scheduler to run buffering timers on.</param>
            <returns>An observable sequence of buffers.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="scheduler"/> is null.</exception>
            <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="timeSpan"/> or <paramref name="timeSpan"/> is less than TimeSpan.Zero.</exception>
            <remarks>
            <para>
            Specifying a TimeSpan.Zero value for <paramref name="timeSpan"/> is not recommended but supported, causing the scheduler to create buffers with minimum duration
            length. However, some buffers won't have a zero time span. This is a side-effect of the asynchrony introduced by the scheduler, where the action to close the
            current buffer may not execute immediately, despite the TimeSpan.Zero due time.
            </para>
            <para>
            Specifying a TimeSpan.Zero value for <paramref name="timeShift"/> is not recommended but supported, causing the scheduler to create buffers as fast as it can.
            However, this doesn't mean all buffers will start at the beginning of the source sequence. This is a side-effect of the asynchrony introduced by the scheduler,
            where the action to create a new buffer may not execute immediately, despite the TimeSpan.Zero due time.
            </para>
            </remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Buffer``1(System.IObservable{``0},System.TimeSpan,System.Int32)">
            <summary>
            Projects each element of an observable sequence into a buffer that's sent out when either it's full or a given amount of time has elapsed.
            A useful real-world analogy of this overload is the behavior of a ferry leaving the dock when all seats are taken, or at the scheduled time of departure, whichever event occurs first.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence, and in the lists in the result sequence.</typeparam>
            <param name="source">Source sequence to produce buffers over.</param>
            <param name="timeSpan">Maximum time length of a window.</param>
            <param name="count">Maximum element count of a window.</param>
            <returns>An observable sequence of buffers.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> is null.</exception>
            <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="timeSpan"/> is less than TimeSpan.Zero. -or- <paramref name="count"/> is less than or equal to zero.</exception>
            <remarks>
            Specifying a TimeSpan.Zero value for <paramref name="timeSpan"/> is not recommended but supported, causing the scheduler to create buffers as fast as it can.
            Because all source sequence elements end up in one of the buffers, some buffers won't have a zero time span. This is a side-effect of the asynchrony introduced
            by the scheduler, where the action to close the current buffer and to create a new buffer may not execute immediately, despite the TimeSpan.Zero due time.
            </remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Buffer``1(System.IObservable{``0},System.TimeSpan,System.Int32,System.Reactive.Concurrency.IScheduler)">
            <summary>
            Projects each element of an observable sequence into a buffer that's sent out when either it's full or a given amount of time has elapsed, using the specified scheduler to run timers.
            A useful real-world analogy of this overload is the behavior of a ferry leaving the dock when all seats are taken, or at the scheduled time of departure, whichever event occurs first.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence, and in the lists in the result sequence.</typeparam>
            <param name="source">Source sequence to produce buffers over.</param>
            <param name="timeSpan">Maximum time length of a buffer.</param>
            <param name="count">Maximum element count of a buffer.</param>
            <param name="scheduler">Scheduler to run buffering timers on.</param>
            <returns>An observable sequence of buffers.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="scheduler"/> is null.</exception>
            <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="timeSpan"/> is less than TimeSpan.Zero. -or- <paramref name="count"/> is less than or equal to zero.</exception>
            <remarks>
            Specifying a TimeSpan.Zero value for <paramref name="timeSpan"/> is not recommended but supported, causing the scheduler to create buffers as fast as it can.
            Because all source sequence elements end up in one of the buffers, some buffers won't have a zero time span. This is a side-effect of the asynchrony introduced
            by the scheduler, where the action to close the current buffer and to create a new buffer may not execute immediately, despite the TimeSpan.Zero due time.
            </remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Delay``1(System.IObservable{``0},System.TimeSpan)">
            <summary>
            Time shifts the observable sequence by the specified relative time duration.
            The relative time intervals between the values are preserved.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source sequence to delay values for.</param>
            <param name="dueTime">Relative time by which to shift the observable sequence. If this value is equal to TimeSpan.Zero, the scheduler will dispatch observer callbacks as soon as possible.</param>
            <returns>Time-shifted sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> is null.</exception>
            <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="dueTime"/> is less than TimeSpan.Zero.</exception>
            <remarks>
            <para>
            This operator is less efficient than <see cref="M:System.Reactive.Linq.Observable.DelaySubscription``1(System.IObservable{``0},System.TimeSpan)">DelaySubscription</see> because it records all notifications and time-delays those. This allows for immediate propagation of errors.
            </para>
            <para>
            Observer callbacks for the resulting sequence will be run on the default scheduler. This effect is similar to using ObserveOn.
            </para>
            <para>
            Exceptions signaled by the source sequence through an OnError callback are forwarded immediately to the result sequence. Any OnNext notifications that were in the queue at the point of the OnError callback will be dropped.
            In order to delay error propagation, consider using the <see cref="M:System.Reactive.Linq.Observable.Materialize``1(System.IObservable{``0})">Observable.Materialize</see> and <see cref="M:System.Reactive.Linq.Observable.Dematerialize``1(System.IObservable{System.Reactive.Notification{``0}})">Observable.Dematerialize</see> operators, or use <see cref="M:System.Reactive.Linq.Observable.DelaySubscription``1(System.IObservable{``0},System.TimeSpan)">DelaySubscription</see>.
            </para>
            </remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Delay``1(System.IObservable{``0},System.TimeSpan,System.Reactive.Concurrency.IScheduler)">
            <summary>
            Time shifts the observable sequence by the specified relative time duration, using the specified scheduler to run timers.
            The relative time intervals between the values are preserved.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source sequence to delay values for.</param>
            <param name="dueTime">Relative time by which to shift the observable sequence. If this value is equal to TimeSpan.Zero, the scheduler will dispatch observer callbacks as soon as possible.</param>
            <param name="scheduler">Scheduler to run the delay timers on.</param>
            <returns>Time-shifted sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="scheduler"/> is null.</exception>
            <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="dueTime"/> is less than TimeSpan.Zero.</exception>
            <remarks>
            <para>
            This operator is less efficient than <see cref="M:System.Reactive.Linq.Observable.DelaySubscription``1(System.IObservable{``0},System.TimeSpan,System.Reactive.Concurrency.IScheduler)">DelaySubscription</see> because it records all notifications and time-delays those. This allows for immediate propagation of errors.
            </para>
            <para>
            Observer callbacks for the resulting sequence will be run on the specified scheduler. This effect is similar to using ObserveOn.
            </para>
            <para>
            Exceptions signaled by the source sequence through an OnError callback are forwarded immediately to the result sequence. Any OnNext notifications that were in the queue at the point of the OnError callback will be dropped.
            </para>
            <para>
            Exceptions signaled by the source sequence through an OnError callback are forwarded immediately to the result sequence. Any OnNext notifications that were in the queue at the point of the OnError callback will be dropped.
            In order to delay error propagation, consider using the <see cref="M:System.Reactive.Linq.Observable.Materialize``1(System.IObservable{``0})">Observable.Materialize</see> and <see cref="M:System.Reactive.Linq.Observable.Dematerialize``1(System.IObservable{System.Reactive.Notification{``0}})">Observable.Dematerialize</see> operators, or use <see cref="M:System.Reactive.Linq.Observable.DelaySubscription``1(System.IObservable{``0},System.TimeSpan,System.Reactive.Concurrency.IScheduler)">DelaySubscription</see>.
            </para>
            </remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Delay``1(System.IObservable{``0},System.DateTimeOffset)">
            <summary>
            Time shifts the observable sequence to start propagating notifications at the specified absolute time.
            The relative time intervals between the values are preserved.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source sequence to delay values for.</param>
            <param name="dueTime">Absolute time used to shift the observable sequence; the relative time shift gets computed upon subscription. If this value is less than or equal to DateTimeOffset.UtcNow, the scheduler will dispatch observer callbacks as soon as possible.</param>
            <returns>Time-shifted sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> is null.</exception>
            <remarks>
            <para>
            This operator is less efficient than <see cref="M:System.Reactive.Linq.Observable.DelaySubscription``1(System.IObservable{``0},System.DateTimeOffset)">DelaySubscription</see> because it records all notifications and time-delays those. This allows for immediate propagation of errors.
            </para>
            <para>
            Observer callbacks for the resulting sequence will be run on the default scheduler. This effect is similar to using ObserveOn.
            </para>
            <para>
            Exceptions signaled by the source sequence through an OnError callback are forwarded immediately to the result sequence. Any OnNext notifications that were in the queue at the point of the OnError callback will be dropped.
            In order to delay error propagation, consider using the <see cref="M:System.Reactive.Linq.Observable.Materialize``1(System.IObservable{``0})">Observable.Materialize</see> and <see cref="M:System.Reactive.Linq.Observable.Dematerialize``1(System.IObservable{System.Reactive.Notification{``0}})">Observable.Dematerialize</see> operators, or use <see cref="M:System.Reactive.Linq.Observable.DelaySubscription``1(System.IObservable{``0},System.DateTimeOffset)">DelaySubscription</see>.
            </para>
            </remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Delay``1(System.IObservable{``0},System.DateTimeOffset,System.Reactive.Concurrency.IScheduler)">
            <summary>
            Time shifts the observable sequence to start propagating notifications at the specified absolute time, using the specified scheduler to run timers.
            The relative time intervals between the values are preserved.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source sequence to delay values for.</param>
            <param name="dueTime">Absolute time used to shift the observable sequence; the relative time shift gets computed upon subscription. If this value is less than or equal to DateTimeOffset.UtcNow, the scheduler will dispatch observer callbacks as soon as possible.</param>
            <param name="scheduler">Scheduler to run the delay timers on.</param>
            <returns>Time-shifted sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="scheduler"/> is null.</exception>
            <remarks>
            <para>
            This operator is less efficient than <see cref="M:System.Reactive.Linq.Observable.DelaySubscription``1(System.IObservable{``0},System.DateTimeOffset,System.Reactive.Concurrency.IScheduler)">DelaySubscription</see> because it records all notifications and time-delays those. This allows for immediate propagation of errors.
            </para>
            <para>
            Observer callbacks for the resulting sequence will be run on the specified scheduler. This effect is similar to using ObserveOn.
            </para>
            <para>
            Exceptions signaled by the source sequence through an OnError callback are forwarded immediately to the result sequence. Any OnNext notifications that were in the queue at the point of the OnError callback will be dropped.
            In order to delay error propagation, consider using the <see cref="M:System.Reactive.Linq.Observable.Materialize``1(System.IObservable{``0})">Observable.Materialize</see> and <see cref="M:System.Reactive.Linq.Observable.Dematerialize``1(System.IObservable{System.Reactive.Notification{``0}})">Observable.Dematerialize</see> operators, or use <see cref="M:System.Reactive.Linq.Observable.DelaySubscription``1(System.IObservable{``0},System.DateTimeOffset,System.Reactive.Concurrency.IScheduler)">DelaySubscription</see>.
            </para>
            </remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Delay``2(System.IObservable{``0},System.Func{``0,System.IObservable{``1}})">
            <summary>
            Time shifts the observable sequence based on a delay selector function for each element.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <typeparam name="TDelay">The type of the elements in the delay sequences used to denote the delay duration of each element in the source sequence.</typeparam>
            <param name="source">Source sequence to delay values for.</param>
            <param name="delayDurationSelector">Selector function to retrieve a sequence indicating the delay for each given element.</param>
            <returns>Time-shifted sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="delayDurationSelector"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Delay``2(System.IObservable{``0},System.IObservable{``1},System.Func{``0,System.IObservable{``1}})">
            <summary>
            Time shifts the observable sequence based on a subscription delay and a delay selector function for each element.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <typeparam name="TDelay">The type of the elements in the delay sequences used to denote the delay duration of each element in the source sequence.</typeparam>
            <param name="source">Source sequence to delay values for.</param>
            <param name="subscriptionDelay">Sequence indicating the delay for the subscription to the source.</param>
            <param name="delayDurationSelector">Selector function to retrieve a sequence indicating the delay for each given element.</param>
            <returns>Time-shifted sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="subscriptionDelay"/> or <paramref name="delayDurationSelector"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.DelaySubscription``1(System.IObservable{``0},System.TimeSpan)">
            <summary>
            Time shifts the observable sequence by delaying the subscription with the specified relative time duration.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source sequence to delay subscription for.</param>
            <param name="dueTime">Relative time shift of the subscription.</param>
            <returns>Time-shifted sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> is null.</exception>
            <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="dueTime"/> is less than TimeSpan.Zero.</exception>
            <remarks>
            <para>
            This operator is more efficient than <see cref="M:System.Reactive.Linq.Observable.Delay``1(System.IObservable{``0},System.TimeSpan)">Delay</see> but postpones all side-effects of subscription and affects error propagation timing.
            </para>
            <para>
            The side-effects of subscribing to the source sequence will be run on the default scheduler. Observer callbacks will not be affected.
            </para>
            </remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.DelaySubscription``1(System.IObservable{``0},System.TimeSpan,System.Reactive.Concurrency.IScheduler)">
            <summary>
            Time shifts the observable sequence by delaying the subscription with the specified relative time duration, using the specified scheduler to run timers.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source sequence to delay subscription for.</param>
            <param name="dueTime">Relative time shift of the subscription.</param>
            <param name="scheduler">Scheduler to run the subscription delay timer on.</param>
            <returns>Time-shifted sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="scheduler"/> is null.</exception>
            <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="dueTime"/> is less than TimeSpan.Zero.</exception>
            <remarks>
            <para>
            This operator is more efficient than <see cref="M:System.Reactive.Linq.Observable.Delay``1(System.IObservable{``0},System.TimeSpan,System.Reactive.Concurrency.IScheduler)">Delay</see> but postpones all side-effects of subscription and affects error propagation timing.
            </para>
            <para>
            The side-effects of subscribing to the source sequence will be run on the specified scheduler. Observer callbacks will not be affected.
            </para>
            </remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.DelaySubscription``1(System.IObservable{``0},System.DateTimeOffset)">
            <summary>
            Time shifts the observable sequence by delaying the subscription to the specified absolute time.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source sequence to delay subscription for.</param>
            <param name="dueTime">Absolute time to perform the subscription at.</param>
            <returns>Time-shifted sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> is null.</exception>
            <remarks>
            <para>
            This operator is more efficient than <see cref="M:System.Reactive.Linq.Observable.Delay``1(System.IObservable{``0},System.DateTimeOffset)">Delay</see> but postpones all side-effects of subscription and affects error propagation timing.
            </para>
            <para>
            The side-effects of subscribing to the source sequence will be run on the default scheduler. Observer callbacks will not be affected.
            </para>
            </remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.DelaySubscription``1(System.IObservable{``0},System.DateTimeOffset,System.Reactive.Concurrency.IScheduler)">
            <summary>
            Time shifts the observable sequence by delaying the subscription to the specified absolute time, using the specified scheduler to run timers.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source sequence to delay subscription for.</param>
            <param name="dueTime">Absolute time to perform the subscription at.</param>
            <param name="scheduler">Scheduler to run the subscription delay timer on.</param>
            <returns>Time-shifted sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="scheduler"/> is null.</exception>
            <remarks>
            <para>
            This operator is more efficient than <see cref="M:System.Reactive.Linq.Observable.Delay``1(System.IObservable{``0},System.DateTimeOffset,System.Reactive.Concurrency.IScheduler)">Delay</see> but postpones all side-effects of subscription and affects error propagation timing.
            </para>
            <para>
            The side-effects of subscribing to the source sequence will be run on the specified scheduler. Observer callbacks will not be affected.
            </para>
            </remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Generate``2(``0,System.Func{``0,System.Boolean},System.Func{``0,``0},System.Func{``0,``1},System.Func{``0,System.TimeSpan})">
            <summary>
            Generates an observable sequence by running a state-driven and temporal loop producing the sequence's elements.
            </summary>
            <typeparam name="TState">The type of the state used in the generator loop.</typeparam>
            <typeparam name="TResult">The type of the elements in the produced sequence.</typeparam>
            <param name="initialState">Initial state.</param>
            <param name="condition">Condition to terminate generation (upon returning false).</param>
            <param name="iterate">Iteration step function.</param>
            <param name="resultSelector">Selector function for results produced in the sequence.</param>
            <param name="timeSelector">Time selector function to control the speed of values being produced each iteration.</param>
            <returns>The generated sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="condition"/> or <paramref name="iterate"/> or <paramref name="resultSelector"/> or <paramref name="timeSelector"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Generate``2(``0,System.Func{``0,System.Boolean},System.Func{``0,``0},System.Func{``0,``1},System.Func{``0,System.TimeSpan},System.Reactive.Concurrency.IScheduler)">
            <summary>
            Generates an observable sequence by running a state-driven and temporal loop producing the sequence's elements, using the specified scheduler to run timers and to send out observer messages.
            </summary>
            <typeparam name="TState">The type of the state used in the generator loop.</typeparam>
            <typeparam name="TResult">The type of the elements in the produced sequence.</typeparam>
            <param name="initialState">Initial state.</param>
            <param name="condition">Condition to terminate generation (upon returning false).</param>
            <param name="iterate">Iteration step function.</param>
            <param name="resultSelector">Selector function for results produced in the sequence.</param>
            <param name="timeSelector">Time selector function to control the speed of values being produced each iteration.</param>
            <param name="scheduler">Scheduler on which to run the generator loop.</param>
            <returns>The generated sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="condition"/> or <paramref name="iterate"/> or <paramref name="resultSelector"/> or <paramref name="timeSelector"/> or <paramref name="scheduler"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Generate``2(``0,System.Func{``0,System.Boolean},System.Func{``0,``0},System.Func{``0,``1},System.Func{``0,System.DateTimeOffset})">
            <summary>
            Generates an observable sequence by running a state-driven and temporal loop producing the sequence's elements.
            </summary>
            <typeparam name="TState">The type of the state used in the generator loop.</typeparam>
            <typeparam name="TResult">The type of the elements in the produced sequence.</typeparam>
            <param name="initialState">Initial state.</param>
            <param name="condition">Condition to terminate generation (upon returning false).</param>
            <param name="iterate">Iteration step function.</param>
            <param name="resultSelector">Selector function for results produced in the sequence.</param>
            <param name="timeSelector">Time selector function to control the speed of values being produced each iteration.</param>
            <returns>The generated sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="condition"/> or <paramref name="iterate"/> or <paramref name="resultSelector"/> or <paramref name="timeSelector"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Generate``2(``0,System.Func{``0,System.Boolean},System.Func{``0,``0},System.Func{``0,``1},System.Func{``0,System.DateTimeOffset},System.Reactive.Concurrency.IScheduler)">
            <summary>
            Generates an observable sequence by running a state-driven and temporal loop producing the sequence's elements, using the specified scheduler to run timers and to send out observer messages.
            </summary>
            <typeparam name="TState">The type of the state used in the generator loop.</typeparam>
            <typeparam name="TResult">The type of the elements in the produced sequence.</typeparam>
            <param name="initialState">Initial state.</param>
            <param name="condition">Condition to terminate generation (upon returning false).</param>
            <param name="iterate">Iteration step function.</param>
            <param name="resultSelector">Selector function for results produced in the sequence.</param>
            <param name="timeSelector">Time selector function to control the speed of values being produced each iteration.</param>
            <param name="scheduler">Scheduler on which to run the generator loop.</param>
            <returns>The generated sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="condition"/> or <paramref name="iterate"/> or <paramref name="resultSelector"/> or <paramref name="timeSelector"/> or <paramref name="scheduler"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Interval(System.TimeSpan)">
            <summary>
            Returns an observable sequence that produces a value after each period.
            </summary>
            <param name="period">Period for producing the values in the resulting sequence. If this value is equal to TimeSpan.Zero, the timer will recur as fast as possible.</param>
            <returns>An observable sequence that produces a value after each period.</returns>
            <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="period"/> is less than TimeSpan.Zero.</exception>
            <remarks>
            Intervals are measured between the start of subsequent notifications, not between the end of the previous and the start of the next notification.
            If the observer takes longer than the interval period to handle the message, the subsequent notification will be delivered immediately after the
            current one has been handled. In case you need to control the time between the end and the start of consecutive notifications, consider using the
            <see cref="M:System.Reactive.Linq.Observable.Generate``2(``0,System.Func{``0,System.Boolean},System.Func{``0,``0},System.Func{``0,``1},System.Func{``0,System.TimeSpan})"/>
            operator instead.
            </remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Interval(System.TimeSpan,System.Reactive.Concurrency.IScheduler)">
            <summary>
            Returns an observable sequence that produces a value after each period, using the specified scheduler to run timers and to send out observer messages.
            </summary>
            <param name="period">Period for producing the values in the resulting sequence. If this value is equal to TimeSpan.Zero, the timer will recur as fast as possible.</param>
            <param name="scheduler">Scheduler to run the timer on.</param>
            <returns>An observable sequence that produces a value after each period.</returns>
            <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="period"/> is less than TimeSpan.Zero.</exception>
            <exception cref="T:System.ArgumentNullException"><paramref name="scheduler"/> is null.</exception>
            <remarks>
            Intervals are measured between the start of subsequent notifications, not between the end of the previous and the start of the next notification.
            If the observer takes longer than the interval period to handle the message, the subsequent notification will be delivered immediately after the
            current one has been handled. In case you need to control the time between the end and the start of consecutive notifications, consider using the
            <see cref="M:System.Reactive.Linq.Observable.Generate``2(``0,System.Func{``0,System.Boolean},System.Func{``0,``0},System.Func{``0,``1},System.Func{``0,System.TimeSpan},System.Reactive.Concurrency.IScheduler)"/>
            operator instead.
            </remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Sample``1(System.IObservable{``0},System.TimeSpan)">
            <summary>
            Samples the observable sequence at each interval.
            Upon each sampling tick, the latest element (if any) in the source sequence during the last sampling interval is sent to the resulting sequence.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source sequence to sample.</param>
            <param name="interval">Interval at which to sample. If this value is equal to TimeSpan.Zero, the scheduler will continuously sample the stream.</param>
            <returns>Sampled observable sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> is null.</exception>
            <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="interval"/> is less than TimeSpan.Zero.</exception>
            <remarks>
            Specifying a TimeSpan.Zero value for <paramref name="interval"/> doesn't guarantee all source sequence elements will be preserved. This is a side-effect
            of the asynchrony introduced by the scheduler, where the sampling action may not execute immediately, despite the TimeSpan.Zero due time.
            </remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Sample``1(System.IObservable{``0},System.TimeSpan,System.Reactive.Concurrency.IScheduler)">
            <summary>
            Samples the observable sequence at each interval, using the specified scheduler to run sampling timers.
            Upon each sampling tick, the latest element (if any) in the source sequence during the last sampling interval is sent to the resulting sequence.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source sequence to sample.</param>
            <param name="interval">Interval at which to sample. If this value is equal to TimeSpan.Zero, the scheduler will continuously sample the stream.</param>
            <param name="scheduler">Scheduler to run the sampling timer on.</param>
            <returns>Sampled observable sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="scheduler"/> is null.</exception>
            <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="interval"/> is less than TimeSpan.Zero.</exception>
            <remarks>
            Specifying a TimeSpan.Zero value for <paramref name="interval"/> doesn't guarantee all source sequence elements will be preserved. This is a side-effect
            of the asynchrony introduced by the scheduler, where the sampling action may not execute immediately, despite the TimeSpan.Zero due time.
            </remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Sample``2(System.IObservable{``0},System.IObservable{``1})">
            <summary>
            Samples the source observable sequence using a sampler observable sequence producing sampling ticks.
            Upon each sampling tick, the latest element (if any) in the source sequence during the last sampling interval is sent to the resulting sequence.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <typeparam name="TSample">The type of the elements in the sampling sequence.</typeparam>
            <param name="source">Source sequence to sample.</param>
            <param name="sampler">Sampling tick sequence.</param>
            <returns>Sampled observable sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="sampler"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Skip``1(System.IObservable{``0},System.TimeSpan)">
            <summary>
            Skips elements for the specified duration from the start of the observable source sequence.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source sequence to skip elements for.</param>
            <param name="duration">Duration for skipping elements from the start of the sequence.</param>
            <returns>An observable sequence with the elements skipped during the specified duration from the start of the source sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> is null.</exception>
            <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="duration"/> is less than TimeSpan.Zero.</exception>
            <remarks>
            <para>
            Specifying a TimeSpan.Zero value for <paramref name="duration"/> doesn't guarantee no elements will be dropped from the start of the source sequence.
            This is a side-effect of the asynchrony introduced by the scheduler, where the action that causes callbacks from the source sequence to be forwarded
            may not execute immediately, despite the TimeSpan.Zero due time.
            </para>
            <para>
            Errors produced by the source sequence are always forwarded to the result sequence, even if the error occurs before the <paramref name="duration"/>.
            </para>
            </remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Skip``1(System.IObservable{``0},System.TimeSpan,System.Reactive.Concurrency.IScheduler)">
            <summary>
            Skips elements for the specified duration from the start of the observable source sequence, using the specified scheduler to run timers.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source sequence to skip elements for.</param>
            <param name="duration">Duration for skipping elements from the start of the sequence.</param>
            <param name="scheduler">Scheduler to run the timer on.</param>
            <returns>An observable sequence with the elements skipped during the specified duration from the start of the source sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="scheduler"/> is null.</exception>
            <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="duration"/> is less than TimeSpan.Zero.</exception>
            <remarks>
            <para>
            Specifying a TimeSpan.Zero value for <paramref name="duration"/> doesn't guarantee no elements will be dropped from the start of the source sequence.
            This is a side-effect of the asynchrony introduced by the scheduler, where the action that causes callbacks from the source sequence to be forwarded
            may not execute immediately, despite the TimeSpan.Zero due time.
            </para>
            <para>
            Errors produced by the source sequence are always forwarded to the result sequence, even if the error occurs before the <paramref name="duration"/>.
            </para>
            </remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.SkipLast``1(System.IObservable{``0},System.TimeSpan)">
            <summary>
            Skips elements for the specified duration from the end of the observable source sequence.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source sequence to skip elements for.</param>
            <param name="duration">Duration for skipping elements from the end of the sequence.</param>
            <returns>An observable sequence with the elements skipped during the specified duration from the end of the source sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> is null.</exception>
            <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="duration"/> is less than TimeSpan.Zero.</exception>
            <remarks>
            This operator accumulates a queue with a length enough to store elements received during the initial <paramref name="duration"/> window.
            As more elements are received, elements older than the specified <paramref name="duration"/> are taken from the queue and produced on the
            result sequence. This causes elements to be delayed with <paramref name="duration"/>.
            </remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.SkipLast``1(System.IObservable{``0},System.TimeSpan,System.Reactive.Concurrency.IScheduler)">
            <summary>
            Skips elements for the specified duration from the end of the observable source sequence, using the specified scheduler to run timers.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source sequence to skip elements for.</param>
            <param name="duration">Duration for skipping elements from the end of the sequence.</param>
            <param name="scheduler">Scheduler to run the timer on.</param>
            <returns>An observable sequence with the elements skipped during the specified duration from the end of the source sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="scheduler"/> is null.</exception>
            <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="duration"/> is less than TimeSpan.Zero.</exception>
            <remarks>
            This operator accumulates a queue with a length enough to store elements received during the initial <paramref name="duration"/> window.
            As more elements are received, elements older than the specified <paramref name="duration"/> are taken from the queue and produced on the
            result sequence. This causes elements to be delayed with <paramref name="duration"/>.
            </remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.SkipUntil``1(System.IObservable{``0},System.DateTimeOffset)">
            <summary>
            Skips elements from the observable source sequence until the specified start time.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source sequence to skip elements for.</param>
            <param name="startTime">Time to start taking elements from the source sequence. If this value is less than or equal to DateTimeOffset.UtcNow, no elements will be skipped.</param>
            <returns>An observable sequence with the elements skipped until the specified start time.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> is null.</exception>
            <remarks>
            Errors produced by the source sequence are always forwarded to the result sequence, even if the error occurs before the <paramref name="startTime"/>.
            </remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.SkipUntil``1(System.IObservable{``0},System.DateTimeOffset,System.Reactive.Concurrency.IScheduler)">
            <summary>
            Skips elements from the observable source sequence until the specified start time, using the specified scheduler to run timers.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source sequence to skip elements for.</param>
            <param name="startTime">Time to start taking elements from the source sequence. If this value is less than or equal to DateTimeOffset.UtcNow, no elements will be skipped.</param>
            <param name="scheduler">Scheduler to run the timer on.</param>
            <returns>An observable sequence with the elements skipped until the specified start time.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="scheduler"/> is null.</exception>
            <remarks>
            Errors produced by the source sequence are always forwarded to the result sequence, even if the error occurs before the <paramref name="startTime"/>.
            </remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Take``1(System.IObservable{``0},System.TimeSpan)">
            <summary>
            Takes elements for the specified duration from the start of the observable source sequence.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source sequence to take elements from.</param>
            <param name="duration">Duration for taking elements from the start of the sequence.</param>
            <returns>An observable sequence with the elements taken during the specified duration from the start of the source sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> is null.</exception>
            <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="duration"/> is less than TimeSpan.Zero.</exception>
            <remarks>
            Specifying a TimeSpan.Zero value for <paramref name="duration"/> doesn't guarantee an empty sequence will be returned. This is a side-effect
            of the asynchrony introduced by the scheduler, where the action that stops forwarding callbacks from the source sequence may not execute
            immediately, despite the TimeSpan.Zero due time.
            </remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Take``1(System.IObservable{``0},System.TimeSpan,System.Reactive.Concurrency.IScheduler)">
            <summary>
            Takes elements for the specified duration from the start of the observable source sequence, using the specified scheduler to run timers.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source sequence to take elements from.</param>
            <param name="duration">Duration for taking elements from the start of the sequence.</param>
            <param name="scheduler">Scheduler to run the timer on.</param>
            <returns>An observable sequence with the elements taken during the specified duration from the start of the source sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="scheduler"/> is null.</exception>
            <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="duration"/> is less than TimeSpan.Zero.</exception>
            <remarks>
            Specifying a TimeSpan.Zero value for <paramref name="duration"/> doesn't guarantee an empty sequence will be returned. This is a side-effect
            of the asynchrony introduced by the scheduler, where the action that stops forwarding callbacks from the source sequence may not execute
            immediately, despite the TimeSpan.Zero due time.
            </remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.TakeLast``1(System.IObservable{``0},System.TimeSpan)">
            <summary>
            Returns elements within the specified duration from the end of the observable source sequence.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source sequence to take elements from.</param>
            <param name="duration">Duration for taking elements from the end of the sequence.</param>
            <returns>An observable sequence with the elements taken during the specified duration from the end of the source sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> is null.</exception>
            <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="duration"/> is less than TimeSpan.Zero.</exception>
            <remarks>
            This operator accumulates a buffer with a length enough to store elements for any <paramref name="duration"/> window during the lifetime of
            the source sequence. Upon completion of the source sequence, this buffer is drained on the result sequence. This causes the result elements
            to be delayed with <paramref name="duration"/>.
            </remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.TakeLast``1(System.IObservable{``0},System.TimeSpan,System.Reactive.Concurrency.IScheduler)">
            <summary>
            Returns elements within the specified duration from the end of the observable source sequence, using the specified scheduler to run timers.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source sequence to take elements from.</param>
            <param name="duration">Duration for taking elements from the end of the sequence.</param>
            <param name="scheduler">Scheduler to run the timer on.</param>
            <returns>An observable sequence with the elements taken during the specified duration from the end of the source sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="scheduler"/> is null.</exception>
            <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="duration"/> is less than TimeSpan.Zero.</exception>
            <remarks>
            This operator accumulates a buffer with a length enough to store elements for any <paramref name="duration"/> window during the lifetime of
            the source sequence. Upon completion of the source sequence, this buffer is drained on the result sequence. This causes the result elements
            to be delayed with <paramref name="duration"/>.
            </remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.TakeLast``1(System.IObservable{``0},System.TimeSpan,System.Reactive.Concurrency.IScheduler,System.Reactive.Concurrency.IScheduler)">
            <summary>
            Returns elements within the specified duration from the end of the observable source sequence, using the specified schedulers to run timers and to drain the collected elements.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source sequence to take elements from.</param>
            <param name="duration">Duration for taking elements from the end of the sequence.</param>
            <param name="timerScheduler">Scheduler to run the timer on.</param>
            <param name="loopScheduler">Scheduler to drain the collected elements.</param>
            <returns>An observable sequence with the elements taken during the specified duration from the end of the source sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="timerScheduler"/> or <paramref name="loopScheduler"/> is null.</exception>
            <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="duration"/> is less than TimeSpan.Zero.</exception>
            <remarks>
            This operator accumulates a buffer with a length enough to store elements for any <paramref name="duration"/> window during the lifetime of
            the source sequence. Upon completion of the source sequence, this buffer is drained on the result sequence. This causes the result elements
            to be delayed with <paramref name="duration"/>.
            </remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.TakeLastBuffer``1(System.IObservable{``0},System.TimeSpan)">
            <summary>
            Returns a list with the elements within the specified duration from the end of the observable source sequence.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source sequence to take elements from.</param>
            <param name="duration">Duration for taking elements from the end of the sequence.</param>
            <returns>An observable sequence containing a single list with the elements taken during the specified duration from the end of the source sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> is null.</exception>
            <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="duration"/> is less than TimeSpan.Zero.</exception>
            <remarks>
            This operator accumulates a buffer with a length enough to store elements for any <paramref name="duration"/> window during the lifetime of
            the source sequence. Upon completion of the source sequence, this buffer is produced on the result sequence.
            </remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.TakeLastBuffer``1(System.IObservable{``0},System.TimeSpan,System.Reactive.Concurrency.IScheduler)">
            <summary>
            Returns a list with the elements within the specified duration from the end of the observable source sequence, using the specified scheduler to run timers.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source sequence to take elements from.</param>
            <param name="duration">Duration for taking elements from the end of the sequence.</param>
            <param name="scheduler">Scheduler to run the timer on.</param>
            <returns>An observable sequence containing a single list with the elements taken during the specified duration from the end of the source sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="scheduler"/> is null.</exception>
            <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="duration"/> is less than TimeSpan.Zero.</exception>
            <remarks>
            This operator accumulates a buffer with a length enough to store elements for any <paramref name="duration"/> window during the lifetime of
            the source sequence. Upon completion of the source sequence, this buffer is produced on the result sequence.
            </remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.TakeUntil``1(System.IObservable{``0},System.DateTimeOffset)">
            <summary>
            Takes elements for the specified duration until the specified end time.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source sequence to take elements from.</param>
            <param name="endTime">Time to stop taking elements from the source sequence. If this value is less than or equal to DateTimeOffset.UtcNow, the result stream will complete immediately.</param>
            <returns>An observable sequence with the elements taken until the specified end time.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.TakeUntil``1(System.IObservable{``0},System.DateTimeOffset,System.Reactive.Concurrency.IScheduler)">
            <summary>
            Takes elements for the specified duration until the specified end time, using the specified scheduler to run timers.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source sequence to take elements from.</param>
            <param name="endTime">Time to stop taking elements from the source sequence. If this value is less than or equal to DateTimeOffset.UtcNow, the result stream will complete immediately.</param>
            <param name="scheduler">Scheduler to run the timer on.</param>
            <returns>An observable sequence with the elements taken until the specified end time.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="scheduler"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Throttle``1(System.IObservable{``0},System.TimeSpan)">
            <summary>
            Ignores elements from an observable sequence which are followed by another element within a specified relative time duration.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source sequence to throttle.</param>
            <param name="dueTime">Throttling duration for each element.</param>
            <returns>The throttled sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> is null.</exception>
            <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="dueTime"/> is less than TimeSpan.Zero.</exception>
            <remarks>
            <para>
            This operator throttles the source sequence by holding on to each element for the duration specified in <paramref name="dueTime"/>. If another
            element is produced within this time window, the element is dropped and a new timer is started for the current element, repeating this whole
            process. For streams that never have gaps larger than or equal to <paramref name="dueTime"/> between elements, the resulting stream won't
            produce any elements. In order to reduce the volume of a stream whilst guaranteeing the periodic production of elements, consider using the
            Observable.Sample set of operators.
            </para>
            <para>
            Specifying a TimeSpan.Zero value for <paramref name="dueTime"/> is not recommended but supported, causing throttling timers to be scheduled
            that are due immediately. However, this doesn't guarantee all elements will be retained in the result sequence. This is a side-effect of the
            asynchrony introduced by the scheduler, where the action to forward the current element may not execute immediately, despite the TimeSpan.Zero
            due time. In such cases, the next element may arrive before the scheduler gets a chance to run the throttling action.
            </para>
            </remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Throttle``1(System.IObservable{``0},System.TimeSpan,System.Reactive.Concurrency.IScheduler)">
            <summary>
            Ignores elements from an observable sequence which are followed by another element within a specified relative time duration, using the specified scheduler to run throttling timers.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source sequence to throttle.</param>
            <param name="dueTime">Throttling duration for each element.</param>
            <param name="scheduler">Scheduler to run the throttle timers on.</param>
            <returns>The throttled sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="scheduler"/> is null.</exception>
            <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="dueTime"/> is less than TimeSpan.Zero.</exception>
            <remarks>
            <para>
            This operator throttles the source sequence by holding on to each element for the duration specified in <paramref name="dueTime"/>. If another
            element is produced within this time window, the element is dropped and a new timer is started for the current element, repeating this whole
            process. For streams that never have gaps larger than or equal to <paramref name="dueTime"/> between elements, the resulting stream won't
            produce any elements. In order to reduce the volume of a stream whilst guaranteeing the periodic production of elements, consider using the
            Observable.Sample set of operators.
            </para>
            <para>
            Specifying a TimeSpan.Zero value for <paramref name="dueTime"/> is not recommended but supported, causing throttling timers to be scheduled
            that are due immediately. However, this doesn't guarantee all elements will be retained in the result sequence. This is a side-effect of the
            asynchrony introduced by the scheduler, where the action to forward the current element may not execute immediately, despite the TimeSpan.Zero
            due time. In such cases, the next element may arrive before the scheduler gets a chance to run the throttling action.
            </para>
            </remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Throttle``2(System.IObservable{``0},System.Func{``0,System.IObservable{``1}})">
            <summary>
            Ignores elements from an observable sequence which are followed by another value within a computed throttle duration.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <typeparam name="TThrottle">The type of the elements in the throttle sequences selected for each element in the source sequence.</typeparam>
            <param name="source">Source sequence to throttle.</param>
            <param name="throttleDurationSelector">Selector function to retrieve a sequence indicating the throttle duration for each given element.</param>
            <returns>The throttled sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="throttleDurationSelector"/> is null.</exception>
            <remarks>
            This operator throttles the source sequence by holding on to each element for the duration denoted by <paramref name="throttleDurationSelector"/>.
            If another element is produced within this time window, the element is dropped and a new timer is started for the current element, repeating this
            whole process. For streams where the duration computed by applying the <paramref name="throttleDurationSelector"/> to each element overlaps with
            the occurrence of the successor element, the resulting stream won't produce any elements. In order to reduce the volume of a stream whilst
            guaranteeing the periodic production of elements, consider using the Observable.Sample set of operators.
            </remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.TimeInterval``1(System.IObservable{``0})">
            <summary>
            Records the time interval between consecutive elements in an observable sequence.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source sequence to record time intervals for.</param>
            <returns>An observable sequence with time interval information on elements.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.TimeInterval``1(System.IObservable{``0},System.Reactive.Concurrency.IScheduler)">
            <summary>
            Records the time interval between consecutive elements in an observable sequence, using the specified scheduler to compute time intervals.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source sequence to record time intervals for.</param>
            <param name="scheduler">Scheduler used to compute time intervals.</param>
            <returns>An observable sequence with time interval information on elements.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="scheduler"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Timeout``1(System.IObservable{``0},System.TimeSpan)">
            <summary>
            Applies a timeout policy for each element in the observable sequence.
            If the next element isn't received within the specified timeout duration starting from its predecessor, a TimeoutException is propagated to the observer.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source sequence to perform a timeout for.</param>
            <param name="dueTime">Maximum duration between values before a timeout occurs.</param>
            <returns>The source sequence with a TimeoutException in case of a timeout.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> is null.</exception>
            <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="dueTime"/> is less than TimeSpan.Zero.</exception>
            <exception cref="T:System.TimeoutException">(Asynchronous) If no element is produced within <paramref name="dueTime"/> from the previous element.</exception>
            <remarks>
            <para>
            In case you only want to timeout on the first element, consider using the <see cref="M:System.Reactive.Linq.Observable.Amb``1(System.IObservable{``0},System.IObservable{``0})"/>
            operator applied to the source sequence and a delayed <see cref="M:System.Reactive.Linq.Observable.Throw``1(System.Exception)"/> sequence. Alternatively, the general-purpose overload
            of Timeout, <see cref="M:System.Reactive.Linq.Observable.Timeout``2(System.IObservable{``0},System.IObservable{``1},System.Func{``0,System.IObservable{``1}})"/> can be used.
            </para>
            <para>
            Specifying a TimeSpan.Zero value for <paramref name="dueTime"/> is not recommended but supported, causing timeout timers to be scheduled that are due
            immediately. However, this doesn't guarantee a timeout will occur, even for the first element. This is a side-effect of the asynchrony introduced by the
            scheduler, where the action to propagate a timeout may not execute immediately, despite the TimeSpan.Zero due time. In such cases, the next element may
            arrive before the scheduler gets a chance to run the timeout action.
            </para>
            </remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Timeout``1(System.IObservable{``0},System.TimeSpan,System.Reactive.Concurrency.IScheduler)">
            <summary>
            Applies a timeout policy for each element in the observable sequence, using the specified scheduler to run timeout timers.
            If the next element isn't received within the specified timeout duration starting from its predecessor, a TimeoutException is propagated to the observer.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source sequence to perform a timeout for.</param>
            <param name="dueTime">Maximum duration between values before a timeout occurs.</param>
            <param name="scheduler">Scheduler to run the timeout timers on.</param>
            <returns>The source sequence with a TimeoutException in case of a timeout.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="scheduler"/> is null.</exception>
            <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="dueTime"/> is less than TimeSpan.Zero.</exception>
            <exception cref="T:System.TimeoutException">(Asynchronous) If no element is produced within <paramref name="dueTime"/> from the previous element.</exception>
            <remarks>
            <para>
            In case you only want to timeout on the first element, consider using the <see cref="M:System.Reactive.Linq.Observable.Amb``1(System.IObservable{``0},System.IObservable{``0})"/>
            operator applied to the source sequence and a delayed <see cref="M:System.Reactive.Linq.Observable.Throw``1(System.Exception)"/> sequence. Alternatively, the general-purpose overload
            of Timeout, <see cref="M:System.Reactive.Linq.Observable.Timeout``2(System.IObservable{``0},System.IObservable{``1},System.Func{``0,System.IObservable{``1}})"/> can be used.
            </para>
            <para>
            Specifying a TimeSpan.Zero value for <paramref name="dueTime"/> is not recommended but supported, causing timeout timers to be scheduled that are due
            immediately. However, this doesn't guarantee a timeout will occur, even for the first element. This is a side-effect of the asynchrony introduced by the
            scheduler, where the action to propagate a timeout may not execute immediately, despite the TimeSpan.Zero due time. In such cases, the next element may
            arrive before the scheduler gets a chance to run the timeout action.
            </para>
            </remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Timeout``1(System.IObservable{``0},System.TimeSpan,System.IObservable{``0})">
            <summary>
            Applies a timeout policy for each element in the observable sequence.
            If the next element isn't received within the specified timeout duration starting from its predecessor, the other observable sequence is used to produce future messages from that point on.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence and the other sequence used upon a timeout.</typeparam>
            <param name="source">Source sequence to perform a timeout for.</param>
            <param name="dueTime">Maximum duration between values before a timeout occurs.</param>
            <param name="other">Sequence to return in case of a timeout.</param>
            <returns>The source sequence switching to the other sequence in case of a timeout.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="other"/> is null.</exception>
            <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="dueTime"/> is less than TimeSpan.Zero.</exception>
            <remarks>
            <para>
            In case you only want to timeout on the first element, consider using the <see cref="M:System.Reactive.Linq.Observable.Amb``1(System.IObservable{``0},System.IObservable{``0})"/>
            operator applied to the source sequence and a delayed <see cref="M:System.Reactive.Linq.Observable.Throw``1(System.Exception)"/> sequence. Alternatively, the general-purpose overload
            of Timeout, <see cref="M:System.Reactive.Linq.Observable.Timeout``2(System.IObservable{``0},System.IObservable{``1},System.Func{``0,System.IObservable{``1}})"/> can be used.
            </para>
            <para>
            Specifying a TimeSpan.Zero value for <paramref name="dueTime"/> is not recommended but supported, causing timeout timers to be scheduled that are due
            immediately. However, this doesn't guarantee a timeout will occur, even for the first element. This is a side-effect of the asynchrony introduced by the
            scheduler, where the action to propagate a timeout may not execute immediately, despite the TimeSpan.Zero due time. In such cases, the next element may
            arrive before the scheduler gets a chance to run the timeout action.
            </para>
            </remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Timeout``1(System.IObservable{``0},System.TimeSpan,System.IObservable{``0},System.Reactive.Concurrency.IScheduler)">
            <summary>
            Applies a timeout policy for each element in the observable sequence, using the specified scheduler to run timeout timers.
            If the next element isn't received within the specified timeout duration starting from its predecessor, the other observable sequence is used to produce future messages from that point on.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence and the other sequence used upon a timeout.</typeparam>
            <param name="source">Source sequence to perform a timeout for.</param>
            <param name="dueTime">Maximum duration between values before a timeout occurs.</param>
            <param name="other">Sequence to return in case of a timeout.</param>
            <param name="scheduler">Scheduler to run the timeout timers on.</param>
            <returns>The source sequence switching to the other sequence in case of a timeout.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="other"/> or <paramref name="scheduler"/> is null.</exception>
            <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="dueTime"/> is less than TimeSpan.Zero.</exception>
            <remarks>
            <para>
            In case you only want to timeout on the first element, consider using the <see cref="M:System.Reactive.Linq.Observable.Amb``1(System.IObservable{``0},System.IObservable{``0})"/>
            operator applied to the source sequence and a delayed <see cref="M:System.Reactive.Linq.Observable.Throw``1(System.Exception)"/> sequence. Alternatively, the general-purpose overload
            of Timeout, <see cref="M:System.Reactive.Linq.Observable.Timeout``2(System.IObservable{``0},System.IObservable{``1},System.Func{``0,System.IObservable{``1}})"/> can be used.
            </para>
            <para>
            Specifying a TimeSpan.Zero value for <paramref name="dueTime"/> is not recommended but supported, causing timeout timers to be scheduled that are due
            immediately. However, this doesn't guarantee a timeout will occur, even for the first element. This is a side-effect of the asynchrony introduced by the
            scheduler, where the action to propagate a timeout may not execute immediately, despite the TimeSpan.Zero due time. In such cases, the next element may
            arrive before the scheduler gets a chance to run the timeout action.
            </para>
            </remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Timeout``1(System.IObservable{``0},System.DateTimeOffset)">
            <summary>
            Applies a timeout policy to the observable sequence based on an absolute time.
            If the sequence doesn't terminate before the specified absolute due time, a TimeoutException is propagated to the observer.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source sequence to perform a timeout for.</param>
            <param name="dueTime">Time when a timeout occurs. If this value is less than or equal to DateTimeOffset.UtcNow, the timeout occurs immediately.</param>
            <returns>The source sequence with a TimeoutException in case of a timeout.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> is null.</exception>
            <exception cref="T:System.TimeoutException">(Asynchronous) If the sequence hasn't terminated before <paramref name="dueTime"/>.</exception>
            <remarks>
            In case you only want to timeout on the first element, consider using the <see cref="M:System.Reactive.Linq.Observable.Amb``1(System.IObservable{``0},System.IObservable{``0})"/>
            operator applied to the source sequence and a delayed <see cref="M:System.Reactive.Linq.Observable.Throw``1(System.Exception)"/> sequence. Alternatively, the general-purpose overload
            of Timeout, <see cref="M:System.Reactive.Linq.Observable.Timeout``2(System.IObservable{``0},System.IObservable{``1},System.Func{``0,System.IObservable{``1}})"/> can be used.
            </remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Timeout``1(System.IObservable{``0},System.DateTimeOffset,System.Reactive.Concurrency.IScheduler)">
            <summary>
            Applies a timeout policy to the observable sequence based on an absolute time, using the specified scheduler to run timeout timers.
            If the sequence doesn't terminate before the specified absolute due time, a TimeoutException is propagated to the observer.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source sequence to perform a timeout for.</param>
            <param name="dueTime">Time when a timeout occurs. If this value is less than or equal to DateTimeOffset.UtcNow, the timeout occurs immediately.</param>
            <param name="scheduler">Scheduler to run the timeout timers on.</param>
            <returns>The source sequence with a TimeoutException in case of a timeout.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="scheduler"/> is null.</exception>
            <exception cref="T:System.TimeoutException">(Asynchronous) If the sequence hasn't terminated before <paramref name="dueTime"/>.</exception>
            <remarks>
            In case you only want to timeout on the first element, consider using the <see cref="M:System.Reactive.Linq.Observable.Amb``1(System.IObservable{``0},System.IObservable{``0})"/>
            operator applied to the source sequence and a delayed <see cref="M:System.Reactive.Linq.Observable.Throw``1(System.Exception)"/> sequence. Alternatively, the general-purpose overload
            of Timeout, <see cref="M:System.Reactive.Linq.Observable.Timeout``2(System.IObservable{``0},System.IObservable{``1},System.Func{``0,System.IObservable{``1}})"/> can be used.
            </remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Timeout``1(System.IObservable{``0},System.DateTimeOffset,System.IObservable{``0})">
            <summary>
            Applies a timeout policy to the observable sequence based on an absolute time.
            If the sequence doesn't terminate before the specified absolute due time, the other observable sequence is used to produce future messages from that point on.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence and the other sequence used upon a timeout.</typeparam>
            <param name="source">Source sequence to perform a timeout for.</param>
            <param name="dueTime">Time when a timeout occurs. If this value is less than or equal to DateTimeOffset.UtcNow, the timeout occurs immediately.</param>
            <param name="other">Sequence to return in case of a timeout.</param>
            <returns>The source sequence switching to the other sequence in case of a timeout.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="other"/> is null.</exception>
            <remarks>
            In case you only want to timeout on the first element, consider using the <see cref="M:System.Reactive.Linq.Observable.Amb``1(System.IObservable{``0},System.IObservable{``0})"/>
            operator applied to the source sequence and a delayed <see cref="M:System.Reactive.Linq.Observable.Throw``1(System.Exception)"/> sequence. Alternatively, the general-purpose overload
            of Timeout, <see cref="M:System.Reactive.Linq.Observable.Timeout``2(System.IObservable{``0},System.IObservable{``1},System.Func{``0,System.IObservable{``1}})"/> can be used.
            </remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Timeout``1(System.IObservable{``0},System.DateTimeOffset,System.IObservable{``0},System.Reactive.Concurrency.IScheduler)">
            <summary>
            Applies a timeout policy to the observable sequence based on an absolute time, using the specified scheduler to run timeout timers.
            If the sequence doesn't terminate before the specified absolute due time, the other observable sequence is used to produce future messages from that point on.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence and the other sequence used upon a timeout.</typeparam>
            <param name="source">Source sequence to perform a timeout for.</param>
            <param name="dueTime">Time when a timeout occurs. If this value is less than or equal to DateTimeOffset.UtcNow, the timeout occurs immediately.</param>
            <param name="other">Sequence to return in case of a timeout.</param>
            <param name="scheduler">Scheduler to run the timeout timers on.</param>
            <returns>The source sequence switching to the other sequence in case of a timeout.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="other"/> or <paramref name="scheduler"/> is null.</exception>
            <remarks>
            In case you only want to timeout on the first element, consider using the <see cref="M:System.Reactive.Linq.Observable.Amb``1(System.IObservable{``0},System.IObservable{``0})"/>
            operator applied to the source sequence and a delayed <see cref="M:System.Reactive.Linq.Observable.Throw``1(System.Exception)"/> sequence. Alternatively, the general-purpose overload
            of Timeout, <see cref="M:System.Reactive.Linq.Observable.Timeout``2(System.IObservable{``0},System.IObservable{``1},System.Func{``0,System.IObservable{``1}})"/> can be used.
            </remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Timeout``2(System.IObservable{``0},System.Func{``0,System.IObservable{``1}})">
            <summary>
            Applies a timeout policy to the observable sequence based on a timeout duration computed for each element.
            If the next element isn't received within the computed duration starting from its predecessor, a TimeoutException is propagated to the observer.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <typeparam name="TTimeout">The type of the elements in the timeout sequences used to indicate the timeout duration for each element in the source sequence.</typeparam>
            <param name="source">Source sequence to perform a timeout for.</param>
            <param name="timeoutDurationSelector">Selector to retrieve an observable sequence that represents the timeout between the current element and the next element.</param>
            <returns>The source sequence with a TimeoutException in case of a timeout.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="timeoutDurationSelector"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Timeout``2(System.IObservable{``0},System.Func{``0,System.IObservable{``1}},System.IObservable{``0})">
            <summary>
            Applies a timeout policy to the observable sequence based on a timeout duration computed for each element.
            If the next element isn't received within the computed duration starting from its predecessor, the other observable sequence is used to produce future messages from that point on.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence and the other sequence used upon a timeout.</typeparam>
            <typeparam name="TTimeout">The type of the elements in the timeout sequences used to indicate the timeout duration for each element in the source sequence.</typeparam>
            <param name="source">Source sequence to perform a timeout for.</param>
            <param name="timeoutDurationSelector">Selector to retrieve an observable sequence that represents the timeout between the current element and the next element.</param>
            <param name="other">Sequence to return in case of a timeout.</param>
            <returns>The source sequence switching to the other sequence in case of a timeout.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="timeoutDurationSelector"/> or <paramref name="other"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Timeout``2(System.IObservable{``0},System.IObservable{``1},System.Func{``0,System.IObservable{``1}})">
            <summary>
            Applies a timeout policy to the observable sequence based on an initial timeout duration for the first element, and a timeout duration computed for each subsequent element.
            If the next element isn't received within the computed duration starting from its predecessor, a TimeoutException is propagated to the observer.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <typeparam name="TTimeout">The type of the elements in the timeout sequences used to indicate the timeout duration for each element in the source sequence.</typeparam>
            <param name="source">Source sequence to perform a timeout for.</param>
            <param name="firstTimeout">Observable sequence that represents the timeout for the first element.</param>
            <param name="timeoutDurationSelector">Selector to retrieve an observable sequence that represents the timeout between the current element and the next element.</param>
            <returns>The source sequence with a TimeoutException in case of a timeout.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="firstTimeout"/> or <paramref name="timeoutDurationSelector"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Timeout``2(System.IObservable{``0},System.IObservable{``1},System.Func{``0,System.IObservable{``1}},System.IObservable{``0})">
            <summary>
            Applies a timeout policy to the observable sequence based on an initial timeout duration for the first element, and a timeout duration computed for each subsequent element.
            If the next element isn't received within the computed duration starting from its predecessor, the other observable sequence is used to produce future messages from that point on.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence and the other sequence used upon a timeout.</typeparam>
            <typeparam name="TTimeout">The type of the elements in the timeout sequences used to indicate the timeout duration for each element in the source sequence.</typeparam>
            <param name="source">Source sequence to perform a timeout for.</param>
            <param name="firstTimeout">Observable sequence that represents the timeout for the first element.</param>
            <param name="timeoutDurationSelector">Selector to retrieve an observable sequence that represents the timeout between the current element and the next element.</param>
            <param name="other">Sequence to return in case of a timeout.</param>
            <returns>The source sequence switching to the other sequence in case of a timeout.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="firstTimeout"/> or <paramref name="timeoutDurationSelector"/> or <paramref name="other"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Timer(System.TimeSpan)">
            <summary>
            Returns an observable sequence that produces a single value after the specified relative due time has elapsed.
            </summary>
            <param name="dueTime">Relative time at which to produce the value. If this value is less than or equal to TimeSpan.Zero, the timer will fire as soon as possible.</param>
            <returns>An observable sequence that produces a value after the due time has elapsed.</returns>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Timer(System.DateTimeOffset)">
            <summary>
            Returns an observable sequence that produces a single value at the specified absolute due time.
            </summary>
            <param name="dueTime">Absolute time at which to produce the value. If this value is less than or equal to DateTimeOffset.UtcNow, the timer will fire as soon as possible.</param>
            <returns>An observable sequence that produces a value at due time.</returns>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Timer(System.TimeSpan,System.TimeSpan)">
            <summary>
            Returns an observable sequence that periodically produces a value after the specified initial relative due time has elapsed.
            </summary>
            <param name="dueTime">Relative time at which to produce the first value. If this value is less than or equal to TimeSpan.Zero, the timer will fire as soon as possible.</param>
            <param name="period">Period to produce subsequent values. If this value is equal to TimeSpan.Zero, the timer will recur as fast as possible.</param>
            <returns>An observable sequence that produces a value after due time has elapsed and then after each period.</returns>
            <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="period"/> is less than TimeSpan.Zero.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Timer(System.DateTimeOffset,System.TimeSpan)">
            <summary>
            Returns an observable sequence that periodically produces a value starting at the specified initial absolute due time.
            </summary>
            <param name="dueTime">Absolute time at which to produce the first value. If this value is less than or equal to DateTimeOffset.UtcNow, the timer will fire as soon as possible.</param>
            <param name="period">Period to produce subsequent values. If this value is equal to TimeSpan.Zero, the timer will recur as fast as possible.</param>
            <returns>An observable sequence that produces a value at due time and then after each period.</returns>
            <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="period"/> is less than TimeSpan.Zero.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Timer(System.TimeSpan,System.Reactive.Concurrency.IScheduler)">
            <summary>
            Returns an observable sequence that produces a single value after the specified relative due time has elapsed, using the specified scheduler to run the timer.
            </summary>
            <param name="dueTime">Relative time at which to produce the value. If this value is less than or equal to TimeSpan.Zero, the timer will fire as soon as possible.</param>
            <param name="scheduler">Scheduler to run the timer on.</param>
            <returns>An observable sequence that produces a value after the due time has elapsed.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="scheduler"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Timer(System.DateTimeOffset,System.Reactive.Concurrency.IScheduler)">
            <summary>
            Returns an observable sequence that produces a single value at the specified absolute due time, using the specified scheduler to run the timer.
            </summary>
            <param name="dueTime">Absolute time at which to produce the value. If this value is less than or equal to DateTimeOffset.UtcNow, the timer will fire as soon as possible.</param>
            <param name="scheduler">Scheduler to run the timer on.</param>
            <returns>An observable sequence that produces a value at due time.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="scheduler"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Timer(System.TimeSpan,System.TimeSpan,System.Reactive.Concurrency.IScheduler)">
            <summary>
            Returns an observable sequence that periodically produces a value after the specified initial relative due time has elapsed, using the specified scheduler to run timers.
            </summary>
            <param name="dueTime">Relative time at which to produce the first value. If this value is less than or equal to TimeSpan.Zero, the timer will fire as soon as possible.</param>
            <param name="period">Period to produce subsequent values. If this value is equal to TimeSpan.Zero, the timer will recur as fast as possible.</param>
            <param name="scheduler">Scheduler to run timers on.</param>
            <returns>An observable sequence that produces a value after due time has elapsed and then each period.</returns>
            <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="period"/> is less than TimeSpan.Zero.</exception>
            <exception cref="T:System.ArgumentNullException"><paramref name="scheduler"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Timer(System.DateTimeOffset,System.TimeSpan,System.Reactive.Concurrency.IScheduler)">
            <summary>
            Returns an observable sequence that periodically produces a value starting at the specified initial absolute due time, using the specified scheduler to run timers.
            </summary>
            <param name="dueTime">Absolute time at which to produce the first value. If this value is less than or equal to DateTimeOffset.UtcNow, the timer will fire as soon as possible.</param>
            <param name="period">Period to produce subsequent values. If this value is equal to TimeSpan.Zero, the timer will recur as fast as possible.</param>
            <param name="scheduler">Scheduler to run timers on.</param>
            <returns>An observable sequence that produces a value at due time and then after each period.</returns>
            <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="period"/> is less than TimeSpan.Zero.</exception>
            <exception cref="T:System.ArgumentNullException"><paramref name="scheduler"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Timestamp``1(System.IObservable{``0})">
            <summary>
            Timestamps each element in an observable sequence using the local system clock.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source sequence to timestamp elements for.</param>
            <returns>An observable sequence with timestamp information on elements.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Timestamp``1(System.IObservable{``0},System.Reactive.Concurrency.IScheduler)">
            <summary>
            Timestamp each element in an observable sequence using the clock of the specified scheduler.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source sequence to timestamp elements for.</param>
            <param name="scheduler">Scheduler used to compute timestamps.</param>
            <returns>An observable sequence with timestamp information on elements.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="scheduler"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Window``1(System.IObservable{``0},System.TimeSpan)">
            <summary>
            Projects each element of an observable sequence into consecutive non-overlapping windows which are produced based on timing information.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence, and in the windows in the result sequence.</typeparam>
            <param name="source">Source sequence to produce windows over.</param>
            <param name="timeSpan">Length of each window.</param>
            <returns>The sequence of windows.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> is null.</exception>
            <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="timeSpan"/> is less than TimeSpan.Zero.</exception>
            <remarks>
            Specifying a TimeSpan.Zero value for <paramref name="timeSpan"/> is not recommended but supported, causing the scheduler to create windows as fast as it can.
            Because all source sequence elements end up in one of the windows, some windows won't have a zero time span. This is a side-effect of the asynchrony introduced
            by the scheduler, where the action to close the current window and to create a new window may not execute immediately, despite the TimeSpan.Zero due time.
            </remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Window``1(System.IObservable{``0},System.TimeSpan,System.Reactive.Concurrency.IScheduler)">
            <summary>
            Projects each element of an observable sequence into consecutive non-overlapping windows which are produced based on timing information, using the specified scheduler to run timers.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence, and in the windows in the result sequence.</typeparam>
            <param name="source">Source sequence to produce windows over.</param>
            <param name="timeSpan">Length of each window.</param>
            <param name="scheduler">Scheduler to run windowing timers on.</param>
            <returns>An observable sequence of windows.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="scheduler"/> is null.</exception>
            <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="timeSpan"/> is less than TimeSpan.Zero.</exception>
            <remarks>
            Specifying a TimeSpan.Zero value for <paramref name="timeSpan"/> is not recommended but supported, causing the scheduler to create windows as fast as it can.
            Because all source sequence elements end up in one of the windows, some windows won't have a zero time span. This is a side-effect of the asynchrony introduced
            by the scheduler, where the action to close the current window and to create a new window may not execute immediately, despite the TimeSpan.Zero due time.
            </remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Window``1(System.IObservable{``0},System.TimeSpan,System.TimeSpan)">
            <summary>
            Projects each element of an observable sequence into zero or more windows which are produced based on timing information.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence, and in the windows in the result sequence.</typeparam>
            <param name="source">Source sequence to produce windows over.</param>
            <param name="timeSpan">Length of each window.</param>
            <param name="timeShift">Interval between creation of consecutive windows.</param>
            <returns>An observable sequence of windows.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> is null.</exception>
            <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="timeSpan"/> or <paramref name="timeSpan"/> is less than TimeSpan.Zero.</exception>
            <remarks>
            <para>
            Specifying a TimeSpan.Zero value for <paramref name="timeSpan"/> is not recommended but supported, causing the scheduler to create windows with minimum duration
            length. However, some windows won't have a zero time span. This is a side-effect of the asynchrony introduced by the scheduler, where the action to close the
            current window may not execute immediately, despite the TimeSpan.Zero due time.
            </para>
            <para>
            Specifying a TimeSpan.Zero value for <paramref name="timeShift"/> is not recommended but supported, causing the scheduler to create windows as fast as it can.
            However, this doesn't mean all windows will start at the beginning of the source sequence. This is a side-effect of the asynchrony introduced by the scheduler,
            where the action to create a new window may not execute immediately, despite the TimeSpan.Zero due time.
            </para>
            </remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Window``1(System.IObservable{``0},System.TimeSpan,System.TimeSpan,System.Reactive.Concurrency.IScheduler)">
            <summary>
            Projects each element of an observable sequence into zero or more windows which are produced based on timing information, using the specified scheduler to run timers.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence, and in the windows in the result sequence.</typeparam>
            <param name="source">Source sequence to produce windows over.</param>
            <param name="timeSpan">Length of each window.</param>
            <param name="timeShift">Interval between creation of consecutive windows.</param>
            <param name="scheduler">Scheduler to run windowing timers on.</param>
            <returns>An observable sequence of windows.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="scheduler"/> is null.</exception>
            <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="timeSpan"/> or <paramref name="timeSpan"/> is less than TimeSpan.Zero.</exception>
            <remarks>
            <para>
            Specifying a TimeSpan.Zero value for <paramref name="timeSpan"/> is not recommended but supported, causing the scheduler to create windows with minimum duration
            length. However, some windows won't have a zero time span. This is a side-effect of the asynchrony introduced by the scheduler, where the action to close the
            current window may not execute immediately, despite the TimeSpan.Zero due time.
            </para>
            <para>
            Specifying a TimeSpan.Zero value for <paramref name="timeShift"/> is not recommended but supported, causing the scheduler to create windows as fast as it can.
            However, this doesn't mean all windows will start at the beginning of the source sequence. This is a side-effect of the asynchrony introduced by the scheduler,
            where the action to create a new window may not execute immediately, despite the TimeSpan.Zero due time.
            </para>
            </remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Window``1(System.IObservable{``0},System.TimeSpan,System.Int32)">
            <summary>
            Projects each element of an observable sequence into a window that is completed when either it's full or a given amount of time has elapsed.
            A useful real-world analogy of this overload is the behavior of a ferry leaving the dock when all seats are taken, or at the scheduled time of departure, whichever event occurs first.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence, and in the windows in the result sequence.</typeparam>
            <param name="source">Source sequence to produce windows over.</param>
            <param name="timeSpan">Maximum time length of a window.</param>
            <param name="count">Maximum element count of a window.</param>
            <returns>An observable sequence of windows.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> is null.</exception>
            <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="timeSpan"/> is less than TimeSpan.Zero. -or- <paramref name="count"/> is less than or equal to zero.</exception>
            <remarks>
            Specifying a TimeSpan.Zero value for <paramref name="timeSpan"/> is not recommended but supported, causing the scheduler to create windows as fast as it can.
            Because all source sequence elements end up in one of the windows, some windows won't have a zero time span. This is a side-effect of the asynchrony introduced
            by the scheduler, where the action to close the current window and to create a new window may not execute immediately, despite the TimeSpan.Zero due time.
            </remarks>
        </member>
        <member name="M:System.Reactive.Linq.Observable.Window``1(System.IObservable{``0},System.TimeSpan,System.Int32,System.Reactive.Concurrency.IScheduler)">
            <summary>
            Projects each element of an observable sequence into a window that is completed when either it's full or a given amount of time has elapsed, using the specified scheduler to run timers.
            A useful real-world analogy of this overload is the behavior of a ferry leaving the dock when all seats are taken, or at the scheduled time of departure, whichever event occurs first.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence, and in the windows in the result sequence.</typeparam>
            <param name="source">Source sequence to produce windows over.</param>
            <param name="timeSpan">Maximum time length of a window.</param>
            <param name="count">Maximum element count of a window.</param>
            <param name="scheduler">Scheduler to run windowing timers on.</param>
            <returns>An observable sequence of windows.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="scheduler"/> is null.</exception>
            <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="timeSpan"/> is less than TimeSpan.Zero. -or- <paramref name="count"/> is less than or equal to zero.</exception>
            <remarks>
            Specifying a TimeSpan.Zero value for <paramref name="timeSpan"/> is not recommended but supported, causing the scheduler to create windows as fast as it can.
            Because all source sequence elements end up in one of the windows, some windows won't have a zero time span. This is a side-effect of the asynchrony introduced
            by the scheduler, where the action to close the current window and to create a new window may not execute immediately, despite the TimeSpan.Zero due time.
            </remarks>
        </member>
        <member name="T:System.Reactive.Linq.Qbservable">
            <summary>
            Provides a set of static methods for writing queries over observable sequences, allowing translation to a target query language.
            </summary>
        </member>
        <member name="P:System.Reactive.Linq.Qbservable.Provider">
            <summary>
            Gets the local query provider which will retarget Qbservable-based queries to the corresponding Observable-based query for in-memory execution upon subscription.
            </summary>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.AsQbservable``1(System.IObservable{``0})">
            <summary>
            Converts an in-memory observable sequence into an <see cref="T:System.Reactive.Linq.IQbservable`1"/> sequence with an expression tree representing the source sequence.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source sequence.</param>
            <returns><see cref="T:System.Reactive.Linq.IQbservable`1"/> sequence representing the given observable source sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.AsObservable``1(System.Reactive.Linq.IQbservable{``0})">
            <summary>
            Returns the input typed as an <see cref="T:System.IObservable`1"/>.
            This operator is used to separate the part of the query that's captured as an expression tree from the part that's executed locally.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">An <see cref="T:System.Reactive.Linq.IQbservable`1"/> sequence to convert to an <see cref="T:System.IObservable`1"/> sequence.</param>
            <returns>The original source object, but typed as an <see cref="T:System.IObservable`1"/>.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.ToQbservable``1(System.Linq.IQueryable{``0})">
            <summary>
            Converts an enumerable sequence to an observable sequence.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Enumerable sequence to convert to an observable sequence.</param>
            <returns>The observable sequence whose elements are pulled from the given enumerable sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> is null.</exception>
            <remarks>This operator requires the source's <see cref="T:System.Linq.IQueryProvider"/> object (see <see cref="P:System.Linq.IQueryable.Provider"/>) to implement <see cref="T:System.Reactive.Linq.IQbservableProvider"/>.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.ToQbservable``1(System.Linq.IQueryable{``0},System.Reactive.Concurrency.IScheduler)">
            <summary>
            Converts an enumerable sequence to an observable sequence, using the specified scheduler to run the enumeration loop.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Enumerable sequence to convert to an observable sequence.</param>
            <param name="scheduler">Scheduler to run the enumeration of the input sequence on.</param>
            <returns>The observable sequence whose elements are pulled from the given enumerable sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="scheduler"/> is null.</exception>
            <remarks>This operator requires the source's <see cref="T:System.Linq.IQueryProvider"/> object (see <see cref="P:System.Linq.IQueryable.Provider"/>) to implement <see cref="T:System.Reactive.Linq.IQbservableProvider"/>.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Aggregate``1(System.Reactive.Linq.IQbservable{``0},System.Linq.Expressions.Expression{System.Func{``0,``0,``0}})">
            <summary>
            Applies an accumulator function over an observable sequence, returning the result of the aggregation as a single element in the result sequence.
            For aggregation behavior with incremental intermediate results, see <see cref="M:System.Reactive.Linq.Observable.Scan``1(System.IObservable{``0},System.Func{``0,``0,``0})" />.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence and the result of the aggregation.</typeparam>
            <param name="source">An observable sequence to aggregate over.</param>
            <param name="accumulator">An accumulator function to be invoked on each element.</param>
            <returns>An observable sequence containing a single element with the final accumulator value.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> or <paramref name="accumulator" /> is null.</exception>
            <exception cref="T:System.InvalidOperationException">(Asynchronous) The source sequence is empty.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Aggregate``2(System.Reactive.Linq.IQbservable{``0},``1,System.Linq.Expressions.Expression{System.Func{``1,``0,``1}})">
            <summary>
            Applies an accumulator function over an observable sequence, returning the result of the aggregation as a single element in the result sequence. The specified seed value is used as the initial accumulator value.
            For aggregation behavior with incremental intermediate results, see <see cref="M:System.Reactive.Linq.Observable.Scan``2(System.IObservable{``0},``1,System.Func{``1,``0,``1})" />.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <typeparam name="TAccumulate">The type of the result of the aggregation.</typeparam>
            <param name="source">An observable sequence to aggregate over.</param>
            <param name="seed">The initial accumulator value.</param>
            <param name="accumulator">An accumulator function to be invoked on each element.</param>
            <returns>An observable sequence containing a single element with the final accumulator value.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> or <paramref name="accumulator" /> is null.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Aggregate``3(System.Reactive.Linq.IQbservable{``0},``1,System.Linq.Expressions.Expression{System.Func{``1,``0,``1}},System.Linq.Expressions.Expression{System.Func{``1,``2}})">
            <summary>
            Applies an accumulator function over an observable sequence, returning the result of the aggregation as a single element in the result sequence. The specified seed value is used as the initial accumulator value,
            and the specified result selector function is used to select the result value.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <typeparam name="TAccumulate">The type of the accumulator value.</typeparam>
            <typeparam name="TResult">The type of the resulting value.</typeparam>
            <param name="source">An observable sequence to aggregate over.</param>
            <param name="seed">The initial accumulator value.</param>
            <param name="accumulator">An accumulator function to be invoked on each element.</param>
            <param name="resultSelector">A function to transform the final accumulator value into the result value.</param>
            <returns>An observable sequence containing a single element with the final accumulator value.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> or <paramref name="accumulator" /> or <paramref name="resultSelector" /> is null.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.All``1(System.Reactive.Linq.IQbservable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}})">
            <summary>
            Determines whether all elements of an observable sequence satisfy a condition.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">An observable sequence whose elements to apply the predicate to.</param>
            <param name="predicate">A function to test each element for a condition.</param>
            <returns>An observable sequence containing a single element determining whether all elements in the source sequence pass the test in the specified predicate.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> or <paramref name="predicate" /> is null.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Amb``1(System.Reactive.Linq.IQbservable{``0},System.IObservable{``0})">
            <summary>
            Propagates the observable sequence that reacts first.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequences.</typeparam>
            <param name="first">First observable sequence.</param>
            <param name="second">Second observable sequence.</param>
            <returns>An observable sequence that surfaces either of the given sequences, whichever reacted first.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="first" /> or <paramref name="second" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Amb``1(System.Reactive.Linq.IQbservableProvider,System.IObservable{``0}[])">
            <summary>
            Propagates the observable sequence that reacts first.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <typeparam name="TSource">The type of the elements in the source sequences.</typeparam>
            <param name="sources">Observable sources competing to react first.</param>
            <returns>An observable sequence that surfaces any of the given sequences, whichever reacted first.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="sources" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Amb``1(System.Reactive.Linq.IQbservableProvider,System.Collections.Generic.IEnumerable{System.IObservable{``0}})">
            <summary>
            Propagates the observable sequence that reacts first.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <typeparam name="TSource">The type of the elements in the source sequences.</typeparam>
            <param name="sources">Observable sources competing to react first.</param>
            <returns>An observable sequence that surfaces any of the given sequences, whichever reacted first.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="sources" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Any``1(System.Reactive.Linq.IQbservable{``0})">
            <summary>
            Determines whether an observable sequence contains any elements.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">An observable sequence to check for non-emptiness.</param>
            <returns>An observable sequence containing a single element determining whether the source sequence contains any elements.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> is null.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Any``1(System.Reactive.Linq.IQbservable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}})">
            <summary>
            Determines whether any element of an observable sequence satisfies a condition.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">An observable sequence whose elements to apply the predicate to.</param>
            <param name="predicate">A function to test each element for a condition.</param>
            <returns>An observable sequence containing a single element determining whether any elements in the source sequence pass the test in the specified predicate.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> or <paramref name="predicate" /> is null.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Append``1(System.Reactive.Linq.IQbservable{``0},``0)">
            <summary>
            Append a value to an observable sequence.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source sequence to append the value to.</param>
            <param name="value">Value to append to the specified sequence.</param>
            <returns>The source sequence appended with the specified value.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Append``1(System.Reactive.Linq.IQbservable{``0},``0,System.Reactive.Concurrency.IScheduler)">
            <summary>
            Append a value to an observable sequence.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source sequence to append the value to.</param>
            <param name="value">Value to append to the specified sequence.</param>
            <param name="scheduler">Scheduler to emit the append values on.</param>
            <returns>The source sequence appended with the specified value.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.AutoConnect``1(System.Reactive.Linq.IQbservableProvider,System.Reactive.Subjects.IConnectableObservable{``0},System.Int32,System.Linq.Expressions.Expression{System.Action{System.IDisposable}})">
            <summary>
            Automatically connect the upstream IConnectableObservable at most once when the
            specified number of IObservers have subscribed to this IObservable.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Connectable observable sequence.</param>
            <param name="minObservers">The number of observers required to subscribe before the connection to source happens, non-positive value will trigger an immediate subscription.</param>
            <param name="onConnect">If not null, the connection's IDisposable is provided to it.</param>
            <returns>An observable sequence that connects to the source at most once when the given number of observers have subscribed to it.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Average(System.Reactive.Linq.IQbservable{System.Decimal})">
            <summary>
            Computes the average of an observable sequence of <see cref="T:System.Decimal" /> values.
            </summary>
            <param name="source">A sequence of <see cref="T:System.Decimal" /> values to calculate the average of.</param>
            <returns>An observable sequence containing a single element with the average of the sequence of values.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> is null.</exception>
            <exception cref="T:System.InvalidOperationException">(Asynchronous) The source sequence is empty.</exception>
            <exception cref="T:System.OverflowException">(Asynchronous) The sum of the elements in the source sequence is larger than <see cref="F:System.Decimal.MaxValue" />.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Average(System.Reactive.Linq.IQbservable{System.Double})">
            <summary>
            Computes the average of an observable sequence of <see cref="T:System.Double" /> values.
            </summary>
            <param name="source">A sequence of <see cref="T:System.Double" /> values to calculate the average of.</param>
            <returns>An observable sequence containing a single element with the average of the sequence of values.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> is null.</exception>
            <exception cref="T:System.InvalidOperationException">(Asynchronous) The source sequence is empty.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Average(System.Reactive.Linq.IQbservable{System.Int32})">
            <summary>
            Computes the average of an observable sequence of <see cref="T:System.Int32" /> values.
            </summary>
            <param name="source">A sequence of <see cref="T:System.Int32" /> values to calculate the average of.</param>
            <returns>An observable sequence containing a single element with the average of the sequence of values.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> is null.</exception>
            <exception cref="T:System.InvalidOperationException">(Asynchronous) The source sequence is empty.</exception>
            <exception cref="T:System.OverflowException">(Asynchronous) The sum of the elements in the source sequence is larger than <see cref="F:System.Int64.MaxValue" />.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Average(System.Reactive.Linq.IQbservable{System.Int64})">
            <summary>
            Computes the average of an observable sequence of <see cref="T:System.Int64" /> values.
            </summary>
            <param name="source">A sequence of <see cref="T:System.Int64" /> values to calculate the average of.</param>
            <returns>An observable sequence containing a single element with the average of the sequence of values.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> is null.</exception>
            <exception cref="T:System.InvalidOperationException">(Asynchronous) The source sequence is empty.</exception>
            <exception cref="T:System.OverflowException">(Asynchronous) The sum of the elements in the source sequence is larger than <see cref="F:System.Int64.MaxValue" />.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Average(System.Reactive.Linq.IQbservable{System.Nullable{System.Decimal}})">
            <summary>
            Computes the average of an observable sequence of nullable <see cref="T:System.Decimal" /> values.
            </summary>
            <param name="source">A sequence of nullable <see cref="T:System.Decimal" /> values to calculate the average of.</param>
            <returns>An observable sequence containing a single element with the average of the sequence of values, or null if the source sequence is empty or contains only values that are null.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> is null.</exception>
            <exception cref="T:System.InvalidOperationException">(Asynchronous) The source sequence is empty.</exception>
            <exception cref="T:System.OverflowException">(Asynchronous) The sum of the elements in the source sequence is larger than <see cref="F:System.Decimal.MaxValue" />.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Average(System.Reactive.Linq.IQbservable{System.Nullable{System.Double}})">
            <summary>
            Computes the average of an observable sequence of nullable <see cref="T:System.Double" /> values.
            </summary>
            <param name="source">A sequence of nullable <see cref="T:System.Double" /> values to calculate the average of.</param>
            <returns>An observable sequence containing a single element with the average of the sequence of values, or null if the source sequence is empty or contains only values that are null.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> is null.</exception>
            <exception cref="T:System.InvalidOperationException">(Asynchronous) The source sequence is empty.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Average(System.Reactive.Linq.IQbservable{System.Nullable{System.Int32}})">
            <summary>
            Computes the average of an observable sequence of nullable <see cref="T:System.Int32" /> values.
            </summary>
            <param name="source">A sequence of nullable <see cref="T:System.Int32" /> values to calculate the average of.</param>
            <returns>An observable sequence containing a single element with the average of the sequence of values, or null if the source sequence is empty or contains only values that are null.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> is null.</exception>
            <exception cref="T:System.InvalidOperationException">(Asynchronous) The source sequence is empty.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
            <exception cref="T:System.OverflowException">(Asynchronous) The sum of the elements in the source sequence is larger than <see cref="F:System.Int64.MaxValue" />.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Average(System.Reactive.Linq.IQbservable{System.Nullable{System.Int64}})">
            <summary>
            Computes the average of an observable sequence of nullable <see cref="T:System.Int64" /> values.
            </summary>
            <param name="source">A sequence of nullable <see cref="T:System.Int64" /> values to calculate the average of.</param>
            <returns>An observable sequence containing a single element with the average of the sequence of values, or null if the source sequence is empty or contains only values that are null.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> is null.</exception>
            <exception cref="T:System.InvalidOperationException">(Asynchronous) The source sequence is empty.</exception>
            <exception cref="T:System.OverflowException">(Asynchronous) The sum of the elements in the source sequence is larger than <see cref="F:System.Int64.MaxValue" />.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Average(System.Reactive.Linq.IQbservable{System.Nullable{System.Single}})">
            <summary>
            Computes the average of an observable sequence of nullable <see cref="T:System.Single" /> values.
            </summary>
            <param name="source">A sequence of nullable <see cref="T:System.Single" /> values to calculate the average of.</param>
            <returns>An observable sequence containing a single element with the average of the sequence of values, or null if the source sequence is empty or contains only values that are null.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> is null.</exception>
            <exception cref="T:System.InvalidOperationException">(Asynchronous) The source sequence is empty.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Average(System.Reactive.Linq.IQbservable{System.Single})">
            <summary>
            Computes the average of an observable sequence of <see cref="T:System.Single" /> values.
            </summary>
            <param name="source">A sequence of <see cref="T:System.Single" /> values to calculate the average of.</param>
            <returns>An observable sequence containing a single element with the average of the sequence of values.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> is null.</exception>
            <exception cref="T:System.InvalidOperationException">(Asynchronous) The source sequence is empty.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Average``1(System.Reactive.Linq.IQbservable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Decimal}})">
            <summary>
            Computes the average of an observable sequence of <see cref="T:System.Decimal" /> values that are obtained by invoking a transform function on each element of the input sequence.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">A sequence of values to calculate the average of.</param>
            <param name="selector">A transform function to apply to each element.</param>
            <returns>An observable sequence containing a single element with the average of the sequence of values.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> or <paramref name="selector" /> is null.</exception>
            <exception cref="T:System.InvalidOperationException">(Asynchronous) The source sequence is empty.</exception>
            <exception cref="T:System.OverflowException">(Asynchronous) The sum of the projected values for the elements in the source sequence is larger than <see cref="F:System.Decimal.MaxValue" />.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Average``1(System.Reactive.Linq.IQbservable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Double}})">
            <summary>
            Computes the average of an observable sequence of <see cref="T:System.Double" /> values that are obtained by invoking a transform function on each element of the input sequence.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">A sequence of values to calculate the average of.</param>
            <param name="selector">A transform function to apply to each element.</param>
            <returns>An observable sequence containing a single element with the average of the sequence of values.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> or <paramref name="selector" /> is null.</exception>
            <exception cref="T:System.InvalidOperationException">(Asynchronous) The source sequence is empty.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Average``1(System.Reactive.Linq.IQbservable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Single}})">
            <summary>
            Computes the average of an observable sequence of <see cref="T:System.Single" /> values that are obtained by invoking a transform function on each element of the input sequence.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">A sequence of values to calculate the average of.</param>
            <param name="selector">A transform function to apply to each element.</param>
            <returns>An observable sequence containing a single element with the average of the sequence of values.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> or <paramref name="selector" /> is null.</exception>
            <exception cref="T:System.InvalidOperationException">(Asynchronous) The source sequence is empty.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Average``1(System.Reactive.Linq.IQbservable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32}})">
            <summary>
            Computes the average of an observable sequence of <see cref="T:System.Int32" /> values that are obtained by invoking a transform function on each element of the input sequence.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">A sequence of values to calculate the average of.</param>
            <param name="selector">A transform function to apply to each element.</param>
            <returns>An observable sequence containing a single element with the average of the sequence of values.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> or <paramref name="selector" /> is null.</exception>
            <exception cref="T:System.InvalidOperationException">(Asynchronous) The source sequence is empty.</exception>
            <exception cref="T:System.OverflowException">(Asynchronous) The sum of the projected values for the elements in the source sequence is larger than <see cref="F:System.Int64.MaxValue" />.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Average``1(System.Reactive.Linq.IQbservable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int64}})">
            <summary>
            Computes the average of an observable sequence of <see cref="T:System.Int64" /> values that are obtained by invoking a transform function on each element of the input sequence.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">A sequence of values to calculate the average of.</param>
            <param name="selector">A transform function to apply to each element.</param>
            <returns>An observable sequence containing a single element with the average of the sequence of values.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> or <paramref name="selector" /> is null.</exception>
            <exception cref="T:System.InvalidOperationException">(Asynchronous) The source sequence is empty.</exception>
            <exception cref="T:System.OverflowException">(Asynchronous) The sum of the projected values for the elements in the source sequence is larger than <see cref="F:System.Int64.MaxValue" />.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Average``1(System.Reactive.Linq.IQbservable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Decimal}}})">
            <summary>
            Computes the average of an observable sequence of nullable <see cref="T:System.Decimal" /> values that are obtained by invoking a transform function on each element of the input sequence.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">A sequence of values to calculate the average of.</param>
            <param name="selector">A transform function to apply to each element.</param>
            <returns>An observable sequence containing a single element with the average of the sequence of values, or null if the source sequence is empty or contains only values that are null.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> or <paramref name="selector" /> is null.</exception>
            <exception cref="T:System.InvalidOperationException">(Asynchronous) The source sequence is empty.</exception>
            <exception cref="T:System.OverflowException">(Asynchronous) The sum of the projected values for the elements in the source sequence is larger than <see cref="F:System.Decimal.MaxValue" />.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Average``1(System.Reactive.Linq.IQbservable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Double}}})">
            <summary>
            Computes the average of an observable sequence of nullable <see cref="T:System.Double" /> values that are obtained by invoking a transform function on each element of the input sequence.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">A sequence of values to calculate the average of.</param>
            <param name="selector">A transform function to apply to each element.</param>
            <returns>An observable sequence containing a single element with the average of the sequence of values, or null if the source sequence is empty or contains only values that are null.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> or <paramref name="selector" /> is null.</exception>
            <exception cref="T:System.InvalidOperationException">(Asynchronous) The source sequence is empty.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Average``1(System.Reactive.Linq.IQbservable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Single}}})">
            <summary>
            Computes the average of an observable sequence of nullable <see cref="T:System.Single" /> values that are obtained by invoking a transform function on each element of the input sequence.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">A sequence of values to calculate the average of.</param>
            <param name="selector">A transform function to apply to each element.</param>
            <returns>An observable sequence containing a single element with the average of the sequence of values, or null if the source sequence is empty or contains only values that are null.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> or <paramref name="selector" /> is null.</exception>
            <exception cref="T:System.InvalidOperationException">(Asynchronous) The source sequence is empty.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Average``1(System.Reactive.Linq.IQbservable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Int32}}})">
            <summary>
            Computes the average of an observable sequence of nullable <see cref="T:System.Int32" /> values that are obtained by invoking a transform function on each element of the input sequence.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">A sequence of values to calculate the average of.</param>
            <param name="selector">A transform function to apply to each element.</param>
            <returns>An observable sequence containing a single element with the average of the sequence of values, or null if the source sequence is empty or contains only values that are null.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> or <paramref name="selector" /> is null.</exception>
            <exception cref="T:System.InvalidOperationException">(Asynchronous) The source sequence is empty.</exception>
            <exception cref="T:System.OverflowException">(Asynchronous) The sum of the projected values for the elements in the source sequence is larger than <see cref="F:System.Int64.MaxValue" />.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Average``1(System.Reactive.Linq.IQbservable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Int64}}})">
            <summary>
            Computes the average of an observable sequence of nullable <see cref="T:System.Int64" /> values that are obtained by invoking a transform function on each element of the input sequence.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">A sequence of values to calculate the average of.</param>
            <param name="selector">A transform function to apply to each element.</param>
            <returns>An observable sequence containing a single element with the average of the sequence of values, or null if the source sequence is empty or contains only values that are null.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> or <paramref name="selector" /> is null.</exception>
            <exception cref="T:System.InvalidOperationException">(Asynchronous) The source sequence is empty.</exception>
            <exception cref="T:System.OverflowException">(Asynchronous) The sum of the projected values for the elements in the source sequence is larger than <see cref="F:System.Int64.MaxValue" />.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Buffer``1(System.Reactive.Linq.IQbservable{``0},System.Int32)">
            <summary>
            Projects each element of an observable sequence into consecutive non-overlapping buffers which are produced based on element count information.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence, and in the lists in the result sequence.</typeparam>
            <param name="source">Source sequence to produce buffers over.</param>
            <param name="count">Length of each buffer.</param>
            <returns>An observable sequence of buffers.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> is null.</exception>
            <exception cref="T:System.ArgumentOutOfRangeException">
            <paramref name="count" /> is less than or equal to zero.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Buffer``1(System.Reactive.Linq.IQbservable{``0},System.Int32,System.Int32)">
            <summary>
            Projects each element of an observable sequence into zero or more buffers which are produced based on element count information.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence, and in the lists in the result sequence.</typeparam>
            <param name="source">Source sequence to produce buffers over.</param>
            <param name="count">Length of each buffer.</param>
            <param name="skip">Number of elements to skip between creation of consecutive buffers.</param>
            <returns>An observable sequence of buffers.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> is null.</exception>
            <exception cref="T:System.ArgumentOutOfRangeException">
            <paramref name="count" /> or <paramref name="skip" /> is less than or equal to zero.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Buffer``1(System.Reactive.Linq.IQbservable{``0},System.TimeSpan)">
            <summary>
            Projects each element of an observable sequence into consecutive non-overlapping buffers which are produced based on timing information.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence, and in the lists in the result sequence.</typeparam>
            <param name="source">Source sequence to produce buffers over.</param>
            <param name="timeSpan">Length of each buffer.</param>
            <returns>An observable sequence of buffers.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> is null.</exception>
            <exception cref="T:System.ArgumentOutOfRangeException">
            <paramref name="timeSpan" /> is less than TimeSpan.Zero.</exception>
            <remarks>
            Specifying a TimeSpan.Zero value for <paramref name="timeSpan" /> is not recommended but supported, causing the scheduler to create buffers as fast as it can.
            Because all source sequence elements end up in one of the buffers, some buffers won't have a zero time span. This is a side-effect of the asynchrony introduced
            by the scheduler, where the action to close the current buffer and to create a new buffer may not execute immediately, despite the TimeSpan.Zero due time.
            </remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Buffer``1(System.Reactive.Linq.IQbservable{``0},System.TimeSpan,System.Int32)">
            <summary>
            Projects each element of an observable sequence into a buffer that's sent out when either it's full or a given amount of time has elapsed.
            A useful real-world analogy of this overload is the behavior of a ferry leaving the dock when all seats are taken, or at the scheduled time of departure, whichever event occurs first.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence, and in the lists in the result sequence.</typeparam>
            <param name="source">Source sequence to produce buffers over.</param>
            <param name="timeSpan">Maximum time length of a window.</param>
            <param name="count">Maximum element count of a window.</param>
            <returns>An observable sequence of buffers.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> is null.</exception>
            <exception cref="T:System.ArgumentOutOfRangeException">
            <paramref name="timeSpan" /> is less than TimeSpan.Zero. -or- <paramref name="count" /> is less than or equal to zero.</exception>
            <remarks>
            Specifying a TimeSpan.Zero value for <paramref name="timeSpan" /> is not recommended but supported, causing the scheduler to create buffers as fast as it can.
            Because all source sequence elements end up in one of the buffers, some buffers won't have a zero time span. This is a side-effect of the asynchrony introduced
            by the scheduler, where the action to close the current buffer and to create a new buffer may not execute immediately, despite the TimeSpan.Zero due time.
            </remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Buffer``1(System.Reactive.Linq.IQbservable{``0},System.TimeSpan,System.Int32,System.Reactive.Concurrency.IScheduler)">
            <summary>
            Projects each element of an observable sequence into a buffer that's sent out when either it's full or a given amount of time has elapsed, using the specified scheduler to run timers.
            A useful real-world analogy of this overload is the behavior of a ferry leaving the dock when all seats are taken, or at the scheduled time of departure, whichever event occurs first.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence, and in the lists in the result sequence.</typeparam>
            <param name="source">Source sequence to produce buffers over.</param>
            <param name="timeSpan">Maximum time length of a buffer.</param>
            <param name="count">Maximum element count of a buffer.</param>
            <param name="scheduler">Scheduler to run buffering timers on.</param>
            <returns>An observable sequence of buffers.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> or <paramref name="scheduler" /> is null.</exception>
            <exception cref="T:System.ArgumentOutOfRangeException">
            <paramref name="timeSpan" /> is less than TimeSpan.Zero. -or- <paramref name="count" /> is less than or equal to zero.</exception>
            <remarks>
            Specifying a TimeSpan.Zero value for <paramref name="timeSpan" /> is not recommended but supported, causing the scheduler to create buffers as fast as it can.
            Because all source sequence elements end up in one of the buffers, some buffers won't have a zero time span. This is a side-effect of the asynchrony introduced
            by the scheduler, where the action to close the current buffer and to create a new buffer may not execute immediately, despite the TimeSpan.Zero due time.
            </remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Buffer``1(System.Reactive.Linq.IQbservable{``0},System.TimeSpan,System.Reactive.Concurrency.IScheduler)">
            <summary>
            Projects each element of an observable sequence into consecutive non-overlapping buffers which are produced based on timing information, using the specified scheduler to run timers.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence, and in the lists in the result sequence.</typeparam>
            <param name="source">Source sequence to produce buffers over.</param>
            <param name="timeSpan">Length of each buffer.</param>
            <param name="scheduler">Scheduler to run buffering timers on.</param>
            <returns>An observable sequence of buffers.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> or <paramref name="scheduler" /> is null.</exception>
            <exception cref="T:System.ArgumentOutOfRangeException">
            <paramref name="timeSpan" /> is less than TimeSpan.Zero.</exception>
            <remarks>
            Specifying a TimeSpan.Zero value for <paramref name="timeSpan" /> is not recommended but supported, causing the scheduler to create buffers as fast as it can.
            Because all source sequence elements end up in one of the buffers, some buffers won't have a zero time span. This is a side-effect of the asynchrony introduced
            by the scheduler, where the action to close the current buffer and to create a new buffer may not execute immediately, despite the TimeSpan.Zero due time.
            </remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Buffer``1(System.Reactive.Linq.IQbservable{``0},System.TimeSpan,System.TimeSpan)">
            <summary>
            Projects each element of an observable sequence into zero or more buffers which are produced based on timing information.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence, and in the lists in the result sequence.</typeparam>
            <param name="source">Source sequence to produce buffers over.</param>
            <param name="timeSpan">Length of each buffer.</param>
            <param name="timeShift">Interval between creation of consecutive buffers.</param>
            <returns>An observable sequence of buffers.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> is null.</exception>
            <exception cref="T:System.ArgumentOutOfRangeException">
            <paramref name="timeSpan" /> or <paramref name="timeSpan" /> is less than TimeSpan.Zero.</exception>
            <remarks>
            <para>
            Specifying a TimeSpan.Zero value for <paramref name="timeSpan" /> is not recommended but supported, causing the scheduler to create buffers with minimum duration
            length. However, some buffers won't have a zero time span. This is a side-effect of the asynchrony introduced by the scheduler, where the action to close the
            current buffer may not execute immediately, despite the TimeSpan.Zero due time.
            </para>
            <para>
            Specifying a TimeSpan.Zero value for <paramref name="timeShift" /> is not recommended but supported, causing the scheduler to create buffers as fast as it can.
            However, this doesn't mean all buffers will start at the beginning of the source sequence. This is a side-effect of the asynchrony introduced by the scheduler,
            where the action to create a new buffer may not execute immediately, despite the TimeSpan.Zero due time.
            </para>
            </remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Buffer``1(System.Reactive.Linq.IQbservable{``0},System.TimeSpan,System.TimeSpan,System.Reactive.Concurrency.IScheduler)">
            <summary>
            Projects each element of an observable sequence into zero or more buffers which are produced based on timing information, using the specified scheduler to run timers.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence, and in the lists in the result sequence.</typeparam>
            <param name="source">Source sequence to produce buffers over.</param>
            <param name="timeSpan">Length of each buffer.</param>
            <param name="timeShift">Interval between creation of consecutive buffers.</param>
            <param name="scheduler">Scheduler to run buffering timers on.</param>
            <returns>An observable sequence of buffers.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> or <paramref name="scheduler" /> is null.</exception>
            <exception cref="T:System.ArgumentOutOfRangeException">
            <paramref name="timeSpan" /> or <paramref name="timeSpan" /> is less than TimeSpan.Zero.</exception>
            <remarks>
            <para>
            Specifying a TimeSpan.Zero value for <paramref name="timeSpan" /> is not recommended but supported, causing the scheduler to create buffers with minimum duration
            length. However, some buffers won't have a zero time span. This is a side-effect of the asynchrony introduced by the scheduler, where the action to close the
            current buffer may not execute immediately, despite the TimeSpan.Zero due time.
            </para>
            <para>
            Specifying a TimeSpan.Zero value for <paramref name="timeShift" /> is not recommended but supported, causing the scheduler to create buffers as fast as it can.
            However, this doesn't mean all buffers will start at the beginning of the source sequence. This is a side-effect of the asynchrony introduced by the scheduler,
            where the action to create a new buffer may not execute immediately, despite the TimeSpan.Zero due time.
            </para>
            </remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Buffer``2(System.Reactive.Linq.IQbservable{``0},System.IObservable{``1})">
            <summary>
            Projects each element of an observable sequence into consecutive non-overlapping buffers.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence, and in the lists in the result sequence.</typeparam>
            <typeparam name="TBufferBoundary">The type of the elements in the sequences indicating buffer boundary events.</typeparam>
            <param name="source">Source sequence to produce buffers over.</param>
            <param name="bufferBoundaries">Sequence of buffer boundary markers. The current buffer is closed and a new buffer is opened upon receiving a boundary marker.</param>
            <returns>An observable sequence of buffers.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> or <paramref name="bufferBoundaries" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Buffer``2(System.Reactive.Linq.IQbservable{``0},System.Linq.Expressions.Expression{System.Func{System.IObservable{``1}}})">
            <summary>
            Projects each element of an observable sequence into consecutive non-overlapping buffers.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence, and in the lists in the result sequence.</typeparam>
            <typeparam name="TBufferClosing">The type of the elements in the sequences indicating buffer closing events.</typeparam>
            <param name="source">Source sequence to produce buffers over.</param>
            <param name="bufferClosingSelector">A function invoked to define the boundaries of the produced buffers. A new buffer is started when the previous one is closed.</param>
            <returns>An observable sequence of buffers.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> or <paramref name="bufferClosingSelector" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Buffer``3(System.Reactive.Linq.IQbservable{``0},System.IObservable{``1},System.Linq.Expressions.Expression{System.Func{``1,System.IObservable{``2}}})">
            <summary>
            Projects each element of an observable sequence into zero or more buffers.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence, and in the lists in the result sequence.</typeparam>
            <typeparam name="TBufferOpening">The type of the elements in the sequence indicating buffer opening events, also passed to the closing selector to obtain a sequence of buffer closing events.</typeparam>
            <typeparam name="TBufferClosing">The type of the elements in the sequences indicating buffer closing events.</typeparam>
            <param name="source">Source sequence to produce buffers over.</param>
            <param name="bufferOpenings">Observable sequence whose elements denote the creation of new buffers.</param>
            <param name="bufferClosingSelector">A function invoked to define the closing of each produced buffer.</param>
            <returns>An observable sequence of buffers.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> or <paramref name="bufferOpenings" /> or <paramref name="bufferClosingSelector" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Case``2(System.Reactive.Linq.IQbservableProvider,System.Linq.Expressions.Expression{System.Func{``0}},System.Collections.Generic.IDictionary{``0,System.IObservable{``1}})">
            <summary>
            Uses <paramref name="selector" /> to determine which source in <paramref name="sources" /> to return, choosing an empty sequence if no match is found.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <typeparam name="TValue">The type of the value returned by the selector function, used to look up the resulting source.</typeparam>
            <typeparam name="TResult">The type of the elements in the result sequence.</typeparam>
            <param name="selector">Selector function invoked to determine the source to lookup in the <paramref name="sources" /> dictionary.</param>
            <param name="sources">Dictionary of sources to select from based on the <paramref name="selector" /> invocation result.</param>
            <returns>The observable sequence retrieved from the <paramref name="sources" /> dictionary based on the <paramref name="selector" /> invocation result, or an empty sequence if no match is found.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="selector" /> or <paramref name="sources" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Case``2(System.Reactive.Linq.IQbservableProvider,System.Linq.Expressions.Expression{System.Func{``0}},System.Collections.Generic.IDictionary{``0,System.IObservable{``1}},System.IObservable{``1})">
            <summary>
            Uses <paramref name="selector" /> to determine which source in <paramref name="sources" /> to return, choosing <paramref name="defaultSource" /> if no match is found.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <typeparam name="TValue">The type of the value returned by the selector function, used to look up the resulting source.</typeparam>
            <typeparam name="TResult">The type of the elements in the result sequence.</typeparam>
            <param name="selector">Selector function invoked to determine the source to lookup in the <paramref name="sources" /> dictionary.</param>
            <param name="sources">Dictionary of sources to select from based on the <paramref name="selector" /> invocation result.</param>
            <param name="defaultSource">Default source to select in case no matching source in <paramref name="sources" /> is found.</param>
            <returns>The observable sequence retrieved from the <paramref name="sources" /> dictionary based on the <paramref name="selector" /> invocation result, or <paramref name="defaultSource" /> if no match is found.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="selector" /> or <paramref name="sources" /> or <paramref name="defaultSource" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Case``2(System.Reactive.Linq.IQbservableProvider,System.Linq.Expressions.Expression{System.Func{``0}},System.Collections.Generic.IDictionary{``0,System.IObservable{``1}},System.Reactive.Concurrency.IScheduler)">
            <summary>
            Uses <paramref name="selector" /> to determine which source in <paramref name="sources" /> to return, choosing an empty sequence on the specified scheduler if no match is found.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <typeparam name="TValue">The type of the value returned by the selector function, used to look up the resulting source.</typeparam>
            <typeparam name="TResult">The type of the elements in the result sequence.</typeparam>
            <param name="selector">Selector function invoked to determine the source to lookup in the <paramref name="sources" /> dictionary.</param>
            <param name="sources">Dictionary of sources to select from based on the <paramref name="selector" /> invocation result.</param>
            <param name="scheduler">Scheduler to generate an empty sequence on in case no matching source in <paramref name="sources" /> is found.</param>
            <returns>The observable sequence retrieved from the <paramref name="sources" /> dictionary based on the <paramref name="selector" /> invocation result, or an empty sequence if no match is found.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="selector" /> or <paramref name="sources" /> or <paramref name="scheduler" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Cast``1(System.Reactive.Linq.IQbservable{System.Object})">
            <summary>
            Converts the elements of an observable sequence to the specified type.
            </summary>
            <typeparam name="TResult">The type to convert the elements in the source sequence to.</typeparam>
            <param name="source">The observable sequence that contains the elements to be converted.</param>
            <returns>An observable sequence that contains each element of the source sequence converted to the specified type.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Catch``1(System.Reactive.Linq.IQbservable{``0},System.IObservable{``0})">
            <summary>
            Continues an observable sequence that is terminated by an exception with the next observable sequence.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence and handler sequence.</typeparam>
            <param name="first">First observable sequence whose exception (if any) is caught.</param>
            <param name="second">Second observable sequence used to produce results when an error occurred in the first sequence.</param>
            <returns>An observable sequence containing the first sequence's elements, followed by the elements of the second sequence in case an exception occurred.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="first" /> or <paramref name="second" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Catch``1(System.Reactive.Linq.IQbservableProvider,System.IObservable{``0}[])">
            <summary>
            Continues an observable sequence that is terminated by an exception with the next observable sequence.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <typeparam name="TSource">The type of the elements in the source and handler sequences.</typeparam>
            <param name="sources">Observable sequences to catch exceptions for.</param>
            <returns>An observable sequence containing elements from consecutive source sequences until a source sequence terminates successfully.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="sources" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Catch``1(System.Reactive.Linq.IQbservableProvider,System.Collections.Generic.IEnumerable{System.IObservable{``0}})">
            <summary>
            Continues an observable sequence that is terminated by an exception with the next observable sequence.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <typeparam name="TSource">The type of the elements in the source and handler sequences.</typeparam>
            <param name="sources">Observable sequences to catch exceptions for.</param>
            <returns>An observable sequence containing elements from consecutive source sequences until a source sequence terminates successfully.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="sources" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Catch``2(System.Reactive.Linq.IQbservable{``0},System.Linq.Expressions.Expression{System.Func{``1,System.IObservable{``0}}})">
            <summary>
            Continues an observable sequence that is terminated by an exception of the specified type with the observable sequence produced by the handler.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence and sequences returned by the exception handler function.</typeparam>
            <typeparam name="TException">The type of the exception to catch and handle. Needs to derive from <see cref="T:System.Exception" />.</typeparam>
            <param name="source">Source sequence.</param>
            <param name="handler">Exception handler function, producing another observable sequence.</param>
            <returns>An observable sequence containing the source sequence's elements, followed by the elements produced by the handler's resulting observable sequence in case an exception occurred.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> or <paramref name="handler" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Chunkify``1(System.Reactive.Linq.IQbservable{``0})">
            <summary>
            Produces an enumerable sequence of consecutive (possibly empty) chunks of the source sequence.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source observable sequence.</param>
            <returns>The enumerable sequence that returns consecutive (possibly empty) chunks upon each iteration.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> is null.</exception>
            <remarks>This operator requires the source's <see cref="T:System.Reactive.Linq.IQbservableProvider"/> object (see <see cref="P:System.Reactive.Linq.IQbservable.Provider"/>) to implement <see cref="T:System.Linq.IQueryProvider"/>.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Collect``2(System.Reactive.Linq.IQbservable{``0},System.Linq.Expressions.Expression{System.Func{``1}},System.Linq.Expressions.Expression{System.Func{``1,``0,``1}},System.Linq.Expressions.Expression{System.Func{``1,``1}})">
            <summary>
            Produces an enumerable sequence that returns elements collected/aggregated from the source sequence between consecutive iterations.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <typeparam name="TResult">The type of the elements produced by the merge operation during collection.</typeparam>
            <param name="source">Source observable sequence.</param>
            <param name="getInitialCollector">Factory to create the initial collector object.</param>
            <param name="merge">Merges a sequence element with the current collector.</param>
            <param name="getNewCollector">Factory to replace the current collector by a new collector.</param>
            <returns>The enumerable sequence that returns collected/aggregated elements from the source sequence upon each iteration.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> or <paramref name="getInitialCollector" /> or <paramref name="merge" /> or <paramref name="getNewCollector" /> is null.</exception>
            <remarks>This operator requires the source's <see cref="T:System.Reactive.Linq.IQbservableProvider"/> object (see <see cref="P:System.Reactive.Linq.IQbservable.Provider"/>) to implement <see cref="T:System.Linq.IQueryProvider"/>.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Collect``2(System.Reactive.Linq.IQbservable{``0},System.Linq.Expressions.Expression{System.Func{``1}},System.Linq.Expressions.Expression{System.Func{``1,``0,``1}})">
            <summary>
            Produces an enumerable sequence that returns elements collected/aggregated from the source sequence between consecutive iterations.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <typeparam name="TResult">The type of the elements produced by the merge operation during collection.</typeparam>
            <param name="source">Source observable sequence.</param>
            <param name="newCollector">Factory to create a new collector object.</param>
            <param name="merge">Merges a sequence element with the current collector.</param>
            <returns>The enumerable sequence that returns collected/aggregated elements from the source sequence upon each iteration.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> or <paramref name="newCollector" /> or <paramref name="merge" /> is null.</exception>
            <remarks>This operator requires the source's <see cref="T:System.Reactive.Linq.IQbservableProvider"/> object (see <see cref="P:System.Reactive.Linq.IQbservable.Provider"/>) to implement <see cref="T:System.Linq.IQueryProvider"/>.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.CombineLatest``1(System.Reactive.Linq.IQbservableProvider,System.Collections.Generic.IEnumerable{System.IObservable{``0}})">
            <summary>
            Merges the specified observable sequences into one observable sequence by emitting a list with the latest source elements whenever any of the observable sequences produces an element.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <typeparam name="TSource">The type of the elements in the source sequences, and in the lists in the result sequence.</typeparam>
            <param name="sources">Observable sources.</param>
            <returns>An observable sequence containing lists of the latest elements of the sources.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="sources" /> is null.</exception>
            <remarks>If a non-empty source completes, its very last value will be used for creating subsequent combinations until all sources terminate.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.CombineLatest``1(System.Reactive.Linq.IQbservableProvider,System.IObservable{``0}[])">
            <summary>
            Merges the specified observable sequences into one observable sequence by emitting a list with the latest source elements whenever any of the observable sequences produces an element.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <typeparam name="TSource">The type of the elements in the source sequences, and in the lists in the result sequence.</typeparam>
            <param name="sources">Observable sources.</param>
            <returns>An observable sequence containing lists of the latest elements of the sources.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="sources" /> is null.</exception>
            <remarks>If a non-empty source completes, its very last value will be used for creating subsequent combinations until all sources terminate.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.CombineLatest``2(System.Reactive.Linq.IQbservableProvider,System.Collections.Generic.IEnumerable{System.IObservable{``0}},System.Linq.Expressions.Expression{System.Func{System.Collections.Generic.IList{``0},``1}})">
            <summary>
            Merges the specified observable sequences into one observable sequence by using the selector function whenever any of the observable sequences produces an element.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <typeparam name="TSource">The type of the elements in the source sequences.</typeparam>
            <typeparam name="TResult">The type of the elements in the result sequence, returned by the selector function.</typeparam>
            <param name="sources">Observable sources.</param>
            <param name="resultSelector">Function to invoke whenever any of the sources produces an element. For efficiency, the input list is reused after the selector returns. Either aggregate or copy the values during the function call.</param>
            <returns>An observable sequence containing the result of combining elements of the sources using the specified result selector function.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="sources" /> or <paramref name="resultSelector" /> is null.</exception>
            <remarks>If a non-empty source completes, its very last value will be used for creating subsequent combinations until all sources terminate.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.CombineLatest``3(System.Reactive.Linq.IQbservable{``0},System.IObservable{``1},System.Linq.Expressions.Expression{System.Func{``0,``1,``2}})">
            <summary>
            Merges two observable sequences into one observable sequence by using the selector function whenever one of the observable sequences produces an element.
            </summary>
            <typeparam name="TSource1">The type of the elements in the first source sequence.</typeparam>
            <typeparam name="TSource2">The type of the elements in the second source sequence.</typeparam>
            <typeparam name="TResult">The type of the elements in the result sequence, returned by the selector function.</typeparam>
            <param name="first">First observable source.</param>
            <param name="second">Second observable source.</param>
            <param name="resultSelector">Function to invoke whenever either of the sources produces an element.</param>
            <returns>An observable sequence containing the result of combining elements of both sources using the specified result selector function.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="first" /> or <paramref name="second" /> or <paramref name="resultSelector" /> is null.</exception>
            <remarks>If a non-empty source completes, its very last value will be used for creating subsequent combinations until all sources terminate.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.CombineLatest``4(System.Reactive.Linq.IQbservable{``0},System.IObservable{``1},System.IObservable{``2},System.Linq.Expressions.Expression{System.Func{``0,``1,``2,``3}})">
            <summary>
            Merges the specified observable sequences into one observable sequence by using the selector function whenever any of the observable sequences produces an element.
            </summary>
            <typeparam name="TSource1">The type of the elements in the first source sequence.</typeparam>
            <typeparam name="TSource2">The type of the elements in the second source sequence.</typeparam>
            <typeparam name="TSource3">The type of the elements in the third source sequence.</typeparam>
            <typeparam name="TResult">The type of the elements in the result sequence, returned by the selector function.</typeparam>
            <param name="source1">First observable source.</param>
            <param name="source2">Second observable source.</param>
            <param name="source3">Third observable source.</param>
            <param name="resultSelector">Function to invoke whenever any of the sources produces an element.</param>
            <returns>An observable sequence containing the result of combining elements of the sources using the specified result selector function.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source1" /> or <paramref name="source2" /> or <paramref name="source3" /> or <paramref name="resultSelector" /> is null.</exception>
            <remarks>If a non-empty source completes, its very last value will be used for creating subsequent combinations until all sources terminate.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.CombineLatest``5(System.Reactive.Linq.IQbservable{``0},System.IObservable{``1},System.IObservable{``2},System.IObservable{``3},System.Linq.Expressions.Expression{System.Func{``0,``1,``2,``3,``4}})">
            <summary>
            Merges the specified observable sequences into one observable sequence by using the selector function whenever any of the observable sequences produces an element.
            </summary>
            <typeparam name="TSource1">The type of the elements in the first source sequence.</typeparam>
            <typeparam name="TSource2">The type of the elements in the second source sequence.</typeparam>
            <typeparam name="TSource3">The type of the elements in the third source sequence.</typeparam>
            <typeparam name="TSource4">The type of the elements in the fourth source sequence.</typeparam>
            <typeparam name="TResult">The type of the elements in the result sequence, returned by the selector function.</typeparam>
            <param name="source1">First observable source.</param>
            <param name="source2">Second observable source.</param>
            <param name="source3">Third observable source.</param>
            <param name="source4">Fourth observable source.</param>
            <param name="resultSelector">Function to invoke whenever any of the sources produces an element.</param>
            <returns>An observable sequence containing the result of combining elements of the sources using the specified result selector function.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source1" /> or <paramref name="source2" /> or <paramref name="source3" /> or <paramref name="source4" /> or <paramref name="resultSelector" /> is null.</exception>
            <remarks>If a non-empty source completes, its very last value will be used for creating subsequent combinations until all sources terminate.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.CombineLatest``6(System.Reactive.Linq.IQbservable{``0},System.IObservable{``1},System.IObservable{``2},System.IObservable{``3},System.IObservable{``4},System.Linq.Expressions.Expression{System.Func{``0,``1,``2,``3,``4,``5}})">
            <summary>
            Merges the specified observable sequences into one observable sequence by using the selector function whenever any of the observable sequences produces an element.
            </summary>
            <typeparam name="TSource1">The type of the elements in the first source sequence.</typeparam>
            <typeparam name="TSource2">The type of the elements in the second source sequence.</typeparam>
            <typeparam name="TSource3">The type of the elements in the third source sequence.</typeparam>
            <typeparam name="TSource4">The type of the elements in the fourth source sequence.</typeparam>
            <typeparam name="TSource5">The type of the elements in the fifth source sequence.</typeparam>
            <typeparam name="TResult">The type of the elements in the result sequence, returned by the selector function.</typeparam>
            <param name="source1">First observable source.</param>
            <param name="source2">Second observable source.</param>
            <param name="source3">Third observable source.</param>
            <param name="source4">Fourth observable source.</param>
            <param name="source5">Fifth observable source.</param>
            <param name="resultSelector">Function to invoke whenever any of the sources produces an element.</param>
            <returns>An observable sequence containing the result of combining elements of the sources using the specified result selector function.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source1" /> or <paramref name="source2" /> or <paramref name="source3" /> or <paramref name="source4" /> or <paramref name="source5" /> or <paramref name="resultSelector" /> is null.</exception>
            <remarks>If a non-empty source completes, its very last value will be used for creating subsequent combinations until all sources terminate.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.CombineLatest``7(System.Reactive.Linq.IQbservable{``0},System.IObservable{``1},System.IObservable{``2},System.IObservable{``3},System.IObservable{``4},System.IObservable{``5},System.Linq.Expressions.Expression{System.Func{``0,``1,``2,``3,``4,``5,``6}})">
            <summary>
            Merges the specified observable sequences into one observable sequence by using the selector function whenever any of the observable sequences produces an element.
            </summary>
            <typeparam name="TSource1">The type of the elements in the first source sequence.</typeparam>
            <typeparam name="TSource2">The type of the elements in the second source sequence.</typeparam>
            <typeparam name="TSource3">The type of the elements in the third source sequence.</typeparam>
            <typeparam name="TSource4">The type of the elements in the fourth source sequence.</typeparam>
            <typeparam name="TSource5">The type of the elements in the fifth source sequence.</typeparam>
            <typeparam name="TSource6">The type of the elements in the sixth source sequence.</typeparam>
            <typeparam name="TResult">The type of the elements in the result sequence, returned by the selector function.</typeparam>
            <param name="source1">First observable source.</param>
            <param name="source2">Second observable source.</param>
            <param name="source3">Third observable source.</param>
            <param name="source4">Fourth observable source.</param>
            <param name="source5">Fifth observable source.</param>
            <param name="source6">Sixth observable source.</param>
            <param name="resultSelector">Function to invoke whenever any of the sources produces an element.</param>
            <returns>An observable sequence containing the result of combining elements of the sources using the specified result selector function.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source1" /> or <paramref name="source2" /> or <paramref name="source3" /> or <paramref name="source4" /> or <paramref name="source5" /> or <paramref name="source6" /> or <paramref name="resultSelector" /> is null.</exception>
            <remarks>If a non-empty source completes, its very last value will be used for creating subsequent combinations until all sources terminate.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.CombineLatest``8(System.Reactive.Linq.IQbservable{``0},System.IObservable{``1},System.IObservable{``2},System.IObservable{``3},System.IObservable{``4},System.IObservable{``5},System.IObservable{``6},System.Linq.Expressions.Expression{System.Func{``0,``1,``2,``3,``4,``5,``6,``7}})">
            <summary>
            Merges the specified observable sequences into one observable sequence by using the selector function whenever any of the observable sequences produces an element.
            </summary>
            <typeparam name="TSource1">The type of the elements in the first source sequence.</typeparam>
            <typeparam name="TSource2">The type of the elements in the second source sequence.</typeparam>
            <typeparam name="TSource3">The type of the elements in the third source sequence.</typeparam>
            <typeparam name="TSource4">The type of the elements in the fourth source sequence.</typeparam>
            <typeparam name="TSource5">The type of the elements in the fifth source sequence.</typeparam>
            <typeparam name="TSource6">The type of the elements in the sixth source sequence.</typeparam>
            <typeparam name="TSource7">The type of the elements in the seventh source sequence.</typeparam>
            <typeparam name="TResult">The type of the elements in the result sequence, returned by the selector function.</typeparam>
            <param name="source1">First observable source.</param>
            <param name="source2">Second observable source.</param>
            <param name="source3">Third observable source.</param>
            <param name="source4">Fourth observable source.</param>
            <param name="source5">Fifth observable source.</param>
            <param name="source6">Sixth observable source.</param>
            <param name="source7">Seventh observable source.</param>
            <param name="resultSelector">Function to invoke whenever any of the sources produces an element.</param>
            <returns>An observable sequence containing the result of combining elements of the sources using the specified result selector function.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source1" /> or <paramref name="source2" /> or <paramref name="source3" /> or <paramref name="source4" /> or <paramref name="source5" /> or <paramref name="source6" /> or <paramref name="source7" /> or <paramref name="resultSelector" /> is null.</exception>
            <remarks>If a non-empty source completes, its very last value will be used for creating subsequent combinations until all sources terminate.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.CombineLatest``9(System.Reactive.Linq.IQbservable{``0},System.IObservable{``1},System.IObservable{``2},System.IObservable{``3},System.IObservable{``4},System.IObservable{``5},System.IObservable{``6},System.IObservable{``7},System.Linq.Expressions.Expression{System.Func{``0,``1,``2,``3,``4,``5,``6,``7,``8}})">
            <summary>
            Merges the specified observable sequences into one observable sequence by using the selector function whenever any of the observable sequences produces an element.
            </summary>
            <typeparam name="TSource1">The type of the elements in the first source sequence.</typeparam>
            <typeparam name="TSource2">The type of the elements in the second source sequence.</typeparam>
            <typeparam name="TSource3">The type of the elements in the third source sequence.</typeparam>
            <typeparam name="TSource4">The type of the elements in the fourth source sequence.</typeparam>
            <typeparam name="TSource5">The type of the elements in the fifth source sequence.</typeparam>
            <typeparam name="TSource6">The type of the elements in the sixth source sequence.</typeparam>
            <typeparam name="TSource7">The type of the elements in the seventh source sequence.</typeparam>
            <typeparam name="TSource8">The type of the elements in the eighth source sequence.</typeparam>
            <typeparam name="TResult">The type of the elements in the result sequence, returned by the selector function.</typeparam>
            <param name="source1">First observable source.</param>
            <param name="source2">Second observable source.</param>
            <param name="source3">Third observable source.</param>
            <param name="source4">Fourth observable source.</param>
            <param name="source5">Fifth observable source.</param>
            <param name="source6">Sixth observable source.</param>
            <param name="source7">Seventh observable source.</param>
            <param name="source8">Eighth observable source.</param>
            <param name="resultSelector">Function to invoke whenever any of the sources produces an element.</param>
            <returns>An observable sequence containing the result of combining elements of the sources using the specified result selector function.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source1" /> or <paramref name="source2" /> or <paramref name="source3" /> or <paramref name="source4" /> or <paramref name="source5" /> or <paramref name="source6" /> or <paramref name="source7" /> or <paramref name="source8" /> or <paramref name="resultSelector" /> is null.</exception>
            <remarks>If a non-empty source completes, its very last value will be used for creating subsequent combinations until all sources terminate.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.CombineLatest``10(System.Reactive.Linq.IQbservable{``0},System.IObservable{``1},System.IObservable{``2},System.IObservable{``3},System.IObservable{``4},System.IObservable{``5},System.IObservable{``6},System.IObservable{``7},System.IObservable{``8},System.Linq.Expressions.Expression{System.Func{``0,``1,``2,``3,``4,``5,``6,``7,``8,``9}})">
            <summary>
            Merges the specified observable sequences into one observable sequence by using the selector function whenever any of the observable sequences produces an element.
            </summary>
            <typeparam name="TSource1">The type of the elements in the first source sequence.</typeparam>
            <typeparam name="TSource2">The type of the elements in the second source sequence.</typeparam>
            <typeparam name="TSource3">The type of the elements in the third source sequence.</typeparam>
            <typeparam name="TSource4">The type of the elements in the fourth source sequence.</typeparam>
            <typeparam name="TSource5">The type of the elements in the fifth source sequence.</typeparam>
            <typeparam name="TSource6">The type of the elements in the sixth source sequence.</typeparam>
            <typeparam name="TSource7">The type of the elements in the seventh source sequence.</typeparam>
            <typeparam name="TSource8">The type of the elements in the eighth source sequence.</typeparam>
            <typeparam name="TSource9">The type of the elements in the ninth source sequence.</typeparam>
            <typeparam name="TResult">The type of the elements in the result sequence, returned by the selector function.</typeparam>
            <param name="source1">First observable source.</param>
            <param name="source2">Second observable source.</param>
            <param name="source3">Third observable source.</param>
            <param name="source4">Fourth observable source.</param>
            <param name="source5">Fifth observable source.</param>
            <param name="source6">Sixth observable source.</param>
            <param name="source7">Seventh observable source.</param>
            <param name="source8">Eighth observable source.</param>
            <param name="source9">Ninth observable source.</param>
            <param name="resultSelector">Function to invoke whenever any of the sources produces an element.</param>
            <returns>An observable sequence containing the result of combining elements of the sources using the specified result selector function.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source1" /> or <paramref name="source2" /> or <paramref name="source3" /> or <paramref name="source4" /> or <paramref name="source5" /> or <paramref name="source6" /> or <paramref name="source7" /> or <paramref name="source8" /> or <paramref name="source9" /> or <paramref name="resultSelector" /> is null.</exception>
            <remarks>If a non-empty source completes, its very last value will be used for creating subsequent combinations until all sources terminate.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.CombineLatest``11(System.Reactive.Linq.IQbservable{``0},System.IObservable{``1},System.IObservable{``2},System.IObservable{``3},System.IObservable{``4},System.IObservable{``5},System.IObservable{``6},System.IObservable{``7},System.IObservable{``8},System.IObservable{``9},System.Linq.Expressions.Expression{System.Func{``0,``1,``2,``3,``4,``5,``6,``7,``8,``9,``10}})">
            <summary>
            Merges the specified observable sequences into one observable sequence by using the selector function whenever any of the observable sequences produces an element.
            </summary>
            <typeparam name="TSource1">The type of the elements in the first source sequence.</typeparam>
            <typeparam name="TSource2">The type of the elements in the second source sequence.</typeparam>
            <typeparam name="TSource3">The type of the elements in the third source sequence.</typeparam>
            <typeparam name="TSource4">The type of the elements in the fourth source sequence.</typeparam>
            <typeparam name="TSource5">The type of the elements in the fifth source sequence.</typeparam>
            <typeparam name="TSource6">The type of the elements in the sixth source sequence.</typeparam>
            <typeparam name="TSource7">The type of the elements in the seventh source sequence.</typeparam>
            <typeparam name="TSource8">The type of the elements in the eighth source sequence.</typeparam>
            <typeparam name="TSource9">The type of the elements in the ninth source sequence.</typeparam>
            <typeparam name="TSource10">The type of the elements in the tenth source sequence.</typeparam>
            <typeparam name="TResult">The type of the elements in the result sequence, returned by the selector function.</typeparam>
            <param name="source1">First observable source.</param>
            <param name="source2">Second observable source.</param>
            <param name="source3">Third observable source.</param>
            <param name="source4">Fourth observable source.</param>
            <param name="source5">Fifth observable source.</param>
            <param name="source6">Sixth observable source.</param>
            <param name="source7">Seventh observable source.</param>
            <param name="source8">Eighth observable source.</param>
            <param name="source9">Ninth observable source.</param>
            <param name="source10">Tenth observable source.</param>
            <param name="resultSelector">Function to invoke whenever any of the sources produces an element.</param>
            <returns>An observable sequence containing the result of combining elements of the sources using the specified result selector function.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source1" /> or <paramref name="source2" /> or <paramref name="source3" /> or <paramref name="source4" /> or <paramref name="source5" /> or <paramref name="source6" /> or <paramref name="source7" /> or <paramref name="source8" /> or <paramref name="source9" /> or <paramref name="source10" /> or <paramref name="resultSelector" /> is null.</exception>
            <remarks>If a non-empty source completes, its very last value will be used for creating subsequent combinations until all sources terminate.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.CombineLatest``12(System.Reactive.Linq.IQbservable{``0},System.IObservable{``1},System.IObservable{``2},System.IObservable{``3},System.IObservable{``4},System.IObservable{``5},System.IObservable{``6},System.IObservable{``7},System.IObservable{``8},System.IObservable{``9},System.IObservable{``10},System.Linq.Expressions.Expression{System.Func{``0,``1,``2,``3,``4,``5,``6,``7,``8,``9,``10,``11}})">
            <summary>
            Merges the specified observable sequences into one observable sequence by using the selector function whenever any of the observable sequences produces an element.
            </summary>
            <typeparam name="TSource1">The type of the elements in the first source sequence.</typeparam>
            <typeparam name="TSource2">The type of the elements in the second source sequence.</typeparam>
            <typeparam name="TSource3">The type of the elements in the third source sequence.</typeparam>
            <typeparam name="TSource4">The type of the elements in the fourth source sequence.</typeparam>
            <typeparam name="TSource5">The type of the elements in the fifth source sequence.</typeparam>
            <typeparam name="TSource6">The type of the elements in the sixth source sequence.</typeparam>
            <typeparam name="TSource7">The type of the elements in the seventh source sequence.</typeparam>
            <typeparam name="TSource8">The type of the elements in the eighth source sequence.</typeparam>
            <typeparam name="TSource9">The type of the elements in the ninth source sequence.</typeparam>
            <typeparam name="TSource10">The type of the elements in the tenth source sequence.</typeparam>
            <typeparam name="TSource11">The type of the elements in the eleventh source sequence.</typeparam>
            <typeparam name="TResult">The type of the elements in the result sequence, returned by the selector function.</typeparam>
            <param name="source1">First observable source.</param>
            <param name="source2">Second observable source.</param>
            <param name="source3">Third observable source.</param>
            <param name="source4">Fourth observable source.</param>
            <param name="source5">Fifth observable source.</param>
            <param name="source6">Sixth observable source.</param>
            <param name="source7">Seventh observable source.</param>
            <param name="source8">Eighth observable source.</param>
            <param name="source9">Ninth observable source.</param>
            <param name="source10">Tenth observable source.</param>
            <param name="source11">Eleventh observable source.</param>
            <param name="resultSelector">Function to invoke whenever any of the sources produces an element.</param>
            <returns>An observable sequence containing the result of combining elements of the sources using the specified result selector function.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source1" /> or <paramref name="source2" /> or <paramref name="source3" /> or <paramref name="source4" /> or <paramref name="source5" /> or <paramref name="source6" /> or <paramref name="source7" /> or <paramref name="source8" /> or <paramref name="source9" /> or <paramref name="source10" /> or <paramref name="source11" /> or <paramref name="resultSelector" /> is null.</exception>
            <remarks>If a non-empty source completes, its very last value will be used for creating subsequent combinations until all sources terminate.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.CombineLatest``13(System.Reactive.Linq.IQbservable{``0},System.IObservable{``1},System.IObservable{``2},System.IObservable{``3},System.IObservable{``4},System.IObservable{``5},System.IObservable{``6},System.IObservable{``7},System.IObservable{``8},System.IObservable{``9},System.IObservable{``10},System.IObservable{``11},System.Linq.Expressions.Expression{System.Func{``0,``1,``2,``3,``4,``5,``6,``7,``8,``9,``10,``11,``12}})">
            <summary>
            Merges the specified observable sequences into one observable sequence by using the selector function whenever any of the observable sequences produces an element.
            </summary>
            <typeparam name="TSource1">The type of the elements in the first source sequence.</typeparam>
            <typeparam name="TSource2">The type of the elements in the second source sequence.</typeparam>
            <typeparam name="TSource3">The type of the elements in the third source sequence.</typeparam>
            <typeparam name="TSource4">The type of the elements in the fourth source sequence.</typeparam>
            <typeparam name="TSource5">The type of the elements in the fifth source sequence.</typeparam>
            <typeparam name="TSource6">The type of the elements in the sixth source sequence.</typeparam>
            <typeparam name="TSource7">The type of the elements in the seventh source sequence.</typeparam>
            <typeparam name="TSource8">The type of the elements in the eighth source sequence.</typeparam>
            <typeparam name="TSource9">The type of the elements in the ninth source sequence.</typeparam>
            <typeparam name="TSource10">The type of the elements in the tenth source sequence.</typeparam>
            <typeparam name="TSource11">The type of the elements in the eleventh source sequence.</typeparam>
            <typeparam name="TSource12">The type of the elements in the twelfth source sequence.</typeparam>
            <typeparam name="TResult">The type of the elements in the result sequence, returned by the selector function.</typeparam>
            <param name="source1">First observable source.</param>
            <param name="source2">Second observable source.</param>
            <param name="source3">Third observable source.</param>
            <param name="source4">Fourth observable source.</param>
            <param name="source5">Fifth observable source.</param>
            <param name="source6">Sixth observable source.</param>
            <param name="source7">Seventh observable source.</param>
            <param name="source8">Eighth observable source.</param>
            <param name="source9">Ninth observable source.</param>
            <param name="source10">Tenth observable source.</param>
            <param name="source11">Eleventh observable source.</param>
            <param name="source12">Twelfth observable source.</param>
            <param name="resultSelector">Function to invoke whenever any of the sources produces an element.</param>
            <returns>An observable sequence containing the result of combining elements of the sources using the specified result selector function.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source1" /> or <paramref name="source2" /> or <paramref name="source3" /> or <paramref name="source4" /> or <paramref name="source5" /> or <paramref name="source6" /> or <paramref name="source7" /> or <paramref name="source8" /> or <paramref name="source9" /> or <paramref name="source10" /> or <paramref name="source11" /> or <paramref name="source12" /> or <paramref name="resultSelector" /> is null.</exception>
            <remarks>If a non-empty source completes, its very last value will be used for creating subsequent combinations until all sources terminate.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.CombineLatest``14(System.Reactive.Linq.IQbservable{``0},System.IObservable{``1},System.IObservable{``2},System.IObservable{``3},System.IObservable{``4},System.IObservable{``5},System.IObservable{``6},System.IObservable{``7},System.IObservable{``8},System.IObservable{``9},System.IObservable{``10},System.IObservable{``11},System.IObservable{``12},System.Linq.Expressions.Expression{System.Func{``0,``1,``2,``3,``4,``5,``6,``7,``8,``9,``10,``11,``12,``13}})">
            <summary>
            Merges the specified observable sequences into one observable sequence by using the selector function whenever any of the observable sequences produces an element.
            </summary>
            <typeparam name="TSource1">The type of the elements in the first source sequence.</typeparam>
            <typeparam name="TSource2">The type of the elements in the second source sequence.</typeparam>
            <typeparam name="TSource3">The type of the elements in the third source sequence.</typeparam>
            <typeparam name="TSource4">The type of the elements in the fourth source sequence.</typeparam>
            <typeparam name="TSource5">The type of the elements in the fifth source sequence.</typeparam>
            <typeparam name="TSource6">The type of the elements in the sixth source sequence.</typeparam>
            <typeparam name="TSource7">The type of the elements in the seventh source sequence.</typeparam>
            <typeparam name="TSource8">The type of the elements in the eighth source sequence.</typeparam>
            <typeparam name="TSource9">The type of the elements in the ninth source sequence.</typeparam>
            <typeparam name="TSource10">The type of the elements in the tenth source sequence.</typeparam>
            <typeparam name="TSource11">The type of the elements in the eleventh source sequence.</typeparam>
            <typeparam name="TSource12">The type of the elements in the twelfth source sequence.</typeparam>
            <typeparam name="TSource13">The type of the elements in the thirteenth source sequence.</typeparam>
            <typeparam name="TResult">The type of the elements in the result sequence, returned by the selector function.</typeparam>
            <param name="source1">First observable source.</param>
            <param name="source2">Second observable source.</param>
            <param name="source3">Third observable source.</param>
            <param name="source4">Fourth observable source.</param>
            <param name="source5">Fifth observable source.</param>
            <param name="source6">Sixth observable source.</param>
            <param name="source7">Seventh observable source.</param>
            <param name="source8">Eighth observable source.</param>
            <param name="source9">Ninth observable source.</param>
            <param name="source10">Tenth observable source.</param>
            <param name="source11">Eleventh observable source.</param>
            <param name="source12">Twelfth observable source.</param>
            <param name="source13">Thirteenth observable source.</param>
            <param name="resultSelector">Function to invoke whenever any of the sources produces an element.</param>
            <returns>An observable sequence containing the result of combining elements of the sources using the specified result selector function.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source1" /> or <paramref name="source2" /> or <paramref name="source3" /> or <paramref name="source4" /> or <paramref name="source5" /> or <paramref name="source6" /> or <paramref name="source7" /> or <paramref name="source8" /> or <paramref name="source9" /> or <paramref name="source10" /> or <paramref name="source11" /> or <paramref name="source12" /> or <paramref name="source13" /> or <paramref name="resultSelector" /> is null.</exception>
            <remarks>If a non-empty source completes, its very last value will be used for creating subsequent combinations until all sources terminate.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.CombineLatest``15(System.Reactive.Linq.IQbservable{``0},System.IObservable{``1},System.IObservable{``2},System.IObservable{``3},System.IObservable{``4},System.IObservable{``5},System.IObservable{``6},System.IObservable{``7},System.IObservable{``8},System.IObservable{``9},System.IObservable{``10},System.IObservable{``11},System.IObservable{``12},System.IObservable{``13},System.Linq.Expressions.Expression{System.Func{``0,``1,``2,``3,``4,``5,``6,``7,``8,``9,``10,``11,``12,``13,``14}})">
            <summary>
            Merges the specified observable sequences into one observable sequence by using the selector function whenever any of the observable sequences produces an element.
            </summary>
            <typeparam name="TSource1">The type of the elements in the first source sequence.</typeparam>
            <typeparam name="TSource2">The type of the elements in the second source sequence.</typeparam>
            <typeparam name="TSource3">The type of the elements in the third source sequence.</typeparam>
            <typeparam name="TSource4">The type of the elements in the fourth source sequence.</typeparam>
            <typeparam name="TSource5">The type of the elements in the fifth source sequence.</typeparam>
            <typeparam name="TSource6">The type of the elements in the sixth source sequence.</typeparam>
            <typeparam name="TSource7">The type of the elements in the seventh source sequence.</typeparam>
            <typeparam name="TSource8">The type of the elements in the eighth source sequence.</typeparam>
            <typeparam name="TSource9">The type of the elements in the ninth source sequence.</typeparam>
            <typeparam name="TSource10">The type of the elements in the tenth source sequence.</typeparam>
            <typeparam name="TSource11">The type of the elements in the eleventh source sequence.</typeparam>
            <typeparam name="TSource12">The type of the elements in the twelfth source sequence.</typeparam>
            <typeparam name="TSource13">The type of the elements in the thirteenth source sequence.</typeparam>
            <typeparam name="TSource14">The type of the elements in the fourteenth source sequence.</typeparam>
            <typeparam name="TResult">The type of the elements in the result sequence, returned by the selector function.</typeparam>
            <param name="source1">First observable source.</param>
            <param name="source2">Second observable source.</param>
            <param name="source3">Third observable source.</param>
            <param name="source4">Fourth observable source.</param>
            <param name="source5">Fifth observable source.</param>
            <param name="source6">Sixth observable source.</param>
            <param name="source7">Seventh observable source.</param>
            <param name="source8">Eighth observable source.</param>
            <param name="source9">Ninth observable source.</param>
            <param name="source10">Tenth observable source.</param>
            <param name="source11">Eleventh observable source.</param>
            <param name="source12">Twelfth observable source.</param>
            <param name="source13">Thirteenth observable source.</param>
            <param name="source14">Fourteenth observable source.</param>
            <param name="resultSelector">Function to invoke whenever any of the sources produces an element.</param>
            <returns>An observable sequence containing the result of combining elements of the sources using the specified result selector function.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source1" /> or <paramref name="source2" /> or <paramref name="source3" /> or <paramref name="source4" /> or <paramref name="source5" /> or <paramref name="source6" /> or <paramref name="source7" /> or <paramref name="source8" /> or <paramref name="source9" /> or <paramref name="source10" /> or <paramref name="source11" /> or <paramref name="source12" /> or <paramref name="source13" /> or <paramref name="source14" /> or <paramref name="resultSelector" /> is null.</exception>
            <remarks>If a non-empty source completes, its very last value will be used for creating subsequent combinations until all sources terminate.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.CombineLatest``16(System.Reactive.Linq.IQbservable{``0},System.IObservable{``1},System.IObservable{``2},System.IObservable{``3},System.IObservable{``4},System.IObservable{``5},System.IObservable{``6},System.IObservable{``7},System.IObservable{``8},System.IObservable{``9},System.IObservable{``10},System.IObservable{``11},System.IObservable{``12},System.IObservable{``13},System.IObservable{``14},System.Linq.Expressions.Expression{System.Func{``0,``1,``2,``3,``4,``5,``6,``7,``8,``9,``10,``11,``12,``13,``14,``15}})">
            <summary>
            Merges the specified observable sequences into one observable sequence by using the selector function whenever any of the observable sequences produces an element.
            </summary>
            <typeparam name="TSource1">The type of the elements in the first source sequence.</typeparam>
            <typeparam name="TSource2">The type of the elements in the second source sequence.</typeparam>
            <typeparam name="TSource3">The type of the elements in the third source sequence.</typeparam>
            <typeparam name="TSource4">The type of the elements in the fourth source sequence.</typeparam>
            <typeparam name="TSource5">The type of the elements in the fifth source sequence.</typeparam>
            <typeparam name="TSource6">The type of the elements in the sixth source sequence.</typeparam>
            <typeparam name="TSource7">The type of the elements in the seventh source sequence.</typeparam>
            <typeparam name="TSource8">The type of the elements in the eighth source sequence.</typeparam>
            <typeparam name="TSource9">The type of the elements in the ninth source sequence.</typeparam>
            <typeparam name="TSource10">The type of the elements in the tenth source sequence.</typeparam>
            <typeparam name="TSource11">The type of the elements in the eleventh source sequence.</typeparam>
            <typeparam name="TSource12">The type of the elements in the twelfth source sequence.</typeparam>
            <typeparam name="TSource13">The type of the elements in the thirteenth source sequence.</typeparam>
            <typeparam name="TSource14">The type of the elements in the fourteenth source sequence.</typeparam>
            <typeparam name="TSource15">The type of the elements in the fifteenth source sequence.</typeparam>
            <typeparam name="TResult">The type of the elements in the result sequence, returned by the selector function.</typeparam>
            <param name="source1">First observable source.</param>
            <param name="source2">Second observable source.</param>
            <param name="source3">Third observable source.</param>
            <param name="source4">Fourth observable source.</param>
            <param name="source5">Fifth observable source.</param>
            <param name="source6">Sixth observable source.</param>
            <param name="source7">Seventh observable source.</param>
            <param name="source8">Eighth observable source.</param>
            <param name="source9">Ninth observable source.</param>
            <param name="source10">Tenth observable source.</param>
            <param name="source11">Eleventh observable source.</param>
            <param name="source12">Twelfth observable source.</param>
            <param name="source13">Thirteenth observable source.</param>
            <param name="source14">Fourteenth observable source.</param>
            <param name="source15">Fifteenth observable source.</param>
            <param name="resultSelector">Function to invoke whenever any of the sources produces an element.</param>
            <returns>An observable sequence containing the result of combining elements of the sources using the specified result selector function.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source1" /> or <paramref name="source2" /> or <paramref name="source3" /> or <paramref name="source4" /> or <paramref name="source5" /> or <paramref name="source6" /> or <paramref name="source7" /> or <paramref name="source8" /> or <paramref name="source9" /> or <paramref name="source10" /> or <paramref name="source11" /> or <paramref name="source12" /> or <paramref name="source13" /> or <paramref name="source14" /> or <paramref name="source15" /> or <paramref name="resultSelector" /> is null.</exception>
            <remarks>If a non-empty source completes, its very last value will be used for creating subsequent combinations until all sources terminate.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.CombineLatest``17(System.Reactive.Linq.IQbservable{``0},System.IObservable{``1},System.IObservable{``2},System.IObservable{``3},System.IObservable{``4},System.IObservable{``5},System.IObservable{``6},System.IObservable{``7},System.IObservable{``8},System.IObservable{``9},System.IObservable{``10},System.IObservable{``11},System.IObservable{``12},System.IObservable{``13},System.IObservable{``14},System.IObservable{``15},System.Linq.Expressions.Expression{System.Func{``0,``1,``2,``3,``4,``5,``6,``7,``8,``9,``10,``11,``12,``13,``14,``15,``16}})">
            <summary>
            Merges the specified observable sequences into one observable sequence by using the selector function whenever any of the observable sequences produces an element.
            </summary>
            <typeparam name="TSource1">The type of the elements in the first source sequence.</typeparam>
            <typeparam name="TSource2">The type of the elements in the second source sequence.</typeparam>
            <typeparam name="TSource3">The type of the elements in the third source sequence.</typeparam>
            <typeparam name="TSource4">The type of the elements in the fourth source sequence.</typeparam>
            <typeparam name="TSource5">The type of the elements in the fifth source sequence.</typeparam>
            <typeparam name="TSource6">The type of the elements in the sixth source sequence.</typeparam>
            <typeparam name="TSource7">The type of the elements in the seventh source sequence.</typeparam>
            <typeparam name="TSource8">The type of the elements in the eighth source sequence.</typeparam>
            <typeparam name="TSource9">The type of the elements in the ninth source sequence.</typeparam>
            <typeparam name="TSource10">The type of the elements in the tenth source sequence.</typeparam>
            <typeparam name="TSource11">The type of the elements in the eleventh source sequence.</typeparam>
            <typeparam name="TSource12">The type of the elements in the twelfth source sequence.</typeparam>
            <typeparam name="TSource13">The type of the elements in the thirteenth source sequence.</typeparam>
            <typeparam name="TSource14">The type of the elements in the fourteenth source sequence.</typeparam>
            <typeparam name="TSource15">The type of the elements in the fifteenth source sequence.</typeparam>
            <typeparam name="TSource16">The type of the elements in the sixteenth source sequence.</typeparam>
            <typeparam name="TResult">The type of the elements in the result sequence, returned by the selector function.</typeparam>
            <param name="source1">First observable source.</param>
            <param name="source2">Second observable source.</param>
            <param name="source3">Third observable source.</param>
            <param name="source4">Fourth observable source.</param>
            <param name="source5">Fifth observable source.</param>
            <param name="source6">Sixth observable source.</param>
            <param name="source7">Seventh observable source.</param>
            <param name="source8">Eighth observable source.</param>
            <param name="source9">Ninth observable source.</param>
            <param name="source10">Tenth observable source.</param>
            <param name="source11">Eleventh observable source.</param>
            <param name="source12">Twelfth observable source.</param>
            <param name="source13">Thirteenth observable source.</param>
            <param name="source14">Fourteenth observable source.</param>
            <param name="source15">Fifteenth observable source.</param>
            <param name="source16">Sixteenth observable source.</param>
            <param name="resultSelector">Function to invoke whenever any of the sources produces an element.</param>
            <returns>An observable sequence containing the result of combining elements of the sources using the specified result selector function.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source1" /> or <paramref name="source2" /> or <paramref name="source3" /> or <paramref name="source4" /> or <paramref name="source5" /> or <paramref name="source6" /> or <paramref name="source7" /> or <paramref name="source8" /> or <paramref name="source9" /> or <paramref name="source10" /> or <paramref name="source11" /> or <paramref name="source12" /> or <paramref name="source13" /> or <paramref name="source14" /> or <paramref name="source15" /> or <paramref name="source16" /> or <paramref name="resultSelector" /> is null.</exception>
            <remarks>If a non-empty source completes, its very last value will be used for creating subsequent combinations until all sources terminate.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Concat``1(System.Reactive.Linq.IQbservable{``0},System.IObservable{``0})">
            <summary>
            Concatenates the second observable sequence to the first observable sequence upon successful termination of the first.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequences.</typeparam>
            <param name="first">First observable sequence.</param>
            <param name="second">Second observable sequence.</param>
            <returns>An observable sequence that contains the elements of the first sequence, followed by those of the second the sequence.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="first" /> or <paramref name="second" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Concat``1(System.Reactive.Linq.IQbservableProvider,System.IObservable{``0}[])">
            <summary>
            Concatenates all of the specified observable sequences, as long as the previous observable sequence terminated successfully.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <typeparam name="TSource">The type of the elements in the source sequences.</typeparam>
            <param name="sources">Observable sequences to concatenate.</param>
            <returns>An observable sequence that contains the elements of each given sequence, in sequential order.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="sources" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Concat``1(System.Reactive.Linq.IQbservableProvider,System.Collections.Generic.IEnumerable{System.IObservable{``0}})">
            <summary>
            Concatenates all observable sequences in the given enumerable sequence, as long as the previous observable sequence terminated successfully.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <typeparam name="TSource">The type of the elements in the source sequences.</typeparam>
            <param name="sources">Observable sequences to concatenate.</param>
            <returns>An observable sequence that contains the elements of each given sequence, in sequential order.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="sources" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Concat``1(System.Reactive.Linq.IQbservable{System.IObservable{``0}})">
            <summary>
            Concatenates all inner observable sequences, as long as the previous observable sequence terminated successfully.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequences.</typeparam>
            <param name="sources">Observable sequence of inner observable sequences.</param>
            <returns>An observable sequence that contains the elements of each observed inner sequence, in sequential order.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="sources" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Concat``1(System.Reactive.Linq.IQbservable{System.Threading.Tasks.Task{``0}})">
            <summary>
            Concatenates all task results, as long as the previous task terminated successfully.
            </summary>
            <typeparam name="TSource">The type of the results produced by the tasks.</typeparam>
            <param name="sources">Observable sequence of tasks.</param>
            <returns>An observable sequence that contains the results of each task, in sequential order.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="sources" /> is null.</exception>
            <remarks>If the tasks support cancellation, consider manual conversion of the tasks using <see cref="M:System.Reactive.Linq.Observable.FromAsync``1(System.Func{System.Threading.CancellationToken,System.Threading.Tasks.Task{``0}})" />, followed by a concatenation operation using <see cref="M:System.Reactive.Linq.Observable.Concat``1(System.IObservable{System.IObservable{``0}})" />.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Contains``1(System.Reactive.Linq.IQbservable{``0},``0)">
            <summary>
            Determines whether an observable sequence contains a specified element by using the default equality comparer.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">An observable sequence in which to locate a value.</param>
            <param name="value">The value to locate in the source sequence.</param>
            <returns>An observable sequence containing a single element determining whether the source sequence contains an element that has the specified value.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> is null.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Contains``1(System.Reactive.Linq.IQbservable{``0},``0,System.Collections.Generic.IEqualityComparer{``0})">
            <summary>
            Determines whether an observable sequence contains a specified element by using a specified System.Collections.Generic.IEqualityComparer{T}.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">An observable sequence in which to locate a value.</param>
            <param name="value">The value to locate in the source sequence.</param>
            <param name="comparer">An equality comparer to compare elements.</param>
            <returns>An observable sequence containing a single element determining whether the source sequence contains an element that has the specified value.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> or <paramref name="comparer" /> is null.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Count``1(System.Reactive.Linq.IQbservable{``0})">
            <summary>
            Returns an observable sequence containing an <see cref="T:System.Int32" /> that represents the total number of elements in an observable sequence.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">An observable sequence that contains elements to be counted.</param>
            <returns>An observable sequence containing a single element with the number of elements in the input sequence.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> is null.</exception>
            <exception cref="T:System.OverflowException">(Asynchronous) The number of elements in the source sequence is larger than <see cref="F:System.Int64.MaxValue" />.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Count``1(System.Reactive.Linq.IQbservable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}})">
            <summary>
            Returns an observable sequence containing an <see cref="T:System.Int32" /> that represents how many elements in the specified observable sequence satisfy a condition.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">An observable sequence that contains elements to be counted.</param>
            <param name="predicate">A function to test each element for a condition.</param>
            <returns>An observable sequence containing a single element with a number that represents how many elements in the input sequence satisfy the condition in the predicate function.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> or <paramref name="predicate" /> is null.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Create``1(System.Reactive.Linq.IQbservableProvider,System.Linq.Expressions.Expression{System.Func{System.IObserver{``0},System.IDisposable}})">
            <summary>
            Creates an observable sequence from a specified Subscribe method implementation.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <typeparam name="TResult">The type of the elements in the produced sequence.</typeparam>
            <param name="subscribe">Implementation of the resulting observable sequence's Subscribe method.</param>
            <returns>The observable sequence with the specified implementation for the Subscribe method.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="subscribe" /> is null.</exception>
            <remarks>
            Use of this operator is preferred over manual implementation of the <see cref="T:System.IObservable`1" /> interface. In case
            you need a type implementing <see cref="T:System.IObservable`1" /> rather than an anonymous implementation, consider using
            the <see cref="T:System.Reactive.ObservableBase`1" /> abstract base class.
            </remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Create``1(System.Reactive.Linq.IQbservableProvider,System.Linq.Expressions.Expression{System.Func{System.IObserver{``0},System.Action}})">
            <summary>
            Creates an observable sequence from a specified Subscribe method implementation.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <typeparam name="TResult">The type of the elements in the produced sequence.</typeparam>
            <param name="subscribe">Implementation of the resulting observable sequence's Subscribe method, returning an Action delegate that will be wrapped in an IDisposable.</param>
            <returns>The observable sequence with the specified implementation for the Subscribe method.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="subscribe" /> is null.</exception>
            <remarks>
            Use of this operator is preferred over manual implementation of the <see cref="T:System.IObservable`1" /> interface. In case
            you need a type implementing <see cref="T:System.IObservable`1" /> rather than an anonymous implementation, consider using
            the <see cref="T:System.Reactive.ObservableBase`1" /> abstract base class.
            </remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Create``1(System.Reactive.Linq.IQbservableProvider,System.Linq.Expressions.Expression{System.Func{System.IObserver{``0},System.Threading.CancellationToken,System.Threading.Tasks.Task}})">
            <summary>
            Creates an observable sequence from a specified cancellable asynchronous Subscribe method.
            The CancellationToken passed to the asynchronous Subscribe method is tied to the returned disposable subscription, allowing best-effort cancellation.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <typeparam name="TResult">The type of the elements in the produced sequence.</typeparam>
            <param name="subscribeAsync">Asynchronous method used to produce elements.</param>
            <returns>The observable sequence surfacing the elements produced by the asynchronous method.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="subscribeAsync" /> is null.</exception>
            <remarks>This operator is especially useful in conjunction with the asynchronous programming features introduced in C# 5.0 and Visual Basic 11.</remarks>
            <remarks>When a subscription to the resulting sequence is disposed, the CancellationToken that was fed to the asynchronous subscribe function will be signaled.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Create``1(System.Reactive.Linq.IQbservableProvider,System.Linq.Expressions.Expression{System.Func{System.IObserver{``0},System.Threading.Tasks.Task}})">
            <summary>
            Creates an observable sequence from a specified asynchronous Subscribe method.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <typeparam name="TResult">The type of the elements in the produced sequence.</typeparam>
            <param name="subscribeAsync">Asynchronous method used to produce elements.</param>
            <returns>The observable sequence surfacing the elements produced by the asynchronous method.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="subscribeAsync" /> is null.</exception>
            <remarks>This operator is especially useful in conjunction with the asynchronous programming features introduced in C# 5.0 and Visual Basic 11.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Create``1(System.Reactive.Linq.IQbservableProvider,System.Linq.Expressions.Expression{System.Func{System.IObserver{``0},System.Threading.CancellationToken,System.Threading.Tasks.Task{System.IDisposable}}})">
            <summary>
            Creates an observable sequence from a specified cancellable asynchronous Subscribe method.
            The CancellationToken passed to the asynchronous Subscribe method is tied to the returned disposable subscription, allowing best-effort cancellation.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <typeparam name="TResult">The type of the elements in the produced sequence.</typeparam>
            <param name="subscribeAsync">Asynchronous method used to implement the resulting sequence's Subscribe method.</param>
            <returns>The observable sequence with the specified implementation for the Subscribe method.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="subscribeAsync" /> is null.</exception>
            <remarks>This operator is especially useful in conjunction with the asynchronous programming features introduced in C# 5.0 and Visual Basic 11.</remarks>
            <remarks>When a subscription to the resulting sequence is disposed, the CancellationToken that was fed to the asynchronous subscribe function will be signaled.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Create``1(System.Reactive.Linq.IQbservableProvider,System.Linq.Expressions.Expression{System.Func{System.IObserver{``0},System.Threading.Tasks.Task{System.IDisposable}}})">
            <summary>
            Creates an observable sequence from a specified asynchronous Subscribe method.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <typeparam name="TResult">The type of the elements in the produced sequence.</typeparam>
            <param name="subscribeAsync">Asynchronous method used to implement the resulting sequence's Subscribe method.</param>
            <returns>The observable sequence with the specified implementation for the Subscribe method.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="subscribeAsync" /> is null.</exception>
            <remarks>This operator is especially useful in conjunction with the asynchronous programming features introduced in C# 5.0 and Visual Basic 11.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Create``1(System.Reactive.Linq.IQbservableProvider,System.Linq.Expressions.Expression{System.Func{System.IObserver{``0},System.Threading.CancellationToken,System.Threading.Tasks.Task{System.Action}}})">
            <summary>
            Creates an observable sequence from a specified cancellable asynchronous Subscribe method.
            The CancellationToken passed to the asynchronous Subscribe method is tied to the returned disposable subscription, allowing best-effort cancellation.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <typeparam name="TResult">The type of the elements in the produced sequence.</typeparam>
            <param name="subscribeAsync">Asynchronous method used to implement the resulting sequence's Subscribe method, returning an Action delegate that will be wrapped in an IDisposable.</param>
            <returns>The observable sequence with the specified implementation for the Subscribe method.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="subscribeAsync" /> is null.</exception>
            <remarks>This operator is especially useful in conjunction with the asynchronous programming features introduced in C# 5.0 and Visual Basic 11.</remarks>
            <remarks>When a subscription to the resulting sequence is disposed, the CancellationToken that was fed to the asynchronous subscribe function will be signaled.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Create``1(System.Reactive.Linq.IQbservableProvider,System.Linq.Expressions.Expression{System.Func{System.IObserver{``0},System.Threading.Tasks.Task{System.Action}}})">
            <summary>
            Creates an observable sequence from a specified asynchronous Subscribe method.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <typeparam name="TResult">The type of the elements in the produced sequence.</typeparam>
            <param name="subscribeAsync">Asynchronous method used to implement the resulting sequence's Subscribe method, returning an Action delegate that will be wrapped in an IDisposable.</param>
            <returns>The observable sequence with the specified implementation for the Subscribe method.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="subscribeAsync" /> is null.</exception>
            <remarks>This operator is especially useful in conjunction with the asynchronous programming features introduced in C# 5.0 and Visual Basic 11.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.DefaultIfEmpty``1(System.Reactive.Linq.IQbservable{``0})">
            <summary>
            Returns the elements of the specified sequence or the type parameter's default value in a singleton sequence if the sequence is empty.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence (if any), whose default value will be taken if the sequence is empty.</typeparam>
            <param name="source">The sequence to return a default value for if it is empty.</param>
            <returns>An observable sequence that contains the default value for the TSource type if the source is empty; otherwise, the elements of the source itself.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.DefaultIfEmpty``1(System.Reactive.Linq.IQbservable{``0},``0)">
            <summary>
            Returns the elements of the specified sequence or the specified value in a singleton sequence if the sequence is empty.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence (if any), and the specified default value which will be taken if the sequence is empty.</typeparam>
            <param name="source">The sequence to return the specified value for if it is empty.</param>
            <param name="defaultValue">The value to return if the sequence is empty.</param>
            <returns>An observable sequence that contains the specified default value if the source is empty; otherwise, the elements of the source itself.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Defer``1(System.Reactive.Linq.IQbservableProvider,System.Linq.Expressions.Expression{System.Func{System.IObservable{``0}}})">
            <summary>
            Returns an observable sequence that invokes the specified factory function whenever a new observer subscribes.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <typeparam name="TResult">The type of the elements in the sequence returned by the factory function, and in the resulting sequence.</typeparam>
            <param name="observableFactory">Observable factory function to invoke for each observer that subscribes to the resulting sequence.</param>
            <returns>An observable sequence whose observers trigger an invocation of the given observable factory function.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="observableFactory" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Defer``1(System.Reactive.Linq.IQbservableProvider,System.Linq.Expressions.Expression{System.Func{System.Threading.Tasks.Task{System.IObservable{``0}}}})">
            <summary>
            Returns an observable sequence that starts the specified asynchronous factory function whenever a new observer subscribes.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <typeparam name="TResult">The type of the elements in the sequence returned by the factory function, and in the resulting sequence.</typeparam>
            <param name="observableFactoryAsync">Asynchronous factory function to start for each observer that subscribes to the resulting sequence.</param>
            <returns>An observable sequence whose observers trigger the given asynchronous observable factory function to be started.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="observableFactoryAsync" /> is null.</exception>
            <remarks>This operator is especially useful in conjunction with the asynchronous programming features introduced in C# 5.0 and Visual Basic 11.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.DeferAsync``1(System.Reactive.Linq.IQbservableProvider,System.Linq.Expressions.Expression{System.Func{System.Threading.CancellationToken,System.Threading.Tasks.Task{System.IObservable{``0}}}})">
            <summary>
            Returns an observable sequence that starts the specified cancellable asynchronous factory function whenever a new observer subscribes.
            The CancellationToken passed to the asynchronous factory function is tied to the returned disposable subscription, allowing best-effort cancellation.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <typeparam name="TResult">The type of the elements in the sequence returned by the factory function, and in the resulting sequence.</typeparam>
            <param name="observableFactoryAsync">Asynchronous factory function to start for each observer that subscribes to the resulting sequence.</param>
            <returns>An observable sequence whose observers trigger the given asynchronous observable factory function to be started.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="observableFactoryAsync" /> is null.</exception>
            <remarks>This operator is especially useful in conjunction with the asynchronous programming features introduced in C# 5.0 and Visual Basic 11.</remarks>
            <remarks>When a subscription to the resulting sequence is disposed, the CancellationToken that was fed to the asynchronous observable factory function will be signaled.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Delay``1(System.Reactive.Linq.IQbservable{``0},System.DateTimeOffset)">
            <summary>
            Time shifts the observable sequence to start propagating notifications at the specified absolute time.
            The relative time intervals between the values are preserved.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source sequence to delay values for.</param>
            <param name="dueTime">Absolute time used to shift the observable sequence; the relative time shift gets computed upon subscription. If this value is less than or equal to DateTimeOffset.UtcNow, the scheduler will dispatch observer callbacks as soon as possible.</param>
            <returns>Time-shifted sequence.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> is null.</exception>
            <remarks>
            <para>
            This operator is less efficient than <see cref="M:System.Reactive.Linq.Observable.DelaySubscription``1(System.IObservable{``0},System.DateTimeOffset)">DelaySubscription</see> because it records all notifications and time-delays those. This allows for immediate propagation of errors.
            </para>
            <para>
            Observer callbacks for the resulting sequence will be run on the default scheduler. This effect is similar to using ObserveOn.
            </para>
            <para>
            Exceptions signaled by the source sequence through an OnError callback are forwarded immediately to the result sequence. Any OnNext notifications that were in the queue at the point of the OnError callback will be dropped.
            In order to delay error propagation, consider using the <see cref="M:System.Reactive.Linq.Observable.Materialize``1(System.IObservable{``0})">Observable.Materialize</see> and <see cref="M:System.Reactive.Linq.Observable.Dematerialize``1(System.IObservable{System.Reactive.Notification{``0}})">Observable.Dematerialize</see> operators, or use <see cref="M:System.Reactive.Linq.Observable.DelaySubscription``1(System.IObservable{``0},System.DateTimeOffset)">DelaySubscription</see>.
            </para>
            </remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Delay``1(System.Reactive.Linq.IQbservable{``0},System.DateTimeOffset,System.Reactive.Concurrency.IScheduler)">
            <summary>
            Time shifts the observable sequence to start propagating notifications at the specified absolute time, using the specified scheduler to run timers.
            The relative time intervals between the values are preserved.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source sequence to delay values for.</param>
            <param name="dueTime">Absolute time used to shift the observable sequence; the relative time shift gets computed upon subscription. If this value is less than or equal to DateTimeOffset.UtcNow, the scheduler will dispatch observer callbacks as soon as possible.</param>
            <param name="scheduler">Scheduler to run the delay timers on.</param>
            <returns>Time-shifted sequence.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> or <paramref name="scheduler" /> is null.</exception>
            <remarks>
            <para>
            This operator is less efficient than <see cref="M:System.Reactive.Linq.Observable.DelaySubscription``1(System.IObservable{``0},System.DateTimeOffset,System.Reactive.Concurrency.IScheduler)">DelaySubscription</see> because it records all notifications and time-delays those. This allows for immediate propagation of errors.
            </para>
            <para>
            Observer callbacks for the resulting sequence will be run on the specified scheduler. This effect is similar to using ObserveOn.
            </para>
            <para>
            Exceptions signaled by the source sequence through an OnError callback are forwarded immediately to the result sequence. Any OnNext notifications that were in the queue at the point of the OnError callback will be dropped.
            In order to delay error propagation, consider using the <see cref="M:System.Reactive.Linq.Observable.Materialize``1(System.IObservable{``0})">Observable.Materialize</see> and <see cref="M:System.Reactive.Linq.Observable.Dematerialize``1(System.IObservable{System.Reactive.Notification{``0}})">Observable.Dematerialize</see> operators, or use <see cref="M:System.Reactive.Linq.Observable.DelaySubscription``1(System.IObservable{``0},System.DateTimeOffset,System.Reactive.Concurrency.IScheduler)">DelaySubscription</see>.
            </para>
            </remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Delay``1(System.Reactive.Linq.IQbservable{``0},System.TimeSpan)">
            <summary>
            Time shifts the observable sequence by the specified relative time duration.
            The relative time intervals between the values are preserved.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source sequence to delay values for.</param>
            <param name="dueTime">Relative time by which to shift the observable sequence. If this value is equal to TimeSpan.Zero, the scheduler will dispatch observer callbacks as soon as possible.</param>
            <returns>Time-shifted sequence.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> is null.</exception>
            <exception cref="T:System.ArgumentOutOfRangeException">
            <paramref name="dueTime" /> is less than TimeSpan.Zero.</exception>
            <remarks>
            <para>
            This operator is less efficient than <see cref="M:System.Reactive.Linq.Observable.DelaySubscription``1(System.IObservable{``0},System.TimeSpan)">DelaySubscription</see> because it records all notifications and time-delays those. This allows for immediate propagation of errors.
            </para>
            <para>
            Observer callbacks for the resulting sequence will be run on the default scheduler. This effect is similar to using ObserveOn.
            </para>
            <para>
            Exceptions signaled by the source sequence through an OnError callback are forwarded immediately to the result sequence. Any OnNext notifications that were in the queue at the point of the OnError callback will be dropped.
            In order to delay error propagation, consider using the <see cref="M:System.Reactive.Linq.Observable.Materialize``1(System.IObservable{``0})">Observable.Materialize</see> and <see cref="M:System.Reactive.Linq.Observable.Dematerialize``1(System.IObservable{System.Reactive.Notification{``0}})">Observable.Dematerialize</see> operators, or use <see cref="M:System.Reactive.Linq.Observable.DelaySubscription``1(System.IObservable{``0},System.TimeSpan)">DelaySubscription</see>.
            </para>
            </remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Delay``1(System.Reactive.Linq.IQbservable{``0},System.TimeSpan,System.Reactive.Concurrency.IScheduler)">
            <summary>
            Time shifts the observable sequence by the specified relative time duration, using the specified scheduler to run timers.
            The relative time intervals between the values are preserved.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source sequence to delay values for.</param>
            <param name="dueTime">Relative time by which to shift the observable sequence. If this value is equal to TimeSpan.Zero, the scheduler will dispatch observer callbacks as soon as possible.</param>
            <param name="scheduler">Scheduler to run the delay timers on.</param>
            <returns>Time-shifted sequence.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> or <paramref name="scheduler" /> is null.</exception>
            <exception cref="T:System.ArgumentOutOfRangeException">
            <paramref name="dueTime" /> is less than TimeSpan.Zero.</exception>
            <remarks>
            <para>
            This operator is less efficient than <see cref="M:System.Reactive.Linq.Observable.DelaySubscription``1(System.IObservable{``0},System.TimeSpan,System.Reactive.Concurrency.IScheduler)">DelaySubscription</see> because it records all notifications and time-delays those. This allows for immediate propagation of errors.
            </para>
            <para>
            Observer callbacks for the resulting sequence will be run on the specified scheduler. This effect is similar to using ObserveOn.
            </para>
            <para>
            Exceptions signaled by the source sequence through an OnError callback are forwarded immediately to the result sequence. Any OnNext notifications that were in the queue at the point of the OnError callback will be dropped.
            </para>
            <para>
            Exceptions signaled by the source sequence through an OnError callback are forwarded immediately to the result sequence. Any OnNext notifications that were in the queue at the point of the OnError callback will be dropped.
            In order to delay error propagation, consider using the <see cref="M:System.Reactive.Linq.Observable.Materialize``1(System.IObservable{``0})">Observable.Materialize</see> and <see cref="M:System.Reactive.Linq.Observable.Dematerialize``1(System.IObservable{System.Reactive.Notification{``0}})">Observable.Dematerialize</see> operators, or use <see cref="M:System.Reactive.Linq.Observable.DelaySubscription``1(System.IObservable{``0},System.TimeSpan,System.Reactive.Concurrency.IScheduler)">DelaySubscription</see>.
            </para>
            </remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Delay``2(System.Reactive.Linq.IQbservable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.IObservable{``1}}})">
            <summary>
            Time shifts the observable sequence based on a delay selector function for each element.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <typeparam name="TDelay">The type of the elements in the delay sequences used to denote the delay duration of each element in the source sequence.</typeparam>
            <param name="source">Source sequence to delay values for.</param>
            <param name="delayDurationSelector">Selector function to retrieve a sequence indicating the delay for each given element.</param>
            <returns>Time-shifted sequence.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> or <paramref name="delayDurationSelector" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Delay``2(System.Reactive.Linq.IQbservable{``0},System.IObservable{``1},System.Linq.Expressions.Expression{System.Func{``0,System.IObservable{``1}}})">
            <summary>
            Time shifts the observable sequence based on a subscription delay and a delay selector function for each element.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <typeparam name="TDelay">The type of the elements in the delay sequences used to denote the delay duration of each element in the source sequence.</typeparam>
            <param name="source">Source sequence to delay values for.</param>
            <param name="subscriptionDelay">Sequence indicating the delay for the subscription to the source.</param>
            <param name="delayDurationSelector">Selector function to retrieve a sequence indicating the delay for each given element.</param>
            <returns>Time-shifted sequence.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> or <paramref name="subscriptionDelay" /> or <paramref name="delayDurationSelector" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.DelaySubscription``1(System.Reactive.Linq.IQbservable{``0},System.DateTimeOffset)">
            <summary>
            Time shifts the observable sequence by delaying the subscription to the specified absolute time.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source sequence to delay subscription for.</param>
            <param name="dueTime">Absolute time to perform the subscription at.</param>
            <returns>Time-shifted sequence.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> is null.</exception>
            <remarks>
            <para>
            This operator is more efficient than <see cref="M:System.Reactive.Linq.Observable.Delay``1(System.IObservable{``0},System.DateTimeOffset)">Delay</see> but postpones all side-effects of subscription and affects error propagation timing.
            </para>
            <para>
            The side-effects of subscribing to the source sequence will be run on the default scheduler. Observer callbacks will not be affected.
            </para>
            </remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.DelaySubscription``1(System.Reactive.Linq.IQbservable{``0},System.DateTimeOffset,System.Reactive.Concurrency.IScheduler)">
            <summary>
            Time shifts the observable sequence by delaying the subscription to the specified absolute time, using the specified scheduler to run timers.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source sequence to delay subscription for.</param>
            <param name="dueTime">Absolute time to perform the subscription at.</param>
            <param name="scheduler">Scheduler to run the subscription delay timer on.</param>
            <returns>Time-shifted sequence.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> or <paramref name="scheduler" /> is null.</exception>
            <remarks>
            <para>
            This operator is more efficient than <see cref="M:System.Reactive.Linq.Observable.Delay``1(System.IObservable{``0},System.DateTimeOffset,System.Reactive.Concurrency.IScheduler)">Delay</see> but postpones all side-effects of subscription and affects error propagation timing.
            </para>
            <para>
            The side-effects of subscribing to the source sequence will be run on the specified scheduler. Observer callbacks will not be affected.
            </para>
            </remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.DelaySubscription``1(System.Reactive.Linq.IQbservable{``0},System.TimeSpan)">
            <summary>
            Time shifts the observable sequence by delaying the subscription with the specified relative time duration.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source sequence to delay subscription for.</param>
            <param name="dueTime">Relative time shift of the subscription.</param>
            <returns>Time-shifted sequence.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> is null.</exception>
            <exception cref="T:System.ArgumentOutOfRangeException">
            <paramref name="dueTime" /> is less than TimeSpan.Zero.</exception>
            <remarks>
            <para>
            This operator is more efficient than <see cref="M:System.Reactive.Linq.Observable.Delay``1(System.IObservable{``0},System.TimeSpan)">Delay</see> but postpones all side-effects of subscription and affects error propagation timing.
            </para>
            <para>
            The side-effects of subscribing to the source sequence will be run on the default scheduler. Observer callbacks will not be affected.
            </para>
            </remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.DelaySubscription``1(System.Reactive.Linq.IQbservable{``0},System.TimeSpan,System.Reactive.Concurrency.IScheduler)">
            <summary>
            Time shifts the observable sequence by delaying the subscription with the specified relative time duration, using the specified scheduler to run timers.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source sequence to delay subscription for.</param>
            <param name="dueTime">Relative time shift of the subscription.</param>
            <param name="scheduler">Scheduler to run the subscription delay timer on.</param>
            <returns>Time-shifted sequence.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> or <paramref name="scheduler" /> is null.</exception>
            <exception cref="T:System.ArgumentOutOfRangeException">
            <paramref name="dueTime" /> is less than TimeSpan.Zero.</exception>
            <remarks>
            <para>
            This operator is more efficient than <see cref="M:System.Reactive.Linq.Observable.Delay``1(System.IObservable{``0},System.TimeSpan,System.Reactive.Concurrency.IScheduler)">Delay</see> but postpones all side-effects of subscription and affects error propagation timing.
            </para>
            <para>
            The side-effects of subscribing to the source sequence will be run on the specified scheduler. Observer callbacks will not be affected.
            </para>
            </remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Dematerialize``1(System.Reactive.Linq.IQbservable{System.Reactive.Notification{``0}})">
            <summary>
            Dematerializes the explicit notification values of an observable sequence as implicit notifications.
            </summary>
            <typeparam name="TSource">The type of the elements materialized in the source sequence notification objects.</typeparam>
            <param name="source">An observable sequence containing explicit notification values which have to be turned into implicit notifications.</param>
            <returns>An observable sequence exhibiting the behavior corresponding to the source sequence's notification values.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Distinct``1(System.Reactive.Linq.IQbservable{``0})">
            <summary>
            Returns an observable sequence that contains only distinct elements.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">An observable sequence to retain distinct elements for.</param>
            <returns>An observable sequence only containing the distinct elements from the source sequence.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> is null.</exception>
            <remarks>Usage of this operator should be considered carefully due to the maintenance of an internal lookup structure which can grow large.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Distinct``1(System.Reactive.Linq.IQbservable{``0},System.Collections.Generic.IEqualityComparer{``0})">
            <summary>
            Returns an observable sequence that contains only distinct elements according to the comparer.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">An observable sequence to retain distinct elements for.</param>
            <param name="comparer">Equality comparer for source elements.</param>
            <returns>An observable sequence only containing the distinct elements from the source sequence.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> or <paramref name="comparer" /> is null.</exception>
            <remarks>Usage of this operator should be considered carefully due to the maintenance of an internal lookup structure which can grow large.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Distinct``2(System.Reactive.Linq.IQbservable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}})">
            <summary>
            Returns an observable sequence that contains only distinct elements according to the keySelector.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <typeparam name="TKey">The type of the discriminator key computed for each element in the source sequence.</typeparam>
            <param name="source">An observable sequence to retain distinct elements for.</param>
            <param name="keySelector">A function to compute the comparison key for each element.</param>
            <returns>An observable sequence only containing the distinct elements, based on a computed key value, from the source sequence.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> or <paramref name="keySelector" /> is null.</exception>
            <remarks>Usage of this operator should be considered carefully due to the maintenance of an internal lookup structure which can grow large.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Distinct``2(System.Reactive.Linq.IQbservable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IEqualityComparer{``1})">
            <summary>
            Returns an observable sequence that contains only distinct elements according to the keySelector and the comparer.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <typeparam name="TKey">The type of the discriminator key computed for each element in the source sequence.</typeparam>
            <param name="source">An observable sequence to retain distinct elements for.</param>
            <param name="keySelector">A function to compute the comparison key for each element.</param>
            <param name="comparer">Equality comparer for source elements.</param>
            <returns>An observable sequence only containing the distinct elements, based on a computed key value, from the source sequence.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> or <paramref name="keySelector" /> or <paramref name="comparer" /> is null.</exception>
            <remarks>Usage of this operator should be considered carefully due to the maintenance of an internal lookup structure which can grow large.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.DistinctUntilChanged``1(System.Reactive.Linq.IQbservable{``0})">
            <summary>
            Returns an observable sequence that contains only distinct contiguous elements.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">An observable sequence to retain distinct contiguous elements for.</param>
            <returns>An observable sequence only containing the distinct contiguous elements from the source sequence.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.DistinctUntilChanged``1(System.Reactive.Linq.IQbservable{``0},System.Collections.Generic.IEqualityComparer{``0})">
            <summary>
            Returns an observable sequence that contains only distinct contiguous elements according to the comparer.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">An observable sequence to retain distinct contiguous elements for.</param>
            <param name="comparer">Equality comparer for source elements.</param>
            <returns>An observable sequence only containing the distinct contiguous elements from the source sequence.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> or <paramref name="comparer" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.DistinctUntilChanged``2(System.Reactive.Linq.IQbservable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}})">
            <summary>
            Returns an observable sequence that contains only distinct contiguous elements according to the keySelector.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <typeparam name="TKey">The type of the discriminator key computed for each element in the source sequence.</typeparam>
            <param name="source">An observable sequence to retain distinct contiguous elements for, based on a computed key value.</param>
            <param name="keySelector">A function to compute the comparison key for each element.</param>
            <returns>An observable sequence only containing the distinct contiguous elements, based on a computed key value, from the source sequence.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> or <paramref name="keySelector" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.DistinctUntilChanged``2(System.Reactive.Linq.IQbservable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IEqualityComparer{``1})">
            <summary>
            Returns an observable sequence that contains only distinct contiguous elements according to the keySelector and the comparer.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <typeparam name="TKey">The type of the discriminator key computed for each element in the source sequence.</typeparam>
            <param name="source">An observable sequence to retain distinct contiguous elements for, based on a computed key value.</param>
            <param name="keySelector">A function to compute the comparison key for each element.</param>
            <param name="comparer">Equality comparer for computed key values.</param>
            <returns>An observable sequence only containing the distinct contiguous elements, based on a computed key value, from the source sequence.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> or <paramref name="keySelector" /> or <paramref name="comparer" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Do``1(System.Reactive.Linq.IQbservable{``0},System.IObserver{``0})">
            <summary>
            Invokes the observer's methods for each message in the source sequence.
            This method can be used for debugging, logging, etc. of query behavior by intercepting the message stream to run arbitrary actions for messages on the pipeline.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source sequence.</param>
            <param name="observer">Observer whose methods to invoke as part of the source sequence's observation.</param>
            <returns>The source sequence with the side-effecting behavior applied.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> or <paramref name="observer" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Do``1(System.Reactive.Linq.IQbservable{``0},System.Linq.Expressions.Expression{System.Action{``0}})">
            <summary>
            Invokes an action for each element in the observable sequence, and propagates all observer messages through the result sequence.
            This method can be used for debugging, logging, etc. of query behavior by intercepting the message stream to run arbitrary actions for messages on the pipeline.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source sequence.</param>
            <param name="onNext">Action to invoke for each element in the observable sequence.</param>
            <returns>The source sequence with the side-effecting behavior applied.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> or <paramref name="onNext" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Do``1(System.Reactive.Linq.IQbservable{``0},System.Linq.Expressions.Expression{System.Action{``0}},System.Linq.Expressions.Expression{System.Action})">
            <summary>
            Invokes an action for each element in the observable sequence and invokes an action upon graceful termination of the observable sequence.
            This method can be used for debugging, logging, etc. of query behavior by intercepting the message stream to run arbitrary actions for messages on the pipeline.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source sequence.</param>
            <param name="onNext">Action to invoke for each element in the observable sequence.</param>
            <param name="onCompleted">Action to invoke upon graceful termination of the observable sequence.</param>
            <returns>The source sequence with the side-effecting behavior applied.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> or <paramref name="onNext" /> or <paramref name="onCompleted" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Do``1(System.Reactive.Linq.IQbservable{``0},System.Linq.Expressions.Expression{System.Action{``0}},System.Linq.Expressions.Expression{System.Action{System.Exception}})">
            <summary>
            Invokes an action for each element in the observable sequence and invokes an action upon exceptional termination of the observable sequence.
            This method can be used for debugging, logging, etc. of query behavior by intercepting the message stream to run arbitrary actions for messages on the pipeline.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source sequence.</param>
            <param name="onNext">Action to invoke for each element in the observable sequence.</param>
            <param name="onError">Action to invoke upon exceptional termination of the observable sequence.</param>
            <returns>The source sequence with the side-effecting behavior applied.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> or <paramref name="onNext" /> or <paramref name="onError" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Do``1(System.Reactive.Linq.IQbservable{``0},System.Linq.Expressions.Expression{System.Action{``0}},System.Linq.Expressions.Expression{System.Action{System.Exception}},System.Linq.Expressions.Expression{System.Action})">
            <summary>
            Invokes an action for each element in the observable sequence and invokes an action upon graceful or exceptional termination of the observable sequence.
            This method can be used for debugging, logging, etc. of query behavior by intercepting the message stream to run arbitrary actions for messages on the pipeline.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source sequence.</param>
            <param name="onNext">Action to invoke for each element in the observable sequence.</param>
            <param name="onError">Action to invoke upon exceptional termination of the observable sequence.</param>
            <param name="onCompleted">Action to invoke upon graceful termination of the observable sequence.</param>
            <returns>The source sequence with the side-effecting behavior applied.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> or <paramref name="onNext" /> or <paramref name="onError" /> or <paramref name="onCompleted" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.DoWhile``1(System.Reactive.Linq.IQbservable{``0},System.Linq.Expressions.Expression{System.Func{System.Boolean}})">
            <summary>
            Repeats the given <paramref name="source" /> as long as the specified <paramref name="condition" /> holds, where the <paramref name="condition" /> is evaluated after each repeated <paramref name="source" /> completed.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source to repeat as long as the <paramref name="condition" /> function evaluates to true.</param>
            <param name="condition">Condition that will be evaluated upon the completion of an iteration through the <paramref name="source" />, to determine whether repetition of the source is required.</param>
            <returns>The observable sequence obtained by concatenating the <paramref name="source" /> sequence as long as the <paramref name="condition" /> holds.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> or <paramref name="condition" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.ElementAt``1(System.Reactive.Linq.IQbservable{``0},System.Int32)">
            <summary>
            Returns the element at a specified index in a sequence.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Observable sequence to return the element from.</param>
            <param name="index">The zero-based index of the element to retrieve.</param>
            <returns>An observable sequence that produces the element at the specified position in the source sequence.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> is null.</exception>
            <exception cref="T:System.ArgumentOutOfRangeException">
            <paramref name="index" /> is less than zero.</exception>
            <exception cref="T:System.ArgumentOutOfRangeException">(Asynchronous) <paramref name="index" /> is greater than or equal to the number of elements in the source sequence.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.ElementAtOrDefault``1(System.Reactive.Linq.IQbservable{``0},System.Int32)">
            <summary>
            Returns the element at a specified index in a sequence or a default value if the index is out of range.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Observable sequence to return the element from.</param>
            <param name="index">The zero-based index of the element to retrieve.</param>
            <returns>An observable sequence that produces the element at the specified position in the source sequence, or a default value if the index is outside the bounds of the source sequence.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> is null.</exception>
            <exception cref="T:System.ArgumentOutOfRangeException">
            <paramref name="index" /> is less than zero.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Empty``1(System.Reactive.Linq.IQbservableProvider)">
            <summary>
            Returns an empty observable sequence.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <typeparam name="TResult">The type used for the <see cref="T:System.IObservable`1" /> type parameter of the resulting sequence.</typeparam>
            <returns>An observable sequence with no elements.</returns>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Empty``1(System.Reactive.Linq.IQbservableProvider,System.Reactive.Concurrency.IScheduler)">
            <summary>
            Returns an empty observable sequence, using the specified scheduler to send out the single OnCompleted message.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <typeparam name="TResult">The type used for the <see cref="T:System.IObservable`1" /> type parameter of the resulting sequence.</typeparam>
            <param name="scheduler">Scheduler to send the termination call on.</param>
            <returns>An observable sequence with no elements.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="scheduler" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Empty``1(System.Reactive.Linq.IQbservableProvider,System.Reactive.Concurrency.IScheduler,``0)">
            <summary>
            Returns an empty observable sequence, using the specified scheduler to send out the single OnCompleted message.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <typeparam name="TResult">The type used for the <see cref="T:System.IObservable`1" /> type parameter of the resulting sequence.</typeparam>
            <param name="scheduler">Scheduler to send the termination call on.</param>
            <param name="witness">Object solely used to infer the type of the <typeparamref name="TResult" /> type parameter. This parameter is typically used when creating a sequence of anonymously typed elements.</param>
            <returns>An observable sequence with no elements.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="scheduler" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Empty``1(System.Reactive.Linq.IQbservableProvider,``0)">
            <summary>
            Returns an empty observable sequence.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <typeparam name="TResult">The type used for the <see cref="T:System.IObservable`1" /> type parameter of the resulting sequence.</typeparam>
            <param name="witness">Object solely used to infer the type of the <typeparamref name="TResult" /> type parameter. This parameter is typically used when creating a sequence of anonymously typed elements.</param>
            <returns>An observable sequence with no elements.</returns>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Finally``1(System.Reactive.Linq.IQbservable{``0},System.Linq.Expressions.Expression{System.Action})">
            <summary>
            Invokes a specified action after the source observable sequence terminates gracefully or exceptionally.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source sequence.</param>
            <param name="finallyAction">Action to invoke after the source observable sequence terminates.</param>
            <returns>Source sequence with the action-invoking termination behavior applied.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> or <paramref name="finallyAction" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.FirstAsync``1(System.Reactive.Linq.IQbservable{``0})">
            <summary>
            Returns the first element of an observable sequence.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source observable sequence.</param>
            <returns>Sequence containing the first element in the observable sequence.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> is null.</exception>
            <exception cref="T:System.InvalidOperationException">(Asynchronous) The source sequence is empty.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.FirstAsync``1(System.Reactive.Linq.IQbservable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}})">
            <summary>
            Returns the first element of an observable sequence that satisfies the condition in the predicate.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source observable sequence.</param>
            <param name="predicate">A predicate function to evaluate for elements in the source sequence.</param>
            <returns>Sequence containing the first element in the observable sequence that satisfies the condition in the predicate.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> or <paramref name="predicate" /> is null.</exception>
            <exception cref="T:System.InvalidOperationException">(Asynchronous) No element satisfies the condition in the predicate. -or- The source sequence is empty.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.FirstOrDefaultAsync``1(System.Reactive.Linq.IQbservable{``0})">
            <summary>
            Returns the first element of an observable sequence, or a default value if no such element exists.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source observable sequence.</param>
            <returns>Sequence containing the first element in the observable sequence, or a default value if no such element exists.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.FirstOrDefaultAsync``1(System.Reactive.Linq.IQbservable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}})">
            <summary>
            Returns the first element of an observable sequence that satisfies the condition in the predicate, or a default value if no such element exists.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source observable sequence.</param>
            <param name="predicate">A predicate function to evaluate for elements in the source sequence.</param>
            <returns>Sequence containing the first element in the observable sequence that satisfies the condition in the predicate, or a default value if no such element exists.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> or <paramref name="predicate" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.For``2(System.Reactive.Linq.IQbservableProvider,System.Collections.Generic.IEnumerable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.IObservable{``1}}})">
            <summary>
            Concatenates the observable sequences obtained by running the <paramref name="resultSelector" /> for each element in the given enumerable <paramref name="source" />.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <typeparam name="TSource">The type of the elements in the enumerable source sequence.</typeparam>
            <typeparam name="TResult">The type of the elements in the observable result sequence.</typeparam>
            <param name="source">Enumerable source for which each element will be mapped onto an observable source that will be concatenated in the result sequence.</param>
            <param name="resultSelector">Function to select an observable source for each element in the <paramref name="source" />.</param>
            <returns>The observable sequence obtained by concatenating the sources returned by <paramref name="resultSelector" /> for each element in the <paramref name="source" />.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> or <paramref name="resultSelector" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.FromAsync(System.Reactive.Linq.IQbservableProvider,System.Linq.Expressions.Expression{System.Func{System.Threading.Tasks.Task}})">
            <summary>
            Converts to asynchronous action into an observable sequence. Each subscription to the resulting sequence causes the action to be started.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <param name="actionAsync">Asynchronous action to convert.</param>
            <returns>An observable sequence exposing a Unit value upon completion of the action, or an exception.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="actionAsync" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.FromAsync(System.Reactive.Linq.IQbservableProvider,System.Linq.Expressions.Expression{System.Func{System.Threading.Tasks.Task}},System.Reactive.Concurrency.IScheduler)">
            <summary>
            Converts to asynchronous action into an observable sequence. Each subscription to the resulting sequence causes the action to be started.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <param name="actionAsync">Asynchronous action to convert.</param>
            <param name="scheduler">Scheduler on which to notify observers.</param>
            <returns>An observable sequence exposing a Unit value upon completion of the action, or an exception.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="actionAsync" /> is null or <paramref name="scheduler" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.FromAsync(System.Reactive.Linq.IQbservableProvider,System.Linq.Expressions.Expression{System.Func{System.Threading.CancellationToken,System.Threading.Tasks.Task}})">
            <summary>
            Converts to asynchronous action into an observable sequence. Each subscription to the resulting sequence causes the action to be started.
            The CancellationToken passed to the asynchronous action is tied to the observable sequence's subscription that triggered the action's invocation and can be used for best-effort cancellation.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <param name="actionAsync">Asynchronous action to convert.</param>
            <returns>An observable sequence exposing a Unit value upon completion of the action, or an exception.</returns>
            <remarks>When a subscription to the resulting sequence is disposed, the CancellationToken that was fed to the asynchronous function will be signaled.</remarks>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="actionAsync" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.FromAsync(System.Reactive.Linq.IQbservableProvider,System.Linq.Expressions.Expression{System.Func{System.Threading.CancellationToken,System.Threading.Tasks.Task}},System.Reactive.Concurrency.IScheduler)">
            <summary>
            Converts to asynchronous action into an observable sequence. Each subscription to the resulting sequence causes the action to be started.
            The CancellationToken passed to the asynchronous action is tied to the observable sequence's subscription that triggered the action's invocation and can be used for best-effort cancellation.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <param name="actionAsync">Asynchronous action to convert.</param>
            <param name="scheduler">Scheduler on which to notify observers.</param>
            <returns>An observable sequence exposing a Unit value upon completion of the action, or an exception.</returns>
            <remarks>When a subscription to the resulting sequence is disposed, the CancellationToken that was fed to the asynchronous function will be signaled.</remarks>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="actionAsync" /> is null or <paramref name="scheduler" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.FromAsync``1(System.Reactive.Linq.IQbservableProvider,System.Linq.Expressions.Expression{System.Func{System.Threading.Tasks.Task{``0}}})">
            <summary>
            Converts to asynchronous function into an observable sequence. Each subscription to the resulting sequence causes the function to be started.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <typeparam name="TResult">The type of the result returned by the asynchronous function.</typeparam>
            <param name="functionAsync">Asynchronous function to convert.</param>
            <returns>An observable sequence exposing the result of invoking the function, or an exception.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="functionAsync" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.FromAsync``1(System.Reactive.Linq.IQbservableProvider,System.Linq.Expressions.Expression{System.Func{System.Threading.CancellationToken,System.Threading.Tasks.Task{``0}}})">
            <summary>
            Converts to asynchronous function into an observable sequence. Each subscription to the resulting sequence causes the function to be started.
            The CancellationToken passed to the asynchronous function is tied to the observable sequence's subscription that triggered the function's invocation and can be used for best-effort cancellation.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <typeparam name="TResult">The type of the result returned by the asynchronous function.</typeparam>
            <param name="functionAsync">Asynchronous function to convert.</param>
            <returns>An observable sequence exposing the result of invoking the function, or an exception.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="functionAsync" /> is null.</exception>
            <remarks>When a subscription to the resulting sequence is disposed, the CancellationToken that was fed to the asynchronous function will be signaled.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.FromAsync``1(System.Reactive.Linq.IQbservableProvider,System.Linq.Expressions.Expression{System.Func{System.Threading.Tasks.Task{``0}}},System.Reactive.Concurrency.IScheduler)">
            <summary>
            Converts to asynchronous function into an observable sequence. Each subscription to the resulting sequence causes the function to be started.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <typeparam name="TResult">The type of the result returned by the asynchronous function.</typeparam>
            <param name="functionAsync">Asynchronous function to convert.</param>
            <param name="scheduler">Scheduler on which to notify observers.</param>
            <returns>An observable sequence exposing the result of invoking the function, or an exception.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="functionAsync" /> is null or <paramref name="scheduler" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.FromAsync``1(System.Reactive.Linq.IQbservableProvider,System.Linq.Expressions.Expression{System.Func{System.Threading.CancellationToken,System.Threading.Tasks.Task{``0}}},System.Reactive.Concurrency.IScheduler)">
            <summary>
            Converts to asynchronous function into an observable sequence. Each subscription to the resulting sequence causes the function to be started.
            The CancellationToken passed to the asynchronous function is tied to the observable sequence's subscription that triggered the function's invocation and can be used for best-effort cancellation.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <typeparam name="TResult">The type of the result returned by the asynchronous function.</typeparam>
            <param name="functionAsync">Asynchronous function to convert.</param>
            <param name="scheduler">Scheduler on which to notify observers.</param>
            <returns>An observable sequence exposing the result of invoking the function, or an exception.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="functionAsync" /> is null or <paramref name="scheduler" /> is null.</exception>
            <remarks>When a subscription to the resulting sequence is disposed, the CancellationToken that was fed to the asynchronous function will be signaled.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.FromEvent(System.Reactive.Linq.IQbservableProvider,System.Linq.Expressions.Expression{System.Action{System.Action}},System.Linq.Expressions.Expression{System.Action{System.Action}})">
            <summary>
            Converts an Action-based .NET event to an observable sequence. Each event invocation is surfaced through an OnNext message in the resulting sequence.
            For conversion of events conforming to the standard .NET event pattern, use any of the FromEventPattern overloads instead.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <param name="addHandler">Action that attaches the given event handler to the underlying .NET event.</param>
            <param name="removeHandler">Action that detaches the given event handler from the underlying .NET event.</param>
            <returns>The observable sequence that contains the event argument objects passed to the invocations of the underlying .NET event.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="addHandler" /> or <paramref name="removeHandler" /> is null.</exception>
            <remarks>
            <para>
            Add and remove handler invocations are made whenever the number of observers grows beyond zero.
            As such, an event handler may be shared by multiple simultaneously active observers, using a subject for multicasting.
            </para>
            <para>
            The current <see cref="T:System.Threading.SynchronizationContext" /> is captured during the call to FromEvent, and is used to post add and remove handler invocations.
            This behavior ensures add and remove handler operations for thread-affine events are accessed from the same context, as required by some UI frameworks.
            </para>
            <para>
            If no SynchronizationContext is present at the point of calling FromEvent, add and remove handler invocations are made synchronously on the thread
            making the Subscribe or Dispose call, respectively.
            </para>
            <para>
            It's recommended to lift FromEvent calls outside event stream query expressions due to the free-threaded nature of Reactive Extensions. Doing so
            makes the captured SynchronizationContext predictable. This best practice also reduces clutter of bridging code inside queries, making the query expressions
            more concise and easier to understand.
            </para>
            </remarks>
            <seealso cref="M:System.Reactive.Linq.Observable.ToEvent(System.IObservable{System.Reactive.Unit})" />
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.FromEvent(System.Reactive.Linq.IQbservableProvider,System.Linq.Expressions.Expression{System.Action{System.Action}},System.Linq.Expressions.Expression{System.Action{System.Action}},System.Reactive.Concurrency.IScheduler)">
            <summary>
            Converts an Action-based .NET event to an observable sequence. Each event invocation is surfaced through an OnNext message in the resulting sequence.
            For conversion of events conforming to the standard .NET event pattern, use any of the FromEventPattern overloads instead.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <param name="addHandler">Action that attaches the given event handler to the underlying .NET event.</param>
            <param name="removeHandler">Action that detaches the given event handler from the underlying .NET event.</param>
            <param name="scheduler">The scheduler to run the add and remove event handler logic on.</param>
            <returns>The observable sequence that contains the event argument objects passed to the invocations of the underlying .NET event.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="addHandler" /> or <paramref name="removeHandler" /> or <paramref name="scheduler" /> is null.</exception>
            <remarks>
            <para>
            Add and remove handler invocations are made whenever the number of observers grows beyond zero.
            As such, an event handler may be shared by multiple simultaneously active observers, using a subject for multicasting.
            </para>
            <para>
            Add and remove handler invocations are run on the specified scheduler. This behavior allows add and remove handler operations for thread-affine events to be
            accessed from the same context, as required by some UI frameworks.
            </para>
            <para>
            It's recommended to lift FromEvent calls outside event stream query expressions. This best practice reduces clutter of bridging code inside queries,
            making the query expressions more concise and easier to understand. This has additional benefits for overloads of FromEvent that omit the IScheduler
            parameter. For more information, see the remarks section on those overloads.
            </para>
            </remarks>
            <seealso cref="M:System.Reactive.Linq.Observable.ToEvent(System.IObservable{System.Reactive.Unit})" />
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.FromEvent``2(System.Reactive.Linq.IQbservableProvider,System.Linq.Expressions.Expression{System.Action{``0}},System.Linq.Expressions.Expression{System.Action{``0}})">
            <summary>
            Converts a .NET event to an observable sequence, using a supplied event delegate type. Each event invocation is surfaced through an OnNext message in the resulting sequence.
            For conversion of events conforming to the standard .NET event pattern, use any of the FromEventPattern overloads instead.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <typeparam name="TDelegate">The delegate type of the event to be converted.</typeparam>
            <typeparam name="TEventArgs">The type of the event data generated by the event.</typeparam>
            <param name="addHandler">Action that attaches the given event handler to the underlying .NET event.</param>
            <param name="removeHandler">Action that detaches the given event handler from the underlying .NET event.</param>
            <returns>The observable sequence that contains the event argument objects passed to the invocations of the underlying .NET event.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="addHandler" /> or <paramref name="removeHandler" /> is null.</exception>
            <remarks>
            <para>
            Add and remove handler invocations are made whenever the number of observers grows beyond zero.
            As such, an event handler may be shared by multiple simultaneously active observers, using a subject for multicasting.
            </para>
            <para>
            The current <see cref="T:System.Threading.SynchronizationContext" /> is captured during the call to FromEvent, and is used to post add and remove handler invocations.
            This behavior ensures add and remove handler operations for thread-affine events are accessed from the same context, as required by some UI frameworks.
            </para>
            <para>
            If no SynchronizationContext is present at the point of calling FromEvent, add and remove handler invocations are made synchronously on the thread
            making the Subscribe or Dispose call, respectively.
            </para>
            <para>
            It's recommended to lift FromEvent calls outside event stream query expressions due to the free-threaded nature of Reactive Extensions. Doing so
            makes the captured SynchronizationContext predictable. This best practice also reduces clutter of bridging code inside queries, making the query expressions
            more concise and easier to understand.
            </para>
            </remarks>
            <seealso cref="M:System.Reactive.Linq.Observable.ToEvent(System.IObservable{System.Reactive.Unit})" />
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.FromEvent``2(System.Reactive.Linq.IQbservableProvider,System.Linq.Expressions.Expression{System.Action{``0}},System.Linq.Expressions.Expression{System.Action{``0}},System.Reactive.Concurrency.IScheduler)">
            <summary>
            Converts a .NET event to an observable sequence, using a supplied event delegate type. Each event invocation is surfaced through an OnNext message in the resulting sequence.
            For conversion of events conforming to the standard .NET event pattern, use any of the FromEventPattern overloads instead.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <typeparam name="TDelegate">The delegate type of the event to be converted.</typeparam>
            <typeparam name="TEventArgs">The type of the event data generated by the event.</typeparam>
            <param name="addHandler">Action that attaches the given event handler to the underlying .NET event.</param>
            <param name="removeHandler">Action that detaches the given event handler from the underlying .NET event.</param>
            <param name="scheduler">The scheduler to run the add and remove event handler logic on.</param>
            <returns>The observable sequence that contains the event argument objects passed to the invocations of the underlying .NET event.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="addHandler" /> or <paramref name="removeHandler" /> or <paramref name="scheduler" /> is null.</exception>
            <remarks>
            <para>
            Add and remove handler invocations are made whenever the number of observers grows beyond zero.
            As such, an event handler may be shared by multiple simultaneously active observers, using a subject for multicasting.
            </para>
            <para>
            Add and remove handler invocations are run on the specified scheduler. This behavior allows add and remove handler operations for thread-affine events to be
            accessed from the same context, as required by some UI frameworks.
            </para>
            <para>
            It's recommended to lift FromEvent calls outside event stream query expressions. This best practice reduces clutter of bridging code inside queries,
            making the query expressions more concise and easier to understand. This has additional benefits for overloads of FromEvent that omit the IScheduler
            parameter. For more information, see the remarks section on those overloads.
            </para>
            </remarks>
            <seealso cref="M:System.Reactive.Linq.Observable.ToEvent(System.IObservable{System.Reactive.Unit})" />
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.FromEvent``2(System.Reactive.Linq.IQbservableProvider,System.Linq.Expressions.Expression{System.Func{System.Action{``1},``0}},System.Linq.Expressions.Expression{System.Action{``0}},System.Linq.Expressions.Expression{System.Action{``0}})">
            <summary>
            Converts a .NET event to an observable sequence, using a conversion function to obtain the event delegate. Each event invocation is surfaced through an OnNext message in the resulting sequence.
            For conversion of events conforming to the standard .NET event pattern, use any of the FromEventPattern overloads instead.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <typeparam name="TDelegate">The delegate type of the event to be converted.</typeparam>
            <typeparam name="TEventArgs">The type of the event data generated by the event.</typeparam>
            <param name="conversion">A function used to convert the given event handler to a delegate compatible with the underlying .NET event. The resulting delegate is used in calls to the addHandler and removeHandler action parameters.</param>
            <param name="addHandler">Action that attaches the given event handler to the underlying .NET event.</param>
            <param name="removeHandler">Action that detaches the given event handler from the underlying .NET event.</param>
            <returns>The observable sequence that contains the event argument objects passed to the invocations of the underlying .NET event.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="conversion" /> or <paramref name="addHandler" /> or <paramref name="removeHandler" /> is null.</exception>
            <remarks>
            <para>
            Add and remove handler invocations are made whenever the number of observers grows beyond zero.
            As such, an event handler may be shared by multiple simultaneously active observers, using a subject for multicasting.
            </para>
            <para>
            The current <see cref="T:System.Threading.SynchronizationContext" /> is captured during the call to FromEvent, and is used to post add and remove handler invocations.
            This behavior ensures add and remove handler operations for thread-affine events are accessed from the same context, as required by some UI frameworks.
            </para>
            <para>
            If no SynchronizationContext is present at the point of calling FromEvent, add and remove handler invocations are made synchronously on the thread
            making the Subscribe or Dispose call, respectively.
            </para>
            <para>
            It's recommended to lift FromEvent calls outside event stream query expressions due to the free-threaded nature of Reactive Extensions. Doing so
            makes the captured SynchronizationContext predictable. This best practice also reduces clutter of bridging code inside queries, making the query expressions
            more concise and easier to understand.
            </para>
            </remarks>
            <seealso cref="M:System.Reactive.Linq.Observable.ToEvent(System.IObservable{System.Reactive.Unit})" />
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.FromEvent``2(System.Reactive.Linq.IQbservableProvider,System.Linq.Expressions.Expression{System.Func{System.Action{``1},``0}},System.Linq.Expressions.Expression{System.Action{``0}},System.Linq.Expressions.Expression{System.Action{``0}},System.Reactive.Concurrency.IScheduler)">
            <summary>
            Converts a .NET event to an observable sequence, using a conversion function to obtain the event delegate. Each event invocation is surfaced through an OnNext message in the resulting sequence.
            For conversion of events conforming to the standard .NET event pattern, use any of the FromEventPattern overloads instead.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <typeparam name="TDelegate">The delegate type of the event to be converted.</typeparam>
            <typeparam name="TEventArgs">The type of the event data generated by the event.</typeparam>
            <param name="conversion">A function used to convert the given event handler to a delegate compatible with the underlying .NET event. The resulting delegate is used in calls to the addHandler and removeHandler action parameters.</param>
            <param name="addHandler">Action that attaches the given event handler to the underlying .NET event.</param>
            <param name="removeHandler">Action that detaches the given event handler from the underlying .NET event.</param>
            <param name="scheduler">The scheduler to run the add and remove event handler logic on.</param>
            <returns>The observable sequence that contains the event argument objects passed to the invocations of the underlying .NET event.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="conversion" /> or <paramref name="addHandler" /> or <paramref name="removeHandler" /> or <paramref name="scheduler" /> is null.</exception>
            <remarks>
            <para>
            Add and remove handler invocations are made whenever the number of observers grows beyond zero.
            As such, an event handler may be shared by multiple simultaneously active observers, using a subject for multicasting.
            </para>
            <para>
            Add and remove handler invocations are run on the specified scheduler. This behavior allows add and remove handler operations for thread-affine events to be
            accessed from the same context, as required by some UI frameworks.
            </para>
            <para>
            It's recommended to lift FromEvent calls outside event stream query expressions. This best practice reduces clutter of bridging code inside queries,
            making the query expressions more concise and easier to understand. This has additional benefits for overloads of FromEvent that omit the IScheduler
            parameter. For more information, see the remarks section on those overloads.
            </para>
            </remarks>
            <seealso cref="M:System.Reactive.Linq.Observable.ToEvent(System.IObservable{System.Reactive.Unit})" />
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.FromEvent``1(System.Reactive.Linq.IQbservableProvider,System.Linq.Expressions.Expression{System.Action{System.Action{``0}}},System.Linq.Expressions.Expression{System.Action{System.Action{``0}}})">
            <summary>
            Converts a generic Action-based .NET event to an observable sequence. Each event invocation is surfaced through an OnNext message in the resulting sequence.
            For conversion of events conforming to the standard .NET event pattern, use any of the FromEventPattern overloads instead.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <typeparam name="TEventArgs">The type of the event data generated by the event.</typeparam>
            <param name="addHandler">Action that attaches the given event handler to the underlying .NET event.</param>
            <param name="removeHandler">Action that detaches the given event handler from the underlying .NET event.</param>
            <returns>The observable sequence that contains the event argument objects passed to the invocations of the underlying .NET event.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="addHandler" /> or <paramref name="removeHandler" /> is null.</exception>
            <remarks>
            <para>
            Add and remove handler invocations are made whenever the number of observers grows beyond zero.
            As such, an event handler may be shared by multiple simultaneously active observers, using a subject for multicasting.
            </para>
            <para>
            The current <see cref="T:System.Threading.SynchronizationContext" /> is captured during the call to FromEvent, and is used to post add and remove handler invocations.
            This behavior ensures add and remove handler operations for thread-affine events are accessed from the same context, as required by some UI frameworks.
            </para>
            <para>
            If no SynchronizationContext is present at the point of calling FromEvent, add and remove handler invocations are made synchronously on the thread
            making the Subscribe or Dispose call, respectively.
            </para>
            <para>
            It's recommended to lift FromEvent calls outside event stream query expressions due to the free-threaded nature of Reactive Extensions. Doing so
            makes the captured SynchronizationContext predictable. This best practice also reduces clutter of bridging code inside queries, making the query expressions
            more concise and easier to understand.
            </para>
            </remarks>
            <seealso cref="M:System.Reactive.Linq.Observable.ToEvent(System.IObservable{System.Reactive.Unit})" />
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.FromEvent``1(System.Reactive.Linq.IQbservableProvider,System.Linq.Expressions.Expression{System.Action{System.Action{``0}}},System.Linq.Expressions.Expression{System.Action{System.Action{``0}}},System.Reactive.Concurrency.IScheduler)">
            <summary>
            Converts a generic Action-based .NET event to an observable sequence. Each event invocation is surfaced through an OnNext message in the resulting sequence.
            For conversion of events conforming to the standard .NET event pattern, use any of the FromEventPattern overloads instead.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <typeparam name="TEventArgs">The type of the event data generated by the event.</typeparam>
            <param name="addHandler">Action that attaches the given event handler to the underlying .NET event.</param>
            <param name="removeHandler">Action that detaches the given event handler from the underlying .NET event.</param>
            <param name="scheduler">The scheduler to run the add and remove event handler logic on.</param>
            <returns>The observable sequence that contains the event argument objects passed to the invocations of the underlying .NET event.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="addHandler" /> or <paramref name="removeHandler" /> or <paramref name="scheduler" /> is null.</exception>
            <remarks>
            <para>
            Add and remove handler invocations are made whenever the number of observers grows beyond zero.
            As such, an event handler may be shared by multiple simultaneously active observers, using a subject for multicasting.
            </para>
            <para>
            Add and remove handler invocations are run on the specified scheduler. This behavior allows add and remove handler operations for thread-affine events to be
            accessed from the same context, as required by some UI frameworks.
            </para>
            <para>
            It's recommended to lift FromEvent calls outside event stream query expressions. This best practice reduces clutter of bridging code inside queries,
            making the query expressions more concise and easier to understand. This has additional benefits for overloads of FromEvent that omit the IScheduler
            parameter. For more information, see the remarks section on those overloads.
            </para>
            </remarks>
            <seealso cref="M:System.Reactive.Linq.Observable.ToEvent(System.IObservable{System.Reactive.Unit})" />
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.FromEventPattern(System.Reactive.Linq.IQbservableProvider,System.Linq.Expressions.Expression{System.Action{System.EventHandler}},System.Linq.Expressions.Expression{System.Action{System.EventHandler}})">
            <summary>
            Converts a .NET event, conforming to the standard .NET event pattern based on <see cref="T:System.EventHandler" />, to an observable sequence.
            Each event invocation is surfaced through an OnNext message in the resulting sequence.
            For conversion of events that don't conform to the standard .NET event pattern, use any of the FromEvent overloads instead.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <param name="addHandler">Action that attaches the given event handler to the underlying .NET event.</param>
            <param name="removeHandler">Action that detaches the given event handler from the underlying .NET event.</param>
            <returns>The observable sequence that contains data representations of invocations of the underlying .NET event.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="addHandler" /> or <paramref name="removeHandler" /> is null.</exception>
            <remarks>
            <para>
            Add and remove handler invocations are made whenever the number of observers grows beyond zero.
            As such, an event handler may be shared by multiple simultaneously active observers, using a subject for multicasting.
            </para>
            <para>
            The current <see cref="T:System.Threading.SynchronizationContext" /> is captured during the call to FromEventPattern, and is used to post add and remove handler invocations.
            This behavior ensures add and remove handler operations for thread-affine events are accessed from the same context, as required by some UI frameworks.
            </para>
            <para>
            If no SynchronizationContext is present at the point of calling FromEventPattern, add and remove handler invocations are made synchronously on the thread
            making the Subscribe or Dispose call, respectively.
            </para>
            <para>
            It's recommended to lift FromEventPattern calls outside event stream query expressions due to the free-threaded nature of Reactive Extensions. Doing so
            makes the captured SynchronizationContext predictable. This best practice also reduces clutter of bridging code inside queries, making the query expressions
            more concise and easier to understand.
            </para>
            </remarks>
            <seealso cref="M:System.Reactive.Linq.Observable.ToEventPattern``1(System.IObservable{System.Reactive.EventPattern{``0}})" />
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.FromEventPattern(System.Reactive.Linq.IQbservableProvider,System.Linq.Expressions.Expression{System.Action{System.EventHandler}},System.Linq.Expressions.Expression{System.Action{System.EventHandler}},System.Reactive.Concurrency.IScheduler)">
            <summary>
            Converts a .NET event, conforming to the standard .NET event pattern based on <see cref="T:System.EventHandler" />, to an observable sequence.
            Each event invocation is surfaced through an OnNext message in the resulting sequence.
            For conversion of events that don't conform to the standard .NET event pattern, use any of the FromEvent overloads instead.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <param name="addHandler">Action that attaches the given event handler to the underlying .NET event.</param>
            <param name="removeHandler">Action that detaches the given event handler from the underlying .NET event.</param>
            <param name="scheduler">The scheduler to run the add and remove event handler logic on.</param>
            <returns>The observable sequence that contains data representations of invocations of the underlying .NET event.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="addHandler" /> or <paramref name="removeHandler" /> or <paramref name="scheduler" /> is null.</exception>
            <remarks>
            <para>
            Add and remove handler invocations are made whenever the number of observers grows beyond zero.
            As such, an event handler may be shared by multiple simultaneously active observers, using a subject for multicasting.
            </para>
            <para>
            Add and remove handler invocations are run on the specified scheduler. This behavior allows add and remove handler operations for thread-affine events to be
            accessed from the same context, as required by some UI frameworks.
            </para>
            <para>
            It's recommended to lift FromEventPattern calls outside event stream query expressions. This best practice reduces clutter of bridging code inside queries,
            making the query expressions more concise and easier to understand. This has additional benefits for overloads of FromEventPattern that omit the IScheduler
            parameter. For more information, see the remarks section on those overloads.
            </para>
            </remarks>
            <seealso cref="M:System.Reactive.Linq.Observable.ToEventPattern``1(System.IObservable{System.Reactive.EventPattern{``0}})" />
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.FromEventPattern(System.Reactive.Linq.IQbservableProvider,System.Object,System.String)">
            <summary>
            Converts an instance .NET event, conforming to the standard .NET event pattern with an <see cref="T:System.EventArgs" /> parameter, to an observable sequence.
            Each event invocation is surfaced through an OnNext message in the resulting sequence.
            Reflection is used to discover the event based on the target object type and the specified event name.
            For conversion of events that don't conform to the standard .NET event pattern, use any of the FromEvent overloads instead.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <param name="target">Object instance that exposes the event to convert.</param>
            <param name="eventName">Name of the event to convert.</param>
            <returns>The observable sequence that contains data representations of invocations of the underlying .NET event.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="target" /> or <paramref name="eventName" /> is null.</exception>
            <exception cref="T:System.InvalidOperationException">The event could not be found. -or- The event does not conform to the standard .NET event pattern.</exception>
            <remarks>
            <para>
            Add and remove handler invocations are made whenever the number of observers grows beyond zero.
            As such, an event handler may be shared by multiple simultaneously active observers, using a subject for multicasting.
            </para>
            <para>
            The current <see cref="T:System.Threading.SynchronizationContext" /> is captured during the call to FromEventPattern, and is used to post add and remove handler invocations.
            This behavior ensures add and remove handler operations for thread-affine events are accessed from the same context, as required by some UI frameworks.
            </para>
            <para>
            If no SynchronizationContext is present at the point of calling FromEventPattern, add and remove handler invocations are made synchronously on the thread
            making the Subscribe or Dispose call, respectively.
            </para>
            <para>
            It's recommended to lift FromEventPattern calls outside event stream query expressions due to the free-threaded nature of Reactive Extensions. Doing so
            makes the captured SynchronizationContext predictable. This best practice also reduces clutter of bridging code inside queries, making the query expressions
            more concise and easier to understand.
            </para>
            </remarks>
            <seealso cref="M:System.Reactive.Linq.Observable.ToEventPattern``1(System.IObservable{System.Reactive.EventPattern{``0}})" />
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.FromEventPattern(System.Reactive.Linq.IQbservableProvider,System.Object,System.String,System.Reactive.Concurrency.IScheduler)">
            <summary>
            Converts an instance .NET event, conforming to the standard .NET event pattern with an <see cref="T:System.EventArgs" /> parameter, to an observable sequence.
            Each event invocation is surfaced through an OnNext message in the resulting sequence.
            Reflection is used to discover the event based on the target object type and the specified event name.
            For conversion of events that don't conform to the standard .NET event pattern, use any of the FromEvent overloads instead.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <param name="target">Object instance that exposes the event to convert.</param>
            <param name="eventName">Name of the event to convert.</param>
            <param name="scheduler">The scheduler to run the add and remove event handler logic on.</param>
            <returns>The observable sequence that contains data representations of invocations of the underlying .NET event.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="target" /> or <paramref name="eventName" /> or <paramref name="scheduler" /> is null.</exception>
            <exception cref="T:System.InvalidOperationException">The event could not be found. -or- The event does not conform to the standard .NET event pattern.</exception>
            <remarks>
            <para>
            Add and remove handler invocations are made whenever the number of observers grows beyond zero.
            As such, an event handler may be shared by multiple simultaneously active observers, using a subject for multicasting.
            </para>
            <para>
            Add and remove handler invocations are run on the specified scheduler. This behavior allows add and remove handler operations for thread-affine events to be
            accessed from the same context, as required by some UI frameworks.
            </para>
            <para>
            It's recommended to lift FromEventPattern calls outside event stream query expressions. This best practice reduces clutter of bridging code inside queries,
            making the query expressions more concise and easier to understand. This has additional benefits for overloads of FromEventPattern that omit the IScheduler
            parameter. For more information, see the remarks section on those overloads.
            </para>
            </remarks>
            <seealso cref="M:System.Reactive.Linq.Observable.ToEventPattern``1(System.IObservable{System.Reactive.EventPattern{``0}})" />
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.FromEventPattern(System.Reactive.Linq.IQbservableProvider,System.Type,System.String)">
            <summary>
            Converts a static .NET event, conforming to the standard .NET event pattern with an <see cref="T:System.EventArgs" /> parameter, to an observable sequence.
            Each event invocation is surfaced through an OnNext message in the resulting sequence.
            Reflection is used to discover the event based on the specified type and the specified event name.
            For conversion of events that don't conform to the standard .NET event pattern, use any of the FromEvent overloads instead.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <param name="type">Type that exposes the static event to convert.</param>
            <param name="eventName">Name of the event to convert.</param>
            <returns>The observable sequence that contains data representations of invocations of the underlying .NET event.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="type" /> or <paramref name="eventName" /> is null.</exception>
            <exception cref="T:System.InvalidOperationException">The event could not be found. -or- The event does not conform to the standard .NET event pattern.</exception>
            <remarks>
            <para>
            Add and remove handler invocations are made whenever the number of observers grows beyond zero.
            As such, an event handler may be shared by multiple simultaneously active observers, using a subject for multicasting.
            </para>
            <para>
            The current <see cref="T:System.Threading.SynchronizationContext" /> is captured during the call to FromEventPattern, and is used to post add and remove handler invocations.
            This behavior ensures add and remove handler operations for thread-affine events are accessed from the same context, as required by some UI frameworks.
            </para>
            <para>
            If no SynchronizationContext is present at the point of calling FromEventPattern, add and remove handler invocations are made synchronously on the thread
            making the Subscribe or Dispose call, respectively.
            </para>
            <para>
            It's recommended to lift FromEventPattern calls outside event stream query expressions due to the free-threaded nature of Reactive Extensions. Doing so
            makes the captured SynchronizationContext predictable. This best practice also reduces clutter of bridging code inside queries, making the query expressions
            more concise and easier to understand.
            </para>
            </remarks>
            <seealso cref="M:System.Reactive.Linq.Observable.ToEventPattern``1(System.IObservable{System.Reactive.EventPattern{``0}})" />
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.FromEventPattern(System.Reactive.Linq.IQbservableProvider,System.Type,System.String,System.Reactive.Concurrency.IScheduler)">
            <summary>
            Converts a static .NET event, conforming to the standard .NET event pattern with an <see cref="T:System.EventArgs" /> parameter, to an observable sequence.
            Each event invocation is surfaced through an OnNext message in the resulting sequence.
            Reflection is used to discover the event based on the specified type and the specified event name.
            For conversion of events that don't conform to the standard .NET event pattern, use any of the FromEvent overloads instead.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <param name="type">Type that exposes the static event to convert.</param>
            <param name="eventName">Name of the event to convert.</param>
            <param name="scheduler">The scheduler to run the add and remove event handler logic on.</param>
            <returns>The observable sequence that contains data representations of invocations of the underlying .NET event.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="type" /> or <paramref name="eventName" /> or <paramref name="scheduler" /> is null.</exception>
            <exception cref="T:System.InvalidOperationException">The event could not be found. -or- The event does not conform to the standard .NET event pattern.</exception>
            <remarks>
            <para>
            Add and remove handler invocations are made whenever the number of observers grows beyond zero.
            As such, an event handler may be shared by multiple simultaneously active observers, using a subject for multicasting.
            </para>
            <para>
            Add and remove handler invocations are run on the specified scheduler. This behavior allows add and remove handler operations for thread-affine events to be
            accessed from the same context, as required by some UI frameworks.
            </para>
            <para>
            It's recommended to lift FromEventPattern calls outside event stream query expressions. This best practice reduces clutter of bridging code inside queries,
            making the query expressions more concise and easier to understand. This has additional benefits for overloads of FromEventPattern that omit the IScheduler
            parameter. For more information, see the remarks section on those overloads.
            </para>
            </remarks>
            <seealso cref="M:System.Reactive.Linq.Observable.ToEventPattern``1(System.IObservable{System.Reactive.EventPattern{``0}})" />
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.FromEventPattern``2(System.Reactive.Linq.IQbservableProvider,System.Linq.Expressions.Expression{System.Action{``0}},System.Linq.Expressions.Expression{System.Action{``0}})">
            <summary>
            Converts a .NET event, conforming to the standard .NET event pattern based on a supplied event delegate type, to an observable sequence.
            Each event invocation is surfaced through an OnNext message in the resulting sequence.
            For conversion of events that don't conform to the standard .NET event pattern, use any of the FromEvent overloads instead.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <typeparam name="TDelegate">The delegate type of the event to be converted.</typeparam>
            <typeparam name="TEventArgs">The type of the event data generated by the event.</typeparam>
            <param name="addHandler">Action that attaches the given event handler to the underlying .NET event.</param>
            <param name="removeHandler">Action that detaches the given event handler from the underlying .NET event.</param>
            <returns>The observable sequence that contains data representations of invocations of the underlying .NET event.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="addHandler" /> or <paramref name="removeHandler" /> is null.</exception>
            <remarks>
            <para>
            Add and remove handler invocations are made whenever the number of observers grows beyond zero.
            As such, an event handler may be shared by multiple simultaneously active observers, using a subject for multicasting.
            </para>
            <para>
            The current <see cref="T:System.Threading.SynchronizationContext" /> is captured during the call to FromEventPattern, and is used to post add and remove handler invocations.
            This behavior ensures add and remove handler operations for thread-affine events are accessed from the same context, as required by some UI frameworks.
            </para>
            <para>
            If no SynchronizationContext is present at the point of calling FromEventPattern, add and remove handler invocations are made synchronously on the thread
            making the Subscribe or Dispose call, respectively.
            </para>
            <para>
            It's recommended to lift FromEventPattern calls outside event stream query expressions due to the free-threaded nature of Reactive Extensions. Doing so
            makes the captured SynchronizationContext predictable. This best practice also reduces clutter of bridging code inside queries, making the query expressions
            more concise and easier to understand.
            </para>
            </remarks>
            <seealso cref="M:System.Reactive.Linq.Observable.ToEventPattern``1(System.IObservable{System.Reactive.EventPattern{``0}})" />
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.FromEventPattern``2(System.Reactive.Linq.IQbservableProvider,System.Linq.Expressions.Expression{System.Action{``0}},System.Linq.Expressions.Expression{System.Action{``0}},System.Reactive.Concurrency.IScheduler)">
            <summary>
            Converts a .NET event, conforming to the standard .NET event pattern based on a supplied event delegate type, to an observable sequence.
            Each event invocation is surfaced through an OnNext message in the resulting sequence.
            For conversion of events that don't conform to the standard .NET event pattern, use any of the FromEvent overloads instead.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <typeparam name="TDelegate">The delegate type of the event to be converted.</typeparam>
            <typeparam name="TEventArgs">The type of the event data generated by the event.</typeparam>
            <param name="addHandler">Action that attaches the given event handler to the underlying .NET event.</param>
            <param name="removeHandler">Action that detaches the given event handler from the underlying .NET event.</param>
            <param name="scheduler">The scheduler to run the add and remove event handler logic on.</param>
            <returns>The observable sequence that contains data representations of invocations of the underlying .NET event.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="addHandler" /> or <paramref name="removeHandler" /> or <paramref name="scheduler" /> is null.</exception>
            <remarks>
            <para>
            Add and remove handler invocations are made whenever the number of observers grows beyond zero.
            As such, an event handler may be shared by multiple simultaneously active observers, using a subject for multicasting.
            </para>
            <para>
            Add and remove handler invocations are run on the specified scheduler. This behavior allows add and remove handler operations for thread-affine events to be
            accessed from the same context, as required by some UI frameworks.
            </para>
            <para>
            It's recommended to lift FromEventPattern calls outside event stream query expressions. This best practice reduces clutter of bridging code inside queries,
            making the query expressions more concise and easier to understand. This has additional benefits for overloads of FromEventPattern that omit the IScheduler
            parameter. For more information, see the remarks section on those overloads.
            </para>
            </remarks>
            <seealso cref="M:System.Reactive.Linq.Observable.ToEventPattern``1(System.IObservable{System.Reactive.EventPattern{``0}})" />
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.FromEventPattern``2(System.Reactive.Linq.IQbservableProvider,System.Linq.Expressions.Expression{System.Func{System.EventHandler{``1},``0}},System.Linq.Expressions.Expression{System.Action{``0}},System.Linq.Expressions.Expression{System.Action{``0}})">
            <summary>
            Converts a .NET event, conforming to the standard .NET event pattern based on <see cref="T:System.EventHandler`1" />, to an observable sequence.
            Each event invocation is surfaced through an OnNext message in the resulting sequence.
            For conversion of events that don't conform to the standard .NET event pattern, use any of the FromEvent overloads instead.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <typeparam name="TDelegate">The delegate type of the event to be converted.</typeparam>
            <typeparam name="TEventArgs">The type of the event data generated by the event.</typeparam>
            <param name="conversion">A function used to convert the given event handler to a delegate compatible with the underlying .NET event. The resulting delegate is used in calls to the addHandler and removeHandler action parameters.</param>
            <param name="addHandler">Action that attaches the given event handler to the underlying .NET event.</param>
            <param name="removeHandler">Action that detaches the given event handler from the underlying .NET event.</param>
            <returns>The observable sequence that contains data representations of invocations of the underlying .NET event.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="conversion" /> or <paramref name="addHandler" /> or <paramref name="removeHandler" /> is null.</exception>
            <remarks>
            <para>
            Add and remove handler invocations are made whenever the number of observers grows beyond zero.
            As such, an event handler may be shared by multiple simultaneously active observers, using a subject for multicasting.
            </para>
            <para>
            The current <see cref="T:System.Threading.SynchronizationContext" /> is captured during the call to FromEventPattern, and is used to post add and remove handler invocations.
            This behavior ensures add and remove handler operations for thread-affine events are accessed from the same context, as required by some UI frameworks.
            </para>
            <para>
            If no SynchronizationContext is present at the point of calling FromEventPattern, add and remove handler invocations are made synchronously on the thread
            making the Subscribe or Dispose call, respectively.
            </para>
            <para>
            It's recommended to lift FromEventPattern calls outside event stream query expressions due to the free-threaded nature of Reactive Extensions. Doing so
            makes the captured SynchronizationContext predictable. This best practice also reduces clutter of bridging code inside queries, making the query expressions
            more concise and easier to understand.
            </para>
            </remarks>
            <seealso cref="M:System.Reactive.Linq.Observable.ToEventPattern``1(System.IObservable{System.Reactive.EventPattern{``0}})" />
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.FromEventPattern``2(System.Reactive.Linq.IQbservableProvider,System.Linq.Expressions.Expression{System.Func{System.EventHandler{``1},``0}},System.Linq.Expressions.Expression{System.Action{``0}},System.Linq.Expressions.Expression{System.Action{``0}},System.Reactive.Concurrency.IScheduler)">
            <summary>
            Converts a .NET event, conforming to the standard .NET event pattern based on <see cref="T:System.EventHandler`1" />, to an observable sequence.
            Each event invocation is surfaced through an OnNext message in the resulting sequence.
            For conversion of events that don't conform to the standard .NET event pattern, use any of the FromEvent overloads instead.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <typeparam name="TDelegate">The delegate type of the event to be converted.</typeparam>
            <typeparam name="TEventArgs">The type of the event data generated by the event.</typeparam>
            <param name="conversion">A function used to convert the given event handler to a delegate compatible with the underlying .NET event. The resulting delegate is used in calls to the addHandler and removeHandler action parameters.</param>
            <param name="addHandler">Action that attaches the given event handler to the underlying .NET event.</param>
            <param name="removeHandler">Action that detaches the given event handler from the underlying .NET event.</param>
            <param name="scheduler">The scheduler to run the add and remove event handler logic on.</param>
            <returns>The observable sequence that contains data representations of invocations of the underlying .NET event.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="conversion" /> or <paramref name="addHandler" /> or <paramref name="removeHandler" /> or <paramref name="scheduler" /> is null.</exception>
            <remarks>
            <para>
            Add and remove handler invocations are made whenever the number of observers grows beyond zero.
            As such, an event handler may be shared by multiple simultaneously active observers, using a subject for multicasting.
            </para>
            <para>
            Add and remove handler invocations are run on the specified scheduler. This behavior allows add and remove handler operations for thread-affine events to be
            accessed from the same context, as required by some UI frameworks.
            </para>
            <para>
            It's recommended to lift FromEventPattern calls outside event stream query expressions. This best practice reduces clutter of bridging code inside queries,
            making the query expressions more concise and easier to understand. This has additional benefits for overloads of FromEventPattern that omit the IScheduler
            parameter. For more information, see the remarks section on those overloads.
            </para>
            </remarks>
            <seealso cref="M:System.Reactive.Linq.Observable.ToEventPattern``1(System.IObservable{System.Reactive.EventPattern{``0}})" />
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.FromEventPattern``3(System.Reactive.Linq.IQbservableProvider,System.Linq.Expressions.Expression{System.Action{``0}},System.Linq.Expressions.Expression{System.Action{``0}})">
            <summary>
            Converts a .NET event, conforming to the standard .NET event pattern based on a supplied event delegate type with a strongly typed sender parameter, to an observable sequence.
            Each event invocation is surfaced through an OnNext message in the resulting sequence.
            For conversion of events that don't conform to the standard .NET event pattern, use any of the FromEvent overloads instead.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <typeparam name="TDelegate">The delegate type of the event to be converted.</typeparam>
            <typeparam name="TSender">The type of the sender that raises the event.</typeparam>
            <typeparam name="TEventArgs">The type of the event data generated by the event.</typeparam>
            <param name="addHandler">Action that attaches the given event handler to the underlying .NET event.</param>
            <param name="removeHandler">Action that detaches the given event handler from the underlying .NET event.</param>
            <returns>The observable sequence that contains data representations of invocations of the underlying .NET event.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="addHandler" /> or <paramref name="removeHandler" /> is null.</exception>
            <remarks>
            <para>
            Add and remove handler invocations are made whenever the number of observers grows beyond zero.
            As such, an event handler may be shared by multiple simultaneously active observers, using a subject for multicasting.
            </para>
            <para>
            The current <see cref="T:System.Threading.SynchronizationContext" /> is captured during the call to FromEventPattern, and is used to post add and remove handler invocations.
            This behavior ensures add and remove handler operations for thread-affine events are accessed from the same context, as required by some UI frameworks.
            </para>
            <para>
            If no SynchronizationContext is present at the point of calling FromEventPattern, add and remove handler invocations are made synchronously on the thread
            making the Subscribe or Dispose call, respectively.
            </para>
            <para>
            It's recommended to lift FromEventPattern calls outside event stream query expressions due to the free-threaded nature of Reactive Extensions. Doing so
            makes the captured SynchronizationContext predictable. This best practice also reduces clutter of bridging code inside queries, making the query expressions
            more concise and easier to understand.
            </para>
            </remarks>
            <seealso cref="M:System.Reactive.Linq.Observable.ToEventPattern``1(System.IObservable{System.Reactive.EventPattern{``0}})" />
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.FromEventPattern``3(System.Reactive.Linq.IQbservableProvider,System.Linq.Expressions.Expression{System.Action{``0}},System.Linq.Expressions.Expression{System.Action{``0}},System.Reactive.Concurrency.IScheduler)">
            <summary>
            Converts a .NET event, conforming to the standard .NET event pattern based on a supplied event delegate type with a strongly typed sender parameter, to an observable sequence.
            Each event invocation is surfaced through an OnNext message in the resulting sequence.
            For conversion of events that don't conform to the standard .NET event pattern, use any of the FromEvent overloads instead.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <typeparam name="TDelegate">The delegate type of the event to be converted.</typeparam>
            <typeparam name="TSender">The type of the sender that raises the event.</typeparam>
            <typeparam name="TEventArgs">The type of the event data generated by the event.</typeparam>
            <param name="addHandler">Action that attaches the given event handler to the underlying .NET event.</param>
            <param name="removeHandler">Action that detaches the given event handler from the underlying .NET event.</param>
            <param name="scheduler">The scheduler to run the add and remove event handler logic on.</param>
            <returns>The observable sequence that contains data representations of invocations of the underlying .NET event.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="addHandler" /> or <paramref name="removeHandler" /> or <paramref name="scheduler" /> is null.</exception>
            <remarks>
            <para>
            Add and remove handler invocations are made whenever the number of observers grows beyond zero.
            As such, an event handler may be shared by multiple simultaneously active observers, using a subject for multicasting.
            </para>
            <para>
            Add and remove handler invocations are run on the specified scheduler. This behavior allows add and remove handler operations for thread-affine events to be
            accessed from the same context, as required by some UI frameworks.
            </para>
            <para>
            It's recommended to lift FromEventPattern calls outside event stream query expressions. This best practice reduces clutter of bridging code inside queries,
            making the query expressions more concise and easier to understand. This has additional benefits for overloads of FromEventPattern that omit the IScheduler
            parameter. For more information, see the remarks section on those overloads.
            </para>
            </remarks>
            <seealso cref="M:System.Reactive.Linq.Observable.ToEventPattern``1(System.IObservable{System.Reactive.EventPattern{``0}})" />
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.FromEventPattern``1(System.Reactive.Linq.IQbservableProvider,System.Linq.Expressions.Expression{System.Action{System.EventHandler{``0}}},System.Linq.Expressions.Expression{System.Action{System.EventHandler{``0}}})">
            <summary>
            Converts a .NET event, conforming to the standard .NET event pattern based on <see cref="T:System.EventHandler`1" />, to an observable sequence.
            Each event invocation is surfaced through an OnNext message in the resulting sequence.
            For conversion of events that don't conform to the standard .NET event pattern, use any of the FromEvent overloads instead.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <typeparam name="TEventArgs">The type of the event data generated by the event.</typeparam>
            <param name="addHandler">Action that attaches the given event handler to the underlying .NET event.</param>
            <param name="removeHandler">Action that detaches the given event handler from the underlying .NET event.</param>
            <returns>The observable sequence that contains data representations of invocations of the underlying .NET event.</returns>
            <remarks>
            <para>
            Add and remove handler invocations are made whenever the number of observers grows beyond zero.
            As such, an event handler may be shared by multiple simultaneously active observers, using a subject for multicasting.
            </para>
            <para>
            The current <see cref="T:System.Threading.SynchronizationContext" /> is captured during the call to FromEventPattern, and is used to post add and remove handler invocations.
            This behavior ensures add and remove handler operations for thread-affine events are accessed from the same context, as required by some UI frameworks.
            </para>
            <para>
            If no SynchronizationContext is present at the point of calling FromEventPattern, add and remove handler invocations are made synchronously on the thread
            making the Subscribe or Dispose call, respectively.
            </para>
            <para>
            It's recommended to lift FromEventPattern calls outside event stream query expressions due to the free-threaded nature of Reactive Extensions. Doing so
            makes the captured SynchronizationContext predictable. This best practice also reduces clutter of bridging code inside queries, making the query expressions
            more concise and easier to understand.
            </para>
            </remarks>
            <seealso cref="M:System.Reactive.Linq.Observable.ToEventPattern``1(System.IObservable{System.Reactive.EventPattern{``0}})" />
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.FromEventPattern``1(System.Reactive.Linq.IQbservableProvider,System.Linq.Expressions.Expression{System.Action{System.EventHandler{``0}}},System.Linq.Expressions.Expression{System.Action{System.EventHandler{``0}}},System.Reactive.Concurrency.IScheduler)">
            <summary>
            Converts a .NET event, conforming to the standard .NET event pattern based on <see cref="T:System.EventHandler`1" />, to an observable sequence.
            Each event invocation is surfaced through an OnNext message in the resulting sequence.
            For conversion of events that don't conform to the standard .NET event pattern, use any of the FromEvent overloads instead.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <typeparam name="TEventArgs">The type of the event data generated by the event.</typeparam>
            <param name="addHandler">Action that attaches the given event handler to the underlying .NET event.</param>
            <param name="removeHandler">Action that detaches the given event handler from the underlying .NET event.</param>
            <param name="scheduler">The scheduler to run the add and remove event handler logic on.</param>
            <returns>The observable sequence that contains data representations of invocations of the underlying .NET event.</returns>
            <remarks>
            <para>
            Add and remove handler invocations are made whenever the number of observers grows beyond zero.
            As such, an event handler may be shared by multiple simultaneously active observers, using a subject for multicasting.
            </para>
            <para>
            Add and remove handler invocations are run on the specified scheduler. This behavior allows add and remove handler operations for thread-affine events to be
            accessed from the same context, as required by some UI frameworks.
            </para>
            <para>
            It's recommended to lift FromEventPattern calls outside event stream query expressions. This best practice reduces clutter of bridging code inside queries,
            making the query expressions more concise and easier to understand. This has additional benefits for overloads of FromEventPattern that omit the IScheduler
            parameter. For more information, see the remarks section on those overloads.
            </para>
            </remarks>
            <seealso cref="M:System.Reactive.Linq.Observable.ToEventPattern``1(System.IObservable{System.Reactive.EventPattern{``0}})" />
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.FromEventPattern``1(System.Reactive.Linq.IQbservableProvider,System.Object,System.String)">
            <summary>
            Converts an instance .NET event, conforming to the standard .NET event pattern with strongly typed event arguments, to an observable sequence.
            Each event invocation is surfaced through an OnNext message in the resulting sequence.
            Reflection is used to discover the event based on the target object type and the specified event name.
            For conversion of events that don't conform to the standard .NET event pattern, use any of the FromEvent overloads instead.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <typeparam name="TEventArgs">The type of the event data generated by the event.</typeparam>
            <param name="target">Object instance that exposes the event to convert.</param>
            <param name="eventName">Name of the event to convert.</param>
            <returns>The observable sequence that contains data representations of invocations of the underlying .NET event.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="target" /> or <paramref name="eventName" /> is null.</exception>
            <exception cref="T:System.InvalidOperationException">The event could not be found. -or- The event does not conform to the standard .NET event pattern. -or- The event's second argument type is not assignable to TEventArgs.</exception>
            <remarks>
            <para>
            Add and remove handler invocations are made whenever the number of observers grows beyond zero.
            As such, an event handler may be shared by multiple simultaneously active observers, using a subject for multicasting.
            </para>
            <para>
            The current <see cref="T:System.Threading.SynchronizationContext" /> is captured during the call to FromEventPattern, and is used to post add and remove handler invocations.
            This behavior ensures add and remove handler operations for thread-affine events are accessed from the same context, as required by some UI frameworks.
            </para>
            <para>
            If no SynchronizationContext is present at the point of calling FromEventPattern, add and remove handler invocations are made synchronously on the thread
            making the Subscribe or Dispose call, respectively.
            </para>
            <para>
            It's recommended to lift FromEventPattern calls outside event stream query expressions due to the free-threaded nature of Reactive Extensions. Doing so
            makes the captured SynchronizationContext predictable. This best practice also reduces clutter of bridging code inside queries, making the query expressions
            more concise and easier to understand.
            </para>
            </remarks>
            <seealso cref="M:System.Reactive.Linq.Observable.ToEventPattern``1(System.IObservable{System.Reactive.EventPattern{``0}})" />
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.FromEventPattern``1(System.Reactive.Linq.IQbservableProvider,System.Object,System.String,System.Reactive.Concurrency.IScheduler)">
            <summary>
            Converts an instance .NET event, conforming to the standard .NET event pattern with strongly typed event arguments, to an observable sequence.
            Each event invocation is surfaced through an OnNext message in the resulting sequence.
            Reflection is used to discover the event based on the target object type and the specified event name.
            For conversion of events that don't conform to the standard .NET event pattern, use any of the FromEvent overloads instead.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <typeparam name="TEventArgs">The type of the event data generated by the event.</typeparam>
            <param name="target">Object instance that exposes the event to convert.</param>
            <param name="eventName">Name of the event to convert.</param>
            <param name="scheduler">The scheduler to run the add and remove event handler logic on.</param>
            <returns>The observable sequence that contains data representations of invocations of the underlying .NET event.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="target" /> or <paramref name="eventName" /> or <paramref name="scheduler" /> is null.</exception>
            <exception cref="T:System.InvalidOperationException">The event could not be found. -or- The event does not conform to the standard .NET event pattern. -or- The event's second argument type is not assignable to TEventArgs.</exception>
            <remarks>
            <para>
            Add and remove handler invocations are made whenever the number of observers grows beyond zero.
            As such, an event handler may be shared by multiple simultaneously active observers, using a subject for multicasting.
            </para>
            <para>
            Add and remove handler invocations are run on the specified scheduler. This behavior allows add and remove handler operations for thread-affine events to be
            accessed from the same context, as required by some UI frameworks.
            </para>
            <para>
            It's recommended to lift FromEventPattern calls outside event stream query expressions. This best practice reduces clutter of bridging code inside queries,
            making the query expressions more concise and easier to understand. This has additional benefits for overloads of FromEventPattern that omit the IScheduler
            parameter. For more information, see the remarks section on those overloads.
            </para>
            </remarks>
            <seealso cref="M:System.Reactive.Linq.Observable.ToEventPattern``1(System.IObservable{System.Reactive.EventPattern{``0}})" />
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.FromEventPattern``1(System.Reactive.Linq.IQbservableProvider,System.Type,System.String)">
            <summary>
            Converts a static .NET event, conforming to the standard .NET event pattern with strongly typed event arguments, to an observable sequence.
            Each event invocation is surfaced through an OnNext message in the resulting sequence.
            Reflection is used to discover the event based on the specified type and the specified event name.
            For conversion of events that don't conform to the standard .NET event pattern, use any of the FromEvent overloads instead.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <typeparam name="TEventArgs">The type of the event data generated by the event.</typeparam>
            <param name="type">Type that exposes the static event to convert.</param>
            <param name="eventName">Name of the event to convert.</param>
            <returns>The observable sequence that contains data representations of invocations of the underlying .NET event.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="type" /> or <paramref name="eventName" /> is null.</exception>
            <exception cref="T:System.InvalidOperationException">The event could not be found. -or- The event does not conform to the standard .NET event pattern. -or- The event's second argument type is not assignable to TEventArgs.</exception>
            <remarks>
            <para>
            Add and remove handler invocations are made whenever the number of observers grows beyond zero.
            As such, an event handler may be shared by multiple simultaneously active observers, using a subject for multicasting.
            </para>
            <para>
            The current <see cref="T:System.Threading.SynchronizationContext" /> is captured during the call to FromEventPattern, and is used to post add and remove handler invocations.
            This behavior ensures add and remove handler operations for thread-affine events are accessed from the same context, as required by some UI frameworks.
            </para>
            <para>
            If no SynchronizationContext is present at the point of calling FromEventPattern, add and remove handler invocations are made synchronously on the thread
            making the Subscribe or Dispose call, respectively.
            </para>
            <para>
            It's recommended to lift FromEventPattern calls outside event stream query expressions due to the free-threaded nature of Reactive Extensions. Doing so
            makes the captured SynchronizationContext predictable. This best practice also reduces clutter of bridging code inside queries, making the query expressions
            more concise and easier to understand.
            </para>
            </remarks>
            <seealso cref="M:System.Reactive.Linq.Observable.ToEventPattern``1(System.IObservable{System.Reactive.EventPattern{``0}})" />
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.FromEventPattern``1(System.Reactive.Linq.IQbservableProvider,System.Type,System.String,System.Reactive.Concurrency.IScheduler)">
            <summary>
            Converts a static .NET event, conforming to the standard .NET event pattern with strongly typed event arguments, to an observable sequence.
            Each event invocation is surfaced through an OnNext message in the resulting sequence.
            Reflection is used to discover the event based on the specified type and the specified event name.
            For conversion of events that don't conform to the standard .NET event pattern, use any of the FromEvent overloads instead.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <typeparam name="TEventArgs">The type of the event data generated by the event.</typeparam>
            <param name="type">Type that exposes the static event to convert.</param>
            <param name="eventName">Name of the event to convert.</param>
            <param name="scheduler">The scheduler to run the add and remove event handler logic on.</param>
            <returns>The observable sequence that contains data representations of invocations of the underlying .NET event.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="type" /> or <paramref name="eventName" /> or <paramref name="scheduler" /> is null.</exception>
            <exception cref="T:System.InvalidOperationException">The event could not be found. -or- The event does not conform to the standard .NET event pattern. -or- The event's second argument type is not assignable to TEventArgs.</exception>
            <remarks>
            <para>
            Add and remove handler invocations are made whenever the number of observers grows beyond zero.
            As such, an event handler may be shared by multiple simultaneously active observers, using a subject for multicasting.
            </para>
            <para>
            Add and remove handler invocations are run on the specified scheduler. This behavior allows add and remove handler operations for thread-affine events to be
            accessed from the same context, as required by some UI frameworks.
            </para>
            <para>
            It's recommended to lift FromEventPattern calls outside event stream query expressions. This best practice reduces clutter of bridging code inside queries,
            making the query expressions more concise and easier to understand. This has additional benefits for overloads of FromEventPattern that omit the IScheduler
            parameter. For more information, see the remarks section on those overloads.
            </para>
            </remarks>
            <seealso cref="M:System.Reactive.Linq.Observable.ToEventPattern``1(System.IObservable{System.Reactive.EventPattern{``0}})" />
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.FromEventPattern``2(System.Reactive.Linq.IQbservableProvider,System.Object,System.String)">
            <summary>
            Converts an instance .NET event, conforming to the standard .NET event pattern with a strongly typed sender and strongly typed event arguments, to an observable sequence.
            Each event invocation is surfaced through an OnNext message in the resulting sequence.
            Reflection is used to discover the event based on the target object type and the specified event name.
            For conversion of events that don't conform to the standard .NET event pattern, use any of the FromEvent overloads instead.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <typeparam name="TSender">The type of the sender that raises the event.</typeparam>
            <typeparam name="TEventArgs">The type of the event data generated by the event.</typeparam>
            <param name="target">Object instance that exposes the event to convert.</param>
            <param name="eventName">Name of the event to convert.</param>
            <returns>The observable sequence that contains data representations of invocations of the underlying .NET event.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="target" /> or <paramref name="eventName" /> is null.</exception>
            <exception cref="T:System.InvalidOperationException">The event could not be found. -or- The event does not conform to the standard .NET event pattern. -or- The event's first argument type is not assignable to TSender. -or- The event's second argument type is not assignable to TEventArgs.</exception>
            <remarks>
            <para>
            Add and remove handler invocations are made whenever the number of observers grows beyond zero.
            As such, an event handler may be shared by multiple simultaneously active observers, using a subject for multicasting.
            </para>
            <para>
            The current <see cref="T:System.Threading.SynchronizationContext" /> is captured during the call to FromEventPattern, and is used to post add and remove handler invocations.
            This behavior ensures add and remove handler operations for thread-affine events are accessed from the same context, as required by some UI frameworks.
            </para>
            <para>
            If no SynchronizationContext is present at the point of calling FromEventPattern, add and remove handler invocations are made synchronously on the thread
            making the Subscribe or Dispose call, respectively.
            </para>
            <para>
            It's recommended to lift FromEventPattern calls outside event stream query expressions due to the free-threaded nature of Reactive Extensions. Doing so
            makes the captured SynchronizationContext predictable. This best practice also reduces clutter of bridging code inside queries, making the query expressions
            more concise and easier to understand.
            </para>
            </remarks>
            <seealso cref="M:System.Reactive.Linq.Observable.ToEventPattern``1(System.IObservable{System.Reactive.EventPattern{``0}})" />
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.FromEventPattern``2(System.Reactive.Linq.IQbservableProvider,System.Object,System.String,System.Reactive.Concurrency.IScheduler)">
            <summary>
            Converts an instance .NET event, conforming to the standard .NET event pattern with a strongly typed sender and strongly typed event arguments, to an observable sequence.
            Each event invocation is surfaced through an OnNext message in the resulting sequence.
            Reflection is used to discover the event based on the target object type and the specified event name.
            For conversion of events that don't conform to the standard .NET event pattern, use any of the FromEvent overloads instead.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <typeparam name="TSender">The type of the sender that raises the event.</typeparam>
            <typeparam name="TEventArgs">The type of the event data generated by the event.</typeparam>
            <param name="target">Object instance that exposes the event to convert.</param>
            <param name="eventName">Name of the event to convert.</param>
            <param name="scheduler">The scheduler to run the add and remove event handler logic on.</param>
            <returns>The observable sequence that contains data representations of invocations of the underlying .NET event.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="target" /> or <paramref name="eventName" /> or <paramref name="scheduler" /> is null.</exception>
            <exception cref="T:System.InvalidOperationException">The event could not be found. -or- The event does not conform to the standard .NET event pattern. -or- The event's first argument type is not assignable to TSender. -or- The event's second argument type is not assignable to TEventArgs.</exception>
            <remarks>
            <para>
            Add and remove handler invocations are made whenever the number of observers grows beyond zero.
            As such, an event handler may be shared by multiple simultaneously active observers, using a subject for multicasting.
            </para>
            <para>
            Add and remove handler invocations are run on the specified scheduler. This behavior allows add and remove handler operations for thread-affine events to be
            accessed from the same context, as required by some UI frameworks.
            </para>
            <para>
            It's recommended to lift FromEventPattern calls outside event stream query expressions. This best practice reduces clutter of bridging code inside queries,
            making the query expressions more concise and easier to understand. This has additional benefits for overloads of FromEventPattern that omit the IScheduler
            parameter. For more information, see the remarks section on those overloads.
            </para>
            </remarks>
            <seealso cref="M:System.Reactive.Linq.Observable.ToEventPattern``1(System.IObservable{System.Reactive.EventPattern{``0}})" />
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.FromEventPattern``2(System.Reactive.Linq.IQbservableProvider,System.Type,System.String)">
            <summary>
            Converts a static .NET event, conforming to the standard .NET event pattern with a strongly typed sender and strongly typed event arguments, to an observable sequence.
            Each event invocation is surfaced through an OnNext message in the resulting sequence.
            Reflection is used to discover the event based on the specified type and the specified event name.
            For conversion of events that don't conform to the standard .NET event pattern, use any of the FromEvent overloads instead.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <typeparam name="TSender">The type of the sender that raises the event.</typeparam>
            <typeparam name="TEventArgs">The type of the event data generated by the event.</typeparam>
            <param name="type">Type that exposes the static event to convert.</param>
            <param name="eventName">Name of the event to convert.</param>
            <returns>The observable sequence that contains data representations of invocations of the underlying .NET event.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="type" /> or <paramref name="eventName" /> is null.</exception>
            <exception cref="T:System.InvalidOperationException">The event could not be found. -or- The event does not conform to the standard .NET event pattern. -or- The event's first argument type is not assignable to TSender. -or- The event's second argument type is not assignable to TEventArgs.</exception>
            <remarks>
            <para>
            Add and remove handler invocations are made whenever the number of observers grows beyond zero.
            As such, an event handler may be shared by multiple simultaneously active observers, using a subject for multicasting.
            </para>
            <para>
            The current <see cref="T:System.Threading.SynchronizationContext" /> is captured during the call to FromEventPattern, and is used to post add and remove handler invocations.
            This behavior ensures add and remove handler operations for thread-affine events are accessed from the same context, as required by some UI frameworks.
            </para>
            <para>
            If no SynchronizationContext is present at the point of calling FromEventPattern, add and remove handler invocations are made synchronously on the thread
            making the Subscribe or Dispose call, respectively.
            </para>
            <para>
            It's recommended to lift FromEventPattern calls outside event stream query expressions due to the free-threaded nature of Reactive Extensions. Doing so
            makes the captured SynchronizationContext predictable. This best practice also reduces clutter of bridging code inside queries, making the query expressions
            more concise and easier to understand.
            </para>
            </remarks>
            <seealso cref="M:System.Reactive.Linq.Observable.ToEventPattern``1(System.IObservable{System.Reactive.EventPattern{``0}})" />
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.FromEventPattern``2(System.Reactive.Linq.IQbservableProvider,System.Type,System.String,System.Reactive.Concurrency.IScheduler)">
            <summary>
            Converts a static .NET event, conforming to the standard .NET event pattern with a strongly typed sender and strongly typed event arguments, to an observable sequence.
            Each event invocation is surfaced through an OnNext message in the resulting sequence.
            Reflection is used to discover the event based on the specified type and the specified event name.
            For conversion of events that don't conform to the standard .NET event pattern, use any of the FromEvent overloads instead.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <typeparam name="TSender">The type of the sender that raises the event.</typeparam>
            <typeparam name="TEventArgs">The type of the event data generated by the event.</typeparam>
            <param name="type">Type that exposes the static event to convert.</param>
            <param name="eventName">Name of the event to convert.</param>
            <param name="scheduler">The scheduler to run the add and remove event handler logic on.</param>
            <returns>The observable sequence that contains data representations of invocations of the underlying .NET event.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="type" /> or <paramref name="eventName" /> or <paramref name="scheduler" /> is null.</exception>
            <exception cref="T:System.InvalidOperationException">The event could not be found. -or- The event does not conform to the standard .NET event pattern. -or- The event's first argument type is not assignable to TSender. -or- The event's second argument type is not assignable to TEventArgs.</exception>
            <remarks>
            <para>
            Add and remove handler invocations are made whenever the number of observers grows beyond zero.
            As such, an event handler may be shared by multiple simultaneously active observers, using a subject for multicasting.
            </para>
            <para>
            Add and remove handler invocations are run on the specified scheduler. This behavior allows add and remove handler operations for thread-affine events to be
            accessed from the same context, as required by some UI frameworks.
            </para>
            <para>
            It's recommended to lift FromEventPattern calls outside event stream query expressions. This best practice reduces clutter of bridging code inside queries,
            making the query expressions more concise and easier to understand. This has additional benefits for overloads of FromEventPattern that omit the IScheduler
            parameter. For more information, see the remarks section on those overloads.
            </para>
            </remarks>
            <seealso cref="M:System.Reactive.Linq.Observable.ToEventPattern``1(System.IObservable{System.Reactive.EventPattern{``0}})" />
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Generate``2(System.Reactive.Linq.IQbservableProvider,``0,System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}},System.Linq.Expressions.Expression{System.Func{``0,``0}},System.Linq.Expressions.Expression{System.Func{``0,``1}})">
            <summary>
            Generates an observable sequence by running a state-driven loop producing the sequence's elements.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <typeparam name="TState">The type of the state used in the generator loop.</typeparam>
            <typeparam name="TResult">The type of the elements in the produced sequence.</typeparam>
            <param name="initialState">Initial state.</param>
            <param name="condition">Condition to terminate generation (upon returning false).</param>
            <param name="iterate">Iteration step function.</param>
            <param name="resultSelector">Selector function for results produced in the sequence.</param>
            <returns>The generated sequence.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="condition" /> or <paramref name="iterate" /> or <paramref name="resultSelector" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Generate``2(System.Reactive.Linq.IQbservableProvider,``0,System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}},System.Linq.Expressions.Expression{System.Func{``0,``0}},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Reactive.Concurrency.IScheduler)">
            <summary>
            Generates an observable sequence by running a state-driven loop producing the sequence's elements, using the specified scheduler to send out observer messages.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <typeparam name="TState">The type of the state used in the generator loop.</typeparam>
            <typeparam name="TResult">The type of the elements in the produced sequence.</typeparam>
            <param name="initialState">Initial state.</param>
            <param name="condition">Condition to terminate generation (upon returning false).</param>
            <param name="iterate">Iteration step function.</param>
            <param name="resultSelector">Selector function for results produced in the sequence.</param>
            <param name="scheduler">Scheduler on which to run the generator loop.</param>
            <returns>The generated sequence.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="condition" /> or <paramref name="iterate" /> or <paramref name="resultSelector" /> or <paramref name="scheduler" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Generate``2(System.Reactive.Linq.IQbservableProvider,``0,System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}},System.Linq.Expressions.Expression{System.Func{``0,``0}},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Linq.Expressions.Expression{System.Func{``0,System.TimeSpan}})">
            <summary>
            Generates an observable sequence by running a state-driven and temporal loop producing the sequence's elements.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <typeparam name="TState">The type of the state used in the generator loop.</typeparam>
            <typeparam name="TResult">The type of the elements in the produced sequence.</typeparam>
            <param name="initialState">Initial state.</param>
            <param name="condition">Condition to terminate generation (upon returning false).</param>
            <param name="iterate">Iteration step function.</param>
            <param name="resultSelector">Selector function for results produced in the sequence.</param>
            <param name="timeSelector">Time selector function to control the speed of values being produced each iteration.</param>
            <returns>The generated sequence.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="condition" /> or <paramref name="iterate" /> or <paramref name="resultSelector" /> or <paramref name="timeSelector" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Generate``2(System.Reactive.Linq.IQbservableProvider,``0,System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}},System.Linq.Expressions.Expression{System.Func{``0,``0}},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Linq.Expressions.Expression{System.Func{``0,System.DateTimeOffset}})">
            <summary>
            Generates an observable sequence by running a state-driven and temporal loop producing the sequence's elements.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <typeparam name="TState">The type of the state used in the generator loop.</typeparam>
            <typeparam name="TResult">The type of the elements in the produced sequence.</typeparam>
            <param name="initialState">Initial state.</param>
            <param name="condition">Condition to terminate generation (upon returning false).</param>
            <param name="iterate">Iteration step function.</param>
            <param name="resultSelector">Selector function for results produced in the sequence.</param>
            <param name="timeSelector">Time selector function to control the speed of values being produced each iteration.</param>
            <returns>The generated sequence.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="condition" /> or <paramref name="iterate" /> or <paramref name="resultSelector" /> or <paramref name="timeSelector" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Generate``2(System.Reactive.Linq.IQbservableProvider,``0,System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}},System.Linq.Expressions.Expression{System.Func{``0,``0}},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Linq.Expressions.Expression{System.Func{``0,System.TimeSpan}},System.Reactive.Concurrency.IScheduler)">
            <summary>
            Generates an observable sequence by running a state-driven and temporal loop producing the sequence's elements, using the specified scheduler to run timers and to send out observer messages.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <typeparam name="TState">The type of the state used in the generator loop.</typeparam>
            <typeparam name="TResult">The type of the elements in the produced sequence.</typeparam>
            <param name="initialState">Initial state.</param>
            <param name="condition">Condition to terminate generation (upon returning false).</param>
            <param name="iterate">Iteration step function.</param>
            <param name="resultSelector">Selector function for results produced in the sequence.</param>
            <param name="timeSelector">Time selector function to control the speed of values being produced each iteration.</param>
            <param name="scheduler">Scheduler on which to run the generator loop.</param>
            <returns>The generated sequence.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="condition" /> or <paramref name="iterate" /> or <paramref name="resultSelector" /> or <paramref name="timeSelector" /> or <paramref name="scheduler" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Generate``2(System.Reactive.Linq.IQbservableProvider,``0,System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}},System.Linq.Expressions.Expression{System.Func{``0,``0}},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Linq.Expressions.Expression{System.Func{``0,System.DateTimeOffset}},System.Reactive.Concurrency.IScheduler)">
            <summary>
            Generates an observable sequence by running a state-driven and temporal loop producing the sequence's elements, using the specified scheduler to run timers and to send out observer messages.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <typeparam name="TState">The type of the state used in the generator loop.</typeparam>
            <typeparam name="TResult">The type of the elements in the produced sequence.</typeparam>
            <param name="initialState">Initial state.</param>
            <param name="condition">Condition to terminate generation (upon returning false).</param>
            <param name="iterate">Iteration step function.</param>
            <param name="resultSelector">Selector function for results produced in the sequence.</param>
            <param name="timeSelector">Time selector function to control the speed of values being produced each iteration.</param>
            <param name="scheduler">Scheduler on which to run the generator loop.</param>
            <returns>The generated sequence.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="condition" /> or <paramref name="iterate" /> or <paramref name="resultSelector" /> or <paramref name="timeSelector" /> or <paramref name="scheduler" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.GroupBy``2(System.Reactive.Linq.IQbservable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}})">
            <summary>
            Groups the elements of an observable sequence according to a specified key selector function.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <typeparam name="TKey">The type of the grouping key computed for each element in the source sequence.</typeparam>
            <param name="source">An observable sequence whose elements to group.</param>
            <param name="keySelector">A function to extract the key for each element.</param>
            <returns>A sequence of observable groups, each of which corresponds to a unique key value, containing all elements that share that same key value.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> or <paramref name="keySelector" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.GroupBy``2(System.Reactive.Linq.IQbservable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Int32)">
            <summary>
            Groups the elements of an observable sequence with the specified initial capacity according to a specified key selector function.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <typeparam name="TKey">The type of the grouping key computed for each element in the source sequence.</typeparam>
            <param name="source">An observable sequence whose elements to group.</param>
            <param name="keySelector">A function to extract the key for each element.</param>
            <param name="capacity">The initial number of elements that the underlying dictionary can contain.</param>
            <returns>A sequence of observable groups, each of which corresponds to a unique key value, containing all elements that share that same key value.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> or <paramref name="keySelector" /> is null.</exception>
            <exception cref="T:System.ArgumentOutOfRangeException">
            <paramref name="capacity" /> is less than 0.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.GroupBy``2(System.Reactive.Linq.IQbservable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Int32,System.Collections.Generic.IEqualityComparer{``1})">
            <summary>
            Groups the elements of an observable sequence with the specified initial capacity according to a specified key selector function and comparer.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <typeparam name="TKey">The type of the grouping key computed for each element in the source sequence.</typeparam>
            <param name="source">An observable sequence whose elements to group.</param>
            <param name="keySelector">A function to extract the key for each element.</param>
            <param name="capacity">The initial number of elements that the underlying dictionary can contain.</param>
            <param name="comparer">An equality comparer to compare keys with.</param>
            <returns>A sequence of observable groups, each of which corresponds to a unique key value, containing all elements that share that same key value.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> or <paramref name="keySelector" /> or <paramref name="comparer" /> is null.</exception>
            <exception cref="T:System.ArgumentOutOfRangeException">
            <paramref name="capacity" /> is less than 0.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.GroupBy``2(System.Reactive.Linq.IQbservable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IEqualityComparer{``1})">
            <summary>
            Groups the elements of an observable sequence according to a specified key selector function and comparer.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <typeparam name="TKey">The type of the grouping key computed for each element in the source sequence.</typeparam>
            <param name="source">An observable sequence whose elements to group.</param>
            <param name="keySelector">A function to extract the key for each element.</param>
            <param name="comparer">An equality comparer to compare keys with.</param>
            <returns>A sequence of observable groups, each of which corresponds to a unique key value, containing all elements that share that same key value.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> or <paramref name="keySelector" /> or <paramref name="comparer" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.GroupBy``3(System.Reactive.Linq.IQbservable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Linq.Expressions.Expression{System.Func{``0,``2}})">
            <summary>
            Groups the elements of an observable sequence and selects the resulting elements by using a specified function.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <typeparam name="TKey">The type of the grouping key computed for each element in the source sequence.</typeparam>
            <typeparam name="TElement">The type of the elements within the groups computed for each element in the source sequence.</typeparam>
            <param name="source">An observable sequence whose elements to group.</param>
            <param name="keySelector">A function to extract the key for each element.</param>
            <param name="elementSelector">A function to map each source element to an element in an observable group.</param>
            <returns>A sequence of observable groups, each of which corresponds to a unique key value, containing all elements that share that same key value.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> or <paramref name="keySelector" /> or <paramref name="elementSelector" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.GroupBy``3(System.Reactive.Linq.IQbservable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Linq.Expressions.Expression{System.Func{``0,``2}},System.Int32)">
            <summary>
            Groups the elements of an observable sequence with the specified initial capacity and selects the resulting elements by using a specified function.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <typeparam name="TKey">The type of the grouping key computed for each element in the source sequence.</typeparam>
            <typeparam name="TElement">The type of the elements within the groups computed for each element in the source sequence.</typeparam>
            <param name="source">An observable sequence whose elements to group.</param>
            <param name="keySelector">A function to extract the key for each element.</param>
            <param name="elementSelector">A function to map each source element to an element in an observable group.</param>
            <param name="capacity">The initial number of elements that the underlying dictionary can contain.</param>
            <returns>A sequence of observable groups, each of which corresponds to a unique key value, containing all elements that share that same key value.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> or <paramref name="keySelector" /> or <paramref name="elementSelector" /> is null.</exception>
            <exception cref="T:System.ArgumentOutOfRangeException">
            <paramref name="capacity" /> is less than 0.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.GroupBy``3(System.Reactive.Linq.IQbservable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Linq.Expressions.Expression{System.Func{``0,``2}},System.Int32,System.Collections.Generic.IEqualityComparer{``1})">
            <summary>
            Groups the elements of an observable sequence with the specified initial capacity according to a specified key selector function and comparer and selects the resulting elements by using a specified function.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <typeparam name="TKey">The type of the grouping key computed for each element in the source sequence.</typeparam>
            <typeparam name="TElement">The type of the elements within the groups computed for each element in the source sequence.</typeparam>
            <param name="source">An observable sequence whose elements to group.</param>
            <param name="keySelector">A function to extract the key for each element.</param>
            <param name="elementSelector">A function to map each source element to an element in an observable group.</param>
            <param name="capacity">The initial number of elements that the underlying dictionary can contain.</param>
            <param name="comparer">An equality comparer to compare keys with.</param>
            <returns>A sequence of observable groups, each of which corresponds to a unique key value, containing all elements that share that same key value.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> or <paramref name="keySelector" /> or <paramref name="elementSelector" /> or <paramref name="comparer" /> is null.</exception>
            <exception cref="T:System.ArgumentOutOfRangeException">
            <paramref name="capacity" /> is less than 0.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.GroupBy``3(System.Reactive.Linq.IQbservable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Linq.Expressions.Expression{System.Func{``0,``2}},System.Collections.Generic.IEqualityComparer{``1})">
            <summary>
            Groups the elements of an observable sequence according to a specified key selector function and comparer and selects the resulting elements by using a specified function.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <typeparam name="TKey">The type of the grouping key computed for each element in the source sequence.</typeparam>
            <typeparam name="TElement">The type of the elements within the groups computed for each element in the source sequence.</typeparam>
            <param name="source">An observable sequence whose elements to group.</param>
            <param name="keySelector">A function to extract the key for each element.</param>
            <param name="elementSelector">A function to map each source element to an element in an observable group.</param>
            <param name="comparer">An equality comparer to compare keys with.</param>
            <returns>A sequence of observable groups, each of which corresponds to a unique key value, containing all elements that share that same key value.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> or <paramref name="keySelector" /> or <paramref name="elementSelector" /> or <paramref name="comparer" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.GroupByUntil``3(System.Reactive.Linq.IQbservable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Linq.Expressions.Expression{System.Func{System.Reactive.Linq.IGroupedObservable{``1,``0},System.IObservable{``2}}})">
            <summary>
            Groups the elements of an observable sequence according to a specified key selector function.
            A duration selector function is used to control the lifetime of groups. When a group expires, it receives an OnCompleted notification. When a new element with the same
            key value as a reclaimed group occurs, the group will be reborn with a new lifetime request.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <typeparam name="TKey">The type of the grouping key computed for each element in the source sequence.</typeparam>
            <typeparam name="TDuration">The type of the elements in the duration sequences obtained for each group to denote its lifetime.</typeparam>
            <param name="source">An observable sequence whose elements to group.</param>
            <param name="keySelector">A function to extract the key for each element.</param>
            <param name="durationSelector">A function to signal the expiration of a group.</param>
            <returns>
            A sequence of observable groups, each of which corresponds to a unique key value, containing all elements that share that same key value.
            If a group's lifetime expires, a new group with the same key value can be created once an element with such a key value is encountered.
            </returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> or <paramref name="keySelector" /> or <paramref name="durationSelector" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.GroupByUntil``3(System.Reactive.Linq.IQbservable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Linq.Expressions.Expression{System.Func{System.Reactive.Linq.IGroupedObservable{``1,``0},System.IObservable{``2}}},System.Int32)">
            <summary>
            Groups the elements of an observable sequence with the specified initial capacity according to a specified key selector function.
            A duration selector function is used to control the lifetime of groups. When a group expires, it receives an OnCompleted notification. When a new element with the same
            key value as a reclaimed group occurs, the group will be reborn with a new lifetime request.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <typeparam name="TKey">The type of the grouping key computed for each element in the source sequence.</typeparam>
            <typeparam name="TDuration">The type of the elements in the duration sequences obtained for each group to denote its lifetime.</typeparam>
            <param name="source">An observable sequence whose elements to group.</param>
            <param name="keySelector">A function to extract the key for each element.</param>
            <param name="durationSelector">A function to signal the expiration of a group.</param>
            <param name="capacity">The initial number of elements that the underlying dictionary can contain.</param>
            <returns>
            A sequence of observable groups, each of which corresponds to a unique key value, containing all elements that share that same key value.
            If a group's lifetime expires, a new group with the same key value can be created once an element with such a key value is encountered.
            </returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> or <paramref name="keySelector" /> or <paramref name="durationSelector" /> is null.</exception>
            <exception cref="T:System.ArgumentOutOfRangeException">
            <paramref name="capacity" /> is less than 0.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.GroupByUntil``3(System.Reactive.Linq.IQbservable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Linq.Expressions.Expression{System.Func{System.Reactive.Linq.IGroupedObservable{``1,``0},System.IObservable{``2}}},System.Int32,System.Collections.Generic.IEqualityComparer{``1})">
            <summary>
            Groups the elements of an observable sequence with the specified initial capacity according to a specified key selector function and comparer.
            A duration selector function is used to control the lifetime of groups. When a group expires, it receives an OnCompleted notification. When a new element with the same
            key value as a reclaimed group occurs, the group will be reborn with a new lifetime request.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <typeparam name="TKey">The type of the grouping key computed for each element in the source sequence.</typeparam>
            <typeparam name="TDuration">The type of the elements in the duration sequences obtained for each group to denote its lifetime.</typeparam>
            <param name="source">An observable sequence whose elements to group.</param>
            <param name="keySelector">A function to extract the key for each element.</param>
            <param name="durationSelector">A function to signal the expiration of a group.</param>
            <param name="capacity">The initial number of elements that the underlying dictionary can contain.</param>
            <param name="comparer">An equality comparer to compare keys with.</param>
            <returns>
            A sequence of observable groups, each of which corresponds to a unique key value, containing all elements that share that same key value.
            If a group's lifetime expires, a new group with the same key value can be created once an element with such a key value is encountered.
            </returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> or <paramref name="keySelector" /> or <paramref name="durationSelector" /> or <paramref name="comparer" /> is null.</exception>
            <exception cref="T:System.ArgumentOutOfRangeException">
            <paramref name="capacity" /> is less than 0.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.GroupByUntil``3(System.Reactive.Linq.IQbservable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Linq.Expressions.Expression{System.Func{System.Reactive.Linq.IGroupedObservable{``1,``0},System.IObservable{``2}}},System.Collections.Generic.IEqualityComparer{``1})">
            <summary>
            Groups the elements of an observable sequence according to a specified key selector function and comparer.
            A duration selector function is used to control the lifetime of groups. When a group expires, it receives an OnCompleted notification. When a new element with the same
            key value as a reclaimed group occurs, the group will be reborn with a new lifetime request.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <typeparam name="TKey">The type of the grouping key computed for each element in the source sequence.</typeparam>
            <typeparam name="TDuration">The type of the elements in the duration sequences obtained for each group to denote its lifetime.</typeparam>
            <param name="source">An observable sequence whose elements to group.</param>
            <param name="keySelector">A function to extract the key for each element.</param>
            <param name="durationSelector">A function to signal the expiration of a group.</param>
            <param name="comparer">An equality comparer to compare keys with.</param>
            <returns>
            A sequence of observable groups, each of which corresponds to a unique key value, containing all elements that share that same key value.
            If a group's lifetime expires, a new group with the same key value can be created once an element with such a key value is encountered.
            </returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> or <paramref name="keySelector" /> or <paramref name="durationSelector" /> or <paramref name="comparer" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.GroupByUntil``4(System.Reactive.Linq.IQbservable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Linq.Expressions.Expression{System.Func{``0,``2}},System.Linq.Expressions.Expression{System.Func{System.Reactive.Linq.IGroupedObservable{``1,``2},System.IObservable{``3}}})">
            <summary>
            Groups the elements of an observable sequence according to a specified key selector function and selects the resulting elements by using a specified function.
            A duration selector function is used to control the lifetime of groups. When a group expires, it receives an OnCompleted notification. When a new element with the same
            key value as a reclaimed group occurs, the group will be reborn with a new lifetime request.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <typeparam name="TKey">The type of the grouping key computed for each element in the source sequence.</typeparam>
            <typeparam name="TElement">The type of the elements within the groups computed for each element in the source sequence.</typeparam>
            <typeparam name="TDuration">The type of the elements in the duration sequences obtained for each group to denote its lifetime.</typeparam>
            <param name="source">An observable sequence whose elements to group.</param>
            <param name="keySelector">A function to extract the key for each element.</param>
            <param name="elementSelector">A function to map each source element to an element in an observable group.</param>
            <param name="durationSelector">A function to signal the expiration of a group.</param>
            <returns>
            A sequence of observable groups, each of which corresponds to a unique key value, containing all elements that share that same key value.
            If a group's lifetime expires, a new group with the same key value can be created once an element with such a key value is encountered.
            </returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> or <paramref name="keySelector" /> or <paramref name="elementSelector" /> or <paramref name="durationSelector" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.GroupByUntil``4(System.Reactive.Linq.IQbservable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Linq.Expressions.Expression{System.Func{``0,``2}},System.Linq.Expressions.Expression{System.Func{System.Reactive.Linq.IGroupedObservable{``1,``2},System.IObservable{``3}}},System.Int32)">
            <summary>
            Groups the elements of an observable sequence with the specified initial capacity according to a specified key selector function and selects the resulting elements by using a specified function.
            A duration selector function is used to control the lifetime of groups. When a group expires, it receives an OnCompleted notification. When a new element with the same
            key value as a reclaimed group occurs, the group will be reborn with a new lifetime request.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <typeparam name="TKey">The type of the grouping key computed for each element in the source sequence.</typeparam>
            <typeparam name="TElement">The type of the elements within the groups computed for each element in the source sequence.</typeparam>
            <typeparam name="TDuration">The type of the elements in the duration sequences obtained for each group to denote its lifetime.</typeparam>
            <param name="source">An observable sequence whose elements to group.</param>
            <param name="keySelector">A function to extract the key for each element.</param>
            <param name="elementSelector">A function to map each source element to an element in an observable group.</param>
            <param name="durationSelector">A function to signal the expiration of a group.</param>
            <param name="capacity">The initial number of elements that the underlying dictionary can contain.</param>
            <returns>
            A sequence of observable groups, each of which corresponds to a unique key value, containing all elements that share that same key value.
            If a group's lifetime expires, a new group with the same key value can be created once an element with such a key value is encountered.
            </returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> or <paramref name="keySelector" /> or <paramref name="elementSelector" /> or <paramref name="durationSelector" /> is null.</exception>
            <exception cref="T:System.ArgumentOutOfRangeException">
            <paramref name="capacity" /> is less than 0.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.GroupByUntil``4(System.Reactive.Linq.IQbservable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Linq.Expressions.Expression{System.Func{``0,``2}},System.Linq.Expressions.Expression{System.Func{System.Reactive.Linq.IGroupedObservable{``1,``2},System.IObservable{``3}}},System.Int32,System.Collections.Generic.IEqualityComparer{``1})">
            <summary>
            Groups the elements of an observable sequence with the specified initial capacity according to a specified key selector function and comparer and selects the resulting elements by using a specified function.
            A duration selector function is used to control the lifetime of groups. When a group expires, it receives an OnCompleted notification. When a new element with the same
            key value as a reclaimed group occurs, the group will be reborn with a new lifetime request.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <typeparam name="TKey">The type of the grouping key computed for each element in the source sequence.</typeparam>
            <typeparam name="TElement">The type of the elements within the groups computed for each element in the source sequence.</typeparam>
            <typeparam name="TDuration">The type of the elements in the duration sequences obtained for each group to denote its lifetime.</typeparam>
            <param name="source">An observable sequence whose elements to group.</param>
            <param name="keySelector">A function to extract the key for each element.</param>
            <param name="elementSelector">A function to map each source element to an element in an observable group.</param>
            <param name="durationSelector">A function to signal the expiration of a group.</param>
            <param name="capacity">The initial number of elements that the underlying dictionary can contain.</param>
            <param name="comparer">An equality comparer to compare keys with.</param>
            <returns>
            A sequence of observable groups, each of which corresponds to a unique key value, containing all elements that share that same key value.
            If a group's lifetime expires, a new group with the same key value can be created once an element with such a key value is encountered.
            </returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> or <paramref name="keySelector" /> or <paramref name="elementSelector" /> or <paramref name="durationSelector" /> or <paramref name="comparer" /> is null.</exception>
            <exception cref="T:System.ArgumentOutOfRangeException">
            <paramref name="capacity" /> is less than 0.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.GroupByUntil``4(System.Reactive.Linq.IQbservable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Linq.Expressions.Expression{System.Func{``0,``2}},System.Linq.Expressions.Expression{System.Func{System.Reactive.Linq.IGroupedObservable{``1,``2},System.IObservable{``3}}},System.Collections.Generic.IEqualityComparer{``1})">
            <summary>
            Groups the elements of an observable sequence according to a specified key selector function and comparer and selects the resulting elements by using a specified function.
            A duration selector function is used to control the lifetime of groups. When a group expires, it receives an OnCompleted notification. When a new element with the same
            key value as a reclaimed group occurs, the group will be reborn with a new lifetime request.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <typeparam name="TKey">The type of the grouping key computed for each element in the source sequence.</typeparam>
            <typeparam name="TElement">The type of the elements within the groups computed for each element in the source sequence.</typeparam>
            <typeparam name="TDuration">The type of the elements in the duration sequences obtained for each group to denote its lifetime.</typeparam>
            <param name="source">An observable sequence whose elements to group.</param>
            <param name="keySelector">A function to extract the key for each element.</param>
            <param name="elementSelector">A function to map each source element to an element in an observable group.</param>
            <param name="durationSelector">A function to signal the expiration of a group.</param>
            <param name="comparer">An equality comparer to compare keys with.</param>
            <returns>
            A sequence of observable groups, each of which corresponds to a unique key value, containing all elements that share that same key value.
            If a group's lifetime expires, a new group with the same key value can be created once an element with such a key value is encountered.
            </returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> or <paramref name="keySelector" /> or <paramref name="elementSelector" /> or <paramref name="durationSelector" /> or <paramref name="comparer" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.GroupJoin``5(System.Reactive.Linq.IQbservable{``0},System.IObservable{``1},System.Linq.Expressions.Expression{System.Func{``0,System.IObservable{``2}}},System.Linq.Expressions.Expression{System.Func{``1,System.IObservable{``3}}},System.Linq.Expressions.Expression{System.Func{``0,System.IObservable{``1},``4}})">
            <summary>
            Correlates the elements of two sequences based on overlapping durations, and groups the results.
            </summary>
            <typeparam name="TLeft">The type of the elements in the left source sequence.</typeparam>
            <typeparam name="TRight">The type of the elements in the right source sequence.</typeparam>
            <typeparam name="TLeftDuration">The type of the elements in the duration sequence denoting the computed duration of each element in the left source sequence.</typeparam>
            <typeparam name="TRightDuration">The type of the elements in the duration sequence denoting the computed duration of each element in the right source sequence.</typeparam>
            <typeparam name="TResult">The type of the elements in the result sequence, obtained by invoking the result selector function for source elements with overlapping duration.</typeparam>
            <param name="left">The left observable sequence to join elements for.</param>
            <param name="right">The right observable sequence to join elements for.</param>
            <param name="leftDurationSelector">A function to select the duration of each element of the left observable sequence, used to determine overlap.</param>
            <param name="rightDurationSelector">A function to select the duration of each element of the right observable sequence, used to determine overlap.</param>
            <param name="resultSelector">A function invoked to compute a result element for any element of the left sequence with overlapping elements from the right observable sequence.</param>
            <returns>An observable sequence that contains result elements computed from source elements that have an overlapping duration.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="left" /> or <paramref name="right" /> or <paramref name="leftDurationSelector" /> or <paramref name="rightDurationSelector" /> or <paramref name="resultSelector" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.If``1(System.Reactive.Linq.IQbservableProvider,System.Linq.Expressions.Expression{System.Func{System.Boolean}},System.IObservable{``0})">
            <summary>
            If the specified <paramref name="condition" /> evaluates true, select the <paramref name="thenSource" /> sequence. Otherwise, return an empty sequence.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <typeparam name="TResult">The type of the elements in the result sequence.</typeparam>
            <param name="condition">Condition evaluated to decide which sequence to return.</param>
            <param name="thenSource">Sequence returned in case <paramref name="condition" /> evaluates true.</param>
            <returns>
            <paramref name="thenSource" /> if <paramref name="condition" /> evaluates true; an empty sequence otherwise.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="condition" /> or <paramref name="thenSource" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.If``1(System.Reactive.Linq.IQbservableProvider,System.Linq.Expressions.Expression{System.Func{System.Boolean}},System.IObservable{``0},System.IObservable{``0})">
            <summary>
            If the specified <paramref name="condition" /> evaluates true, select the <paramref name="thenSource" /> sequence. Otherwise, select the <paramref name="elseSource" /> sequence.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <typeparam name="TResult">The type of the elements in the result sequence.</typeparam>
            <param name="condition">Condition evaluated to decide which sequence to return.</param>
            <param name="thenSource">Sequence returned in case <paramref name="condition" /> evaluates true.</param>
            <param name="elseSource">Sequence returned in case <paramref name="condition" /> evaluates false.</param>
            <returns>
            <paramref name="thenSource" /> if <paramref name="condition" /> evaluates true; <paramref name="elseSource" /> otherwise.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="condition" /> or <paramref name="thenSource" /> or <paramref name="elseSource" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.If``1(System.Reactive.Linq.IQbservableProvider,System.Linq.Expressions.Expression{System.Func{System.Boolean}},System.IObservable{``0},System.Reactive.Concurrency.IScheduler)">
            <summary>
            If the specified <paramref name="condition" /> evaluates true, select the <paramref name="thenSource" /> sequence. Otherwise, return an empty sequence generated on the specified scheduler.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <typeparam name="TResult">The type of the elements in the result sequence.</typeparam>
            <param name="condition">Condition evaluated to decide which sequence to return.</param>
            <param name="thenSource">Sequence returned in case <paramref name="condition" /> evaluates true.</param>
            <param name="scheduler">Scheduler to generate an empty sequence on in case <paramref name="condition" /> evaluates false.</param>
            <returns>
            <paramref name="thenSource" /> if <paramref name="condition" /> evaluates true; an empty sequence otherwise.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="condition" /> or <paramref name="thenSource" /> or <paramref name="scheduler" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.IgnoreElements``1(System.Reactive.Linq.IQbservable{``0})">
            <summary>
            Ignores all elements in an observable sequence leaving only the termination messages.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source sequence.</param>
            <returns>An empty observable sequence that signals termination, successful or exceptional, of the source sequence.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Interval(System.Reactive.Linq.IQbservableProvider,System.TimeSpan)">
            <summary>
            Returns an observable sequence that produces a value after each period.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <param name="period">Period for producing the values in the resulting sequence. If this value is equal to TimeSpan.Zero, the timer will recur as fast as possible.</param>
            <returns>An observable sequence that produces a value after each period.</returns>
            <exception cref="T:System.ArgumentOutOfRangeException">
            <paramref name="period" /> is less than TimeSpan.Zero.</exception>
            <remarks>
            Intervals are measured between the start of subsequent notifications, not between the end of the previous and the start of the next notification.
            If the observer takes longer than the interval period to handle the message, the subsequent notification will be delivered immediately after the
            current one has been handled. In case you need to control the time between the end and the start of consecutive notifications, consider using the
            <see cref="M:System.Reactive.Linq.Observable.Generate``2(``0,System.Func{``0,System.Boolean},System.Func{``0,``0},System.Func{``0,``1},System.Func{``0,System.TimeSpan})" />
            operator instead.
            </remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Interval(System.Reactive.Linq.IQbservableProvider,System.TimeSpan,System.Reactive.Concurrency.IScheduler)">
            <summary>
            Returns an observable sequence that produces a value after each period, using the specified scheduler to run timers and to send out observer messages.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <param name="period">Period for producing the values in the resulting sequence. If this value is equal to TimeSpan.Zero, the timer will recur as fast as possible.</param>
            <param name="scheduler">Scheduler to run the timer on.</param>
            <returns>An observable sequence that produces a value after each period.</returns>
            <exception cref="T:System.ArgumentOutOfRangeException">
            <paramref name="period" /> is less than TimeSpan.Zero.</exception>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="scheduler" /> is null.</exception>
            <remarks>
            Intervals are measured between the start of subsequent notifications, not between the end of the previous and the start of the next notification.
            If the observer takes longer than the interval period to handle the message, the subsequent notification will be delivered immediately after the
            current one has been handled. In case you need to control the time between the end and the start of consecutive notifications, consider using the
            <see cref="M:System.Reactive.Linq.Observable.Generate``2(``0,System.Func{``0,System.Boolean},System.Func{``0,``0},System.Func{``0,``1},System.Func{``0,System.TimeSpan},System.Reactive.Concurrency.IScheduler)" />
            operator instead.
            </remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.IsEmpty``1(System.Reactive.Linq.IQbservable{``0})">
            <summary>
            Determines whether an observable sequence is empty.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">An observable sequence to check for emptiness.</param>
            <returns>An observable sequence containing a single element determining whether the source sequence is empty.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Join``5(System.Reactive.Linq.IQbservable{``0},System.IObservable{``1},System.Linq.Expressions.Expression{System.Func{``0,System.IObservable{``2}}},System.Linq.Expressions.Expression{System.Func{``1,System.IObservable{``3}}},System.Linq.Expressions.Expression{System.Func{``0,``1,``4}})">
            <summary>
            Correlates the elements of two sequences based on overlapping durations.
            </summary>
            <typeparam name="TLeft">The type of the elements in the left source sequence.</typeparam>
            <typeparam name="TRight">The type of the elements in the right source sequence.</typeparam>
            <typeparam name="TLeftDuration">The type of the elements in the duration sequence denoting the computed duration of each element in the left source sequence.</typeparam>
            <typeparam name="TRightDuration">The type of the elements in the duration sequence denoting the computed duration of each element in the right source sequence.</typeparam>
            <typeparam name="TResult">The type of the elements in the result sequence, obtained by invoking the result selector function for source elements with overlapping duration.</typeparam>
            <param name="left">The left observable sequence to join elements for.</param>
            <param name="right">The right observable sequence to join elements for.</param>
            <param name="leftDurationSelector">A function to select the duration of each element of the left observable sequence, used to determine overlap.</param>
            <param name="rightDurationSelector">A function to select the duration of each element of the right observable sequence, used to determine overlap.</param>
            <param name="resultSelector">A function invoked to compute a result element for any two overlapping elements of the left and right observable sequences.</param>
            <returns>An observable sequence that contains result elements computed from source elements that have an overlapping duration.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="left" /> or <paramref name="right" /> or <paramref name="leftDurationSelector" /> or <paramref name="rightDurationSelector" /> or <paramref name="resultSelector" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.LastAsync``1(System.Reactive.Linq.IQbservable{``0})">
            <summary>
            Returns the last element of an observable sequence.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source observable sequence.</param>
            <returns>Sequence containing the last element in the observable sequence.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> is null.</exception>
            <exception cref="T:System.InvalidOperationException">(Asynchronous) The source sequence is empty.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.LastAsync``1(System.Reactive.Linq.IQbservable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}})">
            <summary>
            Returns the last element of an observable sequence that satisfies the condition in the predicate.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source observable sequence.</param>
            <param name="predicate">A predicate function to evaluate for elements in the source sequence.</param>
            <returns>Sequence containing the last element in the observable sequence that satisfies the condition in the predicate.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> or <paramref name="predicate" /> is null.</exception>
            <exception cref="T:System.InvalidOperationException">(Asynchronous) No element satisfies the condition in the predicate. -or- The source sequence is empty.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.LastOrDefaultAsync``1(System.Reactive.Linq.IQbservable{``0})">
            <summary>
            Returns the last element of an observable sequence, or a default value if no such element exists.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source observable sequence.</param>
            <returns>Sequence containing the last element in the observable sequence, or a default value if no such element exists.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.LastOrDefaultAsync``1(System.Reactive.Linq.IQbservable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}})">
            <summary>
            Returns the last element of an observable sequence that satisfies the condition in the predicate, or a default value if no such element exists.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source observable sequence.</param>
            <param name="predicate">A predicate function to evaluate for elements in the source sequence.</param>
            <returns>Sequence containing the last element in the observable sequence that satisfies the condition in the predicate, or a default value if no such element exists.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> or <paramref name="predicate" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Latest``1(System.Reactive.Linq.IQbservable{``0})">
            <summary>
            Returns an enumerable sequence whose enumeration returns the latest observed element in the source observable sequence.
            Enumerators on the resulting sequence will never produce the same element repeatedly, and will block until the next element becomes available.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source observable sequence.</param>
            <returns>The enumerable sequence that returns the last sampled element upon each iteration and subsequently blocks until the next element in the observable source sequence becomes available.</returns>
            <remarks>This operator requires the source's <see cref="T:System.Reactive.Linq.IQbservableProvider"/> object (see <see cref="P:System.Reactive.Linq.IQbservable.Provider"/>) to implement <see cref="T:System.Linq.IQueryProvider"/>.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.LongCount``1(System.Reactive.Linq.IQbservable{``0})">
            <summary>
            Returns an observable sequence containing an <see cref="T:System.Int64" /> that represents the total number of elements in an observable sequence.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">An observable sequence that contains elements to be counted.</param>
            <returns>An observable sequence containing a single element with the number of elements in the input sequence.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> is null.</exception>
            <exception cref="T:System.OverflowException">(Asynchronous) The number of elements in the source sequence is larger than <see cref="F:System.Int64.MaxValue" />.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.LongCount``1(System.Reactive.Linq.IQbservable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}})">
            <summary>
            Returns an observable sequence containing an <see cref="T:System.Int64" /> that represents how many elements in the specified observable sequence satisfy a condition.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">An observable sequence that contains elements to be counted.</param>
            <param name="predicate">A function to test each element for a condition.</param>
            <returns>An observable sequence containing a single element with a number that represents how many elements in the input sequence satisfy the condition in the predicate function.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> or <paramref name="predicate" /> is null.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Materialize``1(System.Reactive.Linq.IQbservable{``0})">
            <summary>
            Materializes the implicit notifications of an observable sequence as explicit notification values.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">An observable sequence to get notification values for.</param>
            <returns>An observable sequence containing the materialized notification values from the source sequence.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Max(System.Reactive.Linq.IQbservable{System.Decimal})">
            <summary>
            Returns the maximum value in an observable sequence of <see cref="T:System.Decimal" /> values.
            </summary>
            <param name="source">A sequence of <see cref="T:System.Decimal" /> values to determine the maximum value of.</param>
            <returns>An observable sequence containing a single element with the maximum value in the source sequence.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> is null.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Max(System.Reactive.Linq.IQbservable{System.Double})">
            <summary>
            Returns the maximum value in an observable sequence of <see cref="T:System.Double" /> values.
            </summary>
            <param name="source">A sequence of <see cref="T:System.Double" /> values to determine the maximum value of.</param>
            <returns>An observable sequence containing a single element with the maximum value in the source sequence.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> is null.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Max(System.Reactive.Linq.IQbservable{System.Int32})">
            <summary>
            Returns the maximum value in an observable sequence of <see cref="T:System.Int32" /> values.
            </summary>
            <param name="source">A sequence of <see cref="T:System.Int32" /> values to determine the maximum value of.</param>
            <returns>An observable sequence containing a single element with the maximum value in the source sequence.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> is null.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Max(System.Reactive.Linq.IQbservable{System.Int64})">
            <summary>
            Returns the maximum value in an observable sequence of <see cref="T:System.Int64" /> values.
            </summary>
            <param name="source">A sequence of <see cref="T:System.Int64" /> values to determine the maximum value of.</param>
            <returns>An observable sequence containing a single element with the maximum value in the source sequence.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> is null.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Max(System.Reactive.Linq.IQbservable{System.Nullable{System.Decimal}})">
            <summary>
            Returns the maximum value in an observable sequence of nullable <see cref="T:System.Decimal" /> values.
            </summary>
            <param name="source">A sequence of nullable <see cref="T:System.Decimal" /> values to determine the maximum value of.</param>
            <returns>An observable sequence containing a single element with the maximum value in the source sequence.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> is null.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Max(System.Reactive.Linq.IQbservable{System.Nullable{System.Double}})">
            <summary>
            Returns the maximum value in an observable sequence of nullable <see cref="T:System.Double" /> values.
            </summary>
            <param name="source">A sequence of nullable <see cref="T:System.Double" /> values to determine the maximum value of.</param>
            <returns>An observable sequence containing a single element with the maximum value in the source sequence.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> is null.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Max(System.Reactive.Linq.IQbservable{System.Nullable{System.Int32}})">
            <summary>
            Returns the maximum value in an observable sequence of nullable <see cref="T:System.Int32" /> values.
            </summary>
            <param name="source">A sequence of nullable <see cref="T:System.Int32" /> values to determine the maximum value of.</param>
            <returns>An observable sequence containing a single element with the maximum value in the source sequence.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> is null.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Max(System.Reactive.Linq.IQbservable{System.Nullable{System.Int64}})">
            <summary>
            Returns the maximum value in an observable sequence of nullable <see cref="T:System.Int64" /> values.
            </summary>
            <param name="source">A sequence of nullable <see cref="T:System.Int64" /> values to determine the maximum value of.</param>
            <returns>An observable sequence containing a single element with the maximum value in the source sequence.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> is null.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Max(System.Reactive.Linq.IQbservable{System.Nullable{System.Single}})">
            <summary>
            Returns the maximum value in an observable sequence of nullable <see cref="T:System.Single" /> values.
            </summary>
            <param name="source">A sequence of nullable <see cref="T:System.Single" /> values to determine the maximum value of.</param>
            <returns>An observable sequence containing a single element with the maximum value in the source sequence.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> is null.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Max(System.Reactive.Linq.IQbservable{System.Single})">
            <summary>
            Returns the maximum value in an observable sequence of <see cref="T:System.Single" /> values.
            </summary>
            <param name="source">A sequence of <see cref="T:System.Single" /> values to determine the maximum value of.</param>
            <returns>An observable sequence containing a single element with the maximum value in the source sequence.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> is null.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Max``1(System.Reactive.Linq.IQbservable{``0})">
            <summary>
            Returns the maximum element in an observable sequence.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">An observable sequence to determine the maximum element of.</param>
            <returns>An observable sequence containing a single element with the maximum element in the source sequence.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> is null.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Max``1(System.Reactive.Linq.IQbservable{``0},System.Collections.Generic.IComparer{``0})">
            <summary>
            Returns the maximum value in an observable sequence according to the specified comparer.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">An observable sequence to determine the maximum element of.</param>
            <param name="comparer">Comparer used to compare elements.</param>
            <returns>An observable sequence containing a single element with the maximum element in the source sequence.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> or <paramref name="comparer" /> is null.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Max``1(System.Reactive.Linq.IQbservable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Double}})">
            <summary>
            Invokes a transform function on each element of a sequence and returns the maximum <see cref="T:System.Double" /> value.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">A sequence of values to determine the maximum value of.</param>
            <param name="selector">A transform function to apply to each element.</param>
            <returns>An observable sequence containing a single element with the value of type <see cref="T:System.Double" /> that corresponds to the maximum value in the source sequence.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> or <paramref name="selector" /> is null.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Max``1(System.Reactive.Linq.IQbservable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Single}})">
            <summary>
            Invokes a transform function on each element of a sequence and returns the maximum <see cref="T:System.Single" /> value.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">A sequence of values to determine the maximum value of.</param>
            <param name="selector">A transform function to apply to each element.</param>
            <returns>An observable sequence containing a single element with the value of type <see cref="T:System.Single" /> that corresponds to the maximum value in the source sequence.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> or <paramref name="selector" /> is null.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Max``1(System.Reactive.Linq.IQbservable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Decimal}})">
            <summary>
            Invokes a transform function on each element of a sequence and returns the maximum <see cref="T:System.Decimal" /> value.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">A sequence of values to determine the maximum value of.</param>
            <param name="selector">A transform function to apply to each element.</param>
            <returns>An observable sequence containing a single element with the value of type <see cref="T:System.Decimal" /> that corresponds to the maximum value in the source sequence.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> or <paramref name="selector" /> is null.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Max``1(System.Reactive.Linq.IQbservable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32}})">
            <summary>
            Invokes a transform function on each element of a sequence and returns the maximum <see cref="T:System.Int32" /> value.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">A sequence of values to determine the maximum value of.</param>
            <param name="selector">A transform function to apply to each element.</param>
            <returns>An observable sequence containing a single element with the value of type <see cref="T:System.Int32" /> that corresponds to the maximum value in the source sequence.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> or <paramref name="selector" /> is null.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Max``1(System.Reactive.Linq.IQbservable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int64}})">
            <summary>
            Invokes a transform function on each element of a sequence and returns the maximum <see cref="T:System.Int64" /> value.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">A sequence of values to determine the maximum value of.</param>
            <param name="selector">A transform function to apply to each element.</param>
            <returns>An observable sequence containing a single element with the value of type <see cref="T:System.Int64" /> that corresponds to the maximum value in the source sequence.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> or <paramref name="selector" /> is null.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Max``1(System.Reactive.Linq.IQbservable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Double}}})">
            <summary>
            Invokes a transform function on each element of a sequence and returns the maximum nullable <see cref="T:System.Double" /> value.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">A sequence of values to determine the maximum value of.</param>
            <param name="selector">A transform function to apply to each element.</param>
            <returns>An observable sequence containing a single element with the value of type <see cref="T:System.Nullable`1" /> that corresponds to the maximum value in the source sequence.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> or <paramref name="selector" /> is null.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Max``1(System.Reactive.Linq.IQbservable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Single}}})">
            <summary>
            Invokes a transform function on each element of a sequence and returns the maximum nullable <see cref="T:System.Single" /> value.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">A sequence of values to determine the maximum value of.</param>
            <param name="selector">A transform function to apply to each element.</param>
            <returns>An observable sequence containing a single element with the value of type <see cref="T:System.Nullable`1" /> that corresponds to the maximum value in the source sequence.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> or <paramref name="selector" /> is null.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Max``1(System.Reactive.Linq.IQbservable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Decimal}}})">
            <summary>
            Invokes a transform function on each element of a sequence and returns the maximum nullable <see cref="T:System.Decimal" /> value.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">A sequence of values to determine the maximum value of.</param>
            <param name="selector">A transform function to apply to each element.</param>
            <returns>An observable sequence containing a single element with the value of type <see cref="T:System.Nullable`1" /> that corresponds to the maximum value in the source sequence.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> or <paramref name="selector" /> is null.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Max``1(System.Reactive.Linq.IQbservable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Int32}}})">
            <summary>
            Invokes a transform function on each element of a sequence and returns the maximum nullable <see cref="T:System.Int32" /> value.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">A sequence of values to determine the maximum value of.</param>
            <param name="selector">A transform function to apply to each element.</param>
            <returns>An observable sequence containing a single element with the value of type <see cref="T:System.Nullable`1" /> that corresponds to the maximum value in the source sequence.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> or <paramref name="selector" /> is null.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Max``1(System.Reactive.Linq.IQbservable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Int64}}})">
            <summary>
            Invokes a transform function on each element of a sequence and returns the maximum nullable <see cref="T:System.Int64" /> value.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">A sequence of values to determine the maximum value of.</param>
            <param name="selector">A transform function to apply to each element.</param>
            <returns>An observable sequence containing a single element with the value of type <see cref="T:System.Nullable`1" /> that corresponds to the maximum value in the source sequence.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> or <paramref name="selector" /> is null.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Max``2(System.Reactive.Linq.IQbservable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}})">
            <summary>
            Invokes a transform function on each element of a sequence and returns the maximum value.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <typeparam name="TResult">The type of the objects derived from the elements in the source sequence to determine the maximum of.</typeparam>
            <param name="source">An observable sequence to determine the minimum element of.</param>
            <param name="selector">A transform function to apply to each element.</param>
            <returns>An observable sequence containing a single element with the value that corresponds to the maximum element in the source sequence.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> or <paramref name="selector" /> is null.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Max``2(System.Reactive.Linq.IQbservable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IComparer{``1})">
            <summary>
            Invokes a transform function on each element of a sequence and returns the maximum value according to the specified comparer.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <typeparam name="TResult">The type of the objects derived from the elements in the source sequence to determine the maximum of.</typeparam>
            <param name="source">An observable sequence to determine the minimum element of.</param>
            <param name="selector">A transform function to apply to each element.</param>
            <param name="comparer">Comparer used to compare elements.</param>
            <returns>An observable sequence containing a single element with the value that corresponds to the maximum element in the source sequence.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> or <paramref name="selector" /> or <paramref name="comparer" /> is null.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.MaxBy``2(System.Reactive.Linq.IQbservable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}})">
            <summary>
            Returns the elements in an observable sequence with the maximum key value.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <typeparam name="TKey">The type of the key computed for each element in the source sequence.</typeparam>
            <param name="source">An observable sequence to get the maximum elements for.</param>
            <param name="keySelector">Key selector function.</param>
            <returns>An observable sequence containing a list of zero or more elements that have a maximum key value.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> or <paramref name="keySelector" /> is null.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.MaxBy``2(System.Reactive.Linq.IQbservable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IComparer{``1})">
            <summary>
            Returns the elements in an observable sequence with the maximum key value according to the specified comparer.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <typeparam name="TKey">The type of the key computed for each element in the source sequence.</typeparam>
            <param name="source">An observable sequence to get the maximum elements for.</param>
            <param name="keySelector">Key selector function.</param>
            <param name="comparer">Comparer used to compare key values.</param>
            <returns>An observable sequence containing a list of zero or more elements that have a maximum key value.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> or <paramref name="keySelector" /> or <paramref name="comparer" /> is null.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Merge``1(System.Reactive.Linq.IQbservable{``0},System.IObservable{``0})">
            <summary>
            Merges elements from two observable sequences into a single observable sequence.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequences.</typeparam>
            <param name="first">First observable sequence.</param>
            <param name="second">Second observable sequence.</param>
            <returns>The observable sequence that merges the elements of the given sequences.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="first" /> or <paramref name="second" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Merge``1(System.Reactive.Linq.IQbservable{``0},System.IObservable{``0},System.Reactive.Concurrency.IScheduler)">
            <summary>
            Merges elements from two observable sequences into a single observable sequence, using the specified scheduler for enumeration of and subscription to the sources.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequences.</typeparam>
            <param name="first">First observable sequence.</param>
            <param name="second">Second observable sequence.</param>
            <param name="scheduler">Scheduler used to introduce concurrency for making subscriptions to the given sequences.</param>
            <returns>The observable sequence that merges the elements of the given sequences.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="first" /> or <paramref name="second" /> or <paramref name="scheduler" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Merge``1(System.Reactive.Linq.IQbservableProvider,System.Reactive.Concurrency.IScheduler,System.IObservable{``0}[])">
            <summary>
            Merges elements from all of the specified observable sequences into a single observable sequence, using the specified scheduler for enumeration of and subscription to the sources.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <typeparam name="TSource">The type of the elements in the source sequences.</typeparam>
            <param name="sources">Observable sequences.</param>
            <param name="scheduler">Scheduler to run the enumeration of the sequence of sources on.</param>
            <returns>The observable sequence that merges the elements of the observable sequences.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="scheduler" /> or <paramref name="sources" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Merge``1(System.Reactive.Linq.IQbservable{System.IObservable{``0}})">
            <summary>
            Merges elements from all inner observable sequences into a single observable sequence.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequences.</typeparam>
            <param name="sources">Observable sequence of inner observable sequences.</param>
            <returns>The observable sequence that merges the elements of the inner sequences.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="sources" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Merge``1(System.Reactive.Linq.IQbservable{System.Threading.Tasks.Task{``0}})">
            <summary>
            Merges results from all source tasks into a single observable sequence.
            </summary>
            <typeparam name="TSource">The type of the results produced by the source tasks.</typeparam>
            <param name="sources">Observable sequence of tasks.</param>
            <returns>The observable sequence that merges the results of the source tasks.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="sources" /> is null.</exception>
            <remarks>If the tasks support cancellation, consider manual conversion of the tasks using <see cref="M:System.Reactive.Linq.Observable.FromAsync``1(System.Func{System.Threading.CancellationToken,System.Threading.Tasks.Task{``0}})" />, followed by a merge operation using <see cref="M:System.Reactive.Linq.Observable.Merge``1(System.IObservable{System.IObservable{``0}})" />.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Merge``1(System.Reactive.Linq.IQbservableProvider,System.IObservable{``0}[])">
            <summary>
            Merges elements from all of the specified observable sequences into a single observable sequence.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <typeparam name="TSource">The type of the elements in the source sequences.</typeparam>
            <param name="sources">Observable sequences.</param>
            <returns>The observable sequence that merges the elements of the observable sequences.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="sources" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Merge``1(System.Reactive.Linq.IQbservableProvider,System.Collections.Generic.IEnumerable{System.IObservable{``0}})">
            <summary>
            Merges elements from all observable sequences in the given enumerable sequence into a single observable sequence.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <typeparam name="TSource">The type of the elements in the source sequences.</typeparam>
            <param name="sources">Enumerable sequence of observable sequences.</param>
            <returns>The observable sequence that merges the elements of the observable sequences.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="sources" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Merge``1(System.Reactive.Linq.IQbservable{System.IObservable{``0}},System.Int32)">
            <summary>
            Merges elements from all inner observable sequences into a single observable sequence, limiting the number of concurrent subscriptions to inner sequences.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequences.</typeparam>
            <param name="sources">Observable sequence of inner observable sequences.</param>
            <param name="maxConcurrent">Maximum number of inner observable sequences being subscribed to concurrently.</param>
            <returns>The observable sequence that merges the elements of the inner sequences.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="sources" /> is null.</exception>
            <exception cref="T:System.ArgumentOutOfRangeException">
            <paramref name="maxConcurrent" /> is less than or equal to zero.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Merge``1(System.Reactive.Linq.IQbservableProvider,System.Collections.Generic.IEnumerable{System.IObservable{``0}},System.Int32)">
            <summary>
            Merges elements from all observable sequences in the given enumerable sequence into a single observable sequence, limiting the number of concurrent subscriptions to inner sequences.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <typeparam name="TSource">The type of the elements in the source sequences.</typeparam>
            <param name="sources">Enumerable sequence of observable sequences.</param>
            <param name="maxConcurrent">Maximum number of observable sequences being subscribed to concurrently.</param>
            <returns>The observable sequence that merges the elements of the observable sequences.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="sources" /> is null.</exception>
            <exception cref="T:System.ArgumentOutOfRangeException">
            <paramref name="maxConcurrent" /> is less than or equal to zero.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Merge``1(System.Reactive.Linq.IQbservableProvider,System.Collections.Generic.IEnumerable{System.IObservable{``0}},System.Int32,System.Reactive.Concurrency.IScheduler)">
            <summary>
            Merges elements from all observable sequences in the given enumerable sequence into a single observable sequence, limiting the number of concurrent subscriptions to inner sequences, and using the specified scheduler for enumeration of and subscription to the sources.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <typeparam name="TSource">The type of the elements in the source sequences.</typeparam>
            <param name="sources">Enumerable sequence of observable sequences.</param>
            <param name="maxConcurrent">Maximum number of observable sequences being subscribed to concurrently.</param>
            <param name="scheduler">Scheduler to run the enumeration of the sequence of sources on.</param>
            <returns>The observable sequence that merges the elements of the observable sequences.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="sources" /> or <paramref name="scheduler" /> is null.</exception>
            <exception cref="T:System.ArgumentOutOfRangeException">
            <paramref name="maxConcurrent" /> is less than or equal to zero.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Merge``1(System.Reactive.Linq.IQbservableProvider,System.Collections.Generic.IEnumerable{System.IObservable{``0}},System.Reactive.Concurrency.IScheduler)">
            <summary>
            Merges elements from all observable sequences in the given enumerable sequence into a single observable sequence, using the specified scheduler for enumeration of and subscription to the sources.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <typeparam name="TSource">The type of the elements in the source sequences.</typeparam>
            <param name="sources">Enumerable sequence of observable sequences.</param>
            <param name="scheduler">Scheduler to run the enumeration of the sequence of sources on.</param>
            <returns>The observable sequence that merges the elements of the observable sequences.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="sources" /> or <paramref name="scheduler" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Min(System.Reactive.Linq.IQbservable{System.Decimal})">
            <summary>
            Returns the minimum value in an observable sequence of <see cref="T:System.Decimal" /> values.
            </summary>
            <param name="source">A sequence of <see cref="T:System.Decimal" /> values to determine the minimum value of.</param>
            <returns>An observable sequence containing a single element with the minimum value in the source sequence.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> is null.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Min(System.Reactive.Linq.IQbservable{System.Double})">
            <summary>
            Returns the minimum value in an observable sequence of <see cref="T:System.Double" /> values.
            </summary>
            <param name="source">A sequence of <see cref="T:System.Double" /> values to determine the minimum value of.</param>
            <returns>An observable sequence containing a single element with the minimum value in the source sequence.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> is null.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Min(System.Reactive.Linq.IQbservable{System.Int32})">
            <summary>
            Returns the minimum value in an observable sequence of <see cref="T:System.Int32" /> values.
            </summary>
            <param name="source">A sequence of <see cref="T:System.Int32" /> values to determine the minimum value of.</param>
            <returns>An observable sequence containing a single element with the minimum value in the source sequence.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> is null.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Min(System.Reactive.Linq.IQbservable{System.Int64})">
            <summary>
            Returns the minimum value in an observable sequence of <see cref="T:System.Int64" /> values.
            </summary>
            <param name="source">A sequence of <see cref="T:System.Int64" /> values to determine the minimum value of.</param>
            <returns>An observable sequence containing a single element with the minimum value in the source sequence.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> is null.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Min(System.Reactive.Linq.IQbservable{System.Nullable{System.Decimal}})">
            <summary>
            Returns the minimum value in an observable sequence of nullable <see cref="T:System.Decimal" /> values.
            </summary>
            <param name="source">A sequence of nullable <see cref="T:System.Decimal" /> values to determine the minimum value of.</param>
            <returns>An observable sequence containing a single element with the minimum value in the source sequence.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> is null.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Min(System.Reactive.Linq.IQbservable{System.Nullable{System.Double}})">
            <summary>
            Returns the minimum value in an observable sequence of nullable <see cref="T:System.Double" /> values.
            </summary>
            <param name="source">A sequence of nullable <see cref="T:System.Double" /> values to determine the minimum value of.</param>
            <returns>An observable sequence containing a single element with the minimum value in the source sequence.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> is null.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Min(System.Reactive.Linq.IQbservable{System.Nullable{System.Int32}})">
            <summary>
            Returns the minimum value in an observable sequence of nullable <see cref="T:System.Int32" /> values.
            </summary>
            <param name="source">A sequence of nullable <see cref="T:System.Int32" /> values to determine the minimum value of.</param>
            <returns>An observable sequence containing a single element with the minimum value in the source sequence.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> is null.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Min(System.Reactive.Linq.IQbservable{System.Nullable{System.Int64}})">
            <summary>
            Returns the minimum value in an observable sequence of nullable <see cref="T:System.Int64" /> values.
            </summary>
            <param name="source">A sequence of nullable <see cref="T:System.Int64" /> values to determine the minimum value of.</param>
            <returns>An observable sequence containing a single element with the minimum value in the source sequence.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> is null.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Min(System.Reactive.Linq.IQbservable{System.Nullable{System.Single}})">
            <summary>
            Returns the minimum value in an observable sequence of nullable <see cref="T:System.Single" /> values.
            </summary>
            <param name="source">A sequence of nullable <see cref="T:System.Single" /> values to determine the minimum value of.</param>
            <returns>An observable sequence containing a single element with the minimum value in the source sequence.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> is null.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Min(System.Reactive.Linq.IQbservable{System.Single})">
            <summary>
            Returns the minimum value in an observable sequence of <see cref="T:System.Single" /> values.
            </summary>
            <param name="source">A sequence of <see cref="T:System.Single" /> values to determine the minimum value of.</param>
            <returns>An observable sequence containing a single element with the minimum value in the source sequence.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> is null.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Min``1(System.Reactive.Linq.IQbservable{``0})">
            <summary>
            Returns the minimum element in an observable sequence.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">An observable sequence to determine the minimum element of.</param>
            <returns>An observable sequence containing a single element with the minimum element in the source sequence.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> is null.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Min``1(System.Reactive.Linq.IQbservable{``0},System.Collections.Generic.IComparer{``0})">
            <summary>
            Returns the minimum element in an observable sequence according to the specified comparer.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">An observable sequence to determine the minimum element of.</param>
            <param name="comparer">Comparer used to compare elements.</param>
            <returns>An observable sequence containing a single element with the minimum element in the source sequence.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> or <paramref name="comparer" /> is null.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Min``1(System.Reactive.Linq.IQbservable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Double}})">
            <summary>
            Invokes a transform function on each element of a sequence and returns the minimum <see cref="T:System.Double" /> value.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">A sequence of values to determine the minimum value of.</param>
            <param name="selector">A transform function to apply to each element.</param>
            <returns>An observable sequence containing a single element with the value of type <see cref="T:System.Double" /> that corresponds to the minimum value in the source sequence.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> or <paramref name="selector" /> is null.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Min``1(System.Reactive.Linq.IQbservable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Single}})">
            <summary>
            Invokes a transform function on each element of a sequence and returns the minimum <see cref="T:System.Single" /> value.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">A sequence of values to determine the minimum value of.</param>
            <param name="selector">A transform function to apply to each element.</param>
            <returns>An observable sequence containing a single element with the value of type <see cref="T:System.Single" /> that corresponds to the minimum value in the source sequence.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> or <paramref name="selector" /> is null.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Min``1(System.Reactive.Linq.IQbservable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Decimal}})">
            <summary>
            Invokes a transform function on each element of a sequence and returns the minimum <see cref="T:System.Decimal" /> value.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">A sequence of values to determine the minimum value of.</param>
            <param name="selector">A transform function to apply to each element.</param>
            <returns>An observable sequence containing a single element with the value of type <see cref="T:System.Decimal" /> that corresponds to the minimum value in the source sequence.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> or <paramref name="selector" /> is null.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Min``1(System.Reactive.Linq.IQbservable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32}})">
            <summary>
            Invokes a transform function on each element of a sequence and returns the minimum <see cref="T:System.Int32" /> value.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">A sequence of values to determine the minimum value of.</param>
            <param name="selector">A transform function to apply to each element.</param>
            <returns>An observable sequence containing a single element with the value of type <see cref="T:System.Int32" /> that corresponds to the minimum value in the source sequence.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> or <paramref name="selector" /> is null.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Min``1(System.Reactive.Linq.IQbservable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int64}})">
            <summary>
            Invokes a transform function on each element of a sequence and returns the minimum <see cref="T:System.Int64" /> value.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">A sequence of values to determine the minimum value of.</param>
            <param name="selector">A transform function to apply to each element.</param>
            <returns>An observable sequence containing a single element with the value of type <see cref="T:System.Int64" /> that corresponds to the minimum value in the source sequence.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> or <paramref name="selector" /> is null.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Min``1(System.Reactive.Linq.IQbservable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Double}}})">
            <summary>
            Invokes a transform function on each element of a sequence and returns the minimum nullable <see cref="T:System.Double" /> value.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">A sequence of values to determine the minimum value of.</param>
            <param name="selector">A transform function to apply to each element.</param>
            <returns>An observable sequence containing a single element with the value of type <see cref="T:System.Nullable`1" /> that corresponds to the minimum value in the source sequence.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> or <paramref name="selector" /> is null.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Min``1(System.Reactive.Linq.IQbservable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Single}}})">
            <summary>
            Invokes a transform function on each element of a sequence and returns the minimum nullable <see cref="T:System.Single" /> value.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">A sequence of values to determine the minimum value of.</param>
            <param name="selector">A transform function to apply to each element.</param>
            <returns>An observable sequence containing a single element with the value of type <see cref="T:System.Nullable`1" /> that corresponds to the minimum value in the source sequence.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> or <paramref name="selector" /> is null.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Min``1(System.Reactive.Linq.IQbservable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Decimal}}})">
            <summary>
            Invokes a transform function on each element of a sequence and returns the minimum nullable <see cref="T:System.Decimal" /> value.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">A sequence of values to determine the minimum value of.</param>
            <param name="selector">A transform function to apply to each element.</param>
            <returns>An observable sequence containing a single element with the value of type <see cref="T:System.Nullable`1" /> that corresponds to the minimum value in the source sequence.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> or <paramref name="selector" /> is null.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Min``1(System.Reactive.Linq.IQbservable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Int32}}})">
            <summary>
            Invokes a transform function on each element of a sequence and returns the minimum nullable <see cref="T:System.Int32" /> value.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">A sequence of values to determine the minimum value of.</param>
            <param name="selector">A transform function to apply to each element.</param>
            <returns>An observable sequence containing a single element with the value of type <see cref="T:System.Nullable`1" /> that corresponds to the minimum value in the source sequence.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> or <paramref name="selector" /> is null.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Min``1(System.Reactive.Linq.IQbservable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Int64}}})">
            <summary>
            Invokes a transform function on each element of a sequence and returns the minimum nullable <see cref="T:System.Int64" /> value.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">A sequence of values to determine the minimum value of.</param>
            <param name="selector">A transform function to apply to each element.</param>
            <returns>An observable sequence containing a single element with the value of type <see cref="T:System.Nullable`1" /> that corresponds to the minimum value in the source sequence.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> or <paramref name="selector" /> is null.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Min``2(System.Reactive.Linq.IQbservable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}})">
            <summary>
            Invokes a transform function on each element of a sequence and returns the minimum value.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <typeparam name="TResult">The type of the objects derived from the elements in the source sequence to determine the minimum of.</typeparam>
            <param name="source">An observable sequence to determine the minimum element of.</param>
            <param name="selector">A transform function to apply to each element.</param>
            <returns>An observable sequence containing a single element with the value that corresponds to the minimum element in the source sequence.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> or <paramref name="selector" /> is null.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Min``2(System.Reactive.Linq.IQbservable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IComparer{``1})">
            <summary>
            Invokes a transform function on each element of a sequence and returns the minimum value according to the specified comparer.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <typeparam name="TResult">The type of the objects derived from the elements in the source sequence to determine the minimum of.</typeparam>
            <param name="source">An observable sequence to determine the minimum element of.</param>
            <param name="selector">A transform function to apply to each element.</param>
            <param name="comparer">Comparer used to compare elements.</param>
            <returns>An observable sequence containing a single element with the value that corresponds to the minimum element in the source sequence.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> or <paramref name="selector" /> or <paramref name="comparer" /> is null.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.MinBy``2(System.Reactive.Linq.IQbservable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}})">
            <summary>
            Returns the elements in an observable sequence with the minimum key value.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <typeparam name="TKey">The type of the key computed for each element in the source sequence.</typeparam>
            <param name="source">An observable sequence to get the minimum elements for.</param>
            <param name="keySelector">Key selector function.</param>
            <returns>An observable sequence containing a list of zero or more elements that have a minimum key value.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> or <paramref name="keySelector" /> is null.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.MinBy``2(System.Reactive.Linq.IQbservable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IComparer{``1})">
            <summary>
            Returns the elements in an observable sequence with the minimum key value according to the specified comparer.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <typeparam name="TKey">The type of the key computed for each element in the source sequence.</typeparam>
            <param name="source">An observable sequence to get the minimum elements for.</param>
            <param name="keySelector">Key selector function.</param>
            <param name="comparer">Comparer used to compare key values.</param>
            <returns>An observable sequence containing a list of zero or more elements that have a minimum key value.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> or <paramref name="keySelector" /> or <paramref name="comparer" /> is null.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.MostRecent``1(System.Reactive.Linq.IQbservable{``0},``0)">
            <summary>
            Returns an enumerable sequence whose enumeration returns the most recently observed element in the source observable sequence, using the specified initial value in case no element has been sampled yet.
            Enumerators on the resulting sequence never block and can produce the same element repeatedly.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source observable sequence.</param>
            <param name="initialValue">Initial value that will be yielded by the enumerable sequence if no element has been sampled yet.</param>
            <returns>The enumerable sequence that returns the last sampled element upon each iteration.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> is null.</exception>
            <remarks>This operator requires the source's <see cref="T:System.Reactive.Linq.IQbservableProvider"/> object (see <see cref="P:System.Reactive.Linq.IQbservable.Provider"/>) to implement <see cref="T:System.Linq.IQueryProvider"/>.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Multicast``3(System.Reactive.Linq.IQbservable{``0},System.Linq.Expressions.Expression{System.Func{System.Reactive.Subjects.ISubject{``0,``1}}},System.Linq.Expressions.Expression{System.Func{System.IObservable{``1},System.IObservable{``2}}})">
            <summary>
            Multicasts the source sequence notifications through an instantiated subject into all uses of the sequence within a selector function. Each
            subscription to the resulting sequence causes a separate multicast invocation, exposing the sequence resulting from the selector function's
            invocation. For specializations with fixed subject types, see Publish, PublishLast, and Replay.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <typeparam name="TIntermediate">The type of the elements produced by the intermediate subject.</typeparam>
            <typeparam name="TResult">The type of the elements in the result sequence.</typeparam>
            <param name="source">Source sequence which will be multicasted in the specified selector function.</param>
            <param name="subjectSelector">Factory function to create an intermediate subject through which the source sequence's elements will be multicast to the selector function.</param>
            <param name="selector">Selector function which can use the multicasted source sequence subject to the policies enforced by the created subject.</param>
            <returns>An observable sequence that contains the elements of a sequence produced by multicasting the source sequence within a selector function.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> or <paramref name="subjectSelector" /> or <paramref name="selector" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Never``1(System.Reactive.Linq.IQbservableProvider)">
            <summary>
            Returns a non-terminating observable sequence, which can be used to denote an infinite duration (e.g. when using reactive joins).
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <typeparam name="TResult">The type used for the <see cref="T:System.IObservable`1" /> type parameter of the resulting sequence.</typeparam>
            <returns>An observable sequence whose observers will never get called.</returns>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Never``1(System.Reactive.Linq.IQbservableProvider,``0)">
            <summary>
            Returns a non-terminating observable sequence, which can be used to denote an infinite duration (e.g. when using reactive joins).
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <typeparam name="TResult">The type used for the <see cref="T:System.IObservable`1" /> type parameter of the resulting sequence.</typeparam>
            <param name="witness">Object solely used to infer the type of the <typeparamref name="TResult" /> type parameter. This parameter is typically used when creating a sequence of anonymously typed elements.</param>
            <returns>An observable sequence whose observers will never get called.</returns>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Next``1(System.Reactive.Linq.IQbservable{``0})">
            <summary>
            Returns an enumerable sequence whose enumeration blocks until the next element in the source observable sequence becomes available.
            Enumerators on the resulting sequence will block until the next element becomes available.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source observable sequence.</param>
            <returns>The enumerable sequence that blocks upon each iteration until the next element in the observable source sequence becomes available.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> is null.</exception>
            <remarks>This operator requires the source's <see cref="T:System.Reactive.Linq.IQbservableProvider"/> object (see <see cref="P:System.Reactive.Linq.IQbservable.Provider"/>) to implement <see cref="T:System.Linq.IQueryProvider"/>.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.ObserveOn``1(System.Reactive.Linq.IQbservable{``0},System.Threading.SynchronizationContext)">
            <summary>
            Wraps the source sequence in order to run its observer callbacks on the specified synchronization context.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source sequence.</param>
            <param name="context">Synchronization context to notify observers on.</param>
            <returns>The source sequence whose observations happen on the specified synchronization context.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> or <paramref name="context" /> is null.</exception>
            <remarks>
            This only invokes observer callbacks on a synchronization context. In case the subscription and/or unsubscription actions have side-effects
            that require to be run on a synchronization context, use <see cref="M:System.Reactive.Linq.Observable.SubscribeOn``1(System.IObservable{``0},System.Threading.SynchronizationContext)" />.
            </remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.ObserveOn``1(System.Reactive.Linq.IQbservable{``0},System.Reactive.Concurrency.IScheduler)">
            <summary>
            Wraps the source sequence in order to run its observer callbacks on the specified scheduler.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source sequence.</param>
            <param name="scheduler">Scheduler to notify observers on.</param>
            <returns>The source sequence whose observations happen on the specified scheduler.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> or <paramref name="scheduler" /> is null.</exception>
            <remarks>
            This only invokes observer callbacks on a scheduler. In case the subscription and/or unsubscription actions have side-effects
            that require to be run on a scheduler, use <see cref="M:System.Reactive.Linq.Observable.SubscribeOn``1(System.IObservable{``0},System.Reactive.Concurrency.IScheduler)" />.
            </remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.OfType``1(System.Reactive.Linq.IQbservable{System.Object})">
            <summary>
            Filters the elements of an observable sequence based on the specified type.
            </summary>
            <typeparam name="TResult">The type to filter the elements in the source sequence on.</typeparam>
            <param name="source">The observable sequence that contains the elements to be filtered.</param>
            <returns>An observable sequence that contains elements from the input sequence of type TResult.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.OnErrorResumeNext``1(System.Reactive.Linq.IQbservable{``0},System.IObservable{``0})">
            <summary>
            Concatenates the second observable sequence to the first observable sequence upon successful or exceptional termination of the first.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequences.</typeparam>
            <param name="first">First observable sequence whose exception (if any) is caught.</param>
            <param name="second">Second observable sequence used to produce results after the first sequence terminates.</param>
            <returns>An observable sequence that concatenates the first and second sequence, even if the first sequence terminates exceptionally.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="first" /> or <paramref name="second" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.OnErrorResumeNext``1(System.Reactive.Linq.IQbservableProvider,System.IObservable{``0}[])">
            <summary>
            Concatenates all of the specified observable sequences, even if the previous observable sequence terminated exceptionally.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <typeparam name="TSource">The type of the elements in the source sequences.</typeparam>
            <param name="sources">Observable sequences to concatenate.</param>
            <returns>An observable sequence that concatenates the source sequences, even if a sequence terminates exceptionally.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="sources" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.OnErrorResumeNext``1(System.Reactive.Linq.IQbservableProvider,System.Collections.Generic.IEnumerable{System.IObservable{``0}})">
            <summary>
            Concatenates all observable sequences in the given enumerable sequence, even if the previous observable sequence terminated exceptionally.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <typeparam name="TSource">The type of the elements in the source sequences.</typeparam>
            <param name="sources">Observable sequences to concatenate.</param>
            <returns>An observable sequence that concatenates the source sequences, even if a sequence terminates exceptionally.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="sources" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Prepend``1(System.Reactive.Linq.IQbservable{``0},``0)">
            <summary>
            Prepend a value to an observable sequence.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source sequence to prepend the value to.</param>
            <param name="value">Value to prepend to the specified sequence.</param>
            <returns>The source sequence prepended with the specified value.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Prepend``1(System.Reactive.Linq.IQbservable{``0},``0,System.Reactive.Concurrency.IScheduler)">
            <summary>
            Prepend a value to an observable sequence.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source sequence to prepend the value to.</param>
            <param name="value">Value to prepend to the specified sequence.</param>
            <param name="scheduler">Scheduler to emit the prepend values on.</param>
            <returns>The source sequence prepended with the specified value.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Publish``2(System.Reactive.Linq.IQbservable{``0},System.Linq.Expressions.Expression{System.Func{System.IObservable{``0},System.IObservable{``1}}})">
            <summary>
            Returns an observable sequence that is the result of invoking the selector on a connectable observable sequence that shares a single subscription to the underlying sequence.
            This operator is a specialization of Multicast using a regular <see cref="T:System.Reactive.Subjects.Subject`1" />.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <typeparam name="TResult">The type of the elements in the result sequence.</typeparam>
            <param name="source">Source sequence whose elements will be multicasted through a single shared subscription.</param>
            <param name="selector">Selector function which can use the multicasted source sequence as many times as needed, without causing multiple subscriptions to the source sequence. Subscribers to the given source will receive all notifications of the source from the time of the subscription on.</param>
            <returns>An observable sequence that contains the elements of a sequence produced by multicasting the source sequence within a selector function.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> or <paramref name="selector" /> is null.</exception>
            <seealso cref="T:System.Reactive.Subjects.Subject`1" />
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Publish``2(System.Reactive.Linq.IQbservable{``0},System.Linq.Expressions.Expression{System.Func{System.IObservable{``0},System.IObservable{``1}}},``0)">
            <summary>
            Returns an observable sequence that is the result of invoking the selector on a connectable observable sequence that shares a single subscription to the underlying sequence and starts with initialValue.
            This operator is a specialization of Multicast using a <see cref="T:System.Reactive.Subjects.BehaviorSubject`1" />.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <typeparam name="TResult">The type of the elements in the result sequence.</typeparam>
            <param name="source">Source sequence whose elements will be multicasted through a single shared subscription.</param>
            <param name="selector">Selector function which can use the multicasted source sequence as many times as needed, without causing multiple subscriptions to the source sequence. Subscribers to the given source will receive immediately receive the initial value, followed by all notifications of the source from the time of the subscription on.</param>
            <param name="initialValue">Initial value received by observers upon subscription.</param>
            <returns>An observable sequence that contains the elements of a sequence produced by multicasting the source sequence within a selector function.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> or <paramref name="selector" /> is null.</exception>
            <seealso cref="T:System.Reactive.Subjects.BehaviorSubject`1" />
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.PublishLast``2(System.Reactive.Linq.IQbservable{``0},System.Linq.Expressions.Expression{System.Func{System.IObservable{``0},System.IObservable{``1}}})">
            <summary>
            Returns an observable sequence that is the result of invoking the selector on a connectable observable sequence that shares a single subscription to the underlying sequence containing only the last notification.
            This operator is a specialization of Multicast using a <see cref="T:System.Reactive.Subjects.AsyncSubject`1" />.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <typeparam name="TResult">The type of the elements in the result sequence.</typeparam>
            <param name="source">Source sequence whose elements will be multicasted through a single shared subscription.</param>
            <param name="selector">Selector function which can use the multicasted source sequence as many times as needed, without causing multiple subscriptions to the source sequence. Subscribers to the given source will only receive the last notification of the source.</param>
            <returns>An observable sequence that contains the elements of a sequence produced by multicasting the source sequence within a selector function.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> or <paramref name="selector" /> is null.</exception>
            <seealso cref="T:System.Reactive.Subjects.AsyncSubject`1" />
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Range(System.Reactive.Linq.IQbservableProvider,System.Int32,System.Int32)">
            <summary>
            Generates an observable sequence of integral numbers within a specified range.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <param name="start">The value of the first integer in the sequence.</param>
            <param name="count">The number of sequential integers to generate.</param>
            <returns>An observable sequence that contains a range of sequential integral numbers.</returns>
            <exception cref="T:System.ArgumentOutOfRangeException">
            <paramref name="count" /> is less than zero. -or- <paramref name="start" /> + <paramref name="count" /> - 1 is larger than <see cref="F:System.Int32.MaxValue" />.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Range(System.Reactive.Linq.IQbservableProvider,System.Int32,System.Int32,System.Reactive.Concurrency.IScheduler)">
            <summary>
            Generates an observable sequence of integral numbers within a specified range, using the specified scheduler to send out observer messages.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <param name="start">The value of the first integer in the sequence.</param>
            <param name="count">The number of sequential integers to generate.</param>
            <param name="scheduler">Scheduler to run the generator loop on.</param>
            <returns>An observable sequence that contains a range of sequential integral numbers.</returns>
            <exception cref="T:System.ArgumentOutOfRangeException">
            <paramref name="count" /> is less than zero. -or- <paramref name="start" /> + <paramref name="count" /> - 1 is larger than <see cref="F:System.Int32.MaxValue" />.</exception>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="scheduler" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.RefCount``1(System.Reactive.Linq.IQbservableProvider,System.Reactive.Subjects.IConnectableObservable{``0})">
            <summary>
            Returns an observable sequence that stays connected to the source as long as there is at least one subscription to the observable sequence.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Connectable observable sequence.</param>
            <returns>An observable sequence that stays connected to the source as long as there is at least one subscription to the observable sequence.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.RefCount``1(System.Reactive.Linq.IQbservableProvider,System.Reactive.Subjects.IConnectableObservable{``0},System.TimeSpan)">
            <summary>
            Returns an observable sequence that stays connected to the source as long as there is at least one subscription to the observable sequence.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Connectable observable sequence.</param>
            <param name="disconnectDelay">The time span that should be waited before possibly unsubscribing from the connectable observable.</param>
            <returns>An observable sequence that stays connected to the source as long as there is at least one subscription to the observable sequence.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.RefCount``1(System.Reactive.Linq.IQbservableProvider,System.Reactive.Subjects.IConnectableObservable{``0},System.TimeSpan,System.Reactive.Concurrency.IScheduler)">
            <summary>
            Returns an observable sequence that stays connected to the source as long as there is at least one subscription to the observable sequence.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Connectable observable sequence.</param>
            <param name="disconnectDelay">The time span that should be waited before possibly unsubscribing from the connectable observable.</param>
            <param name="scheduler">The scheduler to use for delayed unsubscription.</param>
            <returns>An observable sequence that stays connected to the source as long as there is at least one subscription to the observable sequence.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.RefCount``1(System.Reactive.Linq.IQbservableProvider,System.Reactive.Subjects.IConnectableObservable{``0},System.Int32)">
            <summary>
            Returns an observable sequence that stays connected to the source as long as there is at least one subscription to the observable sequence.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Connectable observable sequence.</param>
            <param name="minObservers">The minimum number of observers required to subscribe before establishing the connection to the source.</param>
            <returns>An observable sequence that stays connected to the source as long as there is at least one subscription to the observable sequence.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> is null.</exception>
            <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="minObservers"/> is non-positive.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.RefCount``1(System.Reactive.Linq.IQbservableProvider,System.Reactive.Subjects.IConnectableObservable{``0},System.Int32,System.TimeSpan)">
            <summary>
            Returns an observable sequence that stays connected to the source as long as there is at least one subscription to the observable sequence.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Connectable observable sequence.</param>
            <param name="minObservers">The minimum number of observers required to subscribe before establishing the connection to the source.</param>
            <param name="disconnectDelay">The time span that should be waited before possibly unsubscribing from the connectable observable.</param>
            <returns>An observable sequence that stays connected to the source as long as there is at least one subscription to the observable sequence.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> is null.</exception>
            <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="minObservers"/> is non-positive.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.RefCount``1(System.Reactive.Linq.IQbservableProvider,System.Reactive.Subjects.IConnectableObservable{``0},System.Int32,System.TimeSpan,System.Reactive.Concurrency.IScheduler)">
            <summary>
            Returns an observable sequence that stays connected to the source as long as there is at least one subscription to the observable sequence.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Connectable observable sequence.</param>
            <param name="minObservers">The minimum number of observers required to subscribe before establishing the connection to the source.</param>
            <param name="disconnectDelay">The time span that should be waited before possibly unsubscribing from the connectable observable.</param>
            <param name="scheduler">The scheduler to use for delayed unsubscription.</param>
            <returns>An observable sequence that stays connected to the source as long as there is at least one subscription to the observable sequence.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> is null.</exception>
            <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="minObservers"/> is non-positive.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Repeat``1(System.Reactive.Linq.IQbservableProvider,``0)">
            <summary>
            Generates an observable sequence that repeats the given element infinitely.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <typeparam name="TResult">The type of the element that will be repeated in the produced sequence.</typeparam>
            <param name="value">Element to repeat.</param>
            <returns>An observable sequence that repeats the given element infinitely.</returns>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Repeat``1(System.Reactive.Linq.IQbservableProvider,``0,System.Int32)">
            <summary>
            Generates an observable sequence that repeats the given element the specified number of times.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <typeparam name="TResult">The type of the element that will be repeated in the produced sequence.</typeparam>
            <param name="value">Element to repeat.</param>
            <param name="repeatCount">Number of times to repeat the element.</param>
            <returns>An observable sequence that repeats the given element the specified number of times.</returns>
            <exception cref="T:System.ArgumentOutOfRangeException">
            <paramref name="repeatCount" /> is less than zero.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Repeat``1(System.Reactive.Linq.IQbservableProvider,``0,System.Int32,System.Reactive.Concurrency.IScheduler)">
            <summary>
            Generates an observable sequence that repeats the given element the specified number of times, using the specified scheduler to send out observer messages.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <typeparam name="TResult">The type of the element that will be repeated in the produced sequence.</typeparam>
            <param name="value">Element to repeat.</param>
            <param name="repeatCount">Number of times to repeat the element.</param>
            <param name="scheduler">Scheduler to run the producer loop on.</param>
            <returns>An observable sequence that repeats the given element the specified number of times.</returns>
            <exception cref="T:System.ArgumentOutOfRangeException">
            <paramref name="repeatCount" /> is less than zero.</exception>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="scheduler" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Repeat``1(System.Reactive.Linq.IQbservableProvider,``0,System.Reactive.Concurrency.IScheduler)">
            <summary>
            Generates an observable sequence that repeats the given element infinitely, using the specified scheduler to send out observer messages.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <typeparam name="TResult">The type of the element that will be repeated in the produced sequence.</typeparam>
            <param name="value">Element to repeat.</param>
            <param name="scheduler">Scheduler to run the producer loop on.</param>
            <returns>An observable sequence that repeats the given element infinitely.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="scheduler" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Repeat``1(System.Reactive.Linq.IQbservable{``0})">
            <summary>
            Repeats the observable sequence indefinitely.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Observable sequence to repeat.</param>
            <returns>The observable sequence producing the elements of the given sequence repeatedly and sequentially.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Repeat``1(System.Reactive.Linq.IQbservable{``0},System.Int32)">
            <summary>
            Repeats the observable sequence a specified number of times.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Observable sequence to repeat.</param>
            <param name="repeatCount">Number of times to repeat the sequence.</param>
            <returns>The observable sequence producing the elements of the given sequence repeatedly.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> is null.</exception>
            <exception cref="T:System.ArgumentOutOfRangeException">
            <paramref name="repeatCount" /> is less than zero.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.RepeatWhen``2(System.Reactive.Linq.IQbservable{``0},System.Linq.Expressions.Expression{System.Func{System.IObservable{System.Object},System.IObservable{``1}}})">
            <summary>
            Repeatedly resubscribes to the source observable after a normal completion and when the observable
            returned by a handler produces an arbitrary item.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <typeparam name="TSignal">The arbitrary element type signaled by the handler observable.</typeparam>
            <param name="source">Observable sequence to keep repeating when it successfully terminates.</param>
            <param name="handler">The function that is called for each observer and takes an observable sequence objects.
            It should return an observable of arbitrary items that should signal that arbitrary item in
            response to receiving the completion signal from the source observable. If this observable signals
            a terminal event, the sequence is terminated with that signal instead.</param>
            <returns>An observable sequence producing the elements of the given sequence repeatedly while each repetition terminates successfully.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> is null.</exception>
            <exception cref="T:System.ArgumentNullException"><paramref name="handler"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Replay``2(System.Reactive.Linq.IQbservable{``0},System.Linq.Expressions.Expression{System.Func{System.IObservable{``0},System.IObservable{``1}}})">
            <summary>
            Returns an observable sequence that is the result of invoking the selector on a connectable observable sequence that shares a single subscription to the underlying sequence replaying all notifications.
            This operator is a specialization of Multicast using a <see cref="T:System.Reactive.Subjects.ReplaySubject`1" />.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <typeparam name="TResult">The type of the elements in the result sequence.</typeparam>
            <param name="source">Source sequence whose elements will be multicasted through a single shared subscription.</param>
            <param name="selector">Selector function which can use the multicasted source sequence as many times as needed, without causing multiple subscriptions to the source sequence. Subscribers to the given source will receive all the notifications of the source.</param>
            <returns>An observable sequence that contains the elements of a sequence produced by multicasting the source sequence within a selector function.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> or <paramref name="selector" /> is null.</exception>
            <seealso cref="T:System.Reactive.Subjects.ReplaySubject`1" />
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Replay``2(System.Reactive.Linq.IQbservable{``0},System.Linq.Expressions.Expression{System.Func{System.IObservable{``0},System.IObservable{``1}}},System.Int32)">
            <summary>
            Returns an observable sequence that is the result of invoking the selector on a connectable observable sequence that shares a single subscription to the underlying sequence replaying notifications subject to a maximum element count for the replay buffer.
            This operator is a specialization of Multicast using a <see cref="T:System.Reactive.Subjects.ReplaySubject`1" />.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <typeparam name="TResult">The type of the elements in the result sequence.</typeparam>
            <param name="source">Source sequence whose elements will be multicasted through a single shared subscription.</param>
            <param name="selector">Selector function which can use the multicasted source sequence as many times as needed, without causing multiple subscriptions to the source sequence. Subscribers to the given source will receive all the notifications of the source subject to the specified replay buffer trimming policy.</param>
            <param name="bufferSize">Maximum element count of the replay buffer.</param>
            <returns>An observable sequence that contains the elements of a sequence produced by multicasting the source sequence within a selector function.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> or <paramref name="selector" /> is null.</exception>
            <exception cref="T:System.ArgumentOutOfRangeException">
            <paramref name="bufferSize" /> is less than zero.</exception>
            <seealso cref="T:System.Reactive.Subjects.ReplaySubject`1" />
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Replay``2(System.Reactive.Linq.IQbservable{``0},System.Linq.Expressions.Expression{System.Func{System.IObservable{``0},System.IObservable{``1}}},System.Int32,System.Reactive.Concurrency.IScheduler)">
            <summary>
            Returns an observable sequence that is the result of invoking the selector on a connectable observable sequence that shares a single subscription to the underlying sequence replaying notifications subject to a maximum element count for the replay buffer.
            This operator is a specialization of Multicast using a <see cref="T:System.Reactive.Subjects.ReplaySubject`1" />.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <typeparam name="TResult">The type of the elements in the result sequence.</typeparam>
            <param name="source">Source sequence whose elements will be multicasted through a single shared subscription.</param>
            <param name="selector">Selector function which can use the multicasted source sequence as many times as needed, without causing multiple subscriptions to the source sequence. Subscribers to the given source will receive all the notifications of the source subject to the specified replay buffer trimming policy.</param>
            <param name="bufferSize">Maximum element count of the replay buffer.</param>
            <param name="scheduler">Scheduler where connected observers within the selector function will be invoked on.</param>
            <returns>An observable sequence that contains the elements of a sequence produced by multicasting the source sequence within a selector function.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> or <paramref name="selector" /> or <paramref name="scheduler" /> is null.</exception>
            <exception cref="T:System.ArgumentOutOfRangeException">
            <paramref name="bufferSize" /> is less than zero.</exception>
            <seealso cref="T:System.Reactive.Subjects.ReplaySubject`1" />
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Replay``2(System.Reactive.Linq.IQbservable{``0},System.Linq.Expressions.Expression{System.Func{System.IObservable{``0},System.IObservable{``1}}},System.Int32,System.TimeSpan)">
            <summary>
            Returns an observable sequence that is the result of invoking the selector on a connectable observable sequence that shares a single subscription to the underlying sequence replaying notifications subject to a maximum time length and element count for the replay buffer.
            This operator is a specialization of Multicast using a <see cref="T:System.Reactive.Subjects.ReplaySubject`1" />.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <typeparam name="TResult">The type of the elements in the result sequence.</typeparam>
            <param name="source">Source sequence whose elements will be multicasted through a single shared subscription.</param>
            <param name="selector">Selector function which can use the multicasted source sequence as many times as needed, without causing multiple subscriptions to the source sequence. Subscribers to the given source will receive all the notifications of the source subject to the specified replay buffer trimming policy.</param>
            <param name="bufferSize">Maximum element count of the replay buffer.</param>
            <param name="window">Maximum time length of the replay buffer.</param>
            <returns>An observable sequence that contains the elements of a sequence produced by multicasting the source sequence within a selector function.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> or <paramref name="selector" /> is null.</exception>
            <exception cref="T:System.ArgumentOutOfRangeException">
            <paramref name="bufferSize" /> is less than zero.</exception>
            <exception cref="T:System.ArgumentOutOfRangeException">
            <paramref name="window" /> is less than TimeSpan.Zero.</exception>
            <seealso cref="T:System.Reactive.Subjects.ReplaySubject`1" />
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Replay``2(System.Reactive.Linq.IQbservable{``0},System.Linq.Expressions.Expression{System.Func{System.IObservable{``0},System.IObservable{``1}}},System.Int32,System.TimeSpan,System.Reactive.Concurrency.IScheduler)">
            <summary>
            Returns an observable sequence that is the result of invoking the selector on a connectable observable sequence that shares a single subscription to the underlying sequence replaying notifications subject to a maximum time length and element count for the replay buffer.
            This operator is a specialization of Multicast using a <see cref="T:System.Reactive.Subjects.ReplaySubject`1" />.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <typeparam name="TResult">The type of the elements in the result sequence.</typeparam>
            <param name="source">Source sequence whose elements will be multicasted through a single shared subscription.</param>
            <param name="selector">Selector function which can use the multicasted source sequence as many times as needed, without causing multiple subscriptions to the source sequence. Subscribers to the given source will receive all the notifications of the source subject to the specified replay buffer trimming policy.</param>
            <param name="bufferSize">Maximum element count of the replay buffer.</param>
            <param name="window">Maximum time length of the replay buffer.</param>
            <param name="scheduler">Scheduler where connected observers within the selector function will be invoked on.</param>
            <returns>An observable sequence that contains the elements of a sequence produced by multicasting the source sequence within a selector function.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> or <paramref name="selector" /> or <paramref name="scheduler" /> is null.</exception>
            <exception cref="T:System.ArgumentOutOfRangeException">
            <paramref name="bufferSize" /> is less than zero.</exception>
            <exception cref="T:System.ArgumentOutOfRangeException">
            <paramref name="window" /> is less than TimeSpan.Zero.</exception>
            <seealso cref="T:System.Reactive.Subjects.ReplaySubject`1" />
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Replay``2(System.Reactive.Linq.IQbservable{``0},System.Linq.Expressions.Expression{System.Func{System.IObservable{``0},System.IObservable{``1}}},System.Reactive.Concurrency.IScheduler)">
            <summary>
            Returns an observable sequence that is the result of invoking the selector on a connectable observable sequence that shares a single subscription to the underlying sequence replaying all notifications.
            This operator is a specialization of Multicast using a <see cref="T:System.Reactive.Subjects.ReplaySubject`1" />.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <typeparam name="TResult">The type of the elements in the result sequence.</typeparam>
            <param name="source">Source sequence whose elements will be multicasted through a single shared subscription.</param>
            <param name="selector">Selector function which can use the multicasted source sequence as many times as needed, without causing multiple subscriptions to the source sequence. Subscribers to the given source will receive all the notifications of the source.</param>
            <param name="scheduler">Scheduler where connected observers within the selector function will be invoked on.</param>
            <returns>An observable sequence that contains the elements of a sequence produced by multicasting the source sequence within a selector function.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> or <paramref name="selector" /> or <paramref name="scheduler" /> is null.</exception>
            <seealso cref="T:System.Reactive.Subjects.ReplaySubject`1" />
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Replay``2(System.Reactive.Linq.IQbservable{``0},System.Linq.Expressions.Expression{System.Func{System.IObservable{``0},System.IObservable{``1}}},System.TimeSpan)">
            <summary>
            Returns an observable sequence that is the result of invoking the selector on a connectable observable sequence that shares a single subscription to the underlying sequence replaying notifications subject to a maximum time length for the replay buffer.
            This operator is a specialization of Multicast using a <see cref="T:System.Reactive.Subjects.ReplaySubject`1" />.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <typeparam name="TResult">The type of the elements in the result sequence.</typeparam>
            <param name="source">Source sequence whose elements will be multicasted through a single shared subscription.</param>
            <param name="selector">Selector function which can use the multicasted source sequence as many times as needed, without causing multiple subscriptions to the source sequence. Subscribers to the given source will receive all the notifications of the source subject to the specified replay buffer trimming policy.</param>
            <param name="window">Maximum time length of the replay buffer.</param>
            <returns>An observable sequence that contains the elements of a sequence produced by multicasting the source sequence within a selector function.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> or <paramref name="selector" /> is null.</exception>
            <exception cref="T:System.ArgumentOutOfRangeException">
            <paramref name="window" /> is less than TimeSpan.Zero.</exception>
            <seealso cref="T:System.Reactive.Subjects.ReplaySubject`1" />
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Replay``2(System.Reactive.Linq.IQbservable{``0},System.Linq.Expressions.Expression{System.Func{System.IObservable{``0},System.IObservable{``1}}},System.TimeSpan,System.Reactive.Concurrency.IScheduler)">
            <summary>
            Returns an observable sequence that is the result of invoking the selector on a connectable observable sequence that shares a single subscription to the underlying sequence replaying notifications subject to a maximum time length for the replay buffer.
            This operator is a specialization of Multicast using a <see cref="T:System.Reactive.Subjects.ReplaySubject`1" />.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <typeparam name="TResult">The type of the elements in the result sequence.</typeparam>
            <param name="source">Source sequence whose elements will be multicasted through a single shared subscription.</param>
            <param name="selector">Selector function which can use the multicasted source sequence as many times as needed, without causing multiple subscriptions to the source sequence. Subscribers to the given source will receive all the notifications of the source subject to the specified replay buffer trimming policy.</param>
            <param name="window">Maximum time length of the replay buffer.</param>
            <param name="scheduler">Scheduler where connected observers within the selector function will be invoked on.</param>
            <returns>An observable sequence that contains the elements of a sequence produced by multicasting the source sequence within a selector function.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> or <paramref name="selector" /> or <paramref name="scheduler" /> is null.</exception>
            <exception cref="T:System.ArgumentOutOfRangeException">
            <paramref name="window" /> is less than TimeSpan.Zero.</exception>
            <seealso cref="T:System.Reactive.Subjects.ReplaySubject`1" />
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Retry``1(System.Reactive.Linq.IQbservable{``0})">
            <summary>
            Repeats the source observable sequence until it successfully terminates.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Observable sequence to repeat until it successfully terminates.</param>
            <returns>An observable sequence producing the elements of the given sequence repeatedly until it terminates successfully.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Retry``1(System.Reactive.Linq.IQbservable{``0},System.Int32)">
            <summary>
            Repeats the source observable sequence the specified number of times or until it successfully terminates.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Observable sequence to repeat until it successfully terminates.</param>
            <param name="retryCount">Number of times to repeat the sequence.</param>
            <returns>An observable sequence producing the elements of the given sequence repeatedly until it terminates successfully.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> is null.</exception>
            <exception cref="T:System.ArgumentOutOfRangeException">
            <paramref name="retryCount" /> is less than zero.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.RetryWhen``2(System.Reactive.Linq.IQbservable{``0},System.Linq.Expressions.Expression{System.Func{System.IObservable{System.Exception},System.IObservable{``1}}})">
            <summary>
            Retries (resubscribes to) the source observable after a failure and when the observable
            returned by a handler produces an arbitrary item.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <typeparam name="TSignal">The arbitrary element type signaled by the handler observable.</typeparam>
            <param name="source">Observable sequence to repeat until it successfully terminates.</param>
            <param name="handler">The function that is called for each observer and takes an observable sequence of
            errors. It should return an observable of arbitrary items that should signal that arbitrary item in
            response to receiving the failure Exception from the source observable. If this observable signals
            a terminal event, the sequence is terminated with that signal instead.</param>
            <returns>An observable sequence producing the elements of the given sequence repeatedly until it terminates successfully.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> is null.</exception>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="handler" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Return``1(System.Reactive.Linq.IQbservableProvider,``0)">
            <summary>
            Returns an observable sequence that contains a single element.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <typeparam name="TResult">The type of the element that will be returned in the produced sequence.</typeparam>
            <param name="value">Single element in the resulting observable sequence.</param>
            <returns>An observable sequence containing the single specified element.</returns>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Return``1(System.Reactive.Linq.IQbservableProvider,``0,System.Reactive.Concurrency.IScheduler)">
            <summary>
            Returns an observable sequence that contains a single element, using the specified scheduler to send out observer messages.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <typeparam name="TResult">The type of the element that will be returned in the produced sequence.</typeparam>
            <param name="value">Single element in the resulting observable sequence.</param>
            <param name="scheduler">Scheduler to send the single element on.</param>
            <returns>An observable sequence containing the single specified element.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="scheduler" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Sample``1(System.Reactive.Linq.IQbservable{``0},System.TimeSpan)">
            <summary>
            Samples the observable sequence at each interval.
            Upon each sampling tick, the latest element (if any) in the source sequence during the last sampling interval is sent to the resulting sequence.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source sequence to sample.</param>
            <param name="interval">Interval at which to sample. If this value is equal to TimeSpan.Zero, the scheduler will continuously sample the stream.</param>
            <returns>Sampled observable sequence.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> is null.</exception>
            <exception cref="T:System.ArgumentOutOfRangeException">
            <paramref name="interval" /> is less than TimeSpan.Zero.</exception>
            <remarks>
            Specifying a TimeSpan.Zero value for <paramref name="interval" /> doesn't guarantee all source sequence elements will be preserved. This is a side-effect
            of the asynchrony introduced by the scheduler, where the sampling action may not execute immediately, despite the TimeSpan.Zero due time.
            </remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Sample``1(System.Reactive.Linq.IQbservable{``0},System.TimeSpan,System.Reactive.Concurrency.IScheduler)">
            <summary>
            Samples the observable sequence at each interval, using the specified scheduler to run sampling timers.
            Upon each sampling tick, the latest element (if any) in the source sequence during the last sampling interval is sent to the resulting sequence.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source sequence to sample.</param>
            <param name="interval">Interval at which to sample. If this value is equal to TimeSpan.Zero, the scheduler will continuously sample the stream.</param>
            <param name="scheduler">Scheduler to run the sampling timer on.</param>
            <returns>Sampled observable sequence.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> or <paramref name="scheduler" /> is null.</exception>
            <exception cref="T:System.ArgumentOutOfRangeException">
            <paramref name="interval" /> is less than TimeSpan.Zero.</exception>
            <remarks>
            Specifying a TimeSpan.Zero value for <paramref name="interval" /> doesn't guarantee all source sequence elements will be preserved. This is a side-effect
            of the asynchrony introduced by the scheduler, where the sampling action may not execute immediately, despite the TimeSpan.Zero due time.
            </remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Sample``2(System.Reactive.Linq.IQbservable{``0},System.IObservable{``1})">
            <summary>
            Samples the source observable sequence using a sampler observable sequence producing sampling ticks.
            Upon each sampling tick, the latest element (if any) in the source sequence during the last sampling interval is sent to the resulting sequence.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <typeparam name="TSample">The type of the elements in the sampling sequence.</typeparam>
            <param name="source">Source sequence to sample.</param>
            <param name="sampler">Sampling tick sequence.</param>
            <returns>Sampled observable sequence.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> or <paramref name="sampler" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Scan``1(System.Reactive.Linq.IQbservable{``0},System.Linq.Expressions.Expression{System.Func{``0,``0,``0}})">
            <summary>
            Applies an accumulator function over an observable sequence and returns each intermediate result.
            For aggregation behavior with no intermediate results, see <see cref="M:System.Reactive.Linq.Observable.Aggregate``1(System.IObservable{``0},System.Func{``0,``0,``0})" />.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence and the result of the aggregation.</typeparam>
            <param name="source">An observable sequence to accumulate over.</param>
            <param name="accumulator">An accumulator function to be invoked on each element.</param>
            <returns>An observable sequence containing the accumulated values.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> or <paramref name="accumulator" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Scan``2(System.Reactive.Linq.IQbservable{``0},``1,System.Linq.Expressions.Expression{System.Func{``1,``0,``1}})">
            <summary>
            Applies an accumulator function over an observable sequence and returns each intermediate result. The specified seed value is used as the initial accumulator value.
            For aggregation behavior with no intermediate results, see <see cref="M:System.Reactive.Linq.Observable.Aggregate``2(System.IObservable{``0},``1,System.Func{``1,``0,``1})" />.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <typeparam name="TAccumulate">The type of the result of the aggregation.</typeparam>
            <param name="source">An observable sequence to accumulate over.</param>
            <param name="seed">The initial accumulator value.</param>
            <param name="accumulator">An accumulator function to be invoked on each element.</param>
            <returns>An observable sequence containing the accumulated values.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> or <paramref name="accumulator" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Select``2(System.Reactive.Linq.IQbservable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}})">
            <summary>
            Projects each element of an observable sequence into a new form.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <typeparam name="TResult">The type of the elements in the result sequence, obtained by running the selector function for each element in the source sequence.</typeparam>
            <param name="source">A sequence of elements to invoke a transform function on.</param>
            <param name="selector">A transform function to apply to each source element.</param>
            <returns>An observable sequence whose elements are the result of invoking the transform function on each element of source.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> or <paramref name="selector" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Select``2(System.Reactive.Linq.IQbservable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32,``1}})">
            <summary>
            Projects each element of an observable sequence into a new form by incorporating the element's index.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <typeparam name="TResult">The type of the elements in the result sequence, obtained by running the selector function for each element in the source sequence.</typeparam>
            <param name="source">A sequence of elements to invoke a transform function on.</param>
            <param name="selector">A transform function to apply to each source element; the second parameter of the function represents the index of the source element.</param>
            <returns>An observable sequence whose elements are the result of invoking the transform function on each element of source.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> or <paramref name="selector" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.SelectMany``3(System.Reactive.Linq.IQbservable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.IObservable{``1}}},System.Linq.Expressions.Expression{System.Func{``0,``1,``2}})">
            <summary>
            Projects each element of an observable sequence to an observable sequence, invokes the result selector for the source element and each of the corresponding inner sequence's elements, and merges the results into one observable sequence.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <typeparam name="TCollection">The type of the elements in the projected intermediate sequences.</typeparam>
            <typeparam name="TResult">The type of the elements in the result sequence, obtained by using the selector to combine source sequence elements with their corresponding intermediate sequence elements.</typeparam>
            <param name="source">An observable sequence of elements to project.</param>
            <param name="collectionSelector">A transform function to apply to each element.</param>
            <param name="resultSelector">A transform function to apply to each element of the intermediate sequence.</param>
            <returns>An observable sequence whose elements are the result of invoking the one-to-many transform function collectionSelector on each element of the input sequence and then mapping each of those sequence elements and their corresponding source element to a result element.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> or <paramref name="collectionSelector" /> or <paramref name="resultSelector" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.SelectMany``3(System.Reactive.Linq.IQbservable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32,System.IObservable{``1}}},System.Linq.Expressions.Expression{System.Func{``0,System.Int32,``1,System.Int32,``2}})">
            <summary>
            Projects each element of an observable sequence to an observable sequence by incorporating the element's index, invokes the result selector for the source element and each of the corresponding inner sequence's elements, and merges the results into one observable sequence.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <typeparam name="TCollection">The type of the elements in the projected intermediate sequences.</typeparam>
            <typeparam name="TResult">The type of the elements in the result sequence, obtained by using the selector to combine source sequence elements with their corresponding intermediate sequence elements.</typeparam>
            <param name="source">An observable sequence of elements to project.</param>
            <param name="collectionSelector">A transform function to apply to each element; the second parameter of the function represents the index of the source element.</param>
            <param name="resultSelector">A transform function to apply to each element of the intermediate sequence; the second parameter of the function represents the index of the source element and the fourth parameter represents the index of the intermediate element.</param>
            <returns>An observable sequence whose elements are the result of invoking the one-to-many transform function collectionSelector on each element of the input sequence and then mapping each of those sequence elements and their corresponding source element to a result element.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> or <paramref name="collectionSelector" /> or <paramref name="resultSelector" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.SelectMany``3(System.Reactive.Linq.IQbservable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Collections.Generic.IEnumerable{``1}}},System.Linq.Expressions.Expression{System.Func{``0,``1,``2}})">
            <summary>
            Projects each element of an observable sequence to an enumerable sequence, invokes the result selector for the source element and each of the corresponding inner sequence's elements, and merges the results into one observable sequence.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <typeparam name="TCollection">The type of the elements in the projected intermediate enumerable sequences.</typeparam>
            <typeparam name="TResult">The type of the elements in the result sequence, obtained by using the selector to combine source sequence elements with their corresponding intermediate sequence elements.</typeparam>
            <param name="source">An observable sequence of elements to project.</param>
            <param name="collectionSelector">A transform function to apply to each element.</param>
            <param name="resultSelector">A transform function to apply to each element of the intermediate sequence.</param>
            <returns>An observable sequence whose elements are the result of invoking the one-to-many transform function collectionSelector on each element of the input sequence and then mapping each of those sequence elements and their corresponding source element to a result element.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> or <paramref name="collectionSelector" /> or <paramref name="resultSelector" /> is null.</exception>
            <remarks>The projected sequences are enumerated synchronously within the OnNext call of the source sequence. In order to do a concurrent, non-blocking merge, change the selector to return an observable sequence obtained using the <see cref="M:System.Reactive.Linq.Observable.ToObservable``1(System.Collections.Generic.IEnumerable{``0})" /> conversion.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.SelectMany``3(System.Reactive.Linq.IQbservable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32,System.Collections.Generic.IEnumerable{``1}}},System.Linq.Expressions.Expression{System.Func{``0,System.Int32,``1,System.Int32,``2}})">
            <summary>
            Projects each element of an observable sequence to an enumerable sequence by incorporating the element's index, invokes the result selector for the source element and each of the corresponding inner sequence's elements, and merges the results into one observable sequence.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <typeparam name="TCollection">The type of the elements in the projected intermediate enumerable sequences.</typeparam>
            <typeparam name="TResult">The type of the elements in the result sequence, obtained by using the selector to combine source sequence elements with their corresponding intermediate sequence elements.</typeparam>
            <param name="source">An observable sequence of elements to project.</param>
            <param name="collectionSelector">A transform function to apply to each element; the second parameter of the function represents the index of the source element.</param>
            <param name="resultSelector">A transform function to apply to each element of the intermediate sequence; the second parameter of the function represents the index of the source element and the fourth parameter represents the index of the intermediate element.</param>
            <returns>An observable sequence whose elements are the result of invoking the one-to-many transform function collectionSelector on each element of the input sequence and then mapping each of those sequence elements and their corresponding source element to a result element.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> or <paramref name="collectionSelector" /> or <paramref name="resultSelector" /> is null.</exception>
            <remarks>The projected sequences are enumerated synchronously within the OnNext call of the source sequence. In order to do a concurrent, non-blocking merge, change the selector to return an observable sequence obtained using the <see cref="M:System.Reactive.Linq.Observable.ToObservable``1(System.Collections.Generic.IEnumerable{``0})" /> conversion.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.SelectMany``2(System.Reactive.Linq.IQbservable{``0},System.IObservable{``1})">
            <summary>
            Projects each element of the source observable sequence to the other observable sequence and merges the resulting observable sequences into one observable sequence.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <typeparam name="TOther">The type of the elements in the other sequence and the elements in the result sequence.</typeparam>
            <param name="source">An observable sequence of elements to project.</param>
            <param name="other">An observable sequence to project each element from the source sequence onto.</param>
            <returns>An observable sequence whose elements are the result of projecting each source element onto the other sequence and merging all the resulting sequences together.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> or <paramref name="other" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.SelectMany``2(System.Reactive.Linq.IQbservable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.IObservable{``1}}},System.Linq.Expressions.Expression{System.Func{System.Exception,System.IObservable{``1}}},System.Linq.Expressions.Expression{System.Func{System.IObservable{``1}}})">
            <summary>
            Projects each notification of an observable sequence to an observable sequence and merges the resulting observable sequences into one observable sequence.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <typeparam name="TResult">The type of the elements in the projected inner sequences and the elements in the merged result sequence.</typeparam>
            <param name="source">An observable sequence of notifications to project.</param>
            <param name="onNext">A transform function to apply to each element.</param>
            <param name="onError">A transform function to apply when an error occurs in the source sequence.</param>
            <param name="onCompleted">A transform function to apply when the end of the source sequence is reached.</param>
            <returns>An observable sequence whose elements are the result of invoking the one-to-many transform function corresponding to each notification in the input sequence.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> or <paramref name="onNext" /> or <paramref name="onError" /> or <paramref name="onCompleted" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.SelectMany``2(System.Reactive.Linq.IQbservable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32,System.IObservable{``1}}},System.Linq.Expressions.Expression{System.Func{System.Exception,System.IObservable{``1}}},System.Linq.Expressions.Expression{System.Func{System.IObservable{``1}}})">
            <summary>
            Projects each notification of an observable sequence to an observable sequence by incorporating the element's index and merges the resulting observable sequences into one observable sequence.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <typeparam name="TResult">The type of the elements in the projected inner sequences and the elements in the merged result sequence.</typeparam>
            <param name="source">An observable sequence of notifications to project.</param>
            <param name="onNext">A transform function to apply to each element; the second parameter of the function represents the index of the source element.</param>
            <param name="onError">A transform function to apply when an error occurs in the source sequence.</param>
            <param name="onCompleted">A transform function to apply when the end of the source sequence is reached.</param>
            <returns>An observable sequence whose elements are the result of invoking the one-to-many transform function corresponding to each notification in the input sequence.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> or <paramref name="onNext" /> or <paramref name="onError" /> or <paramref name="onCompleted" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.SelectMany``2(System.Reactive.Linq.IQbservable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.IObservable{``1}}})">
            <summary>
            Projects each element of an observable sequence to an observable sequence and merges the resulting observable sequences into one observable sequence.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <typeparam name="TResult">The type of the elements in the projected inner sequences and the elements in the merged result sequence.</typeparam>
            <param name="source">An observable sequence of elements to project.</param>
            <param name="selector">A transform function to apply to each element.</param>
            <returns>An observable sequence whose elements are the result of invoking the one-to-many transform function on each element of the input sequence.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> or <paramref name="selector" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.SelectMany``2(System.Reactive.Linq.IQbservable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32,System.IObservable{``1}}})">
            <summary>
            Projects each element of an observable sequence to an observable sequence by incorporating the element's index and merges the resulting observable sequences into one observable sequence.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <typeparam name="TResult">The type of the elements in the projected inner sequences and the elements in the merged result sequence.</typeparam>
            <param name="source">An observable sequence of elements to project.</param>
            <param name="selector">A transform function to apply to each element; the second parameter of the function represents the index of the source element.</param>
            <returns>An observable sequence whose elements are the result of invoking the one-to-many transform function on each element of the input sequence.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> or <paramref name="selector" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.SelectMany``2(System.Reactive.Linq.IQbservable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Threading.Tasks.Task{``1}}})">
            <summary>
            Projects each element of an observable sequence to a task and merges all of the task results into one observable sequence.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <typeparam name="TResult">The type of the result produced by the projected tasks and the elements in the merged result sequence.</typeparam>
            <param name="source">An observable sequence of elements to project.</param>
            <param name="selector">A transform function to apply to each element.</param>
            <returns>An observable sequence whose elements are the result of the tasks executed for each element of the input sequence.</returns>
            <remarks>This overload supports composition of observable sequences and tasks, without requiring manual conversion of the tasks to observable sequences using <see cref="M:System.Reactive.Threading.Tasks.TaskObservableExtensions.ToObservable``1(System.Threading.Tasks.Task{``0})" />.</remarks>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> or <paramref name="selector" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.SelectMany``2(System.Reactive.Linq.IQbservable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32,System.Threading.Tasks.Task{``1}}})">
            <summary>
            Projects each element of an observable sequence to a task by incorporating the element's index and merges all of the task results into one observable sequence.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <typeparam name="TResult">The type of the result produced by the projected tasks and the elements in the merged result sequence.</typeparam>
            <param name="source">An observable sequence of elements to project.</param>
            <param name="selector">A transform function to apply to each element; the second parameter of the function represents the index of the source element.</param>
            <returns>An observable sequence whose elements are the result of the tasks executed for each element of the input sequence.</returns>
            <remarks>This overload supports composition of observable sequences and tasks, without requiring manual conversion of the tasks to observable sequences using <see cref="M:System.Reactive.Threading.Tasks.TaskObservableExtensions.ToObservable``1(System.Threading.Tasks.Task{``0})" />.</remarks>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> or <paramref name="selector" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.SelectMany``2(System.Reactive.Linq.IQbservable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Threading.CancellationToken,System.Threading.Tasks.Task{``1}}})">
            <summary>
            Projects each element of an observable sequence to a task with cancellation support and merges all of the task results into one observable sequence.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <typeparam name="TResult">The type of the result produced by the projected tasks and the elements in the merged result sequence.</typeparam>
            <param name="source">An observable sequence of elements to project.</param>
            <param name="selector">A transform function to apply to each element.</param>
            <returns>An observable sequence whose elements are the result of the tasks executed for each element of the input sequence.</returns>
            <remarks>This overload supports composition of observable sequences and tasks, without requiring manual conversion of the tasks to observable sequences using <see cref="M:System.Reactive.Threading.Tasks.TaskObservableExtensions.ToObservable``1(System.Threading.Tasks.Task{``0})" />.</remarks>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> or <paramref name="selector" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.SelectMany``2(System.Reactive.Linq.IQbservable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32,System.Threading.CancellationToken,System.Threading.Tasks.Task{``1}}})">
            <summary>
            Projects each element of an observable sequence to a task by incorporating the element's index with cancellation support and merges all of the task results into one observable sequence.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <typeparam name="TResult">The type of the result produced by the projected tasks and the elements in the merged result sequence.</typeparam>
            <param name="source">An observable sequence of elements to project.</param>
            <param name="selector">A transform function to apply to each element; the second parameter of the function represents the index of the source element.</param>
            <returns>An observable sequence whose elements are the result of the tasks executed for each element of the input sequence.</returns>
            <remarks>This overload supports composition of observable sequences and tasks, without requiring manual conversion of the tasks to observable sequences using <see cref="M:System.Reactive.Threading.Tasks.TaskObservableExtensions.ToObservable``1(System.Threading.Tasks.Task{``0})" />.</remarks>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> or <paramref name="selector" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.SelectMany``2(System.Reactive.Linq.IQbservable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Collections.Generic.IEnumerable{``1}}})">
            <summary>
            Projects each element of an observable sequence to an enumerable sequence and concatenates the resulting enumerable sequences into one observable sequence.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <typeparam name="TResult">The type of the elements in the projected inner enumerable sequences and the elements in the merged result sequence.</typeparam>
            <param name="source">An observable sequence of elements to project.</param>
            <param name="selector">A transform function to apply to each element.</param>
            <returns>An observable sequence whose elements are the result of invoking the one-to-many transform function on each element of the input sequence.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> or <paramref name="selector" /> is null.</exception>
            <remarks>The projected sequences are enumerated synchronously within the OnNext call of the source sequence. In order to do a concurrent, non-blocking merge, change the selector to return an observable sequence obtained using the <see cref="M:System.Reactive.Linq.Observable.ToObservable``1(System.Collections.Generic.IEnumerable{``0})" /> conversion.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.SelectMany``2(System.Reactive.Linq.IQbservable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32,System.Collections.Generic.IEnumerable{``1}}})">
            <summary>
            Projects each element of an observable sequence to an enumerable sequence by incorporating the element's index and concatenates the resulting enumerable sequences into one observable sequence.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <typeparam name="TResult">The type of the elements in the projected inner enumerable sequences and the elements in the merged result sequence.</typeparam>
            <param name="source">An observable sequence of elements to project.</param>
            <param name="selector">A transform function to apply to each element; the second parameter of the function represents the index of the source element.</param>
            <returns>An observable sequence whose elements are the result of invoking the one-to-many transform function on each element of the input sequence.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> or <paramref name="selector" /> is null.</exception>
            <remarks>The projected sequences are enumerated synchronously within the OnNext call of the source sequence. In order to do a concurrent, non-blocking merge, change the selector to return an observable sequence obtained using the <see cref="M:System.Reactive.Linq.Observable.ToObservable``1(System.Collections.Generic.IEnumerable{``0})" /> conversion.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.SelectMany``3(System.Reactive.Linq.IQbservable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Threading.Tasks.Task{``1}}},System.Linq.Expressions.Expression{System.Func{``0,``1,``2}})">
            <summary>
            Projects each element of an observable sequence to a task, invokes the result selector for the source element and the task result, and merges the results into one observable sequence.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <typeparam name="TTaskResult">The type of the results produced by the projected intermediate tasks.</typeparam>
            <typeparam name="TResult">The type of the elements in the result sequence, obtained by using the selector to combine source sequence elements with their corresponding intermediate task results.</typeparam>
            <param name="source">An observable sequence of elements to project.</param>
            <param name="taskSelector">A transform function to apply to each element.</param>
            <param name="resultSelector">A transform function to apply to each element of the intermediate sequence.</param>
            <returns>An observable sequence whose elements are the result of obtaining a task for each element of the input sequence and then mapping the task's result and its corresponding source element to a result element.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> or <paramref name="taskSelector" /> or <paramref name="resultSelector" /> is null.</exception>
            <remarks>This overload supports using LINQ query comprehension syntax in C# and Visual Basic to compose observable sequences and tasks, without requiring manual conversion of the tasks to observable sequences using <see cref="M:System.Reactive.Threading.Tasks.TaskObservableExtensions.ToObservable``1(System.Threading.Tasks.Task{``0})" />.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.SelectMany``3(System.Reactive.Linq.IQbservable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32,System.Threading.Tasks.Task{``1}}},System.Linq.Expressions.Expression{System.Func{``0,System.Int32,``1,``2}})">
            <summary>
            Projects each element of an observable sequence to a task by incorporating the element's index, invokes the result selector for the source element and the task result, and merges the results into one observable sequence.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <typeparam name="TTaskResult">The type of the results produced by the projected intermediate tasks.</typeparam>
            <typeparam name="TResult">The type of the elements in the result sequence, obtained by using the selector to combine source sequence elements with their corresponding intermediate task results.</typeparam>
            <param name="source">An observable sequence of elements to project.</param>
            <param name="taskSelector">A transform function to apply to each element; the second parameter of the function represents the index of the source element.</param>
            <param name="resultSelector">A transform function to apply to each element of the intermediate sequence; the second parameter of the function represents the index of the source element.</param>
            <returns>An observable sequence whose elements are the result of obtaining a task for each element of the input sequence and then mapping the task's result and its corresponding source element to a result element.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> or <paramref name="taskSelector" /> or <paramref name="resultSelector" /> is null.</exception>
            <remarks>This overload supports using LINQ query comprehension syntax in C# and Visual Basic to compose observable sequences and tasks, without requiring manual conversion of the tasks to observable sequences using <see cref="M:System.Reactive.Threading.Tasks.TaskObservableExtensions.ToObservable``1(System.Threading.Tasks.Task{``0})" />.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.SelectMany``3(System.Reactive.Linq.IQbservable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Threading.CancellationToken,System.Threading.Tasks.Task{``1}}},System.Linq.Expressions.Expression{System.Func{``0,``1,``2}})">
            <summary>
            Projects each element of an observable sequence to a task with cancellation support, invokes the result selector for the source element and the task result, and merges the results into one observable sequence.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <typeparam name="TTaskResult">The type of the results produced by the projected intermediate tasks.</typeparam>
            <typeparam name="TResult">The type of the elements in the result sequence, obtained by using the selector to combine source sequence elements with their corresponding intermediate task results.</typeparam>
            <param name="source">An observable sequence of elements to project.</param>
            <param name="taskSelector">A transform function to apply to each element.</param>
            <param name="resultSelector">A transform function to apply to each element of the intermediate sequence.</param>
            <returns>An observable sequence whose elements are the result of obtaining a task for each element of the input sequence and then mapping the task's result and its corresponding source element to a result element.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> or <paramref name="taskSelector" /> or <paramref name="resultSelector" /> is null.</exception>
            <remarks>This overload supports using LINQ query comprehension syntax in C# and Visual Basic to compose observable sequences and tasks, without requiring manual conversion of the tasks to observable sequences using <see cref="M:System.Reactive.Threading.Tasks.TaskObservableExtensions.ToObservable``1(System.Threading.Tasks.Task{``0})" />.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.SelectMany``3(System.Reactive.Linq.IQbservable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32,System.Threading.CancellationToken,System.Threading.Tasks.Task{``1}}},System.Linq.Expressions.Expression{System.Func{``0,System.Int32,``1,``2}})">
            <summary>
            Projects each element of an observable sequence to a task by incorporating the element's index with cancellation support, invokes the result selector for the source element and the task result, and merges the results into one observable sequence.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <typeparam name="TTaskResult">The type of the results produced by the projected intermediate tasks.</typeparam>
            <typeparam name="TResult">The type of the elements in the result sequence, obtained by using the selector to combine source sequence elements with their corresponding intermediate task results.</typeparam>
            <param name="source">An observable sequence of elements to project.</param>
            <param name="taskSelector">A transform function to apply to each element; the second parameter of the function represents the index of the source element.</param>
            <param name="resultSelector">A transform function to apply to each element of the intermediate sequence; the second parameter of the function represents the index of the source element.</param>
            <returns>An observable sequence whose elements are the result of obtaining a task for each element of the input sequence and then mapping the task's result and its corresponding source element to a result element.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> or <paramref name="taskSelector" /> or <paramref name="resultSelector" /> is null.</exception>
            <remarks>This overload supports using LINQ query comprehension syntax in C# and Visual Basic to compose observable sequences and tasks, without requiring manual conversion of the tasks to observable sequences using <see cref="M:System.Reactive.Threading.Tasks.TaskObservableExtensions.ToObservable``1(System.Threading.Tasks.Task{``0})" />.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.SequenceEqual``1(System.Reactive.Linq.IQbservable{``0},System.IObservable{``0})">
            <summary>
            Determines whether two sequences are equal by comparing the elements pairwise.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="first">First observable sequence to compare.</param>
            <param name="second">Second observable sequence to compare.</param>
            <returns>An observable sequence that contains a single element which indicates whether both sequences are of equal length and their corresponding elements are equal according to the default equality comparer for their type.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="first" /> or <paramref name="second" /> is null.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.SequenceEqual``1(System.Reactive.Linq.IQbservable{``0},System.Collections.Generic.IEnumerable{``0})">
            <summary>
            Determines whether an observable and enumerable sequence are equal by comparing the elements pairwise.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="first">First observable sequence to compare.</param>
            <param name="second">Second observable sequence to compare.</param>
            <returns>An observable sequence that contains a single element which indicates whether both sequences are of equal length and their corresponding elements are equal according to the default equality comparer for their type.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="first" /> or <paramref name="second" /> is null.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.SequenceEqual``1(System.Reactive.Linq.IQbservable{``0},System.IObservable{``0},System.Collections.Generic.IEqualityComparer{``0})">
            <summary>
            Determines whether two sequences are equal by comparing the elements pairwise using a specified equality comparer.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="first">First observable sequence to compare.</param>
            <param name="second">Second observable sequence to compare.</param>
            <param name="comparer">Comparer used to compare elements of both sequences.</param>
            <returns>An observable sequence that contains a single element which indicates whether both sequences are of equal length and their corresponding elements are equal according to the specified equality comparer.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="first" /> or <paramref name="second" /> or <paramref name="comparer" /> is null.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.SequenceEqual``1(System.Reactive.Linq.IQbservable{``0},System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEqualityComparer{``0})">
            <summary>
            Determines whether an observable and enumerable sequence are equal by comparing the elements pairwise using a specified equality comparer.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="first">First observable sequence to compare.</param>
            <param name="second">Second observable sequence to compare.</param>
            <param name="comparer">Comparer used to compare elements of both sequences.</param>
            <returns>An observable sequence that contains a single element which indicates whether both sequences are of equal length and their corresponding elements are equal according to the specified equality comparer.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="first" /> or <paramref name="second" /> or <paramref name="comparer" /> is null.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.SingleAsync``1(System.Reactive.Linq.IQbservable{``0})">
            <summary>
            Returns the only element of an observable sequence, and reports an exception if there is not exactly one element in the observable sequence.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source observable sequence.</param>
            <returns>Sequence containing the single element in the observable sequence.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> is null.</exception>
            <exception cref="T:System.InvalidOperationException">(Asynchronous) The source sequence contains more than one element. -or- The source sequence is empty.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.SingleAsync``1(System.Reactive.Linq.IQbservable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}})">
            <summary>
            Returns the only element of an observable sequence that satisfies the condition in the predicate, and reports an exception if there is not exactly one element in the observable sequence.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source observable sequence.</param>
            <param name="predicate">A predicate function to evaluate for elements in the source sequence.</param>
            <returns>Sequence containing the single element in the observable sequence that satisfies the condition in the predicate.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> or <paramref name="predicate" /> is null.</exception>
            <exception cref="T:System.InvalidOperationException">(Asynchronous) No element satisfies the condition in the predicate. -or- More than one element satisfies the condition in the predicate. -or- The source sequence is empty.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.SingleOrDefaultAsync``1(System.Reactive.Linq.IQbservable{``0})">
            <summary>
            Returns the only element of an observable sequence, or a default value if the observable sequence is empty; this method reports an exception if there is more than one element in the observable sequence.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source observable sequence.</param>
            <returns>Sequence containing the single element in the observable sequence, or a default value if no such element exists.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> is null.</exception>
            <exception cref="T:System.InvalidOperationException">(Asynchronous) The source sequence contains more than one element.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.SingleOrDefaultAsync``1(System.Reactive.Linq.IQbservable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}})">
            <summary>
            Returns the only element of an observable sequence that matches the predicate, or a default value if no such element exists; this method reports an exception if there is more than one element in the observable sequence.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source observable sequence.</param>
            <param name="predicate">A predicate function to evaluate for elements in the source sequence.</param>
            <returns>Sequence containing the single element in the observable sequence that satisfies the condition in the predicate, or a default value if no such element exists.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> or <paramref name="predicate" /> is null.</exception>
            <exception cref="T:System.InvalidOperationException">(Asynchronous) The sequence contains more than one element that satisfies the condition in the predicate.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Skip``1(System.Reactive.Linq.IQbservable{``0},System.Int32)">
            <summary>
            Bypasses a specified number of elements in an observable sequence and then returns the remaining elements.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">The sequence to take elements from.</param>
            <param name="count">The number of elements to skip before returning the remaining elements.</param>
            <returns>An observable sequence that contains the elements that occur after the specified index in the input sequence.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> is null.</exception>
            <exception cref="T:System.ArgumentOutOfRangeException">
            <paramref name="count" /> is less than zero.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Skip``1(System.Reactive.Linq.IQbservable{``0},System.TimeSpan)">
            <summary>
            Skips elements for the specified duration from the start of the observable source sequence.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source sequence to skip elements for.</param>
            <param name="duration">Duration for skipping elements from the start of the sequence.</param>
            <returns>An observable sequence with the elements skipped during the specified duration from the start of the source sequence.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> is null.</exception>
            <exception cref="T:System.ArgumentOutOfRangeException">
            <paramref name="duration" /> is less than TimeSpan.Zero.</exception>
            <remarks>
            <para>
            Specifying a TimeSpan.Zero value for <paramref name="duration" /> doesn't guarantee no elements will be dropped from the start of the source sequence.
            This is a side-effect of the asynchrony introduced by the scheduler, where the action that causes callbacks from the source sequence to be forwarded
            may not execute immediately, despite the TimeSpan.Zero due time.
            </para>
            <para>
            Errors produced by the source sequence are always forwarded to the result sequence, even if the error occurs before the <paramref name="duration" />.
            </para>
            </remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Skip``1(System.Reactive.Linq.IQbservable{``0},System.TimeSpan,System.Reactive.Concurrency.IScheduler)">
            <summary>
            Skips elements for the specified duration from the start of the observable source sequence, using the specified scheduler to run timers.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source sequence to skip elements for.</param>
            <param name="duration">Duration for skipping elements from the start of the sequence.</param>
            <param name="scheduler">Scheduler to run the timer on.</param>
            <returns>An observable sequence with the elements skipped during the specified duration from the start of the source sequence.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> or <paramref name="scheduler" /> is null.</exception>
            <exception cref="T:System.ArgumentOutOfRangeException">
            <paramref name="duration" /> is less than TimeSpan.Zero.</exception>
            <remarks>
            <para>
            Specifying a TimeSpan.Zero value for <paramref name="duration" /> doesn't guarantee no elements will be dropped from the start of the source sequence.
            This is a side-effect of the asynchrony introduced by the scheduler, where the action that causes callbacks from the source sequence to be forwarded
            may not execute immediately, despite the TimeSpan.Zero due time.
            </para>
            <para>
            Errors produced by the source sequence are always forwarded to the result sequence, even if the error occurs before the <paramref name="duration" />.
            </para>
            </remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.SkipLast``1(System.Reactive.Linq.IQbservable{``0},System.Int32)">
            <summary>
            Bypasses a specified number of elements at the end of an observable sequence.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source sequence.</param>
            <param name="count">Number of elements to bypass at the end of the source sequence.</param>
            <returns>An observable sequence containing the source sequence elements except for the bypassed ones at the end.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> is null.</exception>
            <exception cref="T:System.ArgumentOutOfRangeException">
            <paramref name="count" /> is less than zero.</exception>
            <remarks>
            This operator accumulates a queue with a length enough to store the first <paramref name="count" /> elements. As more elements are
            received, elements are taken from the front of the queue and produced on the result sequence. This causes elements to be delayed.
            </remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.SkipLast``1(System.Reactive.Linq.IQbservable{``0},System.TimeSpan)">
            <summary>
            Skips elements for the specified duration from the end of the observable source sequence.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source sequence to skip elements for.</param>
            <param name="duration">Duration for skipping elements from the end of the sequence.</param>
            <returns>An observable sequence with the elements skipped during the specified duration from the end of the source sequence.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> is null.</exception>
            <exception cref="T:System.ArgumentOutOfRangeException">
            <paramref name="duration" /> is less than TimeSpan.Zero.</exception>
            <remarks>
            This operator accumulates a queue with a length enough to store elements received during the initial <paramref name="duration" /> window.
            As more elements are received, elements older than the specified <paramref name="duration" /> are taken from the queue and produced on the
            result sequence. This causes elements to be delayed with <paramref name="duration" />.
            </remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.SkipLast``1(System.Reactive.Linq.IQbservable{``0},System.TimeSpan,System.Reactive.Concurrency.IScheduler)">
            <summary>
            Skips elements for the specified duration from the end of the observable source sequence, using the specified scheduler to run timers.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source sequence to skip elements for.</param>
            <param name="duration">Duration for skipping elements from the end of the sequence.</param>
            <param name="scheduler">Scheduler to run the timer on.</param>
            <returns>An observable sequence with the elements skipped during the specified duration from the end of the source sequence.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> or <paramref name="scheduler" /> is null.</exception>
            <exception cref="T:System.ArgumentOutOfRangeException">
            <paramref name="duration" /> is less than TimeSpan.Zero.</exception>
            <remarks>
            This operator accumulates a queue with a length enough to store elements received during the initial <paramref name="duration" /> window.
            As more elements are received, elements older than the specified <paramref name="duration" /> are taken from the queue and produced on the
            result sequence. This causes elements to be delayed with <paramref name="duration" />.
            </remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.SkipUntil``1(System.Reactive.Linq.IQbservable{``0},System.DateTimeOffset)">
            <summary>
            Skips elements from the observable source sequence until the specified start time.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source sequence to skip elements for.</param>
            <param name="startTime">Time to start taking elements from the source sequence. If this value is less than or equal to DateTimeOffset.UtcNow, no elements will be skipped.</param>
            <returns>An observable sequence with the elements skipped until the specified start time.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> is null.</exception>
            <remarks>
            Errors produced by the source sequence are always forwarded to the result sequence, even if the error occurs before the <paramref name="startTime" />.
            </remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.SkipUntil``1(System.Reactive.Linq.IQbservable{``0},System.DateTimeOffset,System.Reactive.Concurrency.IScheduler)">
            <summary>
            Skips elements from the observable source sequence until the specified start time, using the specified scheduler to run timers.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source sequence to skip elements for.</param>
            <param name="startTime">Time to start taking elements from the source sequence. If this value is less than or equal to DateTimeOffset.UtcNow, no elements will be skipped.</param>
            <param name="scheduler">Scheduler to run the timer on.</param>
            <returns>An observable sequence with the elements skipped until the specified start time.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> or <paramref name="scheduler" /> is null.</exception>
            <remarks>
            Errors produced by the source sequence are always forwarded to the result sequence, even if the error occurs before the <paramref name="startTime" />.
            </remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.SkipUntil``2(System.Reactive.Linq.IQbservable{``0},System.IObservable{``1})">
            <summary>
            Returns the elements from the source observable sequence only after the other observable sequence produces an element.
            Starting from Rx.NET 4.0, this will subscribe to <paramref name="other" /> before subscribing to <paramref name="source" />
            so in case <paramref name="other" /> emits an element right away, elements from <paramref name="source" /> are not missed.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <typeparam name="TOther">The type of the elements in the other sequence that indicates the end of skip behavior.</typeparam>
            <param name="source">Source sequence to propagate elements for.</param>
            <param name="other">Observable sequence that triggers propagation of elements of the source sequence.</param>
            <returns>An observable sequence containing the elements of the source sequence starting from the point the other sequence triggered propagation.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> or <paramref name="other" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.SkipWhile``1(System.Reactive.Linq.IQbservable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}})">
            <summary>
            Bypasses elements in an observable sequence as long as a specified condition is true and then returns the remaining elements.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">An observable sequence to return elements from.</param>
            <param name="predicate">A function to test each element for a condition.</param>
            <returns>An observable sequence that contains the elements from the input sequence starting at the first element in the linear series that does not pass the test specified by predicate.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> or <paramref name="predicate" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.SkipWhile``1(System.Reactive.Linq.IQbservable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32,System.Boolean}})">
            <summary>
            Bypasses elements in an observable sequence as long as a specified condition is true and then returns the remaining elements.
            The element's index is used in the logic of the predicate function.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">An observable sequence to return elements from.</param>
            <param name="predicate">A function to test each element for a condition; the second parameter of the function represents the index of the source element.</param>
            <returns>An observable sequence that contains the elements from the input sequence starting at the first element in the linear series that does not pass the test specified by predicate.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> or <paramref name="predicate" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Start(System.Reactive.Linq.IQbservableProvider,System.Linq.Expressions.Expression{System.Action})">
            <summary>
            Invokes the action asynchronously, surfacing the result through an observable sequence.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <param name="action">Action to run asynchronously.</param>
            <returns>An observable sequence exposing a Unit value upon completion of the action, or an exception.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="action" /> is null.</exception>
            <remarks>
            <list type="bullet">
            <item>
            <description>The action is called immediately, not during the subscription of the resulting sequence.</description>
            </item>
            <item>
            <description>Multiple subscriptions to the resulting sequence can observe the action's outcome.</description>
            </item>
            </list>
            </remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Start(System.Reactive.Linq.IQbservableProvider,System.Linq.Expressions.Expression{System.Action},System.Reactive.Concurrency.IScheduler)">
            <summary>
            Invokes the action asynchronously on the specified scheduler, surfacing the result through an observable sequence.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <param name="action">Action to run asynchronously.</param>
            <param name="scheduler">Scheduler to run the action on.</param>
            <returns>An observable sequence exposing a Unit value upon completion of the action, or an exception.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="action" /> or <paramref name="scheduler" /> is null.</exception>
            <remarks>
            <list type="bullet">
            <item>
            <description>The action is called immediately, not during the subscription of the resulting sequence.</description>
            </item>
            <item>
            <description>Multiple subscriptions to the resulting sequence can observe the action's outcome.</description>
            </item>
            </list>
            </remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Start``1(System.Reactive.Linq.IQbservableProvider,System.Linq.Expressions.Expression{System.Func{``0}})">
            <summary>
            Invokes the specified function asynchronously, surfacing the result through an observable sequence.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <typeparam name="TResult">The type of the result returned by the function.</typeparam>
            <param name="function">Function to run asynchronously.</param>
            <returns>An observable sequence exposing the function's result value, or an exception.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="function" /> is null.</exception>
            <remarks>
            <list type="bullet">
            <item>
            <description>The function is called immediately, not during the subscription of the resulting sequence.</description>
            </item>
            <item>
            <description>Multiple subscriptions to the resulting sequence can observe the function's result.</description>
            </item>
            </list>
            </remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Start``1(System.Reactive.Linq.IQbservableProvider,System.Linq.Expressions.Expression{System.Func{``0}},System.Reactive.Concurrency.IScheduler)">
            <summary>
            Invokes the specified function asynchronously on the specified scheduler, surfacing the result through an observable sequence
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <typeparam name="TResult">The type of the result returned by the function.</typeparam>
            <param name="function">Function to run asynchronously.</param>
            <param name="scheduler">Scheduler to run the function on.</param>
            <returns>An observable sequence exposing the function's result value, or an exception.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="function" /> or <paramref name="scheduler" /> is null.</exception>
            <remarks>
            <list type="bullet">
            <item>
            <description>The function is called immediately, not during the subscription of the resulting sequence.</description>
            </item>
            <item>
            <description>Multiple subscriptions to the resulting sequence can observe the function's result.</description>
            </item>
            </list>
            </remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.StartAsync(System.Reactive.Linq.IQbservableProvider,System.Linq.Expressions.Expression{System.Func{System.Threading.Tasks.Task}})">
            <summary>
            Invokes the asynchronous action, surfacing the result through an observable sequence.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <param name="actionAsync">Asynchronous action to run.</param>
            <returns>An observable sequence exposing a Unit value upon completion of the action, or an exception.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="actionAsync" /> is null.</exception>
            <remarks>
            <list type="bullet">
            <item>
            <description>The action is started immediately, not during the subscription of the resulting sequence.</description>
            </item>
            <item>
            <description>Multiple subscriptions to the resulting sequence can observe the action's outcome.</description>
            </item>
            </list>
            </remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.StartAsync(System.Reactive.Linq.IQbservableProvider,System.Linq.Expressions.Expression{System.Func{System.Threading.Tasks.Task}},System.Reactive.Concurrency.IScheduler)">
            <summary>
            Invokes the asynchronous action, surfacing the result through an observable sequence.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <param name="actionAsync">Asynchronous action to run.</param>
            <param name="scheduler">Scheduler on which to notify observers.</param>
            <returns>An observable sequence exposing a Unit value upon completion of the action, or an exception.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="actionAsync" /> is null or <paramref name="scheduler" /> is null.</exception>
            <remarks>
            <list type="bullet">
            <item>
            <description>The action is started immediately, not during the subscription of the resulting sequence.</description>
            </item>
            <item>
            <description>Multiple subscriptions to the resulting sequence can observe the action's outcome.</description>
            </item>
            </list>
            </remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.StartAsync(System.Reactive.Linq.IQbservableProvider,System.Linq.Expressions.Expression{System.Func{System.Threading.CancellationToken,System.Threading.Tasks.Task}})">
            <summary>
            Invokes the asynchronous action, surfacing the result through an observable sequence.
            The CancellationToken is shared by all subscriptions on the resulting observable sequence. See the remarks section for more information.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <param name="actionAsync">Asynchronous action to run.</param>
            <returns>An observable sequence exposing a Unit value upon completion of the action, or an exception.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="actionAsync" /> is null.</exception>
            <remarks>
            <list type="bullet">
            <item>
            <description>The action is started immediately, not during the subscription of the resulting sequence.</description>
            </item>
            <item>
            <description>Multiple subscriptions to the resulting sequence can observe the action's outcome.</description>
            </item>
            <item>
            <description>
            If any subscription to the resulting sequence is disposed, the CancellationToken is set. The observer associated to the disposed
            subscription won't see the TaskCanceledException, but other observers will. You can protect against this using the Catch operator.
            Be careful when handing out the resulting sequence because of this behavior. The most common use is to have a single subscription
            to the resulting sequence, which controls the CancellationToken state. Alternatively, you can control subscription behavior using
            multicast operators.
            </description>
            </item>
            </list>
            </remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.StartAsync(System.Reactive.Linq.IQbservableProvider,System.Linq.Expressions.Expression{System.Func{System.Threading.CancellationToken,System.Threading.Tasks.Task}},System.Reactive.Concurrency.IScheduler)">
            <summary>
            Invokes the asynchronous action, surfacing the result through an observable sequence.
            The CancellationToken is shared by all subscriptions on the resulting observable sequence. See the remarks section for more information.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <param name="actionAsync">Asynchronous action to run.</param>
            <param name="scheduler">Scheduler on which to notify observers.</param>
            <returns>An observable sequence exposing a Unit value upon completion of the action, or an exception.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="actionAsync" /> is null or <paramref name="scheduler" /> is null.</exception>
            <remarks>
            <list type="bullet">
            <item>
            <description>The action is started immediately, not during the subscription of the resulting sequence.</description>
            </item>
            <item>
            <description>Multiple subscriptions to the resulting sequence can observe the action's outcome.</description>
            </item>
            <item>
            <description>
            If any subscription to the resulting sequence is disposed, the CancellationToken is set. The observer associated to the disposed
            subscription won't see the TaskCanceledException, but other observers will. You can protect against this using the Catch operator.
            Be careful when handing out the resulting sequence because of this behavior. The most common use is to have a single subscription
            to the resulting sequence, which controls the CancellationToken state. Alternatively, you can control subscription behavior using
            multicast operators.
            </description>
            </item>
            </list>
            </remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.StartAsync``1(System.Reactive.Linq.IQbservableProvider,System.Linq.Expressions.Expression{System.Func{System.Threading.Tasks.Task{``0}}})">
            <summary>
            Invokes the asynchronous function, surfacing the result through an observable sequence.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <typeparam name="TResult">The type of the result returned by the asynchronous function.</typeparam>
            <param name="functionAsync">Asynchronous function to run.</param>
            <returns>An observable sequence exposing the function's result value, or an exception.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="functionAsync" /> is null.</exception>
            <remarks>
            <list type="bullet">
            <item>
            <description>The function is started immediately, not during the subscription of the resulting sequence.</description>
            </item>
            <item>
            <description>Multiple subscriptions to the resulting sequence can observe the function's result.</description>
            </item>
            </list>
            </remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.StartAsync``1(System.Reactive.Linq.IQbservableProvider,System.Linq.Expressions.Expression{System.Func{System.Threading.CancellationToken,System.Threading.Tasks.Task{``0}}})">
            <summary>
            Invokes the asynchronous function, surfacing the result through an observable sequence.
            The CancellationToken is shared by all subscriptions on the resulting observable sequence. See the remarks section for more information.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <typeparam name="TResult">The type of the result returned by the asynchronous function.</typeparam>
            <param name="functionAsync">Asynchronous function to run.</param>
            <returns>An observable sequence exposing the function's result value, or an exception.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="functionAsync" /> is null.</exception>
            <remarks>
            <list type="bullet">
            <item>
            <description>The function is started immediately, not during the subscription of the resulting sequence.</description>
            </item>
            <item>
            <description>Multiple subscriptions to the resulting sequence can observe the function's result.</description>
            </item>
            <item>
            <description>
            If any subscription to the resulting sequence is disposed, the CancellationToken is set. The observer associated to the disposed
            subscription won't see the TaskCanceledException, but other observers will. You can protect against this using the Catch operator.
            Be careful when handing out the resulting sequence because of this behavior. The most common use is to have a single subscription
            to the resulting sequence, which controls the CancellationToken state. Alternatively, you can control subscription behavior using
            multicast operators.
            </description>
            </item>
            </list>
            </remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.StartAsync``1(System.Reactive.Linq.IQbservableProvider,System.Linq.Expressions.Expression{System.Func{System.Threading.Tasks.Task{``0}}},System.Reactive.Concurrency.IScheduler)">
            <summary>
            Invokes the asynchronous function, surfacing the result through an observable sequence.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <typeparam name="TResult">The type of the result returned by the asynchronous function.</typeparam>
            <param name="functionAsync">Asynchronous function to run.</param>
            <param name="scheduler">Scheduler on which to notify observers.</param>
            <returns>An observable sequence exposing the function's result value, or an exception.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="functionAsync" /> is null or <paramref name="scheduler" /> is null.</exception>
            <remarks>
            <list type="bullet">
            <item>
            <description>The function is started immediately, not during the subscription of the resulting sequence.</description>
            </item>
            <item>
            <description>Multiple subscriptions to the resulting sequence can observe the function's result.</description>
            </item>
            </list>
            </remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.StartAsync``1(System.Reactive.Linq.IQbservableProvider,System.Linq.Expressions.Expression{System.Func{System.Threading.CancellationToken,System.Threading.Tasks.Task{``0}}},System.Reactive.Concurrency.IScheduler)">
            <summary>
            Invokes the asynchronous function, surfacing the result through an observable sequence.
            The CancellationToken is shared by all subscriptions on the resulting observable sequence. See the remarks section for more information.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <typeparam name="TResult">The type of the result returned by the asynchronous function.</typeparam>
            <param name="functionAsync">Asynchronous function to run.</param>
            <param name="scheduler">Scheduler on which to notify observers.</param>
            <returns>An observable sequence exposing the function's result value, or an exception.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="functionAsync" /> is null or <paramref name="scheduler" /> is null.</exception>
            <remarks>
            <list type="bullet">
            <item>
            <description>The function is started immediately, not during the subscription of the resulting sequence.</description>
            </item>
            <item>
            <description>Multiple subscriptions to the resulting sequence can observe the function's result.</description>
            </item>
            <item>
            <description>
            If any subscription to the resulting sequence is disposed, the CancellationToken is set. The observer associated to the disposed
            subscription won't see the TaskCanceledException, but other observers will. You can protect against this using the Catch operator.
            Be careful when handing out the resulting sequence because of this behavior. The most common use is to have a single subscription
            to the resulting sequence, which controls the CancellationToken state. Alternatively, you can control subscription behavior using
            multicast operators.
            </description>
            </item>
            </list>
            </remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.StartWith``1(System.Reactive.Linq.IQbservable{``0},System.Reactive.Concurrency.IScheduler,``0[])">
            <summary>
            Prepends a sequence of values to an observable sequence.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source sequence to prepend values to.</param>
            <param name="scheduler">Scheduler to emit the prepended values on.</param>
            <param name="values">Values to prepend to the specified sequence.</param>
            <returns>The source sequence prepended with the specified values.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> or <paramref name="scheduler" /> or <paramref name="values" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.StartWith``1(System.Reactive.Linq.IQbservable{``0},System.Reactive.Concurrency.IScheduler,System.Collections.Generic.IEnumerable{``0})">
            <summary>
            Prepends a sequence of values to an observable sequence.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source sequence to prepend values to.</param>
            <param name="scheduler">Scheduler to emit the prepended values on.</param>
            <param name="values">Values to prepend to the specified sequence.</param>
            <returns>The source sequence prepended with the specified values.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> or <paramref name="scheduler" /> or <paramref name="values" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.StartWith``1(System.Reactive.Linq.IQbservable{``0},``0[])">
            <summary>
            Prepends a sequence of values to an observable sequence.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source sequence to prepend values to.</param>
            <param name="values">Values to prepend to the specified sequence.</param>
            <returns>The source sequence prepended with the specified values.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> or <paramref name="values" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.StartWith``1(System.Reactive.Linq.IQbservable{``0},System.Collections.Generic.IEnumerable{``0})">
            <summary>
            Prepends a sequence of values to an observable sequence.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source sequence to prepend values to.</param>
            <param name="values">Values to prepend to the specified sequence.</param>
            <returns>The source sequence prepended with the specified values.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> or <paramref name="values" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.SubscribeOn``1(System.Reactive.Linq.IQbservable{``0},System.Threading.SynchronizationContext)">
            <summary>
            Wraps the source sequence in order to run its subscription and unsubscription logic on the specified synchronization context. This operation is not commonly used;
            see the remarks section for more information on the distinction between SubscribeOn and ObserveOn.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source sequence.</param>
            <param name="context">Synchronization context to perform subscription and unsubscription actions on.</param>
            <returns>The source sequence whose subscriptions and unsubscriptions happen on the specified synchronization context.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> or <paramref name="context" /> is null.</exception>
            <remarks>
            This only performs the side-effects of subscription and unsubscription on the specified synchronization context. In order to invoke observer
            callbacks on a synchronization context, use <see cref="M:System.Reactive.Linq.Observable.ObserveOn``1(System.IObservable{``0},System.Threading.SynchronizationContext)" />.
            </remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.SubscribeOn``1(System.Reactive.Linq.IQbservable{``0},System.Reactive.Concurrency.IScheduler)">
            <summary>
            Wraps the source sequence in order to run its subscription and unsubscription logic on the specified scheduler. This operation is not commonly used;
            see the remarks section for more information on the distinction between SubscribeOn and ObserveOn.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source sequence.</param>
            <param name="scheduler">Scheduler to perform subscription and unsubscription actions on.</param>
            <returns>The source sequence whose subscriptions and unsubscriptions happen on the specified scheduler.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> or <paramref name="scheduler" /> is null.</exception>
            <remarks>
            This only performs the side-effects of subscription and unsubscription on the specified scheduler. In order to invoke observer
            callbacks on a scheduler, use <see cref="M:System.Reactive.Linq.Observable.ObserveOn``1(System.IObservable{``0},System.Reactive.Concurrency.IScheduler)" />.
            </remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Sum(System.Reactive.Linq.IQbservable{System.Decimal})">
            <summary>
            Computes the sum of a sequence of <see cref="T:System.Decimal" /> values.
            </summary>
            <param name="source">A sequence of <see cref="T:System.Decimal" /> values to calculate the sum of.</param>
            <returns>An observable sequence containing a single element with the sum of the values in the source sequence.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> is null.</exception>
            <exception cref="T:System.OverflowException">(Asynchronous) The sum of the elements in the source sequence is larger than <see cref="F:System.Decimal.MaxValue" />.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Sum(System.Reactive.Linq.IQbservable{System.Double})">
            <summary>
            Computes the sum of a sequence of <see cref="T:System.Double" /> values.
            </summary>
            <param name="source">A sequence of <see cref="T:System.Double" /> values to calculate the sum of.</param>
            <returns>An observable sequence containing a single element with the sum of the values in the source sequence.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> is null.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Sum(System.Reactive.Linq.IQbservable{System.Int32})">
            <summary>
            Computes the sum of a sequence of <see cref="T:System.Int32" /> values.
            </summary>
            <param name="source">A sequence of <see cref="T:System.Int32" /> values to calculate the sum of.</param>
            <returns>An observable sequence containing a single element with the sum of the values in the source sequence.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> is null.</exception>
            <exception cref="T:System.OverflowException">(Asynchronous) The sum of the elements in the source sequence is larger than <see cref="F:System.Int32.MaxValue" />.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Sum(System.Reactive.Linq.IQbservable{System.Int64})">
            <summary>
            Computes the sum of a sequence of <see cref="T:System.Int64" /> values.
            </summary>
            <param name="source">A sequence of <see cref="T:System.Int64" /> values to calculate the sum of.</param>
            <returns>An observable sequence containing a single element with the sum of the values in the source sequence.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> is null.</exception>
            <exception cref="T:System.OverflowException">(Asynchronous) The sum of the elements in the source sequence is larger than <see cref="F:System.Int64.MaxValue" />.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Sum(System.Reactive.Linq.IQbservable{System.Nullable{System.Decimal}})">
            <summary>
            Computes the sum of a sequence of nullable <see cref="T:System.Decimal" /> values.
            </summary>
            <param name="source">A sequence of nullable <see cref="T:System.Decimal" /> values to calculate the sum of.</param>
            <returns>An observable sequence containing a single element with the sum of the values in the source sequence.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> is null.</exception>
            <exception cref="T:System.OverflowException">(Asynchronous) The sum of the elements in the source sequence is larger than <see cref="F:System.Decimal.MaxValue" />.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Sum(System.Reactive.Linq.IQbservable{System.Nullable{System.Double}})">
            <summary>
            Computes the sum of a sequence of nullable <see cref="T:System.Double" /> values.
            </summary>
            <param name="source">A sequence of nullable <see cref="T:System.Double" /> values to calculate the sum of.</param>
            <returns>An observable sequence containing a single element with the sum of the values in the source sequence.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> is null.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Sum(System.Reactive.Linq.IQbservable{System.Nullable{System.Int32}})">
            <summary>
            Computes the sum of a sequence of nullable <see cref="T:System.Int32" /> values.
            </summary>
            <param name="source">A sequence of nullable <see cref="T:System.Int32" /> values to calculate the sum of.</param>
            <returns>An observable sequence containing a single element with the sum of the values in the source sequence.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> is null.</exception>
            <exception cref="T:System.OverflowException">(Asynchronous) The sum of the elements in the source sequence is larger than <see cref="F:System.Int32.MaxValue" />.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Sum(System.Reactive.Linq.IQbservable{System.Nullable{System.Int64}})">
            <summary>
            Computes the sum of a sequence of nullable <see cref="T:System.Int64" /> values.
            </summary>
            <param name="source">A sequence of nullable <see cref="T:System.Int64" /> values to calculate the sum of.</param>
            <returns>An observable sequence containing a single element with the sum of the values in the source sequence.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> is null.</exception>
            <exception cref="T:System.OverflowException">(Asynchronous) The sum of the elements in the source sequence is larger than <see cref="F:System.Int64.MaxValue" />.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Sum(System.Reactive.Linq.IQbservable{System.Nullable{System.Single}})">
            <summary>
            Computes the sum of a sequence of nullable <see cref="T:System.Single" /> values.
            </summary>
            <param name="source">A sequence of nullable <see cref="T:System.Single" /> values to calculate the sum of.</param>
            <returns>An observable sequence containing a single element with the sum of the values in the source sequence.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> is null.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Sum(System.Reactive.Linq.IQbservable{System.Single})">
            <summary>
            Computes the sum of a sequence of <see cref="T:System.Single" /> values.
            </summary>
            <param name="source">A sequence of <see cref="T:System.Single" /> values to calculate the sum of.</param>
            <returns>An observable sequence containing a single element with the sum of the values in the source sequence.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> is null.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Sum``1(System.Reactive.Linq.IQbservable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Double}})">
            <summary>
            Computes the sum of a sequence of <see cref="T:System.Double" /> values that are obtained by invoking a transform function on each element of the input sequence.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">A sequence of values that are used to calculate a sum.</param>
            <param name="selector">A transform function to apply to each element.</param>
            <returns>An observable sequence containing a single element with the sum of the values in the source sequence.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> or <paramref name="selector" /> is null.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Sum``1(System.Reactive.Linq.IQbservable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Single}})">
            <summary>
            Computes the sum of a sequence of <see cref="T:System.Single" /> values that are obtained by invoking a transform function on each element of the input sequence.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">A sequence of values that are used to calculate a sum.</param>
            <param name="selector">A transform function to apply to each element.</param>
            <returns>An observable sequence containing a single element with the sum of the values in the source sequence.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> or <paramref name="selector" /> is null.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Sum``1(System.Reactive.Linq.IQbservable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Decimal}})">
            <summary>
            Computes the sum of a sequence of <see cref="T:System.Decimal" /> values that are obtained by invoking a transform function on each element of the input sequence.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">A sequence of values that are used to calculate a sum.</param>
            <param name="selector">A transform function to apply to each element.</param>
            <returns>An observable sequence containing a single element with the sum of the values in the source sequence.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> or <paramref name="selector" /> is null.</exception>
            <exception cref="T:System.OverflowException">(Asynchronous) The sum of the projected values for the elements in the source sequence is larger than <see cref="F:System.Decimal.MaxValue" />.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Sum``1(System.Reactive.Linq.IQbservable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32}})">
            <summary>
            Computes the sum of a sequence of <see cref="T:System.Int32" /> values that are obtained by invoking a transform function on each element of the input sequence.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">A sequence of values that are used to calculate a sum.</param>
            <param name="selector">A transform function to apply to each element.</param>
            <returns>An observable sequence containing a single element with the sum of the values in the source sequence.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> or <paramref name="selector" /> is null.</exception>
            <exception cref="T:System.OverflowException">(Asynchronous) The sum of the projected values for the elements in the source sequence is larger than <see cref="F:System.Int32.MaxValue" />.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Sum``1(System.Reactive.Linq.IQbservable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int64}})">
            <summary>
            Computes the sum of a sequence of <see cref="T:System.Int64" /> values that are obtained by invoking a transform function on each element of the input sequence.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">A sequence of values that are used to calculate a sum.</param>
            <param name="selector">A transform function to apply to each element.</param>
            <returns>An observable sequence containing a single element with the sum of the values in the source sequence.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> or <paramref name="selector" /> is null.</exception>
            <exception cref="T:System.OverflowException">(Asynchronous) The sum of the projected values for the elements in the source sequence is larger than <see cref="F:System.Int64.MaxValue" />.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Sum``1(System.Reactive.Linq.IQbservable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Double}}})">
            <summary>
            Computes the sum of a sequence of nullable <see cref="T:System.Double" /> values that are obtained by invoking a transform function on each element of the input sequence.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">A sequence of values that are used to calculate a sum.</param>
            <param name="selector">A transform function to apply to each element.</param>
            <returns>An observable sequence containing a single element with the sum of the values in the source sequence.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> or <paramref name="selector" /> is null.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Sum``1(System.Reactive.Linq.IQbservable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Single}}})">
            <summary>
            Computes the sum of a sequence of nullable <see cref="T:System.Single" /> values that are obtained by invoking a transform function on each element of the input sequence.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">A sequence of values that are used to calculate a sum.</param>
            <param name="selector">A transform function to apply to each element.</param>
            <returns>An observable sequence containing a single element with the sum of the values in the source sequence.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> or <paramref name="selector" /> is null.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Sum``1(System.Reactive.Linq.IQbservable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Decimal}}})">
            <summary>
            Computes the sum of a sequence of nullable <see cref="T:System.Decimal" /> values that are obtained by invoking a transform function on each element of the input sequence.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">A sequence of values that are used to calculate a sum.</param>
            <param name="selector">A transform function to apply to each element.</param>
            <returns>An observable sequence containing a single element with the sum of the values in the source sequence.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> or <paramref name="selector" /> is null.</exception>
            <exception cref="T:System.OverflowException">(Asynchronous) The sum of the projected values for the elements in the source sequence is larger than <see cref="F:System.Decimal.MaxValue" />.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Sum``1(System.Reactive.Linq.IQbservable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Int32}}})">
            <summary>
            Computes the sum of a sequence of nullable <see cref="T:System.Int32" /> values that are obtained by invoking a transform function on each element of the input sequence.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">A sequence of values that are used to calculate a sum.</param>
            <param name="selector">A transform function to apply to each element.</param>
            <returns>An observable sequence containing a single element with the sum of the values in the source sequence.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> or <paramref name="selector" /> is null.</exception>
            <exception cref="T:System.OverflowException">(Asynchronous) The sum of the projected values for the elements in the source sequence is larger than <see cref="F:System.Int32.MaxValue" />.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Sum``1(System.Reactive.Linq.IQbservable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Int64}}})">
            <summary>
            Computes the sum of a sequence of nullable <see cref="T:System.Int64" /> values that are obtained by invoking a transform function on each element of the input sequence.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">A sequence of values that are used to calculate a sum.</param>
            <param name="selector">A transform function to apply to each element.</param>
            <returns>An observable sequence containing a single element with the sum of the values in the source sequence.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> or <paramref name="selector" /> is null.</exception>
            <exception cref="T:System.OverflowException">(Asynchronous) The sum of the projected values for the elements in the source sequence is larger than <see cref="F:System.Int64.MaxValue" />.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Switch``1(System.Reactive.Linq.IQbservable{System.IObservable{``0}})">
            <summary>
            Transforms an observable sequence of observable sequences into an observable sequence 
            producing values only from the most recent observable sequence.
            Each time a new inner observable sequence is received, unsubscribe from the 
            previous inner observable sequence.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequences.</typeparam>
            <param name="sources">Observable sequence of inner observable sequences.</param>
            <returns>The observable sequence that at any point in time produces the elements of the most recent inner observable sequence that has been received.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="sources" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Switch``1(System.Reactive.Linq.IQbservable{System.Threading.Tasks.Task{``0}})">
            <summary>
            Transforms an observable sequence of tasks into an observable sequence 
            producing values only from the most recent observable sequence.
            Each time a new task is received, the previous task's result is ignored.
            </summary>
            <typeparam name="TSource">The type of the results produced by the source tasks.</typeparam>
            <param name="sources">Observable sequence of tasks.</param>
            <returns>The observable sequence that at any point in time produces the result of the most recent task that has been received.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="sources" /> is null.</exception>
            <remarks>If the tasks support cancellation, consider manual conversion of the tasks using <see cref="M:System.Reactive.Linq.Observable.FromAsync``1(System.Func{System.Threading.CancellationToken,System.Threading.Tasks.Task{``0}})" />, followed by a switch operation using <see cref="M:System.Reactive.Linq.Observable.Switch``1(System.IObservable{System.IObservable{``0}})" />.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Synchronize``1(System.Reactive.Linq.IQbservable{``0})">
            <summary>
            Synchronizes the observable sequence such that observer notifications cannot be delivered concurrently.
            This overload is useful to "fix" an observable sequence that exhibits concurrent callbacks on individual observers, which is invalid behavior for the query processor.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source sequence.</param>
            <returns>The source sequence whose outgoing calls to observers are synchronized.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> is null.</exception>
            <remarks>
            It's invalid behavior - according to the observer grammar - for a sequence to exhibit concurrent callbacks on a given observer.
            This operator can be used to "fix" a source that doesn't conform to this rule.
            </remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Synchronize``1(System.Reactive.Linq.IQbservable{``0},System.Object)">
            <summary>
            Synchronizes the observable sequence such that observer notifications cannot be delivered concurrently, using the specified gate object.
            This overload is useful when writing n-ary query operators, in order to prevent concurrent callbacks from different sources by synchronizing on a common gate object.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source sequence.</param>
            <param name="gate">Gate object to synchronize each observer call on.</param>
            <returns>The source sequence whose outgoing calls to observers are synchronized on the given gate object.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> or <paramref name="gate" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Take``1(System.Reactive.Linq.IQbservable{``0},System.Int32)">
            <summary>
            Returns a specified number of contiguous elements from the start of an observable sequence.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">The sequence to take elements from.</param>
            <param name="count">The number of elements to return.</param>
            <returns>An observable sequence that contains the specified number of elements from the start of the input sequence.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> is null.</exception>
            <exception cref="T:System.ArgumentOutOfRangeException">
            <paramref name="count" /> is less than zero.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Take``1(System.Reactive.Linq.IQbservable{``0},System.Int32,System.Reactive.Concurrency.IScheduler)">
            <summary>
            Returns a specified number of contiguous elements from the start of an observable sequence, using the specified scheduler for the edge case of Take(0).
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">The sequence to take elements from.</param>
            <param name="count">The number of elements to return.</param>
            <param name="scheduler">Scheduler used to produce an OnCompleted message in case <paramref name="count">count</paramref> is set to 0.</param>
            <returns>An observable sequence that contains the specified number of elements from the start of the input sequence.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> or <paramref name="scheduler" /> is null.</exception>
            <exception cref="T:System.ArgumentOutOfRangeException">
            <paramref name="count" /> is less than zero.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Take``1(System.Reactive.Linq.IQbservable{``0},System.TimeSpan)">
            <summary>
            Takes elements for the specified duration from the start of the observable source sequence.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source sequence to take elements from.</param>
            <param name="duration">Duration for taking elements from the start of the sequence.</param>
            <returns>An observable sequence with the elements taken during the specified duration from the start of the source sequence.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> is null.</exception>
            <exception cref="T:System.ArgumentOutOfRangeException">
            <paramref name="duration" /> is less than TimeSpan.Zero.</exception>
            <remarks>
            Specifying a TimeSpan.Zero value for <paramref name="duration" /> doesn't guarantee an empty sequence will be returned. This is a side-effect
            of the asynchrony introduced by the scheduler, where the action that stops forwarding callbacks from the source sequence may not execute
            immediately, despite the TimeSpan.Zero due time.
            </remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Take``1(System.Reactive.Linq.IQbservable{``0},System.TimeSpan,System.Reactive.Concurrency.IScheduler)">
            <summary>
            Takes elements for the specified duration from the start of the observable source sequence, using the specified scheduler to run timers.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source sequence to take elements from.</param>
            <param name="duration">Duration for taking elements from the start of the sequence.</param>
            <param name="scheduler">Scheduler to run the timer on.</param>
            <returns>An observable sequence with the elements taken during the specified duration from the start of the source sequence.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> or <paramref name="scheduler" /> is null.</exception>
            <exception cref="T:System.ArgumentOutOfRangeException">
            <paramref name="duration" /> is less than TimeSpan.Zero.</exception>
            <remarks>
            Specifying a TimeSpan.Zero value for <paramref name="duration" /> doesn't guarantee an empty sequence will be returned. This is a side-effect
            of the asynchrony introduced by the scheduler, where the action that stops forwarding callbacks from the source sequence may not execute
            immediately, despite the TimeSpan.Zero due time.
            </remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.TakeLast``1(System.Reactive.Linq.IQbservable{``0},System.Int32)">
            <summary>
            Returns a specified number of contiguous elements from the end of an observable sequence.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source sequence.</param>
            <param name="count">Number of elements to take from the end of the source sequence.</param>
            <returns>An observable sequence containing the specified number of elements from the end of the source sequence.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> is null.</exception>
            <exception cref="T:System.ArgumentOutOfRangeException">
            <paramref name="count" /> is less than zero.</exception>
            <remarks>
            This operator accumulates a buffer with a length enough to store elements <paramref name="count" /> elements. Upon completion of
            the source sequence, this buffer is drained on the result sequence. This causes the elements to be delayed.
            </remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.TakeLast``1(System.Reactive.Linq.IQbservable{``0},System.Int32,System.Reactive.Concurrency.IScheduler)">
            <summary>
            Returns a specified number of contiguous elements from the end of an observable sequence, using the specified scheduler to drain the queue.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source sequence.</param>
            <param name="count">Number of elements to take from the end of the source sequence.</param>
            <param name="scheduler">Scheduler used to drain the queue upon completion of the source sequence.</param>
            <returns>An observable sequence containing the specified number of elements from the end of the source sequence.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> or <paramref name="scheduler" /> is null.</exception>
            <exception cref="T:System.ArgumentOutOfRangeException">
            <paramref name="count" /> is less than zero.</exception>
            <remarks>
            This operator accumulates a buffer with a length enough to store elements <paramref name="count" /> elements. Upon completion of
            the source sequence, this buffer is drained on the result sequence. This causes the elements to be delayed.
            </remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.TakeLast``1(System.Reactive.Linq.IQbservable{``0},System.TimeSpan)">
            <summary>
            Returns elements within the specified duration from the end of the observable source sequence.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source sequence to take elements from.</param>
            <param name="duration">Duration for taking elements from the end of the sequence.</param>
            <returns>An observable sequence with the elements taken during the specified duration from the end of the source sequence.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> is null.</exception>
            <exception cref="T:System.ArgumentOutOfRangeException">
            <paramref name="duration" /> is less than TimeSpan.Zero.</exception>
            <remarks>
            This operator accumulates a buffer with a length enough to store elements for any <paramref name="duration" /> window during the lifetime of
            the source sequence. Upon completion of the source sequence, this buffer is drained on the result sequence. This causes the result elements
            to be delayed with <paramref name="duration" />.
            </remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.TakeLast``1(System.Reactive.Linq.IQbservable{``0},System.TimeSpan,System.Reactive.Concurrency.IScheduler)">
            <summary>
            Returns elements within the specified duration from the end of the observable source sequence, using the specified scheduler to run timers.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source sequence to take elements from.</param>
            <param name="duration">Duration for taking elements from the end of the sequence.</param>
            <param name="scheduler">Scheduler to run the timer on.</param>
            <returns>An observable sequence with the elements taken during the specified duration from the end of the source sequence.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> or <paramref name="scheduler" /> is null.</exception>
            <exception cref="T:System.ArgumentOutOfRangeException">
            <paramref name="duration" /> is less than TimeSpan.Zero.</exception>
            <remarks>
            This operator accumulates a buffer with a length enough to store elements for any <paramref name="duration" /> window during the lifetime of
            the source sequence. Upon completion of the source sequence, this buffer is drained on the result sequence. This causes the result elements
            to be delayed with <paramref name="duration" />.
            </remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.TakeLast``1(System.Reactive.Linq.IQbservable{``0},System.TimeSpan,System.Reactive.Concurrency.IScheduler,System.Reactive.Concurrency.IScheduler)">
            <summary>
            Returns elements within the specified duration from the end of the observable source sequence, using the specified schedulers to run timers and to drain the collected elements.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source sequence to take elements from.</param>
            <param name="duration">Duration for taking elements from the end of the sequence.</param>
            <param name="timerScheduler">Scheduler to run the timer on.</param>
            <param name="loopScheduler">Scheduler to drain the collected elements.</param>
            <returns>An observable sequence with the elements taken during the specified duration from the end of the source sequence.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> or <paramref name="timerScheduler" /> or <paramref name="loopScheduler" /> is null.</exception>
            <exception cref="T:System.ArgumentOutOfRangeException">
            <paramref name="duration" /> is less than TimeSpan.Zero.</exception>
            <remarks>
            This operator accumulates a buffer with a length enough to store elements for any <paramref name="duration" /> window during the lifetime of
            the source sequence. Upon completion of the source sequence, this buffer is drained on the result sequence. This causes the result elements
            to be delayed with <paramref name="duration" />.
            </remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.TakeLastBuffer``1(System.Reactive.Linq.IQbservable{``0},System.Int32)">
            <summary>
            Returns a list with the specified number of contiguous elements from the end of an observable sequence.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source sequence.</param>
            <param name="count">Number of elements to take from the end of the source sequence.</param>
            <returns>An observable sequence containing a single list with the specified number of elements from the end of the source sequence.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> is null.</exception>
            <exception cref="T:System.ArgumentOutOfRangeException">
            <paramref name="count" /> is less than zero.</exception>
            <remarks>
            This operator accumulates a buffer with a length enough to store <paramref name="count" /> elements. Upon completion of the
            source sequence, this buffer is produced on the result sequence.
            </remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.TakeLastBuffer``1(System.Reactive.Linq.IQbservable{``0},System.TimeSpan)">
            <summary>
            Returns a list with the elements within the specified duration from the end of the observable source sequence.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source sequence to take elements from.</param>
            <param name="duration">Duration for taking elements from the end of the sequence.</param>
            <returns>An observable sequence containing a single list with the elements taken during the specified duration from the end of the source sequence.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> is null.</exception>
            <exception cref="T:System.ArgumentOutOfRangeException">
            <paramref name="duration" /> is less than TimeSpan.Zero.</exception>
            <remarks>
            This operator accumulates a buffer with a length enough to store elements for any <paramref name="duration" /> window during the lifetime of
            the source sequence. Upon completion of the source sequence, this buffer is produced on the result sequence.
            </remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.TakeLastBuffer``1(System.Reactive.Linq.IQbservable{``0},System.TimeSpan,System.Reactive.Concurrency.IScheduler)">
            <summary>
            Returns a list with the elements within the specified duration from the end of the observable source sequence, using the specified scheduler to run timers.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source sequence to take elements from.</param>
            <param name="duration">Duration for taking elements from the end of the sequence.</param>
            <param name="scheduler">Scheduler to run the timer on.</param>
            <returns>An observable sequence containing a single list with the elements taken during the specified duration from the end of the source sequence.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> or <paramref name="scheduler" /> is null.</exception>
            <exception cref="T:System.ArgumentOutOfRangeException">
            <paramref name="duration" /> is less than TimeSpan.Zero.</exception>
            <remarks>
            This operator accumulates a buffer with a length enough to store elements for any <paramref name="duration" /> window during the lifetime of
            the source sequence. Upon completion of the source sequence, this buffer is produced on the result sequence.
            </remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.TakeUntil``1(System.Reactive.Linq.IQbservable{``0},System.DateTimeOffset)">
            <summary>
            Takes elements for the specified duration until the specified end time.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source sequence to take elements from.</param>
            <param name="endTime">Time to stop taking elements from the source sequence. If this value is less than or equal to DateTimeOffset.UtcNow, the result stream will complete immediately.</param>
            <returns>An observable sequence with the elements taken until the specified end time.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.TakeUntil``1(System.Reactive.Linq.IQbservable{``0},System.DateTimeOffset,System.Reactive.Concurrency.IScheduler)">
            <summary>
            Takes elements for the specified duration until the specified end time, using the specified scheduler to run timers.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source sequence to take elements from.</param>
            <param name="endTime">Time to stop taking elements from the source sequence. If this value is less than or equal to DateTimeOffset.UtcNow, the result stream will complete immediately.</param>
            <param name="scheduler">Scheduler to run the timer on.</param>
            <returns>An observable sequence with the elements taken until the specified end time.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> or <paramref name="scheduler" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.TakeUntil``2(System.Reactive.Linq.IQbservable{``0},System.IObservable{``1})">
            <summary>
            Returns the elements from the source observable sequence until the other observable sequence produces an element.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <typeparam name="TOther">The type of the elements in the other sequence that indicates the end of take behavior.</typeparam>
            <param name="source">Source sequence to propagate elements for.</param>
            <param name="other">Observable sequence that terminates propagation of elements of the source sequence.</param>
            <returns>An observable sequence containing the elements of the source sequence up to the point the other sequence interrupted further propagation.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> or <paramref name="other" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.TakeUntil``1(System.Reactive.Linq.IQbservable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}})">
            <summary>
            Relays elements from the source observable sequence and calls the predicate after an
            emission to check if the sequence should stop after that specific item.
            </summary>
            <typeparam name="TSource">The type of the elements in the source and result sequences.</typeparam>
            <param name="source">The source sequence to relay elements of.</param>
            <param name="stopPredicate">Called after each upstream item has been emitted with
            that upstream item and should return <code>true</code> to indicate the sequence should
            complete.</param>
            <returns>The observable sequence with the source elements until the stop predicate returns true.</returns>
            <example>
            The following sequence will stop after the value 5 has been encountered:
            <code>
            Observable.Range(1, 10)
                .TakeUntil(item =&gt; item == 5)
                .Subscribe(Console.WriteLine);
            </code>
            </example>
            <exception cref="T:System.ArgumentException">If <typeparamref name="TSource"/> or <paramref name="stopPredicate"/> is <code>null</code>.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.TakeWhile``1(System.Reactive.Linq.IQbservable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}})">
            <summary>
            Returns elements from an observable sequence as long as a specified condition is true.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">A sequence to return elements from.</param>
            <param name="predicate">A function to test each element for a condition.</param>
            <returns>An observable sequence that contains the elements from the input sequence that occur before the element at which the test no longer passes.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> or <paramref name="predicate" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.TakeWhile``1(System.Reactive.Linq.IQbservable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32,System.Boolean}})">
            <summary>
            Returns elements from an observable sequence as long as a specified condition is true.
            The element's index is used in the logic of the predicate function.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">A sequence to return elements from.</param>
            <param name="predicate">A function to test each element for a condition; the second parameter of the function represents the index of the source element.</param>
            <returns>An observable sequence that contains the elements from the input sequence that occur before the element at which the test no longer passes.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> or <paramref name="predicate" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Throttle``1(System.Reactive.Linq.IQbservable{``0},System.TimeSpan)">
            <summary>
            Ignores elements from an observable sequence which are followed by another element within a specified relative time duration.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source sequence to throttle.</param>
            <param name="dueTime">Throttling duration for each element.</param>
            <returns>The throttled sequence.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> is null.</exception>
            <exception cref="T:System.ArgumentOutOfRangeException">
            <paramref name="dueTime" /> is less than TimeSpan.Zero.</exception>
            <remarks>
            <para>
            This operator throttles the source sequence by holding on to each element for the duration specified in <paramref name="dueTime" />. If another
            element is produced within this time window, the element is dropped and a new timer is started for the current element, repeating this whole
            process. For streams that never have gaps larger than or equal to <paramref name="dueTime" /> between elements, the resulting stream won't
            produce any elements. In order to reduce the volume of a stream whilst guaranteeing the periodic production of elements, consider using the
            Observable.Sample set of operators.
            </para>
            <para>
            Specifying a TimeSpan.Zero value for <paramref name="dueTime" /> is not recommended but supported, causing throttling timers to be scheduled
            that are due immediately. However, this doesn't guarantee all elements will be retained in the result sequence. This is a side-effect of the
            asynchrony introduced by the scheduler, where the action to forward the current element may not execute immediately, despite the TimeSpan.Zero
            due time. In such cases, the next element may arrive before the scheduler gets a chance to run the throttling action.
            </para>
            </remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Throttle``1(System.Reactive.Linq.IQbservable{``0},System.TimeSpan,System.Reactive.Concurrency.IScheduler)">
            <summary>
            Ignores elements from an observable sequence which are followed by another element within a specified relative time duration, using the specified scheduler to run throttling timers.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source sequence to throttle.</param>
            <param name="dueTime">Throttling duration for each element.</param>
            <param name="scheduler">Scheduler to run the throttle timers on.</param>
            <returns>The throttled sequence.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> or <paramref name="scheduler" /> is null.</exception>
            <exception cref="T:System.ArgumentOutOfRangeException">
            <paramref name="dueTime" /> is less than TimeSpan.Zero.</exception>
            <remarks>
            <para>
            This operator throttles the source sequence by holding on to each element for the duration specified in <paramref name="dueTime" />. If another
            element is produced within this time window, the element is dropped and a new timer is started for the current element, repeating this whole
            process. For streams that never have gaps larger than or equal to <paramref name="dueTime" /> between elements, the resulting stream won't
            produce any elements. In order to reduce the volume of a stream whilst guaranteeing the periodic production of elements, consider using the
            Observable.Sample set of operators.
            </para>
            <para>
            Specifying a TimeSpan.Zero value for <paramref name="dueTime" /> is not recommended but supported, causing throttling timers to be scheduled
            that are due immediately. However, this doesn't guarantee all elements will be retained in the result sequence. This is a side-effect of the
            asynchrony introduced by the scheduler, where the action to forward the current element may not execute immediately, despite the TimeSpan.Zero
            due time. In such cases, the next element may arrive before the scheduler gets a chance to run the throttling action.
            </para>
            </remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Throttle``2(System.Reactive.Linq.IQbservable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.IObservable{``1}}})">
            <summary>
            Ignores elements from an observable sequence which are followed by another value within a computed throttle duration.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <typeparam name="TThrottle">The type of the elements in the throttle sequences selected for each element in the source sequence.</typeparam>
            <param name="source">Source sequence to throttle.</param>
            <param name="throttleDurationSelector">Selector function to retrieve a sequence indicating the throttle duration for each given element.</param>
            <returns>The throttled sequence.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> or <paramref name="throttleDurationSelector" /> is null.</exception>
            <remarks>
            This operator throttles the source sequence by holding on to each element for the duration denoted by <paramref name="throttleDurationSelector" />.
            If another element is produced within this time window, the element is dropped and a new timer is started for the current element, repeating this
            whole process. For streams where the duration computed by applying the <paramref name="throttleDurationSelector" /> to each element overlaps with
            the occurrence of the successor element, the resulting stream won't produce any elements. In order to reduce the volume of a stream whilst
            guaranteeing the periodic production of elements, consider using the Observable.Sample set of operators.
            </remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Throw``1(System.Reactive.Linq.IQbservableProvider,System.Exception)">
            <summary>
            Returns an observable sequence that terminates with an exception.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <typeparam name="TResult">The type used for the <see cref="T:System.IObservable`1" /> type parameter of the resulting sequence.</typeparam>
            <param name="exception">Exception object used for the sequence's termination.</param>
            <returns>The observable sequence that terminates exceptionally with the specified exception object.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="exception" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Throw``1(System.Reactive.Linq.IQbservableProvider,System.Exception,System.Reactive.Concurrency.IScheduler)">
            <summary>
            Returns an observable sequence that terminates with an exception, using the specified scheduler to send out the single OnError message.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <typeparam name="TResult">The type used for the <see cref="T:System.IObservable`1" /> type parameter of the resulting sequence.</typeparam>
            <param name="exception">Exception object used for the sequence's termination.</param>
            <param name="scheduler">Scheduler to send the exceptional termination call on.</param>
            <returns>The observable sequence that terminates exceptionally with the specified exception object.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="exception" /> or <paramref name="scheduler" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Throw``1(System.Reactive.Linq.IQbservableProvider,System.Exception,System.Reactive.Concurrency.IScheduler,``0)">
            <summary>
            Returns an observable sequence that terminates with an exception, using the specified scheduler to send out the single OnError message.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <typeparam name="TResult">The type used for the <see cref="T:System.IObservable`1" /> type parameter of the resulting sequence.</typeparam>
            <param name="exception">Exception object used for the sequence's termination.</param>
            <param name="scheduler">Scheduler to send the exceptional termination call on.</param>
            <param name="witness">Object solely used to infer the type of the <typeparamref name="TResult" /> type parameter. This parameter is typically used when creating a sequence of anonymously typed elements.</param>
            <returns>The observable sequence that terminates exceptionally with the specified exception object.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="exception" /> or <paramref name="scheduler" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Throw``1(System.Reactive.Linq.IQbservableProvider,System.Exception,``0)">
            <summary>
            Returns an observable sequence that terminates with an exception.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <typeparam name="TResult">The type used for the <see cref="T:System.IObservable`1" /> type parameter of the resulting sequence.</typeparam>
            <param name="exception">Exception object used for the sequence's termination.</param>
            <param name="witness">Object solely used to infer the type of the <typeparamref name="TResult" /> type parameter. This parameter is typically used when creating a sequence of anonymously typed elements.</param>
            <returns>The observable sequence that terminates exceptionally with the specified exception object.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="exception" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.TimeInterval``1(System.Reactive.Linq.IQbservable{``0})">
            <summary>
            Records the time interval between consecutive elements in an observable sequence.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source sequence to record time intervals for.</param>
            <returns>An observable sequence with time interval information on elements.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.TimeInterval``1(System.Reactive.Linq.IQbservable{``0},System.Reactive.Concurrency.IScheduler)">
            <summary>
            Records the time interval between consecutive elements in an observable sequence, using the specified scheduler to compute time intervals.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source sequence to record time intervals for.</param>
            <param name="scheduler">Scheduler used to compute time intervals.</param>
            <returns>An observable sequence with time interval information on elements.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> or <paramref name="scheduler" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Timeout``1(System.Reactive.Linq.IQbservable{``0},System.DateTimeOffset)">
            <summary>
            Applies a timeout policy to the observable sequence based on an absolute time.
            If the sequence doesn't terminate before the specified absolute due time, a TimeoutException is propagated to the observer.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source sequence to perform a timeout for.</param>
            <param name="dueTime">Time when a timeout occurs. If this value is less than or equal to DateTimeOffset.UtcNow, the timeout occurs immediately.</param>
            <returns>The source sequence with a TimeoutException in case of a timeout.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> is null.</exception>
            <exception cref="T:System.TimeoutException">(Asynchronous) If the sequence hasn't terminated before <paramref name="dueTime" />.</exception>
            <remarks>
            In case you only want to timeout on the first element, consider using the <see cref="M:System.Reactive.Linq.Observable.Amb``1(System.IObservable{``0},System.IObservable{``0})" />
            operator applied to the source sequence and a delayed <see cref="M:System.Reactive.Linq.Observable.Throw``1(System.Exception)" /> sequence. Alternatively, the general-purpose overload
            of Timeout, <see cref="M:System.Reactive.Linq.Observable.Timeout``2(System.IObservable{``0},System.IObservable{``1},System.Func{``0,System.IObservable{``1}})" /> can be used.
            </remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Timeout``1(System.Reactive.Linq.IQbservable{``0},System.DateTimeOffset,System.IObservable{``0})">
            <summary>
            Applies a timeout policy to the observable sequence based on an absolute time.
            If the sequence doesn't terminate before the specified absolute due time, the other observable sequence is used to produce future messages from that point on.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence and the other sequence used upon a timeout.</typeparam>
            <param name="source">Source sequence to perform a timeout for.</param>
            <param name="dueTime">Time when a timeout occurs. If this value is less than or equal to DateTimeOffset.UtcNow, the timeout occurs immediately.</param>
            <param name="other">Sequence to return in case of a timeout.</param>
            <returns>The source sequence switching to the other sequence in case of a timeout.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> or <paramref name="other" /> is null.</exception>
            <remarks>
            In case you only want to timeout on the first element, consider using the <see cref="M:System.Reactive.Linq.Observable.Amb``1(System.IObservable{``0},System.IObservable{``0})" />
            operator applied to the source sequence and a delayed <see cref="M:System.Reactive.Linq.Observable.Throw``1(System.Exception)" /> sequence. Alternatively, the general-purpose overload
            of Timeout, <see cref="M:System.Reactive.Linq.Observable.Timeout``2(System.IObservable{``0},System.IObservable{``1},System.Func{``0,System.IObservable{``1}})" /> can be used.
            </remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Timeout``1(System.Reactive.Linq.IQbservable{``0},System.DateTimeOffset,System.IObservable{``0},System.Reactive.Concurrency.IScheduler)">
            <summary>
            Applies a timeout policy to the observable sequence based on an absolute time, using the specified scheduler to run timeout timers.
            If the sequence doesn't terminate before the specified absolute due time, the other observable sequence is used to produce future messages from that point on.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence and the other sequence used upon a timeout.</typeparam>
            <param name="source">Source sequence to perform a timeout for.</param>
            <param name="dueTime">Time when a timeout occurs. If this value is less than or equal to DateTimeOffset.UtcNow, the timeout occurs immediately.</param>
            <param name="other">Sequence to return in case of a timeout.</param>
            <param name="scheduler">Scheduler to run the timeout timers on.</param>
            <returns>The source sequence switching to the other sequence in case of a timeout.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> or <paramref name="other" /> or <paramref name="scheduler" /> is null.</exception>
            <remarks>
            In case you only want to timeout on the first element, consider using the <see cref="M:System.Reactive.Linq.Observable.Amb``1(System.IObservable{``0},System.IObservable{``0})" />
            operator applied to the source sequence and a delayed <see cref="M:System.Reactive.Linq.Observable.Throw``1(System.Exception)" /> sequence. Alternatively, the general-purpose overload
            of Timeout, <see cref="M:System.Reactive.Linq.Observable.Timeout``2(System.IObservable{``0},System.IObservable{``1},System.Func{``0,System.IObservable{``1}})" /> can be used.
            </remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Timeout``1(System.Reactive.Linq.IQbservable{``0},System.DateTimeOffset,System.Reactive.Concurrency.IScheduler)">
            <summary>
            Applies a timeout policy to the observable sequence based on an absolute time, using the specified scheduler to run timeout timers.
            If the sequence doesn't terminate before the specified absolute due time, a TimeoutException is propagated to the observer.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source sequence to perform a timeout for.</param>
            <param name="dueTime">Time when a timeout occurs. If this value is less than or equal to DateTimeOffset.UtcNow, the timeout occurs immediately.</param>
            <param name="scheduler">Scheduler to run the timeout timers on.</param>
            <returns>The source sequence with a TimeoutException in case of a timeout.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> or <paramref name="scheduler" /> is null.</exception>
            <exception cref="T:System.TimeoutException">(Asynchronous) If the sequence hasn't terminated before <paramref name="dueTime" />.</exception>
            <remarks>
            In case you only want to timeout on the first element, consider using the <see cref="M:System.Reactive.Linq.Observable.Amb``1(System.IObservable{``0},System.IObservable{``0})" />
            operator applied to the source sequence and a delayed <see cref="M:System.Reactive.Linq.Observable.Throw``1(System.Exception)" /> sequence. Alternatively, the general-purpose overload
            of Timeout, <see cref="M:System.Reactive.Linq.Observable.Timeout``2(System.IObservable{``0},System.IObservable{``1},System.Func{``0,System.IObservable{``1}})" /> can be used.
            </remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Timeout``1(System.Reactive.Linq.IQbservable{``0},System.TimeSpan)">
            <summary>
            Applies a timeout policy for each element in the observable sequence.
            If the next element isn't received within the specified timeout duration starting from its predecessor, a TimeoutException is propagated to the observer.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source sequence to perform a timeout for.</param>
            <param name="dueTime">Maximum duration between values before a timeout occurs.</param>
            <returns>The source sequence with a TimeoutException in case of a timeout.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> is null.</exception>
            <exception cref="T:System.ArgumentOutOfRangeException">
            <paramref name="dueTime" /> is less than TimeSpan.Zero.</exception>
            <exception cref="T:System.TimeoutException">(Asynchronous) If no element is produced within <paramref name="dueTime" /> from the previous element.</exception>
            <remarks>
            <para>
            In case you only want to timeout on the first element, consider using the <see cref="M:System.Reactive.Linq.Observable.Amb``1(System.IObservable{``0},System.IObservable{``0})" />
            operator applied to the source sequence and a delayed <see cref="M:System.Reactive.Linq.Observable.Throw``1(System.Exception)" /> sequence. Alternatively, the general-purpose overload
            of Timeout, <see cref="M:System.Reactive.Linq.Observable.Timeout``2(System.IObservable{``0},System.IObservable{``1},System.Func{``0,System.IObservable{``1}})" /> can be used.
            </para>
            <para>
            Specifying a TimeSpan.Zero value for <paramref name="dueTime" /> is not recommended but supported, causing timeout timers to be scheduled that are due
            immediately. However, this doesn't guarantee a timeout will occur, even for the first element. This is a side-effect of the asynchrony introduced by the
            scheduler, where the action to propagate a timeout may not execute immediately, despite the TimeSpan.Zero due time. In such cases, the next element may
            arrive before the scheduler gets a chance to run the timeout action.
            </para>
            </remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Timeout``1(System.Reactive.Linq.IQbservable{``0},System.TimeSpan,System.IObservable{``0})">
            <summary>
            Applies a timeout policy for each element in the observable sequence.
            If the next element isn't received within the specified timeout duration starting from its predecessor, the other observable sequence is used to produce future messages from that point on.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence and the other sequence used upon a timeout.</typeparam>
            <param name="source">Source sequence to perform a timeout for.</param>
            <param name="dueTime">Maximum duration between values before a timeout occurs.</param>
            <param name="other">Sequence to return in case of a timeout.</param>
            <returns>The source sequence switching to the other sequence in case of a timeout.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> or <paramref name="other" /> is null.</exception>
            <exception cref="T:System.ArgumentOutOfRangeException">
            <paramref name="dueTime" /> is less than TimeSpan.Zero.</exception>
            <remarks>
            <para>
            In case you only want to timeout on the first element, consider using the <see cref="M:System.Reactive.Linq.Observable.Amb``1(System.IObservable{``0},System.IObservable{``0})" />
            operator applied to the source sequence and a delayed <see cref="M:System.Reactive.Linq.Observable.Throw``1(System.Exception)" /> sequence. Alternatively, the general-purpose overload
            of Timeout, <see cref="M:System.Reactive.Linq.Observable.Timeout``2(System.IObservable{``0},System.IObservable{``1},System.Func{``0,System.IObservable{``1}})" /> can be used.
            </para>
            <para>
            Specifying a TimeSpan.Zero value for <paramref name="dueTime" /> is not recommended but supported, causing timeout timers to be scheduled that are due
            immediately. However, this doesn't guarantee a timeout will occur, even for the first element. This is a side-effect of the asynchrony introduced by the
            scheduler, where the action to propagate a timeout may not execute immediately, despite the TimeSpan.Zero due time. In such cases, the next element may
            arrive before the scheduler gets a chance to run the timeout action.
            </para>
            </remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Timeout``1(System.Reactive.Linq.IQbservable{``0},System.TimeSpan,System.IObservable{``0},System.Reactive.Concurrency.IScheduler)">
            <summary>
            Applies a timeout policy for each element in the observable sequence, using the specified scheduler to run timeout timers.
            If the next element isn't received within the specified timeout duration starting from its predecessor, the other observable sequence is used to produce future messages from that point on.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence and the other sequence used upon a timeout.</typeparam>
            <param name="source">Source sequence to perform a timeout for.</param>
            <param name="dueTime">Maximum duration between values before a timeout occurs.</param>
            <param name="other">Sequence to return in case of a timeout.</param>
            <param name="scheduler">Scheduler to run the timeout timers on.</param>
            <returns>The source sequence switching to the other sequence in case of a timeout.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> or <paramref name="other" /> or <paramref name="scheduler" /> is null.</exception>
            <exception cref="T:System.ArgumentOutOfRangeException">
            <paramref name="dueTime" /> is less than TimeSpan.Zero.</exception>
            <remarks>
            <para>
            In case you only want to timeout on the first element, consider using the <see cref="M:System.Reactive.Linq.Observable.Amb``1(System.IObservable{``0},System.IObservable{``0})" />
            operator applied to the source sequence and a delayed <see cref="M:System.Reactive.Linq.Observable.Throw``1(System.Exception)" /> sequence. Alternatively, the general-purpose overload
            of Timeout, <see cref="M:System.Reactive.Linq.Observable.Timeout``2(System.IObservable{``0},System.IObservable{``1},System.Func{``0,System.IObservable{``1}})" /> can be used.
            </para>
            <para>
            Specifying a TimeSpan.Zero value for <paramref name="dueTime" /> is not recommended but supported, causing timeout timers to be scheduled that are due
            immediately. However, this doesn't guarantee a timeout will occur, even for the first element. This is a side-effect of the asynchrony introduced by the
            scheduler, where the action to propagate a timeout may not execute immediately, despite the TimeSpan.Zero due time. In such cases, the next element may
            arrive before the scheduler gets a chance to run the timeout action.
            </para>
            </remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Timeout``1(System.Reactive.Linq.IQbservable{``0},System.TimeSpan,System.Reactive.Concurrency.IScheduler)">
            <summary>
            Applies a timeout policy for each element in the observable sequence, using the specified scheduler to run timeout timers.
            If the next element isn't received within the specified timeout duration starting from its predecessor, a TimeoutException is propagated to the observer.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source sequence to perform a timeout for.</param>
            <param name="dueTime">Maximum duration between values before a timeout occurs.</param>
            <param name="scheduler">Scheduler to run the timeout timers on.</param>
            <returns>The source sequence with a TimeoutException in case of a timeout.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> or <paramref name="scheduler" /> is null.</exception>
            <exception cref="T:System.ArgumentOutOfRangeException">
            <paramref name="dueTime" /> is less than TimeSpan.Zero.</exception>
            <exception cref="T:System.TimeoutException">(Asynchronous) If no element is produced within <paramref name="dueTime" /> from the previous element.</exception>
            <remarks>
            <para>
            In case you only want to timeout on the first element, consider using the <see cref="M:System.Reactive.Linq.Observable.Amb``1(System.IObservable{``0},System.IObservable{``0})" />
            operator applied to the source sequence and a delayed <see cref="M:System.Reactive.Linq.Observable.Throw``1(System.Exception)" /> sequence. Alternatively, the general-purpose overload
            of Timeout, <see cref="M:System.Reactive.Linq.Observable.Timeout``2(System.IObservable{``0},System.IObservable{``1},System.Func{``0,System.IObservable{``1}})" /> can be used.
            </para>
            <para>
            Specifying a TimeSpan.Zero value for <paramref name="dueTime" /> is not recommended but supported, causing timeout timers to be scheduled that are due
            immediately. However, this doesn't guarantee a timeout will occur, even for the first element. This is a side-effect of the asynchrony introduced by the
            scheduler, where the action to propagate a timeout may not execute immediately, despite the TimeSpan.Zero due time. In such cases, the next element may
            arrive before the scheduler gets a chance to run the timeout action.
            </para>
            </remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Timeout``2(System.Reactive.Linq.IQbservable{``0},System.IObservable{``1},System.Linq.Expressions.Expression{System.Func{``0,System.IObservable{``1}}})">
            <summary>
            Applies a timeout policy to the observable sequence based on an initial timeout duration for the first element, and a timeout duration computed for each subsequent element.
            If the next element isn't received within the computed duration starting from its predecessor, a TimeoutException is propagated to the observer.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <typeparam name="TTimeout">The type of the elements in the timeout sequences used to indicate the timeout duration for each element in the source sequence.</typeparam>
            <param name="source">Source sequence to perform a timeout for.</param>
            <param name="firstTimeout">Observable sequence that represents the timeout for the first element.</param>
            <param name="timeoutDurationSelector">Selector to retrieve an observable sequence that represents the timeout between the current element and the next element.</param>
            <returns>The source sequence with a TimeoutException in case of a timeout.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> or <paramref name="firstTimeout" /> or <paramref name="timeoutDurationSelector" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Timeout``2(System.Reactive.Linq.IQbservable{``0},System.IObservable{``1},System.Linq.Expressions.Expression{System.Func{``0,System.IObservable{``1}}},System.IObservable{``0})">
            <summary>
            Applies a timeout policy to the observable sequence based on an initial timeout duration for the first element, and a timeout duration computed for each subsequent element.
            If the next element isn't received within the computed duration starting from its predecessor, the other observable sequence is used to produce future messages from that point on.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence and the other sequence used upon a timeout.</typeparam>
            <typeparam name="TTimeout">The type of the elements in the timeout sequences used to indicate the timeout duration for each element in the source sequence.</typeparam>
            <param name="source">Source sequence to perform a timeout for.</param>
            <param name="firstTimeout">Observable sequence that represents the timeout for the first element.</param>
            <param name="timeoutDurationSelector">Selector to retrieve an observable sequence that represents the timeout between the current element and the next element.</param>
            <param name="other">Sequence to return in case of a timeout.</param>
            <returns>The source sequence switching to the other sequence in case of a timeout.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> or <paramref name="firstTimeout" /> or <paramref name="timeoutDurationSelector" /> or <paramref name="other" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Timeout``2(System.Reactive.Linq.IQbservable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.IObservable{``1}}})">
            <summary>
            Applies a timeout policy to the observable sequence based on a timeout duration computed for each element.
            If the next element isn't received within the computed duration starting from its predecessor, a TimeoutException is propagated to the observer.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <typeparam name="TTimeout">The type of the elements in the timeout sequences used to indicate the timeout duration for each element in the source sequence.</typeparam>
            <param name="source">Source sequence to perform a timeout for.</param>
            <param name="timeoutDurationSelector">Selector to retrieve an observable sequence that represents the timeout between the current element and the next element.</param>
            <returns>The source sequence with a TimeoutException in case of a timeout.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> or <paramref name="timeoutDurationSelector" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Timeout``2(System.Reactive.Linq.IQbservable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.IObservable{``1}}},System.IObservable{``0})">
            <summary>
            Applies a timeout policy to the observable sequence based on a timeout duration computed for each element.
            If the next element isn't received within the computed duration starting from its predecessor, the other observable sequence is used to produce future messages from that point on.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence and the other sequence used upon a timeout.</typeparam>
            <typeparam name="TTimeout">The type of the elements in the timeout sequences used to indicate the timeout duration for each element in the source sequence.</typeparam>
            <param name="source">Source sequence to perform a timeout for.</param>
            <param name="timeoutDurationSelector">Selector to retrieve an observable sequence that represents the timeout between the current element and the next element.</param>
            <param name="other">Sequence to return in case of a timeout.</param>
            <returns>The source sequence switching to the other sequence in case of a timeout.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> or <paramref name="timeoutDurationSelector" /> or <paramref name="other" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Timer(System.Reactive.Linq.IQbservableProvider,System.DateTimeOffset)">
            <summary>
            Returns an observable sequence that produces a single value at the specified absolute due time.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <param name="dueTime">Absolute time at which to produce the value. If this value is less than or equal to DateTimeOffset.UtcNow, the timer will fire as soon as possible.</param>
            <returns>An observable sequence that produces a value at due time.</returns>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Timer(System.Reactive.Linq.IQbservableProvider,System.DateTimeOffset,System.TimeSpan)">
            <summary>
            Returns an observable sequence that periodically produces a value starting at the specified initial absolute due time.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <param name="dueTime">Absolute time at which to produce the first value. If this value is less than or equal to DateTimeOffset.UtcNow, the timer will fire as soon as possible.</param>
            <param name="period">Period to produce subsequent values. If this value is equal to TimeSpan.Zero, the timer will recur as fast as possible.</param>
            <returns>An observable sequence that produces a value at due time and then after each period.</returns>
            <exception cref="T:System.ArgumentOutOfRangeException">
            <paramref name="period" /> is less than TimeSpan.Zero.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Timer(System.Reactive.Linq.IQbservableProvider,System.DateTimeOffset,System.TimeSpan,System.Reactive.Concurrency.IScheduler)">
            <summary>
            Returns an observable sequence that periodically produces a value starting at the specified initial absolute due time, using the specified scheduler to run timers.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <param name="dueTime">Absolute time at which to produce the first value. If this value is less than or equal to DateTimeOffset.UtcNow, the timer will fire as soon as possible.</param>
            <param name="period">Period to produce subsequent values. If this value is equal to TimeSpan.Zero, the timer will recur as fast as possible.</param>
            <param name="scheduler">Scheduler to run timers on.</param>
            <returns>An observable sequence that produces a value at due time and then after each period.</returns>
            <exception cref="T:System.ArgumentOutOfRangeException">
            <paramref name="period" /> is less than TimeSpan.Zero.</exception>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="scheduler" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Timer(System.Reactive.Linq.IQbservableProvider,System.DateTimeOffset,System.Reactive.Concurrency.IScheduler)">
            <summary>
            Returns an observable sequence that produces a single value at the specified absolute due time, using the specified scheduler to run the timer.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <param name="dueTime">Absolute time at which to produce the value. If this value is less than or equal to DateTimeOffset.UtcNow, the timer will fire as soon as possible.</param>
            <param name="scheduler">Scheduler to run the timer on.</param>
            <returns>An observable sequence that produces a value at due time.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="scheduler" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Timer(System.Reactive.Linq.IQbservableProvider,System.TimeSpan)">
            <summary>
            Returns an observable sequence that produces a single value after the specified relative due time has elapsed.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <param name="dueTime">Relative time at which to produce the value. If this value is less than or equal to TimeSpan.Zero, the timer will fire as soon as possible.</param>
            <returns>An observable sequence that produces a value after the due time has elapsed.</returns>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Timer(System.Reactive.Linq.IQbservableProvider,System.TimeSpan,System.TimeSpan)">
            <summary>
            Returns an observable sequence that periodically produces a value after the specified initial relative due time has elapsed.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <param name="dueTime">Relative time at which to produce the first value. If this value is less than or equal to TimeSpan.Zero, the timer will fire as soon as possible.</param>
            <param name="period">Period to produce subsequent values. If this value is equal to TimeSpan.Zero, the timer will recur as fast as possible.</param>
            <returns>An observable sequence that produces a value after due time has elapsed and then after each period.</returns>
            <exception cref="T:System.ArgumentOutOfRangeException">
            <paramref name="period" /> is less than TimeSpan.Zero.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Timer(System.Reactive.Linq.IQbservableProvider,System.TimeSpan,System.TimeSpan,System.Reactive.Concurrency.IScheduler)">
            <summary>
            Returns an observable sequence that periodically produces a value after the specified initial relative due time has elapsed, using the specified scheduler to run timers.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <param name="dueTime">Relative time at which to produce the first value. If this value is less than or equal to TimeSpan.Zero, the timer will fire as soon as possible.</param>
            <param name="period">Period to produce subsequent values. If this value is equal to TimeSpan.Zero, the timer will recur as fast as possible.</param>
            <param name="scheduler">Scheduler to run timers on.</param>
            <returns>An observable sequence that produces a value after due time has elapsed and then each period.</returns>
            <exception cref="T:System.ArgumentOutOfRangeException">
            <paramref name="period" /> is less than TimeSpan.Zero.</exception>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="scheduler" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Timer(System.Reactive.Linq.IQbservableProvider,System.TimeSpan,System.Reactive.Concurrency.IScheduler)">
            <summary>
            Returns an observable sequence that produces a single value after the specified relative due time has elapsed, using the specified scheduler to run the timer.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <param name="dueTime">Relative time at which to produce the value. If this value is less than or equal to TimeSpan.Zero, the timer will fire as soon as possible.</param>
            <param name="scheduler">Scheduler to run the timer on.</param>
            <returns>An observable sequence that produces a value after the due time has elapsed.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="scheduler" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Timestamp``1(System.Reactive.Linq.IQbservable{``0})">
            <summary>
            Timestamps each element in an observable sequence using the local system clock.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source sequence to timestamp elements for.</param>
            <returns>An observable sequence with timestamp information on elements.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Timestamp``1(System.Reactive.Linq.IQbservable{``0},System.Reactive.Concurrency.IScheduler)">
            <summary>
            Timestamp each element in an observable sequence using the clock of the specified scheduler.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source sequence to timestamp elements for.</param>
            <param name="scheduler">Scheduler used to compute timestamps.</param>
            <returns>An observable sequence with timestamp information on elements.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> or <paramref name="scheduler" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.ToArray``1(System.Reactive.Linq.IQbservable{``0})">
            <summary>
            Creates an array from an observable sequence.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">The source observable sequence to get an array of elements for.</param>
            <returns>An observable sequence containing a single element with an array containing all the elements of the source sequence.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> is null.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.ToDictionary``2(System.Reactive.Linq.IQbservable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}})">
            <summary>
            Creates a dictionary from an observable sequence according to a specified key selector function.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <typeparam name="TKey">The type of the dictionary key computed for each element in the source sequence.</typeparam>
            <param name="source">An observable sequence to create a dictionary for.</param>
            <param name="keySelector">A function to extract a key from each element.</param>
            <returns>An observable sequence containing a single element with a dictionary mapping unique key values onto the corresponding source sequence's element.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> or <paramref name="keySelector" /> is null.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.ToDictionary``2(System.Reactive.Linq.IQbservable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IEqualityComparer{``1})">
            <summary>
            Creates a dictionary from an observable sequence according to a specified key selector function, and a comparer.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <typeparam name="TKey">The type of the dictionary key computed for each element in the source sequence.</typeparam>
            <param name="source">An observable sequence to create a dictionary for.</param>
            <param name="keySelector">A function to extract a key from each element.</param>
            <param name="comparer">An equality comparer to compare keys.</param>
            <returns>An observable sequence containing a single element with a dictionary mapping unique key values onto the corresponding source sequence's element.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> or <paramref name="keySelector" /> or <paramref name="comparer" /> is null.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.ToDictionary``3(System.Reactive.Linq.IQbservable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Linq.Expressions.Expression{System.Func{``0,``2}})">
            <summary>
            Creates a dictionary from an observable sequence according to a specified key selector function, and an element selector function.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <typeparam name="TKey">The type of the dictionary key computed for each element in the source sequence.</typeparam>
            <typeparam name="TElement">The type of the dictionary value computed for each element in the source sequence.</typeparam>
            <param name="source">An observable sequence to create a dictionary for.</param>
            <param name="keySelector">A function to extract a key from each element.</param>
            <param name="elementSelector">A transform function to produce a result element value from each element.</param>
            <returns>An observable sequence containing a single element with a dictionary mapping unique key values onto the corresponding source sequence's element.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> or <paramref name="keySelector" /> or <paramref name="elementSelector" /> is null.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.ToDictionary``3(System.Reactive.Linq.IQbservable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Linq.Expressions.Expression{System.Func{``0,``2}},System.Collections.Generic.IEqualityComparer{``1})">
            <summary>
            Creates a dictionary from an observable sequence according to a specified key selector function, a comparer, and an element selector function.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <typeparam name="TKey">The type of the dictionary key computed for each element in the source sequence.</typeparam>
            <typeparam name="TElement">The type of the dictionary value computed for each element in the source sequence.</typeparam>
            <param name="source">An observable sequence to create a dictionary for.</param>
            <param name="keySelector">A function to extract a key from each element.</param>
            <param name="elementSelector">A transform function to produce a result element value from each element.</param>
            <param name="comparer">An equality comparer to compare keys.</param>
            <returns>An observable sequence containing a single element with a dictionary mapping unique key values onto the corresponding source sequence's element.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> or <paramref name="keySelector" /> or <paramref name="elementSelector" /> or <paramref name="comparer" /> is null.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.ToQueryable``1(System.Reactive.Linq.IQbservable{``0})">
            <summary>
            Converts an observable sequence to an enumerable sequence.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">An observable sequence to convert to an enumerable sequence.</param>
            <returns>The enumerable sequence containing the elements in the observable sequence.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> is null.</exception>
            <remarks>This operator requires the source's <see cref="T:System.Reactive.Linq.IQbservableProvider"/> object (see <see cref="P:System.Reactive.Linq.IQbservable.Provider"/>) to implement <see cref="T:System.Linq.IQueryProvider"/>.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.ToList``1(System.Reactive.Linq.IQbservable{``0})">
            <summary>
            Creates a list from an observable sequence.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">The source observable sequence to get a list of elements for.</param>
            <returns>An observable sequence containing a single element with a list containing all the elements of the source sequence.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> is null.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.ToLookup``2(System.Reactive.Linq.IQbservable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}})">
            <summary>
            Creates a lookup from an observable sequence according to a specified key selector function.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <typeparam name="TKey">The type of the lookup key computed for each element in the source sequence.</typeparam>
            <param name="source">An observable sequence to create a lookup for.</param>
            <param name="keySelector">A function to extract a key from each element.</param>
            <returns>An observable sequence containing a single element with a lookup mapping unique key values onto the corresponding source sequence's elements.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> or <paramref name="keySelector" /> is null.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.ToLookup``2(System.Reactive.Linq.IQbservable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IEqualityComparer{``1})">
            <summary>
            Creates a lookup from an observable sequence according to a specified key selector function, and a comparer.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <typeparam name="TKey">The type of the lookup key computed for each element in the source sequence.</typeparam>
            <param name="source">An observable sequence to create a lookup for.</param>
            <param name="keySelector">A function to extract a key from each element.</param>
            <param name="comparer">An equality comparer to compare keys.</param>
            <returns>An observable sequence containing a single element with a lookup mapping unique key values onto the corresponding source sequence's elements.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> or <paramref name="keySelector" /> or <paramref name="comparer" /> is null.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.ToLookup``3(System.Reactive.Linq.IQbservable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Linq.Expressions.Expression{System.Func{``0,``2}})">
            <summary>
            Creates a lookup from an observable sequence according to a specified key selector function, and an element selector function.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <typeparam name="TKey">The type of the lookup key computed for each element in the source sequence.</typeparam>
            <typeparam name="TElement">The type of the lookup value computed for each element in the source sequence.</typeparam>
            <param name="source">An observable sequence to create a lookup for.</param>
            <param name="keySelector">A function to extract a key from each element.</param>
            <param name="elementSelector">A transform function to produce a result element value from each element.</param>
            <returns>An observable sequence containing a single element with a lookup mapping unique key values onto the corresponding source sequence's elements.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> or <paramref name="keySelector" /> or <paramref name="elementSelector" /> is null.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.ToLookup``3(System.Reactive.Linq.IQbservable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Linq.Expressions.Expression{System.Func{``0,``2}},System.Collections.Generic.IEqualityComparer{``1})">
            <summary>
            Creates a lookup from an observable sequence according to a specified key selector function, a comparer, and an element selector function.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <typeparam name="TKey">The type of the lookup key computed for each element in the source sequence.</typeparam>
            <typeparam name="TElement">The type of the lookup value computed for each element in the source sequence.</typeparam>
            <param name="source">An observable sequence to create a lookup for.</param>
            <param name="keySelector">A function to extract a key from each element.</param>
            <param name="elementSelector">A transform function to produce a result element value from each element.</param>
            <param name="comparer">An equality comparer to compare keys.</param>
            <returns>An observable sequence containing a single element with a lookup mapping unique key values onto the corresponding source sequence's elements.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> or <paramref name="keySelector" /> or <paramref name="elementSelector" /> or <paramref name="comparer" /> is null.</exception>
            <remarks>The return type of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.ToObservable``1(System.Reactive.Linq.IQbservableProvider,System.Collections.Generic.IEnumerable{``0})">
            <summary>
            Converts an enumerable sequence to an observable sequence.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Enumerable sequence to convert to an observable sequence.</param>
            <returns>The observable sequence whose elements are pulled from the given enumerable sequence.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.ToObservable``1(System.Reactive.Linq.IQbservableProvider,System.Collections.Generic.IEnumerable{``0},System.Reactive.Concurrency.IScheduler)">
            <summary>
            Converts an enumerable sequence to an observable sequence, using the specified scheduler to run the enumeration loop.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Enumerable sequence to convert to an observable sequence.</param>
            <param name="scheduler">Scheduler to run the enumeration of the input sequence on.</param>
            <returns>The observable sequence whose elements are pulled from the given enumerable sequence.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> or <paramref name="scheduler" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Using``2(System.Reactive.Linq.IQbservableProvider,System.Linq.Expressions.Expression{System.Func{``1}},System.Linq.Expressions.Expression{System.Func{``1,System.IObservable{``0}}})">
            <summary>
            Constructs an observable sequence that depends on a resource object, whose lifetime is tied to the resulting observable sequence's lifetime.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <typeparam name="TResult">The type of the elements in the produced sequence.</typeparam>
            <typeparam name="TResource">The type of the resource used during the generation of the resulting sequence. Needs to implement <see cref="T:System.IDisposable" />.</typeparam>
            <param name="resourceFactory">Factory function to obtain a resource object.</param>
            <param name="observableFactory">Factory function to obtain an observable sequence that depends on the obtained resource.</param>
            <returns>An observable sequence whose lifetime controls the lifetime of the dependent resource object.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="resourceFactory" /> or <paramref name="observableFactory" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Using``2(System.Reactive.Linq.IQbservableProvider,System.Linq.Expressions.Expression{System.Func{System.Threading.CancellationToken,System.Threading.Tasks.Task{``1}}},System.Linq.Expressions.Expression{System.Func{``1,System.Threading.CancellationToken,System.Threading.Tasks.Task{System.IObservable{``0}}}})">
            <summary>
            Constructs an observable sequence that depends on a resource object, whose lifetime is tied to the resulting observable sequence's lifetime. The resource is obtained and used through asynchronous methods.
            The CancellationToken passed to the asynchronous methods is tied to the returned disposable subscription, allowing best-effort cancellation at any stage of the resource acquisition or usage.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <typeparam name="TResult">The type of the elements in the produced sequence.</typeparam>
            <typeparam name="TResource">The type of the resource used during the generation of the resulting sequence. Needs to implement <see cref="T:System.IDisposable" />.</typeparam>
            <param name="resourceFactoryAsync">Asynchronous factory function to obtain a resource object.</param>
            <param name="observableFactoryAsync">Asynchronous factory function to obtain an observable sequence that depends on the obtained resource.</param>
            <returns>An observable sequence whose lifetime controls the lifetime of the dependent resource object.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="resourceFactoryAsync" /> or <paramref name="observableFactoryAsync" /> is null.</exception>
            <remarks>This operator is especially useful in conjunction with the asynchronous programming features introduced in C# 5.0 and Visual Basic 11.</remarks>
            <remarks>When a subscription to the resulting sequence is disposed, the CancellationToken that was fed to the asynchronous resource factory and observable factory functions will be signaled.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Where``1(System.Reactive.Linq.IQbservable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}})">
            <summary>
            Filters the elements of an observable sequence based on a predicate.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">An observable sequence whose elements to filter.</param>
            <param name="predicate">A function to test each source element for a condition.</param>
            <returns>An observable sequence that contains elements from the input sequence that satisfy the condition.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> or <paramref name="predicate" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Where``1(System.Reactive.Linq.IQbservable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32,System.Boolean}})">
            <summary>
            Filters the elements of an observable sequence based on a predicate by incorporating the element's index.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">An observable sequence whose elements to filter.</param>
            <param name="predicate">A function to test each source element for a condition; the second parameter of the function represents the index of the source element.</param>
            <returns>An observable sequence that contains elements from the input sequence that satisfy the condition.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> or <paramref name="predicate" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.While``1(System.Reactive.Linq.IQbservableProvider,System.Linq.Expressions.Expression{System.Func{System.Boolean}},System.IObservable{``0})">
            <summary>
            Repeats the given <paramref name="source" /> as long as the specified <paramref name="condition" /> holds, where the <paramref name="condition" /> is evaluated before each repeated <paramref name="source" /> is subscribed to.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source to repeat as long as the <paramref name="condition" /> function evaluates to true.</param>
            <param name="condition">Condition that will be evaluated before subscription to the <paramref name="source" />, to determine whether repetition of the source is required.</param>
            <returns>The observable sequence obtained by concatenating the <paramref name="source" /> sequence as long as the <paramref name="condition" /> holds.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="condition" /> or <paramref name="source" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Window``1(System.Reactive.Linq.IQbservable{``0},System.Int32)">
            <summary>
            Projects each element of an observable sequence into consecutive non-overlapping windows which are produced based on element count information.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence, and in the windows in the result sequence.</typeparam>
            <param name="source">Source sequence to produce windows over.</param>
            <param name="count">Length of each window.</param>
            <returns>An observable sequence of windows.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> is null.</exception>
            <exception cref="T:System.ArgumentOutOfRangeException">
            <paramref name="count" /> is less than or equal to zero.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Window``1(System.Reactive.Linq.IQbservable{``0},System.Int32,System.Int32)">
            <summary>
            Projects each element of an observable sequence into zero or more windows which are produced based on element count information.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence, and in the windows in the result sequence.</typeparam>
            <param name="source">Source sequence to produce windows over.</param>
            <param name="count">Length of each window.</param>
            <param name="skip">Number of elements to skip between creation of consecutive windows.</param>
            <returns>An observable sequence of windows.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> is null.</exception>
            <exception cref="T:System.ArgumentOutOfRangeException">
            <paramref name="count" /> or <paramref name="skip" /> is less than or equal to zero.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Window``1(System.Reactive.Linq.IQbservable{``0},System.TimeSpan)">
            <summary>
            Projects each element of an observable sequence into consecutive non-overlapping windows which are produced based on timing information.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence, and in the windows in the result sequence.</typeparam>
            <param name="source">Source sequence to produce windows over.</param>
            <param name="timeSpan">Length of each window.</param>
            <returns>The sequence of windows.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> is null.</exception>
            <exception cref="T:System.ArgumentOutOfRangeException">
            <paramref name="timeSpan" /> is less than TimeSpan.Zero.</exception>
            <remarks>
            Specifying a TimeSpan.Zero value for <paramref name="timeSpan" /> is not recommended but supported, causing the scheduler to create windows as fast as it can.
            Because all source sequence elements end up in one of the windows, some windows won't have a zero time span. This is a side-effect of the asynchrony introduced
            by the scheduler, where the action to close the current window and to create a new window may not execute immediately, despite the TimeSpan.Zero due time.
            </remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Window``1(System.Reactive.Linq.IQbservable{``0},System.TimeSpan,System.Int32)">
            <summary>
            Projects each element of an observable sequence into a window that is completed when either it's full or a given amount of time has elapsed.
            A useful real-world analogy of this overload is the behavior of a ferry leaving the dock when all seats are taken, or at the scheduled time of departure, whichever event occurs first.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence, and in the windows in the result sequence.</typeparam>
            <param name="source">Source sequence to produce windows over.</param>
            <param name="timeSpan">Maximum time length of a window.</param>
            <param name="count">Maximum element count of a window.</param>
            <returns>An observable sequence of windows.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> is null.</exception>
            <exception cref="T:System.ArgumentOutOfRangeException">
            <paramref name="timeSpan" /> is less than TimeSpan.Zero. -or- <paramref name="count" /> is less than or equal to zero.</exception>
            <remarks>
            Specifying a TimeSpan.Zero value for <paramref name="timeSpan" /> is not recommended but supported, causing the scheduler to create windows as fast as it can.
            Because all source sequence elements end up in one of the windows, some windows won't have a zero time span. This is a side-effect of the asynchrony introduced
            by the scheduler, where the action to close the current window and to create a new window may not execute immediately, despite the TimeSpan.Zero due time.
            </remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Window``1(System.Reactive.Linq.IQbservable{``0},System.TimeSpan,System.Int32,System.Reactive.Concurrency.IScheduler)">
            <summary>
            Projects each element of an observable sequence into a window that is completed when either it's full or a given amount of time has elapsed, using the specified scheduler to run timers.
            A useful real-world analogy of this overload is the behavior of a ferry leaving the dock when all seats are taken, or at the scheduled time of departure, whichever event occurs first.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence, and in the windows in the result sequence.</typeparam>
            <param name="source">Source sequence to produce windows over.</param>
            <param name="timeSpan">Maximum time length of a window.</param>
            <param name="count">Maximum element count of a window.</param>
            <param name="scheduler">Scheduler to run windowing timers on.</param>
            <returns>An observable sequence of windows.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> or <paramref name="scheduler" /> is null.</exception>
            <exception cref="T:System.ArgumentOutOfRangeException">
            <paramref name="timeSpan" /> is less than TimeSpan.Zero. -or- <paramref name="count" /> is less than or equal to zero.</exception>
            <remarks>
            Specifying a TimeSpan.Zero value for <paramref name="timeSpan" /> is not recommended but supported, causing the scheduler to create windows as fast as it can.
            Because all source sequence elements end up in one of the windows, some windows won't have a zero time span. This is a side-effect of the asynchrony introduced
            by the scheduler, where the action to close the current window and to create a new window may not execute immediately, despite the TimeSpan.Zero due time.
            </remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Window``1(System.Reactive.Linq.IQbservable{``0},System.TimeSpan,System.Reactive.Concurrency.IScheduler)">
            <summary>
            Projects each element of an observable sequence into consecutive non-overlapping windows which are produced based on timing information, using the specified scheduler to run timers.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence, and in the windows in the result sequence.</typeparam>
            <param name="source">Source sequence to produce windows over.</param>
            <param name="timeSpan">Length of each window.</param>
            <param name="scheduler">Scheduler to run windowing timers on.</param>
            <returns>An observable sequence of windows.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> or <paramref name="scheduler" /> is null.</exception>
            <exception cref="T:System.ArgumentOutOfRangeException">
            <paramref name="timeSpan" /> is less than TimeSpan.Zero.</exception>
            <remarks>
            Specifying a TimeSpan.Zero value for <paramref name="timeSpan" /> is not recommended but supported, causing the scheduler to create windows as fast as it can.
            Because all source sequence elements end up in one of the windows, some windows won't have a zero time span. This is a side-effect of the asynchrony introduced
            by the scheduler, where the action to close the current window and to create a new window may not execute immediately, despite the TimeSpan.Zero due time.
            </remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Window``1(System.Reactive.Linq.IQbservable{``0},System.TimeSpan,System.TimeSpan)">
            <summary>
            Projects each element of an observable sequence into zero or more windows which are produced based on timing information.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence, and in the windows in the result sequence.</typeparam>
            <param name="source">Source sequence to produce windows over.</param>
            <param name="timeSpan">Length of each window.</param>
            <param name="timeShift">Interval between creation of consecutive windows.</param>
            <returns>An observable sequence of windows.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> is null.</exception>
            <exception cref="T:System.ArgumentOutOfRangeException">
            <paramref name="timeSpan" /> or <paramref name="timeSpan" /> is less than TimeSpan.Zero.</exception>
            <remarks>
            <para>
            Specifying a TimeSpan.Zero value for <paramref name="timeSpan" /> is not recommended but supported, causing the scheduler to create windows with minimum duration
            length. However, some windows won't have a zero time span. This is a side-effect of the asynchrony introduced by the scheduler, where the action to close the
            current window may not execute immediately, despite the TimeSpan.Zero due time.
            </para>
            <para>
            Specifying a TimeSpan.Zero value for <paramref name="timeShift" /> is not recommended but supported, causing the scheduler to create windows as fast as it can.
            However, this doesn't mean all windows will start at the beginning of the source sequence. This is a side-effect of the asynchrony introduced by the scheduler,
            where the action to create a new window may not execute immediately, despite the TimeSpan.Zero due time.
            </para>
            </remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Window``1(System.Reactive.Linq.IQbservable{``0},System.TimeSpan,System.TimeSpan,System.Reactive.Concurrency.IScheduler)">
            <summary>
            Projects each element of an observable sequence into zero or more windows which are produced based on timing information, using the specified scheduler to run timers.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence, and in the windows in the result sequence.</typeparam>
            <param name="source">Source sequence to produce windows over.</param>
            <param name="timeSpan">Length of each window.</param>
            <param name="timeShift">Interval between creation of consecutive windows.</param>
            <param name="scheduler">Scheduler to run windowing timers on.</param>
            <returns>An observable sequence of windows.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> or <paramref name="scheduler" /> is null.</exception>
            <exception cref="T:System.ArgumentOutOfRangeException">
            <paramref name="timeSpan" /> or <paramref name="timeSpan" /> is less than TimeSpan.Zero.</exception>
            <remarks>
            <para>
            Specifying a TimeSpan.Zero value for <paramref name="timeSpan" /> is not recommended but supported, causing the scheduler to create windows with minimum duration
            length. However, some windows won't have a zero time span. This is a side-effect of the asynchrony introduced by the scheduler, where the action to close the
            current window may not execute immediately, despite the TimeSpan.Zero due time.
            </para>
            <para>
            Specifying a TimeSpan.Zero value for <paramref name="timeShift" /> is not recommended but supported, causing the scheduler to create windows as fast as it can.
            However, this doesn't mean all windows will start at the beginning of the source sequence. This is a side-effect of the asynchrony introduced by the scheduler,
            where the action to create a new window may not execute immediately, despite the TimeSpan.Zero due time.
            </para>
            </remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Window``2(System.Reactive.Linq.IQbservable{``0},System.IObservable{``1})">
            <summary>
            Projects each element of an observable sequence into consecutive non-overlapping windows.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence, and in the windows in the result sequence.</typeparam>
            <typeparam name="TWindowBoundary">The type of the elements in the sequences indicating window boundary events.</typeparam>
            <param name="source">Source sequence to produce windows over.</param>
            <param name="windowBoundaries">Sequence of window boundary markers. The current window is closed and a new window is opened upon receiving a boundary marker.</param>
            <returns>An observable sequence of windows.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> or <paramref name="windowBoundaries" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Window``2(System.Reactive.Linq.IQbservable{``0},System.Linq.Expressions.Expression{System.Func{System.IObservable{``1}}})">
            <summary>
            Projects each element of an observable sequence into consecutive non-overlapping windows.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence, and in the windows in the result sequence.</typeparam>
            <typeparam name="TWindowClosing">The type of the elements in the sequences indicating window closing events.</typeparam>
            <param name="source">Source sequence to produce windows over.</param>
            <param name="windowClosingSelector">A function invoked to define the boundaries of the produced windows. A new window is started when the previous one is closed.</param>
            <returns>An observable sequence of windows.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> or <paramref name="windowClosingSelector" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Window``3(System.Reactive.Linq.IQbservable{``0},System.IObservable{``1},System.Linq.Expressions.Expression{System.Func{``1,System.IObservable{``2}}})">
            <summary>
            Projects each element of an observable sequence into zero or more windows.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence, and in the windows in the result sequence.</typeparam>
            <typeparam name="TWindowOpening">The type of the elements in the sequence indicating window opening events, also passed to the closing selector to obtain a sequence of window closing events.</typeparam>
            <typeparam name="TWindowClosing">The type of the elements in the sequences indicating window closing events.</typeparam>
            <param name="source">Source sequence to produce windows over.</param>
            <param name="windowOpenings">Observable sequence whose elements denote the creation of new windows.</param>
            <param name="windowClosingSelector">A function invoked to define the closing of each produced window.</param>
            <returns>An observable sequence of windows.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> or <paramref name="windowOpenings" /> or <paramref name="windowClosingSelector" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.WithLatestFrom``3(System.Reactive.Linq.IQbservable{``0},System.IObservable{``1},System.Linq.Expressions.Expression{System.Func{``0,``1,``2}})">
            <summary>
            Merges two observable sequences into one observable sequence by combining each element from the first source with the latest element from the second source, if any.
            Starting from Rx.NET 4.0, this will subscribe to <paramref name="second" /> before subscribing to <paramref name="first" /> to have a latest element readily available
            in case <paramref name="first" /> emits an element right away.
            </summary>
            <typeparam name="TFirst">The type of the elements in the first source sequence.</typeparam>
            <typeparam name="TSecond">The type of the elements in the second source sequence.</typeparam>
            <typeparam name="TResult">The type of the elements in the result sequence, returned by the selector function.</typeparam>
            <param name="first">First observable source.</param>
            <param name="second">Second observable source.</param>
            <param name="resultSelector">Function to invoke for each element from the first source combined with the latest element from the second source, if any.</param>
            <returns>An observable sequence containing the result of combining each element of the first source with the latest element from the second source, if any, using the specified result selector function.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="first" /> or <paramref name="second" /> or <paramref name="resultSelector" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Zip``1(System.Reactive.Linq.IQbservableProvider,System.Collections.Generic.IEnumerable{System.IObservable{``0}})">
            <summary>
            Merges the specified observable sequences into one observable sequence by emitting a list with the elements of the observable sequences at corresponding indexes.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <typeparam name="TSource">The type of the elements in the source sequences, and in the lists in the result sequence.</typeparam>
            <param name="sources">Observable sources.</param>
            <returns>An observable sequence containing lists of elements at corresponding indexes.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="sources" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Zip``1(System.Reactive.Linq.IQbservableProvider,System.IObservable{``0}[])">
            <summary>
            Merges the specified observable sequences into one observable sequence by emitting a list with the elements of the observable sequences at corresponding indexes.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <typeparam name="TSource">The type of the elements in the source sequences, and in the lists in the result sequence.</typeparam>
            <param name="sources">Observable sources.</param>
            <returns>An observable sequence containing lists of elements at corresponding indexes.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="sources" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Zip``2(System.Reactive.Linq.IQbservableProvider,System.Collections.Generic.IEnumerable{System.IObservable{``0}},System.Linq.Expressions.Expression{System.Func{System.Collections.Generic.IList{``0},``1}})">
            <summary>
            Merges the specified observable sequences into one observable sequence by using the selector function whenever all of the observable sequences have produced an element at a corresponding index.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <typeparam name="TSource">The type of the elements in the source sequences.</typeparam>
            <typeparam name="TResult">The type of the elements in the result sequence, returned by the selector function.</typeparam>
            <param name="sources">Observable sources.</param>
            <param name="resultSelector">Function to invoke for each series of elements at corresponding indexes in the sources.</param>
            <returns>An observable sequence containing the result of combining elements of the sources using the specified result selector function.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="sources" /> or <paramref name="resultSelector" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Zip``3(System.Reactive.Linq.IQbservable{``0},System.IObservable{``1},System.Linq.Expressions.Expression{System.Func{``0,``1,``2}})">
            <summary>
            Merges two observable sequences into one observable sequence by combining their elements in a pairwise fashion.
            </summary>
            <typeparam name="TSource1">The type of the elements in the first source sequence.</typeparam>
            <typeparam name="TSource2">The type of the elements in the second source sequence.</typeparam>
            <typeparam name="TResult">The type of the elements in the result sequence, returned by the selector function.</typeparam>
            <param name="first">First observable source.</param>
            <param name="second">Second observable source.</param>
            <param name="resultSelector">Function to invoke for each consecutive pair of elements from the first and second source.</param>
            <returns>An observable sequence containing the result of pairwise combining the elements of the first and second source using the specified result selector function.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="first" /> or <paramref name="second" /> or <paramref name="resultSelector" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Zip``3(System.Reactive.Linq.IQbservable{``0},System.Collections.Generic.IEnumerable{``1},System.Linq.Expressions.Expression{System.Func{``0,``1,``2}})">
            <summary>
            Merges an observable sequence and an enumerable sequence into one observable sequence by using the selector function.
            </summary>
            <typeparam name="TSource1">The type of the elements in the first observable source sequence.</typeparam>
            <typeparam name="TSource2">The type of the elements in the second enumerable source sequence.</typeparam>
            <typeparam name="TResult">The type of the elements in the result sequence, returned by the selector function.</typeparam>
            <param name="first">First observable source.</param>
            <param name="second">Second enumerable source.</param>
            <param name="resultSelector">Function to invoke for each consecutive pair of elements from the first and second source.</param>
            <returns>An observable sequence containing the result of pairwise combining the elements of the first and second source using the specified result selector function.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="first" /> or <paramref name="second" /> or <paramref name="resultSelector" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Zip``4(System.Reactive.Linq.IQbservable{``0},System.IObservable{``1},System.IObservable{``2},System.Linq.Expressions.Expression{System.Func{``0,``1,``2,``3}})">
            <summary>
            Merges the specified observable sequences into one observable sequence by using the selector function whenever all of the observable sequences have produced an element at a corresponding index.
            </summary>
            <typeparam name="TSource1">The type of the elements in the first source sequence.</typeparam>
            <typeparam name="TSource2">The type of the elements in the second source sequence.</typeparam>
            <typeparam name="TSource3">The type of the elements in the third source sequence.</typeparam>
            <typeparam name="TResult">The type of the elements in the result sequence, returned by the selector function.</typeparam>
            <param name="source1">First observable source.</param>
            <param name="source2">Second observable source.</param>
            <param name="source3">Third observable source.</param>
            <param name="resultSelector">Function to invoke for each series of elements at corresponding indexes in the sources.</param>
            <returns>An observable sequence containing the result of combining elements of the sources using the specified result selector function.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source1" /> or <paramref name="source2" /> or <paramref name="source3" /> or <paramref name="resultSelector" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Zip``5(System.Reactive.Linq.IQbservable{``0},System.IObservable{``1},System.IObservable{``2},System.IObservable{``3},System.Linq.Expressions.Expression{System.Func{``0,``1,``2,``3,``4}})">
            <summary>
            Merges the specified observable sequences into one observable sequence by using the selector function whenever all of the observable sequences have produced an element at a corresponding index.
            </summary>
            <typeparam name="TSource1">The type of the elements in the first source sequence.</typeparam>
            <typeparam name="TSource2">The type of the elements in the second source sequence.</typeparam>
            <typeparam name="TSource3">The type of the elements in the third source sequence.</typeparam>
            <typeparam name="TSource4">The type of the elements in the fourth source sequence.</typeparam>
            <typeparam name="TResult">The type of the elements in the result sequence, returned by the selector function.</typeparam>
            <param name="source1">First observable source.</param>
            <param name="source2">Second observable source.</param>
            <param name="source3">Third observable source.</param>
            <param name="source4">Fourth observable source.</param>
            <param name="resultSelector">Function to invoke for each series of elements at corresponding indexes in the sources.</param>
            <returns>An observable sequence containing the result of combining elements of the sources using the specified result selector function.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source1" /> or <paramref name="source2" /> or <paramref name="source3" /> or <paramref name="source4" /> or <paramref name="resultSelector" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Zip``6(System.Reactive.Linq.IQbservable{``0},System.IObservable{``1},System.IObservable{``2},System.IObservable{``3},System.IObservable{``4},System.Linq.Expressions.Expression{System.Func{``0,``1,``2,``3,``4,``5}})">
            <summary>
            Merges the specified observable sequences into one observable sequence by using the selector function whenever all of the observable sequences have produced an element at a corresponding index.
            </summary>
            <typeparam name="TSource1">The type of the elements in the first source sequence.</typeparam>
            <typeparam name="TSource2">The type of the elements in the second source sequence.</typeparam>
            <typeparam name="TSource3">The type of the elements in the third source sequence.</typeparam>
            <typeparam name="TSource4">The type of the elements in the fourth source sequence.</typeparam>
            <typeparam name="TSource5">The type of the elements in the fifth source sequence.</typeparam>
            <typeparam name="TResult">The type of the elements in the result sequence, returned by the selector function.</typeparam>
            <param name="source1">First observable source.</param>
            <param name="source2">Second observable source.</param>
            <param name="source3">Third observable source.</param>
            <param name="source4">Fourth observable source.</param>
            <param name="source5">Fifth observable source.</param>
            <param name="resultSelector">Function to invoke for each series of elements at corresponding indexes in the sources.</param>
            <returns>An observable sequence containing the result of combining elements of the sources using the specified result selector function.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source1" /> or <paramref name="source2" /> or <paramref name="source3" /> or <paramref name="source4" /> or <paramref name="source5" /> or <paramref name="resultSelector" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Zip``7(System.Reactive.Linq.IQbservable{``0},System.IObservable{``1},System.IObservable{``2},System.IObservable{``3},System.IObservable{``4},System.IObservable{``5},System.Linq.Expressions.Expression{System.Func{``0,``1,``2,``3,``4,``5,``6}})">
            <summary>
            Merges the specified observable sequences into one observable sequence by using the selector function whenever all of the observable sequences have produced an element at a corresponding index.
            </summary>
            <typeparam name="TSource1">The type of the elements in the first source sequence.</typeparam>
            <typeparam name="TSource2">The type of the elements in the second source sequence.</typeparam>
            <typeparam name="TSource3">The type of the elements in the third source sequence.</typeparam>
            <typeparam name="TSource4">The type of the elements in the fourth source sequence.</typeparam>
            <typeparam name="TSource5">The type of the elements in the fifth source sequence.</typeparam>
            <typeparam name="TSource6">The type of the elements in the sixth source sequence.</typeparam>
            <typeparam name="TResult">The type of the elements in the result sequence, returned by the selector function.</typeparam>
            <param name="source1">First observable source.</param>
            <param name="source2">Second observable source.</param>
            <param name="source3">Third observable source.</param>
            <param name="source4">Fourth observable source.</param>
            <param name="source5">Fifth observable source.</param>
            <param name="source6">Sixth observable source.</param>
            <param name="resultSelector">Function to invoke for each series of elements at corresponding indexes in the sources.</param>
            <returns>An observable sequence containing the result of combining elements of the sources using the specified result selector function.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source1" /> or <paramref name="source2" /> or <paramref name="source3" /> or <paramref name="source4" /> or <paramref name="source5" /> or <paramref name="source6" /> or <paramref name="resultSelector" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Zip``8(System.Reactive.Linq.IQbservable{``0},System.IObservable{``1},System.IObservable{``2},System.IObservable{``3},System.IObservable{``4},System.IObservable{``5},System.IObservable{``6},System.Linq.Expressions.Expression{System.Func{``0,``1,``2,``3,``4,``5,``6,``7}})">
            <summary>
            Merges the specified observable sequences into one observable sequence by using the selector function whenever all of the observable sequences have produced an element at a corresponding index.
            </summary>
            <typeparam name="TSource1">The type of the elements in the first source sequence.</typeparam>
            <typeparam name="TSource2">The type of the elements in the second source sequence.</typeparam>
            <typeparam name="TSource3">The type of the elements in the third source sequence.</typeparam>
            <typeparam name="TSource4">The type of the elements in the fourth source sequence.</typeparam>
            <typeparam name="TSource5">The type of the elements in the fifth source sequence.</typeparam>
            <typeparam name="TSource6">The type of the elements in the sixth source sequence.</typeparam>
            <typeparam name="TSource7">The type of the elements in the seventh source sequence.</typeparam>
            <typeparam name="TResult">The type of the elements in the result sequence, returned by the selector function.</typeparam>
            <param name="source1">First observable source.</param>
            <param name="source2">Second observable source.</param>
            <param name="source3">Third observable source.</param>
            <param name="source4">Fourth observable source.</param>
            <param name="source5">Fifth observable source.</param>
            <param name="source6">Sixth observable source.</param>
            <param name="source7">Seventh observable source.</param>
            <param name="resultSelector">Function to invoke for each series of elements at corresponding indexes in the sources.</param>
            <returns>An observable sequence containing the result of combining elements of the sources using the specified result selector function.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source1" /> or <paramref name="source2" /> or <paramref name="source3" /> or <paramref name="source4" /> or <paramref name="source5" /> or <paramref name="source6" /> or <paramref name="source7" /> or <paramref name="resultSelector" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Zip``9(System.Reactive.Linq.IQbservable{``0},System.IObservable{``1},System.IObservable{``2},System.IObservable{``3},System.IObservable{``4},System.IObservable{``5},System.IObservable{``6},System.IObservable{``7},System.Linq.Expressions.Expression{System.Func{``0,``1,``2,``3,``4,``5,``6,``7,``8}})">
            <summary>
            Merges the specified observable sequences into one observable sequence by using the selector function whenever all of the observable sequences have produced an element at a corresponding index.
            </summary>
            <typeparam name="TSource1">The type of the elements in the first source sequence.</typeparam>
            <typeparam name="TSource2">The type of the elements in the second source sequence.</typeparam>
            <typeparam name="TSource3">The type of the elements in the third source sequence.</typeparam>
            <typeparam name="TSource4">The type of the elements in the fourth source sequence.</typeparam>
            <typeparam name="TSource5">The type of the elements in the fifth source sequence.</typeparam>
            <typeparam name="TSource6">The type of the elements in the sixth source sequence.</typeparam>
            <typeparam name="TSource7">The type of the elements in the seventh source sequence.</typeparam>
            <typeparam name="TSource8">The type of the elements in the eighth source sequence.</typeparam>
            <typeparam name="TResult">The type of the elements in the result sequence, returned by the selector function.</typeparam>
            <param name="source1">First observable source.</param>
            <param name="source2">Second observable source.</param>
            <param name="source3">Third observable source.</param>
            <param name="source4">Fourth observable source.</param>
            <param name="source5">Fifth observable source.</param>
            <param name="source6">Sixth observable source.</param>
            <param name="source7">Seventh observable source.</param>
            <param name="source8">Eighth observable source.</param>
            <param name="resultSelector">Function to invoke for each series of elements at corresponding indexes in the sources.</param>
            <returns>An observable sequence containing the result of combining elements of the sources using the specified result selector function.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source1" /> or <paramref name="source2" /> or <paramref name="source3" /> or <paramref name="source4" /> or <paramref name="source5" /> or <paramref name="source6" /> or <paramref name="source7" /> or <paramref name="source8" /> or <paramref name="resultSelector" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Zip``10(System.Reactive.Linq.IQbservable{``0},System.IObservable{``1},System.IObservable{``2},System.IObservable{``3},System.IObservable{``4},System.IObservable{``5},System.IObservable{``6},System.IObservable{``7},System.IObservable{``8},System.Linq.Expressions.Expression{System.Func{``0,``1,``2,``3,``4,``5,``6,``7,``8,``9}})">
            <summary>
            Merges the specified observable sequences into one observable sequence by using the selector function whenever all of the observable sequences have produced an element at a corresponding index.
            </summary>
            <typeparam name="TSource1">The type of the elements in the first source sequence.</typeparam>
            <typeparam name="TSource2">The type of the elements in the second source sequence.</typeparam>
            <typeparam name="TSource3">The type of the elements in the third source sequence.</typeparam>
            <typeparam name="TSource4">The type of the elements in the fourth source sequence.</typeparam>
            <typeparam name="TSource5">The type of the elements in the fifth source sequence.</typeparam>
            <typeparam name="TSource6">The type of the elements in the sixth source sequence.</typeparam>
            <typeparam name="TSource7">The type of the elements in the seventh source sequence.</typeparam>
            <typeparam name="TSource8">The type of the elements in the eighth source sequence.</typeparam>
            <typeparam name="TSource9">The type of the elements in the ninth source sequence.</typeparam>
            <typeparam name="TResult">The type of the elements in the result sequence, returned by the selector function.</typeparam>
            <param name="source1">First observable source.</param>
            <param name="source2">Second observable source.</param>
            <param name="source3">Third observable source.</param>
            <param name="source4">Fourth observable source.</param>
            <param name="source5">Fifth observable source.</param>
            <param name="source6">Sixth observable source.</param>
            <param name="source7">Seventh observable source.</param>
            <param name="source8">Eighth observable source.</param>
            <param name="source9">Ninth observable source.</param>
            <param name="resultSelector">Function to invoke for each series of elements at corresponding indexes in the sources.</param>
            <returns>An observable sequence containing the result of combining elements of the sources using the specified result selector function.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source1" /> or <paramref name="source2" /> or <paramref name="source3" /> or <paramref name="source4" /> or <paramref name="source5" /> or <paramref name="source6" /> or <paramref name="source7" /> or <paramref name="source8" /> or <paramref name="source9" /> or <paramref name="resultSelector" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Zip``11(System.Reactive.Linq.IQbservable{``0},System.IObservable{``1},System.IObservable{``2},System.IObservable{``3},System.IObservable{``4},System.IObservable{``5},System.IObservable{``6},System.IObservable{``7},System.IObservable{``8},System.IObservable{``9},System.Linq.Expressions.Expression{System.Func{``0,``1,``2,``3,``4,``5,``6,``7,``8,``9,``10}})">
            <summary>
            Merges the specified observable sequences into one observable sequence by using the selector function whenever all of the observable sequences have produced an element at a corresponding index.
            </summary>
            <typeparam name="TSource1">The type of the elements in the first source sequence.</typeparam>
            <typeparam name="TSource2">The type of the elements in the second source sequence.</typeparam>
            <typeparam name="TSource3">The type of the elements in the third source sequence.</typeparam>
            <typeparam name="TSource4">The type of the elements in the fourth source sequence.</typeparam>
            <typeparam name="TSource5">The type of the elements in the fifth source sequence.</typeparam>
            <typeparam name="TSource6">The type of the elements in the sixth source sequence.</typeparam>
            <typeparam name="TSource7">The type of the elements in the seventh source sequence.</typeparam>
            <typeparam name="TSource8">The type of the elements in the eighth source sequence.</typeparam>
            <typeparam name="TSource9">The type of the elements in the ninth source sequence.</typeparam>
            <typeparam name="TSource10">The type of the elements in the tenth source sequence.</typeparam>
            <typeparam name="TResult">The type of the elements in the result sequence, returned by the selector function.</typeparam>
            <param name="source1">First observable source.</param>
            <param name="source2">Second observable source.</param>
            <param name="source3">Third observable source.</param>
            <param name="source4">Fourth observable source.</param>
            <param name="source5">Fifth observable source.</param>
            <param name="source6">Sixth observable source.</param>
            <param name="source7">Seventh observable source.</param>
            <param name="source8">Eighth observable source.</param>
            <param name="source9">Ninth observable source.</param>
            <param name="source10">Tenth observable source.</param>
            <param name="resultSelector">Function to invoke for each series of elements at corresponding indexes in the sources.</param>
            <returns>An observable sequence containing the result of combining elements of the sources using the specified result selector function.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source1" /> or <paramref name="source2" /> or <paramref name="source3" /> or <paramref name="source4" /> or <paramref name="source5" /> or <paramref name="source6" /> or <paramref name="source7" /> or <paramref name="source8" /> or <paramref name="source9" /> or <paramref name="source10" /> or <paramref name="resultSelector" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Zip``12(System.Reactive.Linq.IQbservable{``0},System.IObservable{``1},System.IObservable{``2},System.IObservable{``3},System.IObservable{``4},System.IObservable{``5},System.IObservable{``6},System.IObservable{``7},System.IObservable{``8},System.IObservable{``9},System.IObservable{``10},System.Linq.Expressions.Expression{System.Func{``0,``1,``2,``3,``4,``5,``6,``7,``8,``9,``10,``11}})">
            <summary>
            Merges the specified observable sequences into one observable sequence by using the selector function whenever all of the observable sequences have produced an element at a corresponding index.
            </summary>
            <typeparam name="TSource1">The type of the elements in the first source sequence.</typeparam>
            <typeparam name="TSource2">The type of the elements in the second source sequence.</typeparam>
            <typeparam name="TSource3">The type of the elements in the third source sequence.</typeparam>
            <typeparam name="TSource4">The type of the elements in the fourth source sequence.</typeparam>
            <typeparam name="TSource5">The type of the elements in the fifth source sequence.</typeparam>
            <typeparam name="TSource6">The type of the elements in the sixth source sequence.</typeparam>
            <typeparam name="TSource7">The type of the elements in the seventh source sequence.</typeparam>
            <typeparam name="TSource8">The type of the elements in the eighth source sequence.</typeparam>
            <typeparam name="TSource9">The type of the elements in the ninth source sequence.</typeparam>
            <typeparam name="TSource10">The type of the elements in the tenth source sequence.</typeparam>
            <typeparam name="TSource11">The type of the elements in the eleventh source sequence.</typeparam>
            <typeparam name="TResult">The type of the elements in the result sequence, returned by the selector function.</typeparam>
            <param name="source1">First observable source.</param>
            <param name="source2">Second observable source.</param>
            <param name="source3">Third observable source.</param>
            <param name="source4">Fourth observable source.</param>
            <param name="source5">Fifth observable source.</param>
            <param name="source6">Sixth observable source.</param>
            <param name="source7">Seventh observable source.</param>
            <param name="source8">Eighth observable source.</param>
            <param name="source9">Ninth observable source.</param>
            <param name="source10">Tenth observable source.</param>
            <param name="source11">Eleventh observable source.</param>
            <param name="resultSelector">Function to invoke for each series of elements at corresponding indexes in the sources.</param>
            <returns>An observable sequence containing the result of combining elements of the sources using the specified result selector function.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source1" /> or <paramref name="source2" /> or <paramref name="source3" /> or <paramref name="source4" /> or <paramref name="source5" /> or <paramref name="source6" /> or <paramref name="source7" /> or <paramref name="source8" /> or <paramref name="source9" /> or <paramref name="source10" /> or <paramref name="source11" /> or <paramref name="resultSelector" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Zip``13(System.Reactive.Linq.IQbservable{``0},System.IObservable{``1},System.IObservable{``2},System.IObservable{``3},System.IObservable{``4},System.IObservable{``5},System.IObservable{``6},System.IObservable{``7},System.IObservable{``8},System.IObservable{``9},System.IObservable{``10},System.IObservable{``11},System.Linq.Expressions.Expression{System.Func{``0,``1,``2,``3,``4,``5,``6,``7,``8,``9,``10,``11,``12}})">
            <summary>
            Merges the specified observable sequences into one observable sequence by using the selector function whenever all of the observable sequences have produced an element at a corresponding index.
            </summary>
            <typeparam name="TSource1">The type of the elements in the first source sequence.</typeparam>
            <typeparam name="TSource2">The type of the elements in the second source sequence.</typeparam>
            <typeparam name="TSource3">The type of the elements in the third source sequence.</typeparam>
            <typeparam name="TSource4">The type of the elements in the fourth source sequence.</typeparam>
            <typeparam name="TSource5">The type of the elements in the fifth source sequence.</typeparam>
            <typeparam name="TSource6">The type of the elements in the sixth source sequence.</typeparam>
            <typeparam name="TSource7">The type of the elements in the seventh source sequence.</typeparam>
            <typeparam name="TSource8">The type of the elements in the eighth source sequence.</typeparam>
            <typeparam name="TSource9">The type of the elements in the ninth source sequence.</typeparam>
            <typeparam name="TSource10">The type of the elements in the tenth source sequence.</typeparam>
            <typeparam name="TSource11">The type of the elements in the eleventh source sequence.</typeparam>
            <typeparam name="TSource12">The type of the elements in the twelfth source sequence.</typeparam>
            <typeparam name="TResult">The type of the elements in the result sequence, returned by the selector function.</typeparam>
            <param name="source1">First observable source.</param>
            <param name="source2">Second observable source.</param>
            <param name="source3">Third observable source.</param>
            <param name="source4">Fourth observable source.</param>
            <param name="source5">Fifth observable source.</param>
            <param name="source6">Sixth observable source.</param>
            <param name="source7">Seventh observable source.</param>
            <param name="source8">Eighth observable source.</param>
            <param name="source9">Ninth observable source.</param>
            <param name="source10">Tenth observable source.</param>
            <param name="source11">Eleventh observable source.</param>
            <param name="source12">Twelfth observable source.</param>
            <param name="resultSelector">Function to invoke for each series of elements at corresponding indexes in the sources.</param>
            <returns>An observable sequence containing the result of combining elements of the sources using the specified result selector function.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source1" /> or <paramref name="source2" /> or <paramref name="source3" /> or <paramref name="source4" /> or <paramref name="source5" /> or <paramref name="source6" /> or <paramref name="source7" /> or <paramref name="source8" /> or <paramref name="source9" /> or <paramref name="source10" /> or <paramref name="source11" /> or <paramref name="source12" /> or <paramref name="resultSelector" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Zip``14(System.Reactive.Linq.IQbservable{``0},System.IObservable{``1},System.IObservable{``2},System.IObservable{``3},System.IObservable{``4},System.IObservable{``5},System.IObservable{``6},System.IObservable{``7},System.IObservable{``8},System.IObservable{``9},System.IObservable{``10},System.IObservable{``11},System.IObservable{``12},System.Linq.Expressions.Expression{System.Func{``0,``1,``2,``3,``4,``5,``6,``7,``8,``9,``10,``11,``12,``13}})">
            <summary>
            Merges the specified observable sequences into one observable sequence by using the selector function whenever all of the observable sequences have produced an element at a corresponding index.
            </summary>
            <typeparam name="TSource1">The type of the elements in the first source sequence.</typeparam>
            <typeparam name="TSource2">The type of the elements in the second source sequence.</typeparam>
            <typeparam name="TSource3">The type of the elements in the third source sequence.</typeparam>
            <typeparam name="TSource4">The type of the elements in the fourth source sequence.</typeparam>
            <typeparam name="TSource5">The type of the elements in the fifth source sequence.</typeparam>
            <typeparam name="TSource6">The type of the elements in the sixth source sequence.</typeparam>
            <typeparam name="TSource7">The type of the elements in the seventh source sequence.</typeparam>
            <typeparam name="TSource8">The type of the elements in the eighth source sequence.</typeparam>
            <typeparam name="TSource9">The type of the elements in the ninth source sequence.</typeparam>
            <typeparam name="TSource10">The type of the elements in the tenth source sequence.</typeparam>
            <typeparam name="TSource11">The type of the elements in the eleventh source sequence.</typeparam>
            <typeparam name="TSource12">The type of the elements in the twelfth source sequence.</typeparam>
            <typeparam name="TSource13">The type of the elements in the thirteenth source sequence.</typeparam>
            <typeparam name="TResult">The type of the elements in the result sequence, returned by the selector function.</typeparam>
            <param name="source1">First observable source.</param>
            <param name="source2">Second observable source.</param>
            <param name="source3">Third observable source.</param>
            <param name="source4">Fourth observable source.</param>
            <param name="source5">Fifth observable source.</param>
            <param name="source6">Sixth observable source.</param>
            <param name="source7">Seventh observable source.</param>
            <param name="source8">Eighth observable source.</param>
            <param name="source9">Ninth observable source.</param>
            <param name="source10">Tenth observable source.</param>
            <param name="source11">Eleventh observable source.</param>
            <param name="source12">Twelfth observable source.</param>
            <param name="source13">Thirteenth observable source.</param>
            <param name="resultSelector">Function to invoke for each series of elements at corresponding indexes in the sources.</param>
            <returns>An observable sequence containing the result of combining elements of the sources using the specified result selector function.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source1" /> or <paramref name="source2" /> or <paramref name="source3" /> or <paramref name="source4" /> or <paramref name="source5" /> or <paramref name="source6" /> or <paramref name="source7" /> or <paramref name="source8" /> or <paramref name="source9" /> or <paramref name="source10" /> or <paramref name="source11" /> or <paramref name="source12" /> or <paramref name="source13" /> or <paramref name="resultSelector" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Zip``15(System.Reactive.Linq.IQbservable{``0},System.IObservable{``1},System.IObservable{``2},System.IObservable{``3},System.IObservable{``4},System.IObservable{``5},System.IObservable{``6},System.IObservable{``7},System.IObservable{``8},System.IObservable{``9},System.IObservable{``10},System.IObservable{``11},System.IObservable{``12},System.IObservable{``13},System.Linq.Expressions.Expression{System.Func{``0,``1,``2,``3,``4,``5,``6,``7,``8,``9,``10,``11,``12,``13,``14}})">
            <summary>
            Merges the specified observable sequences into one observable sequence by using the selector function whenever all of the observable sequences have produced an element at a corresponding index.
            </summary>
            <typeparam name="TSource1">The type of the elements in the first source sequence.</typeparam>
            <typeparam name="TSource2">The type of the elements in the second source sequence.</typeparam>
            <typeparam name="TSource3">The type of the elements in the third source sequence.</typeparam>
            <typeparam name="TSource4">The type of the elements in the fourth source sequence.</typeparam>
            <typeparam name="TSource5">The type of the elements in the fifth source sequence.</typeparam>
            <typeparam name="TSource6">The type of the elements in the sixth source sequence.</typeparam>
            <typeparam name="TSource7">The type of the elements in the seventh source sequence.</typeparam>
            <typeparam name="TSource8">The type of the elements in the eighth source sequence.</typeparam>
            <typeparam name="TSource9">The type of the elements in the ninth source sequence.</typeparam>
            <typeparam name="TSource10">The type of the elements in the tenth source sequence.</typeparam>
            <typeparam name="TSource11">The type of the elements in the eleventh source sequence.</typeparam>
            <typeparam name="TSource12">The type of the elements in the twelfth source sequence.</typeparam>
            <typeparam name="TSource13">The type of the elements in the thirteenth source sequence.</typeparam>
            <typeparam name="TSource14">The type of the elements in the fourteenth source sequence.</typeparam>
            <typeparam name="TResult">The type of the elements in the result sequence, returned by the selector function.</typeparam>
            <param name="source1">First observable source.</param>
            <param name="source2">Second observable source.</param>
            <param name="source3">Third observable source.</param>
            <param name="source4">Fourth observable source.</param>
            <param name="source5">Fifth observable source.</param>
            <param name="source6">Sixth observable source.</param>
            <param name="source7">Seventh observable source.</param>
            <param name="source8">Eighth observable source.</param>
            <param name="source9">Ninth observable source.</param>
            <param name="source10">Tenth observable source.</param>
            <param name="source11">Eleventh observable source.</param>
            <param name="source12">Twelfth observable source.</param>
            <param name="source13">Thirteenth observable source.</param>
            <param name="source14">Fourteenth observable source.</param>
            <param name="resultSelector">Function to invoke for each series of elements at corresponding indexes in the sources.</param>
            <returns>An observable sequence containing the result of combining elements of the sources using the specified result selector function.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source1" /> or <paramref name="source2" /> or <paramref name="source3" /> or <paramref name="source4" /> or <paramref name="source5" /> or <paramref name="source6" /> or <paramref name="source7" /> or <paramref name="source8" /> or <paramref name="source9" /> or <paramref name="source10" /> or <paramref name="source11" /> or <paramref name="source12" /> or <paramref name="source13" /> or <paramref name="source14" /> or <paramref name="resultSelector" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Zip``16(System.Reactive.Linq.IQbservable{``0},System.IObservable{``1},System.IObservable{``2},System.IObservable{``3},System.IObservable{``4},System.IObservable{``5},System.IObservable{``6},System.IObservable{``7},System.IObservable{``8},System.IObservable{``9},System.IObservable{``10},System.IObservable{``11},System.IObservable{``12},System.IObservable{``13},System.IObservable{``14},System.Linq.Expressions.Expression{System.Func{``0,``1,``2,``3,``4,``5,``6,``7,``8,``9,``10,``11,``12,``13,``14,``15}})">
            <summary>
            Merges the specified observable sequences into one observable sequence by using the selector function whenever all of the observable sequences have produced an element at a corresponding index.
            </summary>
            <typeparam name="TSource1">The type of the elements in the first source sequence.</typeparam>
            <typeparam name="TSource2">The type of the elements in the second source sequence.</typeparam>
            <typeparam name="TSource3">The type of the elements in the third source sequence.</typeparam>
            <typeparam name="TSource4">The type of the elements in the fourth source sequence.</typeparam>
            <typeparam name="TSource5">The type of the elements in the fifth source sequence.</typeparam>
            <typeparam name="TSource6">The type of the elements in the sixth source sequence.</typeparam>
            <typeparam name="TSource7">The type of the elements in the seventh source sequence.</typeparam>
            <typeparam name="TSource8">The type of the elements in the eighth source sequence.</typeparam>
            <typeparam name="TSource9">The type of the elements in the ninth source sequence.</typeparam>
            <typeparam name="TSource10">The type of the elements in the tenth source sequence.</typeparam>
            <typeparam name="TSource11">The type of the elements in the eleventh source sequence.</typeparam>
            <typeparam name="TSource12">The type of the elements in the twelfth source sequence.</typeparam>
            <typeparam name="TSource13">The type of the elements in the thirteenth source sequence.</typeparam>
            <typeparam name="TSource14">The type of the elements in the fourteenth source sequence.</typeparam>
            <typeparam name="TSource15">The type of the elements in the fifteenth source sequence.</typeparam>
            <typeparam name="TResult">The type of the elements in the result sequence, returned by the selector function.</typeparam>
            <param name="source1">First observable source.</param>
            <param name="source2">Second observable source.</param>
            <param name="source3">Third observable source.</param>
            <param name="source4">Fourth observable source.</param>
            <param name="source5">Fifth observable source.</param>
            <param name="source6">Sixth observable source.</param>
            <param name="source7">Seventh observable source.</param>
            <param name="source8">Eighth observable source.</param>
            <param name="source9">Ninth observable source.</param>
            <param name="source10">Tenth observable source.</param>
            <param name="source11">Eleventh observable source.</param>
            <param name="source12">Twelfth observable source.</param>
            <param name="source13">Thirteenth observable source.</param>
            <param name="source14">Fourteenth observable source.</param>
            <param name="source15">Fifteenth observable source.</param>
            <param name="resultSelector">Function to invoke for each series of elements at corresponding indexes in the sources.</param>
            <returns>An observable sequence containing the result of combining elements of the sources using the specified result selector function.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source1" /> or <paramref name="source2" /> or <paramref name="source3" /> or <paramref name="source4" /> or <paramref name="source5" /> or <paramref name="source6" /> or <paramref name="source7" /> or <paramref name="source8" /> or <paramref name="source9" /> or <paramref name="source10" /> or <paramref name="source11" /> or <paramref name="source12" /> or <paramref name="source13" /> or <paramref name="source14" /> or <paramref name="source15" /> or <paramref name="resultSelector" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Zip``17(System.Reactive.Linq.IQbservable{``0},System.IObservable{``1},System.IObservable{``2},System.IObservable{``3},System.IObservable{``4},System.IObservable{``5},System.IObservable{``6},System.IObservable{``7},System.IObservable{``8},System.IObservable{``9},System.IObservable{``10},System.IObservable{``11},System.IObservable{``12},System.IObservable{``13},System.IObservable{``14},System.IObservable{``15},System.Linq.Expressions.Expression{System.Func{``0,``1,``2,``3,``4,``5,``6,``7,``8,``9,``10,``11,``12,``13,``14,``15,``16}})">
            <summary>
            Merges the specified observable sequences into one observable sequence by using the selector function whenever all of the observable sequences have produced an element at a corresponding index.
            </summary>
            <typeparam name="TSource1">The type of the elements in the first source sequence.</typeparam>
            <typeparam name="TSource2">The type of the elements in the second source sequence.</typeparam>
            <typeparam name="TSource3">The type of the elements in the third source sequence.</typeparam>
            <typeparam name="TSource4">The type of the elements in the fourth source sequence.</typeparam>
            <typeparam name="TSource5">The type of the elements in the fifth source sequence.</typeparam>
            <typeparam name="TSource6">The type of the elements in the sixth source sequence.</typeparam>
            <typeparam name="TSource7">The type of the elements in the seventh source sequence.</typeparam>
            <typeparam name="TSource8">The type of the elements in the eighth source sequence.</typeparam>
            <typeparam name="TSource9">The type of the elements in the ninth source sequence.</typeparam>
            <typeparam name="TSource10">The type of the elements in the tenth source sequence.</typeparam>
            <typeparam name="TSource11">The type of the elements in the eleventh source sequence.</typeparam>
            <typeparam name="TSource12">The type of the elements in the twelfth source sequence.</typeparam>
            <typeparam name="TSource13">The type of the elements in the thirteenth source sequence.</typeparam>
            <typeparam name="TSource14">The type of the elements in the fourteenth source sequence.</typeparam>
            <typeparam name="TSource15">The type of the elements in the fifteenth source sequence.</typeparam>
            <typeparam name="TSource16">The type of the elements in the sixteenth source sequence.</typeparam>
            <typeparam name="TResult">The type of the elements in the result sequence, returned by the selector function.</typeparam>
            <param name="source1">First observable source.</param>
            <param name="source2">Second observable source.</param>
            <param name="source3">Third observable source.</param>
            <param name="source4">Fourth observable source.</param>
            <param name="source5">Fifth observable source.</param>
            <param name="source6">Sixth observable source.</param>
            <param name="source7">Seventh observable source.</param>
            <param name="source8">Eighth observable source.</param>
            <param name="source9">Ninth observable source.</param>
            <param name="source10">Tenth observable source.</param>
            <param name="source11">Eleventh observable source.</param>
            <param name="source12">Twelfth observable source.</param>
            <param name="source13">Thirteenth observable source.</param>
            <param name="source14">Fourteenth observable source.</param>
            <param name="source15">Fifteenth observable source.</param>
            <param name="source16">Sixteenth observable source.</param>
            <param name="resultSelector">Function to invoke for each series of elements at corresponding indexes in the sources.</param>
            <returns>An observable sequence containing the result of combining elements of the sources using the specified result selector function.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source1" /> or <paramref name="source2" /> or <paramref name="source3" /> or <paramref name="source4" /> or <paramref name="source5" /> or <paramref name="source6" /> or <paramref name="source7" /> or <paramref name="source8" /> or <paramref name="source9" /> or <paramref name="source10" /> or <paramref name="source11" /> or <paramref name="source12" /> or <paramref name="source13" /> or <paramref name="source14" /> or <paramref name="source15" /> or <paramref name="source16" /> or <paramref name="resultSelector" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.ToAsync(System.Reactive.Linq.IQbservableProvider,System.Linq.Expressions.Expression{System.Action})">
            <summary>
            Converts the function into an asynchronous action. Each invocation of the resulting asynchronous action causes an invocation of the original synchronous action on the specified scheduler.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <param name="action">Action to convert to an asynchronous action.</param>
            <returns>Asynchronous action.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="action" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.ToAsync(System.Reactive.Linq.IQbservableProvider,System.Linq.Expressions.Expression{System.Action},System.Reactive.Concurrency.IScheduler)">
            <summary>
            Converts the function into an asynchronous action. Each invocation of the resulting asynchronous action causes an invocation of the original synchronous action on the specified scheduler.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <param name="action">Action to convert to an asynchronous action.</param>
            <param name="scheduler">Scheduler to invoke the original action on.</param>
            <returns>Asynchronous action.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="action" /> or <paramref name="scheduler" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.ToAsync``1(System.Reactive.Linq.IQbservableProvider,System.Linq.Expressions.Expression{System.Action{``0}})">
            <summary>
            Converts the function into an asynchronous action. Each invocation of the resulting asynchronous action causes an invocation of the original synchronous action on the default scheduler.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <typeparam name="TArg1">The type of the first argument passed to the action.</typeparam>
            <param name="action">Action to convert to an asynchronous action.</param>
            <returns>Asynchronous action.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="action" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.ToAsync``1(System.Reactive.Linq.IQbservableProvider,System.Linq.Expressions.Expression{System.Action{``0}},System.Reactive.Concurrency.IScheduler)">
            <summary>
            Converts the function into an asynchronous action. Each invocation of the resulting asynchronous action causes an invocation of the original synchronous action on the specified scheduler.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <typeparam name="TArg1">The type of the first argument passed to the action.</typeparam>
            <param name="action">Action to convert to an asynchronous action.</param>
            <param name="scheduler">Scheduler to invoke the original action on.</param>
            <returns>Asynchronous action.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="action" /> or <paramref name="scheduler" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.ToAsync``2(System.Reactive.Linq.IQbservableProvider,System.Linq.Expressions.Expression{System.Action{``0,``1}})">
            <summary>
            Converts the function into an asynchronous action. Each invocation of the resulting asynchronous action causes an invocation of the original synchronous action on the default scheduler.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <typeparam name="TArg1">The type of the first argument passed to the action.</typeparam>
            <typeparam name="TArg2">The type of the second argument passed to the action.</typeparam>
            <param name="action">Action to convert to an asynchronous action.</param>
            <returns>Asynchronous action.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="action" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.ToAsync``2(System.Reactive.Linq.IQbservableProvider,System.Linq.Expressions.Expression{System.Action{``0,``1}},System.Reactive.Concurrency.IScheduler)">
            <summary>
            Converts the function into an asynchronous action. Each invocation of the resulting asynchronous action causes an invocation of the original synchronous action on the specified scheduler.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <typeparam name="TArg1">The type of the first argument passed to the action.</typeparam>
            <typeparam name="TArg2">The type of the second argument passed to the action.</typeparam>
            <param name="action">Action to convert to an asynchronous action.</param>
            <param name="scheduler">Scheduler to invoke the original action on.</param>
            <returns>Asynchronous action.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="action" /> or <paramref name="scheduler" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.ToAsync``3(System.Reactive.Linq.IQbservableProvider,System.Linq.Expressions.Expression{System.Action{``0,``1,``2}})">
            <summary>
            Converts the function into an asynchronous action. Each invocation of the resulting asynchronous action causes an invocation of the original synchronous action on the default scheduler.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <typeparam name="TArg1">The type of the first argument passed to the action.</typeparam>
            <typeparam name="TArg2">The type of the second argument passed to the action.</typeparam>
            <typeparam name="TArg3">The type of the third argument passed to the action.</typeparam>
            <param name="action">Action to convert to an asynchronous action.</param>
            <returns>Asynchronous action.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="action" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.ToAsync``3(System.Reactive.Linq.IQbservableProvider,System.Linq.Expressions.Expression{System.Action{``0,``1,``2}},System.Reactive.Concurrency.IScheduler)">
            <summary>
            Converts the function into an asynchronous action. Each invocation of the resulting asynchronous action causes an invocation of the original synchronous action on the specified scheduler.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <typeparam name="TArg1">The type of the first argument passed to the action.</typeparam>
            <typeparam name="TArg2">The type of the second argument passed to the action.</typeparam>
            <typeparam name="TArg3">The type of the third argument passed to the action.</typeparam>
            <param name="action">Action to convert to an asynchronous action.</param>
            <param name="scheduler">Scheduler to invoke the original action on.</param>
            <returns>Asynchronous action.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="action" /> or <paramref name="scheduler" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.ToAsync``4(System.Reactive.Linq.IQbservableProvider,System.Linq.Expressions.Expression{System.Action{``0,``1,``2,``3}})">
            <summary>
            Converts the function into an asynchronous action. Each invocation of the resulting asynchronous action causes an invocation of the original synchronous action on the default scheduler.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <typeparam name="TArg1">The type of the first argument passed to the action.</typeparam>
            <typeparam name="TArg2">The type of the second argument passed to the action.</typeparam>
            <typeparam name="TArg3">The type of the third argument passed to the action.</typeparam>
            <typeparam name="TArg4">The type of the fourth argument passed to the action.</typeparam>
            <param name="action">Action to convert to an asynchronous action.</param>
            <returns>Asynchronous action.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="action" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.ToAsync``4(System.Reactive.Linq.IQbservableProvider,System.Linq.Expressions.Expression{System.Action{``0,``1,``2,``3}},System.Reactive.Concurrency.IScheduler)">
            <summary>
            Converts the function into an asynchronous action. Each invocation of the resulting asynchronous action causes an invocation of the original synchronous action on the specified scheduler.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <typeparam name="TArg1">The type of the first argument passed to the action.</typeparam>
            <typeparam name="TArg2">The type of the second argument passed to the action.</typeparam>
            <typeparam name="TArg3">The type of the third argument passed to the action.</typeparam>
            <typeparam name="TArg4">The type of the fourth argument passed to the action.</typeparam>
            <param name="action">Action to convert to an asynchronous action.</param>
            <param name="scheduler">Scheduler to invoke the original action on.</param>
            <returns>Asynchronous action.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="action" /> or <paramref name="scheduler" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.ToAsync``5(System.Reactive.Linq.IQbservableProvider,System.Linq.Expressions.Expression{System.Action{``0,``1,``2,``3,``4}})">
            <summary>
            Converts the function into an asynchronous action. Each invocation of the resulting asynchronous action causes an invocation of the original synchronous action on the default scheduler.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <typeparam name="TArg1">The type of the first argument passed to the action.</typeparam>
            <typeparam name="TArg2">The type of the second argument passed to the action.</typeparam>
            <typeparam name="TArg3">The type of the third argument passed to the action.</typeparam>
            <typeparam name="TArg4">The type of the fourth argument passed to the action.</typeparam>
            <typeparam name="TArg5">The type of the fifth argument passed to the action.</typeparam>
            <param name="action">Action to convert to an asynchronous action.</param>
            <returns>Asynchronous action.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="action" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.ToAsync``5(System.Reactive.Linq.IQbservableProvider,System.Linq.Expressions.Expression{System.Action{``0,``1,``2,``3,``4}},System.Reactive.Concurrency.IScheduler)">
            <summary>
            Converts the function into an asynchronous action. Each invocation of the resulting asynchronous action causes an invocation of the original synchronous action on the specified scheduler.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <typeparam name="TArg1">The type of the first argument passed to the action.</typeparam>
            <typeparam name="TArg2">The type of the second argument passed to the action.</typeparam>
            <typeparam name="TArg3">The type of the third argument passed to the action.</typeparam>
            <typeparam name="TArg4">The type of the fourth argument passed to the action.</typeparam>
            <typeparam name="TArg5">The type of the fifth argument passed to the action.</typeparam>
            <param name="action">Action to convert to an asynchronous action.</param>
            <param name="scheduler">Scheduler to invoke the original action on.</param>
            <returns>Asynchronous action.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="action" /> or <paramref name="scheduler" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.ToAsync``6(System.Reactive.Linq.IQbservableProvider,System.Linq.Expressions.Expression{System.Action{``0,``1,``2,``3,``4,``5}})">
            <summary>
            Converts the function into an asynchronous action. Each invocation of the resulting asynchronous action causes an invocation of the original synchronous action on the default scheduler.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <typeparam name="TArg1">The type of the first argument passed to the action.</typeparam>
            <typeparam name="TArg2">The type of the second argument passed to the action.</typeparam>
            <typeparam name="TArg3">The type of the third argument passed to the action.</typeparam>
            <typeparam name="TArg4">The type of the fourth argument passed to the action.</typeparam>
            <typeparam name="TArg5">The type of the fifth argument passed to the action.</typeparam>
            <typeparam name="TArg6">The type of the sixth argument passed to the action.</typeparam>
            <param name="action">Action to convert to an asynchronous action.</param>
            <returns>Asynchronous action.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="action" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.ToAsync``6(System.Reactive.Linq.IQbservableProvider,System.Linq.Expressions.Expression{System.Action{``0,``1,``2,``3,``4,``5}},System.Reactive.Concurrency.IScheduler)">
            <summary>
            Converts the function into an asynchronous action. Each invocation of the resulting asynchronous action causes an invocation of the original synchronous action on the specified scheduler.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <typeparam name="TArg1">The type of the first argument passed to the action.</typeparam>
            <typeparam name="TArg2">The type of the second argument passed to the action.</typeparam>
            <typeparam name="TArg3">The type of the third argument passed to the action.</typeparam>
            <typeparam name="TArg4">The type of the fourth argument passed to the action.</typeparam>
            <typeparam name="TArg5">The type of the fifth argument passed to the action.</typeparam>
            <typeparam name="TArg6">The type of the sixth argument passed to the action.</typeparam>
            <param name="action">Action to convert to an asynchronous action.</param>
            <param name="scheduler">Scheduler to invoke the original action on.</param>
            <returns>Asynchronous action.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="action" /> or <paramref name="scheduler" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.ToAsync``7(System.Reactive.Linq.IQbservableProvider,System.Linq.Expressions.Expression{System.Action{``0,``1,``2,``3,``4,``5,``6}})">
            <summary>
            Converts the function into an asynchronous action. Each invocation of the resulting asynchronous action causes an invocation of the original synchronous action on the default scheduler.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <typeparam name="TArg1">The type of the first argument passed to the action.</typeparam>
            <typeparam name="TArg2">The type of the second argument passed to the action.</typeparam>
            <typeparam name="TArg3">The type of the third argument passed to the action.</typeparam>
            <typeparam name="TArg4">The type of the fourth argument passed to the action.</typeparam>
            <typeparam name="TArg5">The type of the fifth argument passed to the action.</typeparam>
            <typeparam name="TArg6">The type of the sixth argument passed to the action.</typeparam>
            <typeparam name="TArg7">The type of the seventh argument passed to the action.</typeparam>
            <param name="action">Action to convert to an asynchronous action.</param>
            <returns>Asynchronous action.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="action" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.ToAsync``7(System.Reactive.Linq.IQbservableProvider,System.Linq.Expressions.Expression{System.Action{``0,``1,``2,``3,``4,``5,``6}},System.Reactive.Concurrency.IScheduler)">
            <summary>
            Converts the function into an asynchronous action. Each invocation of the resulting asynchronous action causes an invocation of the original synchronous action on the specified scheduler.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <typeparam name="TArg1">The type of the first argument passed to the action.</typeparam>
            <typeparam name="TArg2">The type of the second argument passed to the action.</typeparam>
            <typeparam name="TArg3">The type of the third argument passed to the action.</typeparam>
            <typeparam name="TArg4">The type of the fourth argument passed to the action.</typeparam>
            <typeparam name="TArg5">The type of the fifth argument passed to the action.</typeparam>
            <typeparam name="TArg6">The type of the sixth argument passed to the action.</typeparam>
            <typeparam name="TArg7">The type of the seventh argument passed to the action.</typeparam>
            <param name="action">Action to convert to an asynchronous action.</param>
            <param name="scheduler">Scheduler to invoke the original action on.</param>
            <returns>Asynchronous action.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="action" /> or <paramref name="scheduler" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.ToAsync``8(System.Reactive.Linq.IQbservableProvider,System.Linq.Expressions.Expression{System.Action{``0,``1,``2,``3,``4,``5,``6,``7}})">
            <summary>
            Converts the function into an asynchronous action. Each invocation of the resulting asynchronous action causes an invocation of the original synchronous action on the default scheduler.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <typeparam name="TArg1">The type of the first argument passed to the action.</typeparam>
            <typeparam name="TArg2">The type of the second argument passed to the action.</typeparam>
            <typeparam name="TArg3">The type of the third argument passed to the action.</typeparam>
            <typeparam name="TArg4">The type of the fourth argument passed to the action.</typeparam>
            <typeparam name="TArg5">The type of the fifth argument passed to the action.</typeparam>
            <typeparam name="TArg6">The type of the sixth argument passed to the action.</typeparam>
            <typeparam name="TArg7">The type of the seventh argument passed to the action.</typeparam>
            <typeparam name="TArg8">The type of the eighth argument passed to the action.</typeparam>
            <param name="action">Action to convert to an asynchronous action.</param>
            <returns>Asynchronous action.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="action" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.ToAsync``8(System.Reactive.Linq.IQbservableProvider,System.Linq.Expressions.Expression{System.Action{``0,``1,``2,``3,``4,``5,``6,``7}},System.Reactive.Concurrency.IScheduler)">
            <summary>
            Converts the function into an asynchronous action. Each invocation of the resulting asynchronous action causes an invocation of the original synchronous action on the specified scheduler.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <typeparam name="TArg1">The type of the first argument passed to the action.</typeparam>
            <typeparam name="TArg2">The type of the second argument passed to the action.</typeparam>
            <typeparam name="TArg3">The type of the third argument passed to the action.</typeparam>
            <typeparam name="TArg4">The type of the fourth argument passed to the action.</typeparam>
            <typeparam name="TArg5">The type of the fifth argument passed to the action.</typeparam>
            <typeparam name="TArg6">The type of the sixth argument passed to the action.</typeparam>
            <typeparam name="TArg7">The type of the seventh argument passed to the action.</typeparam>
            <typeparam name="TArg8">The type of the eighth argument passed to the action.</typeparam>
            <param name="action">Action to convert to an asynchronous action.</param>
            <param name="scheduler">Scheduler to invoke the original action on.</param>
            <returns>Asynchronous action.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="action" /> or <paramref name="scheduler" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.ToAsync``9(System.Reactive.Linq.IQbservableProvider,System.Linq.Expressions.Expression{System.Action{``0,``1,``2,``3,``4,``5,``6,``7,``8}})">
            <summary>
            Converts the function into an asynchronous action. Each invocation of the resulting asynchronous action causes an invocation of the original synchronous action on the default scheduler.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <typeparam name="TArg1">The type of the first argument passed to the action.</typeparam>
            <typeparam name="TArg2">The type of the second argument passed to the action.</typeparam>
            <typeparam name="TArg3">The type of the third argument passed to the action.</typeparam>
            <typeparam name="TArg4">The type of the fourth argument passed to the action.</typeparam>
            <typeparam name="TArg5">The type of the fifth argument passed to the action.</typeparam>
            <typeparam name="TArg6">The type of the sixth argument passed to the action.</typeparam>
            <typeparam name="TArg7">The type of the seventh argument passed to the action.</typeparam>
            <typeparam name="TArg8">The type of the eighth argument passed to the action.</typeparam>
            <typeparam name="TArg9">The type of the ninth argument passed to the action.</typeparam>
            <param name="action">Action to convert to an asynchronous action.</param>
            <returns>Asynchronous action.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="action" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.ToAsync``9(System.Reactive.Linq.IQbservableProvider,System.Linq.Expressions.Expression{System.Action{``0,``1,``2,``3,``4,``5,``6,``7,``8}},System.Reactive.Concurrency.IScheduler)">
            <summary>
            Converts the function into an asynchronous action. Each invocation of the resulting asynchronous action causes an invocation of the original synchronous action on the specified scheduler.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <typeparam name="TArg1">The type of the first argument passed to the action.</typeparam>
            <typeparam name="TArg2">The type of the second argument passed to the action.</typeparam>
            <typeparam name="TArg3">The type of the third argument passed to the action.</typeparam>
            <typeparam name="TArg4">The type of the fourth argument passed to the action.</typeparam>
            <typeparam name="TArg5">The type of the fifth argument passed to the action.</typeparam>
            <typeparam name="TArg6">The type of the sixth argument passed to the action.</typeparam>
            <typeparam name="TArg7">The type of the seventh argument passed to the action.</typeparam>
            <typeparam name="TArg8">The type of the eighth argument passed to the action.</typeparam>
            <typeparam name="TArg9">The type of the ninth argument passed to the action.</typeparam>
            <param name="action">Action to convert to an asynchronous action.</param>
            <param name="scheduler">Scheduler to invoke the original action on.</param>
            <returns>Asynchronous action.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="action" /> or <paramref name="scheduler" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.ToAsync``10(System.Reactive.Linq.IQbservableProvider,System.Linq.Expressions.Expression{System.Action{``0,``1,``2,``3,``4,``5,``6,``7,``8,``9}})">
            <summary>
            Converts the function into an asynchronous action. Each invocation of the resulting asynchronous action causes an invocation of the original synchronous action on the default scheduler.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <typeparam name="TArg1">The type of the first argument passed to the action.</typeparam>
            <typeparam name="TArg2">The type of the second argument passed to the action.</typeparam>
            <typeparam name="TArg3">The type of the third argument passed to the action.</typeparam>
            <typeparam name="TArg4">The type of the fourth argument passed to the action.</typeparam>
            <typeparam name="TArg5">The type of the fifth argument passed to the action.</typeparam>
            <typeparam name="TArg6">The type of the sixth argument passed to the action.</typeparam>
            <typeparam name="TArg7">The type of the seventh argument passed to the action.</typeparam>
            <typeparam name="TArg8">The type of the eighth argument passed to the action.</typeparam>
            <typeparam name="TArg9">The type of the ninth argument passed to the action.</typeparam>
            <typeparam name="TArg10">The type of the tenth argument passed to the action.</typeparam>
            <param name="action">Action to convert to an asynchronous action.</param>
            <returns>Asynchronous action.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="action" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.ToAsync``10(System.Reactive.Linq.IQbservableProvider,System.Linq.Expressions.Expression{System.Action{``0,``1,``2,``3,``4,``5,``6,``7,``8,``9}},System.Reactive.Concurrency.IScheduler)">
            <summary>
            Converts the function into an asynchronous action. Each invocation of the resulting asynchronous action causes an invocation of the original synchronous action on the specified scheduler.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <typeparam name="TArg1">The type of the first argument passed to the action.</typeparam>
            <typeparam name="TArg2">The type of the second argument passed to the action.</typeparam>
            <typeparam name="TArg3">The type of the third argument passed to the action.</typeparam>
            <typeparam name="TArg4">The type of the fourth argument passed to the action.</typeparam>
            <typeparam name="TArg5">The type of the fifth argument passed to the action.</typeparam>
            <typeparam name="TArg6">The type of the sixth argument passed to the action.</typeparam>
            <typeparam name="TArg7">The type of the seventh argument passed to the action.</typeparam>
            <typeparam name="TArg8">The type of the eighth argument passed to the action.</typeparam>
            <typeparam name="TArg9">The type of the ninth argument passed to the action.</typeparam>
            <typeparam name="TArg10">The type of the tenth argument passed to the action.</typeparam>
            <param name="action">Action to convert to an asynchronous action.</param>
            <param name="scheduler">Scheduler to invoke the original action on.</param>
            <returns>Asynchronous action.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="action" /> or <paramref name="scheduler" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.ToAsync``11(System.Reactive.Linq.IQbservableProvider,System.Linq.Expressions.Expression{System.Action{``0,``1,``2,``3,``4,``5,``6,``7,``8,``9,``10}})">
            <summary>
            Converts the function into an asynchronous action. Each invocation of the resulting asynchronous action causes an invocation of the original synchronous action on the default scheduler.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <typeparam name="TArg1">The type of the first argument passed to the action.</typeparam>
            <typeparam name="TArg2">The type of the second argument passed to the action.</typeparam>
            <typeparam name="TArg3">The type of the third argument passed to the action.</typeparam>
            <typeparam name="TArg4">The type of the fourth argument passed to the action.</typeparam>
            <typeparam name="TArg5">The type of the fifth argument passed to the action.</typeparam>
            <typeparam name="TArg6">The type of the sixth argument passed to the action.</typeparam>
            <typeparam name="TArg7">The type of the seventh argument passed to the action.</typeparam>
            <typeparam name="TArg8">The type of the eighth argument passed to the action.</typeparam>
            <typeparam name="TArg9">The type of the ninth argument passed to the action.</typeparam>
            <typeparam name="TArg10">The type of the tenth argument passed to the action.</typeparam>
            <typeparam name="TArg11">The type of the eleventh argument passed to the action.</typeparam>
            <param name="action">Action to convert to an asynchronous action.</param>
            <returns>Asynchronous action.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="action" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.ToAsync``11(System.Reactive.Linq.IQbservableProvider,System.Linq.Expressions.Expression{System.Action{``0,``1,``2,``3,``4,``5,``6,``7,``8,``9,``10}},System.Reactive.Concurrency.IScheduler)">
            <summary>
            Converts the function into an asynchronous action. Each invocation of the resulting asynchronous action causes an invocation of the original synchronous action on the specified scheduler.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <typeparam name="TArg1">The type of the first argument passed to the action.</typeparam>
            <typeparam name="TArg2">The type of the second argument passed to the action.</typeparam>
            <typeparam name="TArg3">The type of the third argument passed to the action.</typeparam>
            <typeparam name="TArg4">The type of the fourth argument passed to the action.</typeparam>
            <typeparam name="TArg5">The type of the fifth argument passed to the action.</typeparam>
            <typeparam name="TArg6">The type of the sixth argument passed to the action.</typeparam>
            <typeparam name="TArg7">The type of the seventh argument passed to the action.</typeparam>
            <typeparam name="TArg8">The type of the eighth argument passed to the action.</typeparam>
            <typeparam name="TArg9">The type of the ninth argument passed to the action.</typeparam>
            <typeparam name="TArg10">The type of the tenth argument passed to the action.</typeparam>
            <typeparam name="TArg11">The type of the eleventh argument passed to the action.</typeparam>
            <param name="action">Action to convert to an asynchronous action.</param>
            <param name="scheduler">Scheduler to invoke the original action on.</param>
            <returns>Asynchronous action.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="action" /> or <paramref name="scheduler" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.ToAsync``12(System.Reactive.Linq.IQbservableProvider,System.Linq.Expressions.Expression{System.Action{``0,``1,``2,``3,``4,``5,``6,``7,``8,``9,``10,``11}})">
            <summary>
            Converts the function into an asynchronous action. Each invocation of the resulting asynchronous action causes an invocation of the original synchronous action on the default scheduler.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <typeparam name="TArg1">The type of the first argument passed to the action.</typeparam>
            <typeparam name="TArg2">The type of the second argument passed to the action.</typeparam>
            <typeparam name="TArg3">The type of the third argument passed to the action.</typeparam>
            <typeparam name="TArg4">The type of the fourth argument passed to the action.</typeparam>
            <typeparam name="TArg5">The type of the fifth argument passed to the action.</typeparam>
            <typeparam name="TArg6">The type of the sixth argument passed to the action.</typeparam>
            <typeparam name="TArg7">The type of the seventh argument passed to the action.</typeparam>
            <typeparam name="TArg8">The type of the eighth argument passed to the action.</typeparam>
            <typeparam name="TArg9">The type of the ninth argument passed to the action.</typeparam>
            <typeparam name="TArg10">The type of the tenth argument passed to the action.</typeparam>
            <typeparam name="TArg11">The type of the eleventh argument passed to the action.</typeparam>
            <typeparam name="TArg12">The type of the twelfth argument passed to the action.</typeparam>
            <param name="action">Action to convert to an asynchronous action.</param>
            <returns>Asynchronous action.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="action" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.ToAsync``12(System.Reactive.Linq.IQbservableProvider,System.Linq.Expressions.Expression{System.Action{``0,``1,``2,``3,``4,``5,``6,``7,``8,``9,``10,``11}},System.Reactive.Concurrency.IScheduler)">
            <summary>
            Converts the function into an asynchronous action. Each invocation of the resulting asynchronous action causes an invocation of the original synchronous action on the specified scheduler.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <typeparam name="TArg1">The type of the first argument passed to the action.</typeparam>
            <typeparam name="TArg2">The type of the second argument passed to the action.</typeparam>
            <typeparam name="TArg3">The type of the third argument passed to the action.</typeparam>
            <typeparam name="TArg4">The type of the fourth argument passed to the action.</typeparam>
            <typeparam name="TArg5">The type of the fifth argument passed to the action.</typeparam>
            <typeparam name="TArg6">The type of the sixth argument passed to the action.</typeparam>
            <typeparam name="TArg7">The type of the seventh argument passed to the action.</typeparam>
            <typeparam name="TArg8">The type of the eighth argument passed to the action.</typeparam>
            <typeparam name="TArg9">The type of the ninth argument passed to the action.</typeparam>
            <typeparam name="TArg10">The type of the tenth argument passed to the action.</typeparam>
            <typeparam name="TArg11">The type of the eleventh argument passed to the action.</typeparam>
            <typeparam name="TArg12">The type of the twelfth argument passed to the action.</typeparam>
            <param name="action">Action to convert to an asynchronous action.</param>
            <param name="scheduler">Scheduler to invoke the original action on.</param>
            <returns>Asynchronous action.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="action" /> or <paramref name="scheduler" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.ToAsync``13(System.Reactive.Linq.IQbservableProvider,System.Linq.Expressions.Expression{System.Action{``0,``1,``2,``3,``4,``5,``6,``7,``8,``9,``10,``11,``12}})">
            <summary>
            Converts the function into an asynchronous action. Each invocation of the resulting asynchronous action causes an invocation of the original synchronous action on the default scheduler.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <typeparam name="TArg1">The type of the first argument passed to the action.</typeparam>
            <typeparam name="TArg2">The type of the second argument passed to the action.</typeparam>
            <typeparam name="TArg3">The type of the third argument passed to the action.</typeparam>
            <typeparam name="TArg4">The type of the fourth argument passed to the action.</typeparam>
            <typeparam name="TArg5">The type of the fifth argument passed to the action.</typeparam>
            <typeparam name="TArg6">The type of the sixth argument passed to the action.</typeparam>
            <typeparam name="TArg7">The type of the seventh argument passed to the action.</typeparam>
            <typeparam name="TArg8">The type of the eighth argument passed to the action.</typeparam>
            <typeparam name="TArg9">The type of the ninth argument passed to the action.</typeparam>
            <typeparam name="TArg10">The type of the tenth argument passed to the action.</typeparam>
            <typeparam name="TArg11">The type of the eleventh argument passed to the action.</typeparam>
            <typeparam name="TArg12">The type of the twelfth argument passed to the action.</typeparam>
            <typeparam name="TArg13">The type of the thirteenth argument passed to the action.</typeparam>
            <param name="action">Action to convert to an asynchronous action.</param>
            <returns>Asynchronous action.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="action" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.ToAsync``13(System.Reactive.Linq.IQbservableProvider,System.Linq.Expressions.Expression{System.Action{``0,``1,``2,``3,``4,``5,``6,``7,``8,``9,``10,``11,``12}},System.Reactive.Concurrency.IScheduler)">
            <summary>
            Converts the function into an asynchronous action. Each invocation of the resulting asynchronous action causes an invocation of the original synchronous action on the specified scheduler.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <typeparam name="TArg1">The type of the first argument passed to the action.</typeparam>
            <typeparam name="TArg2">The type of the second argument passed to the action.</typeparam>
            <typeparam name="TArg3">The type of the third argument passed to the action.</typeparam>
            <typeparam name="TArg4">The type of the fourth argument passed to the action.</typeparam>
            <typeparam name="TArg5">The type of the fifth argument passed to the action.</typeparam>
            <typeparam name="TArg6">The type of the sixth argument passed to the action.</typeparam>
            <typeparam name="TArg7">The type of the seventh argument passed to the action.</typeparam>
            <typeparam name="TArg8">The type of the eighth argument passed to the action.</typeparam>
            <typeparam name="TArg9">The type of the ninth argument passed to the action.</typeparam>
            <typeparam name="TArg10">The type of the tenth argument passed to the action.</typeparam>
            <typeparam name="TArg11">The type of the eleventh argument passed to the action.</typeparam>
            <typeparam name="TArg12">The type of the twelfth argument passed to the action.</typeparam>
            <typeparam name="TArg13">The type of the thirteenth argument passed to the action.</typeparam>
            <param name="action">Action to convert to an asynchronous action.</param>
            <param name="scheduler">Scheduler to invoke the original action on.</param>
            <returns>Asynchronous action.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="action" /> or <paramref name="scheduler" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.ToAsync``14(System.Reactive.Linq.IQbservableProvider,System.Linq.Expressions.Expression{System.Action{``0,``1,``2,``3,``4,``5,``6,``7,``8,``9,``10,``11,``12,``13}})">
            <summary>
            Converts the function into an asynchronous action. Each invocation of the resulting asynchronous action causes an invocation of the original synchronous action on the default scheduler.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <typeparam name="TArg1">The type of the first argument passed to the action.</typeparam>
            <typeparam name="TArg2">The type of the second argument passed to the action.</typeparam>
            <typeparam name="TArg3">The type of the third argument passed to the action.</typeparam>
            <typeparam name="TArg4">The type of the fourth argument passed to the action.</typeparam>
            <typeparam name="TArg5">The type of the fifth argument passed to the action.</typeparam>
            <typeparam name="TArg6">The type of the sixth argument passed to the action.</typeparam>
            <typeparam name="TArg7">The type of the seventh argument passed to the action.</typeparam>
            <typeparam name="TArg8">The type of the eighth argument passed to the action.</typeparam>
            <typeparam name="TArg9">The type of the ninth argument passed to the action.</typeparam>
            <typeparam name="TArg10">The type of the tenth argument passed to the action.</typeparam>
            <typeparam name="TArg11">The type of the eleventh argument passed to the action.</typeparam>
            <typeparam name="TArg12">The type of the twelfth argument passed to the action.</typeparam>
            <typeparam name="TArg13">The type of the thirteenth argument passed to the action.</typeparam>
            <typeparam name="TArg14">The type of the fourteenth argument passed to the action.</typeparam>
            <param name="action">Action to convert to an asynchronous action.</param>
            <returns>Asynchronous action.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="action" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.ToAsync``14(System.Reactive.Linq.IQbservableProvider,System.Linq.Expressions.Expression{System.Action{``0,``1,``2,``3,``4,``5,``6,``7,``8,``9,``10,``11,``12,``13}},System.Reactive.Concurrency.IScheduler)">
            <summary>
            Converts the function into an asynchronous action. Each invocation of the resulting asynchronous action causes an invocation of the original synchronous action on the specified scheduler.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <typeparam name="TArg1">The type of the first argument passed to the action.</typeparam>
            <typeparam name="TArg2">The type of the second argument passed to the action.</typeparam>
            <typeparam name="TArg3">The type of the third argument passed to the action.</typeparam>
            <typeparam name="TArg4">The type of the fourth argument passed to the action.</typeparam>
            <typeparam name="TArg5">The type of the fifth argument passed to the action.</typeparam>
            <typeparam name="TArg6">The type of the sixth argument passed to the action.</typeparam>
            <typeparam name="TArg7">The type of the seventh argument passed to the action.</typeparam>
            <typeparam name="TArg8">The type of the eighth argument passed to the action.</typeparam>
            <typeparam name="TArg9">The type of the ninth argument passed to the action.</typeparam>
            <typeparam name="TArg10">The type of the tenth argument passed to the action.</typeparam>
            <typeparam name="TArg11">The type of the eleventh argument passed to the action.</typeparam>
            <typeparam name="TArg12">The type of the twelfth argument passed to the action.</typeparam>
            <typeparam name="TArg13">The type of the thirteenth argument passed to the action.</typeparam>
            <typeparam name="TArg14">The type of the fourteenth argument passed to the action.</typeparam>
            <param name="action">Action to convert to an asynchronous action.</param>
            <param name="scheduler">Scheduler to invoke the original action on.</param>
            <returns>Asynchronous action.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="action" /> or <paramref name="scheduler" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.ToAsync``15(System.Reactive.Linq.IQbservableProvider,System.Linq.Expressions.Expression{System.Action{``0,``1,``2,``3,``4,``5,``6,``7,``8,``9,``10,``11,``12,``13,``14}})">
            <summary>
            Converts the function into an asynchronous action. Each invocation of the resulting asynchronous action causes an invocation of the original synchronous action on the default scheduler.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <typeparam name="TArg1">The type of the first argument passed to the action.</typeparam>
            <typeparam name="TArg2">The type of the second argument passed to the action.</typeparam>
            <typeparam name="TArg3">The type of the third argument passed to the action.</typeparam>
            <typeparam name="TArg4">The type of the fourth argument passed to the action.</typeparam>
            <typeparam name="TArg5">The type of the fifth argument passed to the action.</typeparam>
            <typeparam name="TArg6">The type of the sixth argument passed to the action.</typeparam>
            <typeparam name="TArg7">The type of the seventh argument passed to the action.</typeparam>
            <typeparam name="TArg8">The type of the eighth argument passed to the action.</typeparam>
            <typeparam name="TArg9">The type of the ninth argument passed to the action.</typeparam>
            <typeparam name="TArg10">The type of the tenth argument passed to the action.</typeparam>
            <typeparam name="TArg11">The type of the eleventh argument passed to the action.</typeparam>
            <typeparam name="TArg12">The type of the twelfth argument passed to the action.</typeparam>
            <typeparam name="TArg13">The type of the thirteenth argument passed to the action.</typeparam>
            <typeparam name="TArg14">The type of the fourteenth argument passed to the action.</typeparam>
            <typeparam name="TArg15">The type of the fifteenth argument passed to the action.</typeparam>
            <param name="action">Action to convert to an asynchronous action.</param>
            <returns>Asynchronous action.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="action" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.ToAsync``15(System.Reactive.Linq.IQbservableProvider,System.Linq.Expressions.Expression{System.Action{``0,``1,``2,``3,``4,``5,``6,``7,``8,``9,``10,``11,``12,``13,``14}},System.Reactive.Concurrency.IScheduler)">
            <summary>
            Converts the function into an asynchronous action. Each invocation of the resulting asynchronous action causes an invocation of the original synchronous action on the specified scheduler.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <typeparam name="TArg1">The type of the first argument passed to the action.</typeparam>
            <typeparam name="TArg2">The type of the second argument passed to the action.</typeparam>
            <typeparam name="TArg3">The type of the third argument passed to the action.</typeparam>
            <typeparam name="TArg4">The type of the fourth argument passed to the action.</typeparam>
            <typeparam name="TArg5">The type of the fifth argument passed to the action.</typeparam>
            <typeparam name="TArg6">The type of the sixth argument passed to the action.</typeparam>
            <typeparam name="TArg7">The type of the seventh argument passed to the action.</typeparam>
            <typeparam name="TArg8">The type of the eighth argument passed to the action.</typeparam>
            <typeparam name="TArg9">The type of the ninth argument passed to the action.</typeparam>
            <typeparam name="TArg10">The type of the tenth argument passed to the action.</typeparam>
            <typeparam name="TArg11">The type of the eleventh argument passed to the action.</typeparam>
            <typeparam name="TArg12">The type of the twelfth argument passed to the action.</typeparam>
            <typeparam name="TArg13">The type of the thirteenth argument passed to the action.</typeparam>
            <typeparam name="TArg14">The type of the fourteenth argument passed to the action.</typeparam>
            <typeparam name="TArg15">The type of the fifteenth argument passed to the action.</typeparam>
            <param name="action">Action to convert to an asynchronous action.</param>
            <param name="scheduler">Scheduler to invoke the original action on.</param>
            <returns>Asynchronous action.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="action" /> or <paramref name="scheduler" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.ToAsync``16(System.Reactive.Linq.IQbservableProvider,System.Linq.Expressions.Expression{System.Action{``0,``1,``2,``3,``4,``5,``6,``7,``8,``9,``10,``11,``12,``13,``14,``15}})">
            <summary>
            Converts the function into an asynchronous action. Each invocation of the resulting asynchronous action causes an invocation of the original synchronous action on the default scheduler.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <typeparam name="TArg1">The type of the first argument passed to the action.</typeparam>
            <typeparam name="TArg2">The type of the second argument passed to the action.</typeparam>
            <typeparam name="TArg3">The type of the third argument passed to the action.</typeparam>
            <typeparam name="TArg4">The type of the fourth argument passed to the action.</typeparam>
            <typeparam name="TArg5">The type of the fifth argument passed to the action.</typeparam>
            <typeparam name="TArg6">The type of the sixth argument passed to the action.</typeparam>
            <typeparam name="TArg7">The type of the seventh argument passed to the action.</typeparam>
            <typeparam name="TArg8">The type of the eighth argument passed to the action.</typeparam>
            <typeparam name="TArg9">The type of the ninth argument passed to the action.</typeparam>
            <typeparam name="TArg10">The type of the tenth argument passed to the action.</typeparam>
            <typeparam name="TArg11">The type of the eleventh argument passed to the action.</typeparam>
            <typeparam name="TArg12">The type of the twelfth argument passed to the action.</typeparam>
            <typeparam name="TArg13">The type of the thirteenth argument passed to the action.</typeparam>
            <typeparam name="TArg14">The type of the fourteenth argument passed to the action.</typeparam>
            <typeparam name="TArg15">The type of the fifteenth argument passed to the action.</typeparam>
            <typeparam name="TArg16">The type of the sixteenth argument passed to the action.</typeparam>
            <param name="action">Action to convert to an asynchronous action.</param>
            <returns>Asynchronous action.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="action" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.ToAsync``16(System.Reactive.Linq.IQbservableProvider,System.Linq.Expressions.Expression{System.Action{``0,``1,``2,``3,``4,``5,``6,``7,``8,``9,``10,``11,``12,``13,``14,``15}},System.Reactive.Concurrency.IScheduler)">
            <summary>
            Converts the function into an asynchronous action. Each invocation of the resulting asynchronous action causes an invocation of the original synchronous action on the specified scheduler.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <typeparam name="TArg1">The type of the first argument passed to the action.</typeparam>
            <typeparam name="TArg2">The type of the second argument passed to the action.</typeparam>
            <typeparam name="TArg3">The type of the third argument passed to the action.</typeparam>
            <typeparam name="TArg4">The type of the fourth argument passed to the action.</typeparam>
            <typeparam name="TArg5">The type of the fifth argument passed to the action.</typeparam>
            <typeparam name="TArg6">The type of the sixth argument passed to the action.</typeparam>
            <typeparam name="TArg7">The type of the seventh argument passed to the action.</typeparam>
            <typeparam name="TArg8">The type of the eighth argument passed to the action.</typeparam>
            <typeparam name="TArg9">The type of the ninth argument passed to the action.</typeparam>
            <typeparam name="TArg10">The type of the tenth argument passed to the action.</typeparam>
            <typeparam name="TArg11">The type of the eleventh argument passed to the action.</typeparam>
            <typeparam name="TArg12">The type of the twelfth argument passed to the action.</typeparam>
            <typeparam name="TArg13">The type of the thirteenth argument passed to the action.</typeparam>
            <typeparam name="TArg14">The type of the fourteenth argument passed to the action.</typeparam>
            <typeparam name="TArg15">The type of the fifteenth argument passed to the action.</typeparam>
            <typeparam name="TArg16">The type of the sixteenth argument passed to the action.</typeparam>
            <param name="action">Action to convert to an asynchronous action.</param>
            <param name="scheduler">Scheduler to invoke the original action on.</param>
            <returns>Asynchronous action.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="action" /> or <paramref name="scheduler" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.ToAsync``1(System.Reactive.Linq.IQbservableProvider,System.Linq.Expressions.Expression{System.Func{``0}})">
            <summary>
            Converts the function into an asynchronous function. Each invocation of the resulting asynchronous function causes an invocation of the original synchronous function.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <typeparam name="TResult">The type of the result returned by the function.</typeparam>
            <param name="function">Function to convert to an asynchronous function.</param>
            <returns>Asynchronous function.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="function" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.ToAsync``1(System.Reactive.Linq.IQbservableProvider,System.Linq.Expressions.Expression{System.Func{``0}},System.Reactive.Concurrency.IScheduler)">
            <summary>
            Converts the function into an asynchronous function. Each invocation of the resulting asynchronous function causes an invocation of the original synchronous function on the specified scheduler.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <typeparam name="TResult">The type of the result returned by the function.</typeparam>
            <param name="function">Function to convert to an asynchronous function.</param>
            <param name="scheduler">Scheduler to invoke the original function on.</param>
            <returns>Asynchronous function.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="function" /> or <paramref name="scheduler" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.ToAsync``2(System.Reactive.Linq.IQbservableProvider,System.Linq.Expressions.Expression{System.Func{``0,``1}})">
            <summary>
            Converts the function into an asynchronous function. Each invocation of the resulting asynchronous function causes an invocation of the original synchronous function.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <typeparam name="TArg1">The type of the first argument passed to the function.</typeparam>
            <typeparam name="TResult">The type of the result returned by the function.</typeparam>
            <param name="function">Function to convert to an asynchronous function.</param>
            <returns>Asynchronous function.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="function" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.ToAsync``2(System.Reactive.Linq.IQbservableProvider,System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Reactive.Concurrency.IScheduler)">
            <summary>
            Converts the function into an asynchronous function. Each invocation of the resulting asynchronous function causes an invocation of the original synchronous function on the specified scheduler.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <typeparam name="TArg1">The type of the first argument passed to the function.</typeparam>
            <typeparam name="TResult">The type of the result returned by the function.</typeparam>
            <param name="function">Function to convert to an asynchronous function.</param>
            <param name="scheduler">Scheduler to invoke the original function on.</param>
            <returns>Asynchronous function.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="function" /> or <paramref name="scheduler" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.ToAsync``3(System.Reactive.Linq.IQbservableProvider,System.Linq.Expressions.Expression{System.Func{``0,``1,``2}})">
            <summary>
            Converts the function into an asynchronous function. Each invocation of the resulting asynchronous function causes an invocation of the original synchronous function.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <typeparam name="TArg1">The type of the first argument passed to the function.</typeparam>
            <typeparam name="TArg2">The type of the second argument passed to the function.</typeparam>
            <typeparam name="TResult">The type of the result returned by the function.</typeparam>
            <param name="function">Function to convert to an asynchronous function.</param>
            <returns>Asynchronous function.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="function" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.ToAsync``3(System.Reactive.Linq.IQbservableProvider,System.Linq.Expressions.Expression{System.Func{``0,``1,``2}},System.Reactive.Concurrency.IScheduler)">
            <summary>
            Converts the function into an asynchronous function. Each invocation of the resulting asynchronous function causes an invocation of the original synchronous function on the specified scheduler.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <typeparam name="TArg1">The type of the first argument passed to the function.</typeparam>
            <typeparam name="TArg2">The type of the second argument passed to the function.</typeparam>
            <typeparam name="TResult">The type of the result returned by the function.</typeparam>
            <param name="function">Function to convert to an asynchronous function.</param>
            <param name="scheduler">Scheduler to invoke the original function on.</param>
            <returns>Asynchronous function.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="function" /> or <paramref name="scheduler" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.ToAsync``4(System.Reactive.Linq.IQbservableProvider,System.Linq.Expressions.Expression{System.Func{``0,``1,``2,``3}})">
            <summary>
            Converts the function into an asynchronous function. Each invocation of the resulting asynchronous function causes an invocation of the original synchronous function.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <typeparam name="TArg1">The type of the first argument passed to the function.</typeparam>
            <typeparam name="TArg2">The type of the second argument passed to the function.</typeparam>
            <typeparam name="TArg3">The type of the third argument passed to the function.</typeparam>
            <typeparam name="TResult">The type of the result returned by the function.</typeparam>
            <param name="function">Function to convert to an asynchronous function.</param>
            <returns>Asynchronous function.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="function" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.ToAsync``4(System.Reactive.Linq.IQbservableProvider,System.Linq.Expressions.Expression{System.Func{``0,``1,``2,``3}},System.Reactive.Concurrency.IScheduler)">
            <summary>
            Converts the function into an asynchronous function. Each invocation of the resulting asynchronous function causes an invocation of the original synchronous function on the specified scheduler.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <typeparam name="TArg1">The type of the first argument passed to the function.</typeparam>
            <typeparam name="TArg2">The type of the second argument passed to the function.</typeparam>
            <typeparam name="TArg3">The type of the third argument passed to the function.</typeparam>
            <typeparam name="TResult">The type of the result returned by the function.</typeparam>
            <param name="function">Function to convert to an asynchronous function.</param>
            <param name="scheduler">Scheduler to invoke the original function on.</param>
            <returns>Asynchronous function.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="function" /> or <paramref name="scheduler" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.ToAsync``5(System.Reactive.Linq.IQbservableProvider,System.Linq.Expressions.Expression{System.Func{``0,``1,``2,``3,``4}})">
            <summary>
            Converts the function into an asynchronous function. Each invocation of the resulting asynchronous function causes an invocation of the original synchronous function.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <typeparam name="TArg1">The type of the first argument passed to the function.</typeparam>
            <typeparam name="TArg2">The type of the second argument passed to the function.</typeparam>
            <typeparam name="TArg3">The type of the third argument passed to the function.</typeparam>
            <typeparam name="TArg4">The type of the fourth argument passed to the function.</typeparam>
            <typeparam name="TResult">The type of the result returned by the function.</typeparam>
            <param name="function">Function to convert to an asynchronous function.</param>
            <returns>Asynchronous function.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="function" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.ToAsync``5(System.Reactive.Linq.IQbservableProvider,System.Linq.Expressions.Expression{System.Func{``0,``1,``2,``3,``4}},System.Reactive.Concurrency.IScheduler)">
            <summary>
            Converts the function into an asynchronous function. Each invocation of the resulting asynchronous function causes an invocation of the original synchronous function on the specified scheduler.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <typeparam name="TArg1">The type of the first argument passed to the function.</typeparam>
            <typeparam name="TArg2">The type of the second argument passed to the function.</typeparam>
            <typeparam name="TArg3">The type of the third argument passed to the function.</typeparam>
            <typeparam name="TArg4">The type of the fourth argument passed to the function.</typeparam>
            <typeparam name="TResult">The type of the result returned by the function.</typeparam>
            <param name="function">Function to convert to an asynchronous function.</param>
            <param name="scheduler">Scheduler to invoke the original function on.</param>
            <returns>Asynchronous function.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="function" /> or <paramref name="scheduler" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.ToAsync``6(System.Reactive.Linq.IQbservableProvider,System.Linq.Expressions.Expression{System.Func{``0,``1,``2,``3,``4,``5}})">
            <summary>
            Converts the function into an asynchronous function. Each invocation of the resulting asynchronous function causes an invocation of the original synchronous function.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <typeparam name="TArg1">The type of the first argument passed to the function.</typeparam>
            <typeparam name="TArg2">The type of the second argument passed to the function.</typeparam>
            <typeparam name="TArg3">The type of the third argument passed to the function.</typeparam>
            <typeparam name="TArg4">The type of the fourth argument passed to the function.</typeparam>
            <typeparam name="TArg5">The type of the fifth argument passed to the function.</typeparam>
            <typeparam name="TResult">The type of the result returned by the function.</typeparam>
            <param name="function">Function to convert to an asynchronous function.</param>
            <returns>Asynchronous function.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="function" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.ToAsync``6(System.Reactive.Linq.IQbservableProvider,System.Linq.Expressions.Expression{System.Func{``0,``1,``2,``3,``4,``5}},System.Reactive.Concurrency.IScheduler)">
            <summary>
            Converts the function into an asynchronous function. Each invocation of the resulting asynchronous function causes an invocation of the original synchronous function on the specified scheduler.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <typeparam name="TArg1">The type of the first argument passed to the function.</typeparam>
            <typeparam name="TArg2">The type of the second argument passed to the function.</typeparam>
            <typeparam name="TArg3">The type of the third argument passed to the function.</typeparam>
            <typeparam name="TArg4">The type of the fourth argument passed to the function.</typeparam>
            <typeparam name="TArg5">The type of the fifth argument passed to the function.</typeparam>
            <typeparam name="TResult">The type of the result returned by the function.</typeparam>
            <param name="function">Function to convert to an asynchronous function.</param>
            <param name="scheduler">Scheduler to invoke the original function on.</param>
            <returns>Asynchronous function.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="function" /> or <paramref name="scheduler" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.ToAsync``7(System.Reactive.Linq.IQbservableProvider,System.Linq.Expressions.Expression{System.Func{``0,``1,``2,``3,``4,``5,``6}})">
            <summary>
            Converts the function into an asynchronous function. Each invocation of the resulting asynchronous function causes an invocation of the original synchronous function.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <typeparam name="TArg1">The type of the first argument passed to the function.</typeparam>
            <typeparam name="TArg2">The type of the second argument passed to the function.</typeparam>
            <typeparam name="TArg3">The type of the third argument passed to the function.</typeparam>
            <typeparam name="TArg4">The type of the fourth argument passed to the function.</typeparam>
            <typeparam name="TArg5">The type of the fifth argument passed to the function.</typeparam>
            <typeparam name="TArg6">The type of the sixth argument passed to the function.</typeparam>
            <typeparam name="TResult">The type of the result returned by the function.</typeparam>
            <param name="function">Function to convert to an asynchronous function.</param>
            <returns>Asynchronous function.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="function" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.ToAsync``7(System.Reactive.Linq.IQbservableProvider,System.Linq.Expressions.Expression{System.Func{``0,``1,``2,``3,``4,``5,``6}},System.Reactive.Concurrency.IScheduler)">
            <summary>
            Converts the function into an asynchronous function. Each invocation of the resulting asynchronous function causes an invocation of the original synchronous function on the specified scheduler.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <typeparam name="TArg1">The type of the first argument passed to the function.</typeparam>
            <typeparam name="TArg2">The type of the second argument passed to the function.</typeparam>
            <typeparam name="TArg3">The type of the third argument passed to the function.</typeparam>
            <typeparam name="TArg4">The type of the fourth argument passed to the function.</typeparam>
            <typeparam name="TArg5">The type of the fifth argument passed to the function.</typeparam>
            <typeparam name="TArg6">The type of the sixth argument passed to the function.</typeparam>
            <typeparam name="TResult">The type of the result returned by the function.</typeparam>
            <param name="function">Function to convert to an asynchronous function.</param>
            <param name="scheduler">Scheduler to invoke the original function on.</param>
            <returns>Asynchronous function.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="function" /> or <paramref name="scheduler" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.ToAsync``8(System.Reactive.Linq.IQbservableProvider,System.Linq.Expressions.Expression{System.Func{``0,``1,``2,``3,``4,``5,``6,``7}})">
            <summary>
            Converts the function into an asynchronous function. Each invocation of the resulting asynchronous function causes an invocation of the original synchronous function.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <typeparam name="TArg1">The type of the first argument passed to the function.</typeparam>
            <typeparam name="TArg2">The type of the second argument passed to the function.</typeparam>
            <typeparam name="TArg3">The type of the third argument passed to the function.</typeparam>
            <typeparam name="TArg4">The type of the fourth argument passed to the function.</typeparam>
            <typeparam name="TArg5">The type of the fifth argument passed to the function.</typeparam>
            <typeparam name="TArg6">The type of the sixth argument passed to the function.</typeparam>
            <typeparam name="TArg7">The type of the seventh argument passed to the function.</typeparam>
            <typeparam name="TResult">The type of the result returned by the function.</typeparam>
            <param name="function">Function to convert to an asynchronous function.</param>
            <returns>Asynchronous function.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="function" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.ToAsync``8(System.Reactive.Linq.IQbservableProvider,System.Linq.Expressions.Expression{System.Func{``0,``1,``2,``3,``4,``5,``6,``7}},System.Reactive.Concurrency.IScheduler)">
            <summary>
            Converts the function into an asynchronous function. Each invocation of the resulting asynchronous function causes an invocation of the original synchronous function on the specified scheduler.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <typeparam name="TArg1">The type of the first argument passed to the function.</typeparam>
            <typeparam name="TArg2">The type of the second argument passed to the function.</typeparam>
            <typeparam name="TArg3">The type of the third argument passed to the function.</typeparam>
            <typeparam name="TArg4">The type of the fourth argument passed to the function.</typeparam>
            <typeparam name="TArg5">The type of the fifth argument passed to the function.</typeparam>
            <typeparam name="TArg6">The type of the sixth argument passed to the function.</typeparam>
            <typeparam name="TArg7">The type of the seventh argument passed to the function.</typeparam>
            <typeparam name="TResult">The type of the result returned by the function.</typeparam>
            <param name="function">Function to convert to an asynchronous function.</param>
            <param name="scheduler">Scheduler to invoke the original function on.</param>
            <returns>Asynchronous function.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="function" /> or <paramref name="scheduler" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.ToAsync``9(System.Reactive.Linq.IQbservableProvider,System.Linq.Expressions.Expression{System.Func{``0,``1,``2,``3,``4,``5,``6,``7,``8}})">
            <summary>
            Converts the function into an asynchronous function. Each invocation of the resulting asynchronous function causes an invocation of the original synchronous function.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <typeparam name="TArg1">The type of the first argument passed to the function.</typeparam>
            <typeparam name="TArg2">The type of the second argument passed to the function.</typeparam>
            <typeparam name="TArg3">The type of the third argument passed to the function.</typeparam>
            <typeparam name="TArg4">The type of the fourth argument passed to the function.</typeparam>
            <typeparam name="TArg5">The type of the fifth argument passed to the function.</typeparam>
            <typeparam name="TArg6">The type of the sixth argument passed to the function.</typeparam>
            <typeparam name="TArg7">The type of the seventh argument passed to the function.</typeparam>
            <typeparam name="TArg8">The type of the eighth argument passed to the function.</typeparam>
            <typeparam name="TResult">The type of the result returned by the function.</typeparam>
            <param name="function">Function to convert to an asynchronous function.</param>
            <returns>Asynchronous function.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="function" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.ToAsync``9(System.Reactive.Linq.IQbservableProvider,System.Linq.Expressions.Expression{System.Func{``0,``1,``2,``3,``4,``5,``6,``7,``8}},System.Reactive.Concurrency.IScheduler)">
            <summary>
            Converts the function into an asynchronous function. Each invocation of the resulting asynchronous function causes an invocation of the original synchronous function on the specified scheduler.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <typeparam name="TArg1">The type of the first argument passed to the function.</typeparam>
            <typeparam name="TArg2">The type of the second argument passed to the function.</typeparam>
            <typeparam name="TArg3">The type of the third argument passed to the function.</typeparam>
            <typeparam name="TArg4">The type of the fourth argument passed to the function.</typeparam>
            <typeparam name="TArg5">The type of the fifth argument passed to the function.</typeparam>
            <typeparam name="TArg6">The type of the sixth argument passed to the function.</typeparam>
            <typeparam name="TArg7">The type of the seventh argument passed to the function.</typeparam>
            <typeparam name="TArg8">The type of the eighth argument passed to the function.</typeparam>
            <typeparam name="TResult">The type of the result returned by the function.</typeparam>
            <param name="function">Function to convert to an asynchronous function.</param>
            <param name="scheduler">Scheduler to invoke the original function on.</param>
            <returns>Asynchronous function.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="function" /> or <paramref name="scheduler" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.ToAsync``10(System.Reactive.Linq.IQbservableProvider,System.Linq.Expressions.Expression{System.Func{``0,``1,``2,``3,``4,``5,``6,``7,``8,``9}})">
            <summary>
            Converts the function into an asynchronous function. Each invocation of the resulting asynchronous function causes an invocation of the original synchronous function.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <typeparam name="TArg1">The type of the first argument passed to the function.</typeparam>
            <typeparam name="TArg2">The type of the second argument passed to the function.</typeparam>
            <typeparam name="TArg3">The type of the third argument passed to the function.</typeparam>
            <typeparam name="TArg4">The type of the fourth argument passed to the function.</typeparam>
            <typeparam name="TArg5">The type of the fifth argument passed to the function.</typeparam>
            <typeparam name="TArg6">The type of the sixth argument passed to the function.</typeparam>
            <typeparam name="TArg7">The type of the seventh argument passed to the function.</typeparam>
            <typeparam name="TArg8">The type of the eighth argument passed to the function.</typeparam>
            <typeparam name="TArg9">The type of the ninth argument passed to the function.</typeparam>
            <typeparam name="TResult">The type of the result returned by the function.</typeparam>
            <param name="function">Function to convert to an asynchronous function.</param>
            <returns>Asynchronous function.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="function" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.ToAsync``10(System.Reactive.Linq.IQbservableProvider,System.Linq.Expressions.Expression{System.Func{``0,``1,``2,``3,``4,``5,``6,``7,``8,``9}},System.Reactive.Concurrency.IScheduler)">
            <summary>
            Converts the function into an asynchronous function. Each invocation of the resulting asynchronous function causes an invocation of the original synchronous function on the specified scheduler.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <typeparam name="TArg1">The type of the first argument passed to the function.</typeparam>
            <typeparam name="TArg2">The type of the second argument passed to the function.</typeparam>
            <typeparam name="TArg3">The type of the third argument passed to the function.</typeparam>
            <typeparam name="TArg4">The type of the fourth argument passed to the function.</typeparam>
            <typeparam name="TArg5">The type of the fifth argument passed to the function.</typeparam>
            <typeparam name="TArg6">The type of the sixth argument passed to the function.</typeparam>
            <typeparam name="TArg7">The type of the seventh argument passed to the function.</typeparam>
            <typeparam name="TArg8">The type of the eighth argument passed to the function.</typeparam>
            <typeparam name="TArg9">The type of the ninth argument passed to the function.</typeparam>
            <typeparam name="TResult">The type of the result returned by the function.</typeparam>
            <param name="function">Function to convert to an asynchronous function.</param>
            <param name="scheduler">Scheduler to invoke the original function on.</param>
            <returns>Asynchronous function.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="function" /> or <paramref name="scheduler" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.ToAsync``11(System.Reactive.Linq.IQbservableProvider,System.Linq.Expressions.Expression{System.Func{``0,``1,``2,``3,``4,``5,``6,``7,``8,``9,``10}})">
            <summary>
            Converts the function into an asynchronous function. Each invocation of the resulting asynchronous function causes an invocation of the original synchronous function.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <typeparam name="TArg1">The type of the first argument passed to the function.</typeparam>
            <typeparam name="TArg2">The type of the second argument passed to the function.</typeparam>
            <typeparam name="TArg3">The type of the third argument passed to the function.</typeparam>
            <typeparam name="TArg4">The type of the fourth argument passed to the function.</typeparam>
            <typeparam name="TArg5">The type of the fifth argument passed to the function.</typeparam>
            <typeparam name="TArg6">The type of the sixth argument passed to the function.</typeparam>
            <typeparam name="TArg7">The type of the seventh argument passed to the function.</typeparam>
            <typeparam name="TArg8">The type of the eighth argument passed to the function.</typeparam>
            <typeparam name="TArg9">The type of the ninth argument passed to the function.</typeparam>
            <typeparam name="TArg10">The type of the tenth argument passed to the function.</typeparam>
            <typeparam name="TResult">The type of the result returned by the function.</typeparam>
            <param name="function">Function to convert to an asynchronous function.</param>
            <returns>Asynchronous function.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="function" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.ToAsync``11(System.Reactive.Linq.IQbservableProvider,System.Linq.Expressions.Expression{System.Func{``0,``1,``2,``3,``4,``5,``6,``7,``8,``9,``10}},System.Reactive.Concurrency.IScheduler)">
            <summary>
            Converts the function into an asynchronous function. Each invocation of the resulting asynchronous function causes an invocation of the original synchronous function on the specified scheduler.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <typeparam name="TArg1">The type of the first argument passed to the function.</typeparam>
            <typeparam name="TArg2">The type of the second argument passed to the function.</typeparam>
            <typeparam name="TArg3">The type of the third argument passed to the function.</typeparam>
            <typeparam name="TArg4">The type of the fourth argument passed to the function.</typeparam>
            <typeparam name="TArg5">The type of the fifth argument passed to the function.</typeparam>
            <typeparam name="TArg6">The type of the sixth argument passed to the function.</typeparam>
            <typeparam name="TArg7">The type of the seventh argument passed to the function.</typeparam>
            <typeparam name="TArg8">The type of the eighth argument passed to the function.</typeparam>
            <typeparam name="TArg9">The type of the ninth argument passed to the function.</typeparam>
            <typeparam name="TArg10">The type of the tenth argument passed to the function.</typeparam>
            <typeparam name="TResult">The type of the result returned by the function.</typeparam>
            <param name="function">Function to convert to an asynchronous function.</param>
            <param name="scheduler">Scheduler to invoke the original function on.</param>
            <returns>Asynchronous function.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="function" /> or <paramref name="scheduler" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.ToAsync``12(System.Reactive.Linq.IQbservableProvider,System.Linq.Expressions.Expression{System.Func{``0,``1,``2,``3,``4,``5,``6,``7,``8,``9,``10,``11}})">
            <summary>
            Converts the function into an asynchronous function. Each invocation of the resulting asynchronous function causes an invocation of the original synchronous function.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <typeparam name="TArg1">The type of the first argument passed to the function.</typeparam>
            <typeparam name="TArg2">The type of the second argument passed to the function.</typeparam>
            <typeparam name="TArg3">The type of the third argument passed to the function.</typeparam>
            <typeparam name="TArg4">The type of the fourth argument passed to the function.</typeparam>
            <typeparam name="TArg5">The type of the fifth argument passed to the function.</typeparam>
            <typeparam name="TArg6">The type of the sixth argument passed to the function.</typeparam>
            <typeparam name="TArg7">The type of the seventh argument passed to the function.</typeparam>
            <typeparam name="TArg8">The type of the eighth argument passed to the function.</typeparam>
            <typeparam name="TArg9">The type of the ninth argument passed to the function.</typeparam>
            <typeparam name="TArg10">The type of the tenth argument passed to the function.</typeparam>
            <typeparam name="TArg11">The type of the eleventh argument passed to the function.</typeparam>
            <typeparam name="TResult">The type of the result returned by the function.</typeparam>
            <param name="function">Function to convert to an asynchronous function.</param>
            <returns>Asynchronous function.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="function" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.ToAsync``12(System.Reactive.Linq.IQbservableProvider,System.Linq.Expressions.Expression{System.Func{``0,``1,``2,``3,``4,``5,``6,``7,``8,``9,``10,``11}},System.Reactive.Concurrency.IScheduler)">
            <summary>
            Converts the function into an asynchronous function. Each invocation of the resulting asynchronous function causes an invocation of the original synchronous function on the specified scheduler.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <typeparam name="TArg1">The type of the first argument passed to the function.</typeparam>
            <typeparam name="TArg2">The type of the second argument passed to the function.</typeparam>
            <typeparam name="TArg3">The type of the third argument passed to the function.</typeparam>
            <typeparam name="TArg4">The type of the fourth argument passed to the function.</typeparam>
            <typeparam name="TArg5">The type of the fifth argument passed to the function.</typeparam>
            <typeparam name="TArg6">The type of the sixth argument passed to the function.</typeparam>
            <typeparam name="TArg7">The type of the seventh argument passed to the function.</typeparam>
            <typeparam name="TArg8">The type of the eighth argument passed to the function.</typeparam>
            <typeparam name="TArg9">The type of the ninth argument passed to the function.</typeparam>
            <typeparam name="TArg10">The type of the tenth argument passed to the function.</typeparam>
            <typeparam name="TArg11">The type of the eleventh argument passed to the function.</typeparam>
            <typeparam name="TResult">The type of the result returned by the function.</typeparam>
            <param name="function">Function to convert to an asynchronous function.</param>
            <param name="scheduler">Scheduler to invoke the original function on.</param>
            <returns>Asynchronous function.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="function" /> or <paramref name="scheduler" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.ToAsync``13(System.Reactive.Linq.IQbservableProvider,System.Linq.Expressions.Expression{System.Func{``0,``1,``2,``3,``4,``5,``6,``7,``8,``9,``10,``11,``12}})">
            <summary>
            Converts the function into an asynchronous function. Each invocation of the resulting asynchronous function causes an invocation of the original synchronous function.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <typeparam name="TArg1">The type of the first argument passed to the function.</typeparam>
            <typeparam name="TArg2">The type of the second argument passed to the function.</typeparam>
            <typeparam name="TArg3">The type of the third argument passed to the function.</typeparam>
            <typeparam name="TArg4">The type of the fourth argument passed to the function.</typeparam>
            <typeparam name="TArg5">The type of the fifth argument passed to the function.</typeparam>
            <typeparam name="TArg6">The type of the sixth argument passed to the function.</typeparam>
            <typeparam name="TArg7">The type of the seventh argument passed to the function.</typeparam>
            <typeparam name="TArg8">The type of the eighth argument passed to the function.</typeparam>
            <typeparam name="TArg9">The type of the ninth argument passed to the function.</typeparam>
            <typeparam name="TArg10">The type of the tenth argument passed to the function.</typeparam>
            <typeparam name="TArg11">The type of the eleventh argument passed to the function.</typeparam>
            <typeparam name="TArg12">The type of the twelfth argument passed to the function.</typeparam>
            <typeparam name="TResult">The type of the result returned by the function.</typeparam>
            <param name="function">Function to convert to an asynchronous function.</param>
            <returns>Asynchronous function.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="function" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.ToAsync``13(System.Reactive.Linq.IQbservableProvider,System.Linq.Expressions.Expression{System.Func{``0,``1,``2,``3,``4,``5,``6,``7,``8,``9,``10,``11,``12}},System.Reactive.Concurrency.IScheduler)">
            <summary>
            Converts the function into an asynchronous function. Each invocation of the resulting asynchronous function causes an invocation of the original synchronous function on the specified scheduler.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <typeparam name="TArg1">The type of the first argument passed to the function.</typeparam>
            <typeparam name="TArg2">The type of the second argument passed to the function.</typeparam>
            <typeparam name="TArg3">The type of the third argument passed to the function.</typeparam>
            <typeparam name="TArg4">The type of the fourth argument passed to the function.</typeparam>
            <typeparam name="TArg5">The type of the fifth argument passed to the function.</typeparam>
            <typeparam name="TArg6">The type of the sixth argument passed to the function.</typeparam>
            <typeparam name="TArg7">The type of the seventh argument passed to the function.</typeparam>
            <typeparam name="TArg8">The type of the eighth argument passed to the function.</typeparam>
            <typeparam name="TArg9">The type of the ninth argument passed to the function.</typeparam>
            <typeparam name="TArg10">The type of the tenth argument passed to the function.</typeparam>
            <typeparam name="TArg11">The type of the eleventh argument passed to the function.</typeparam>
            <typeparam name="TArg12">The type of the twelfth argument passed to the function.</typeparam>
            <typeparam name="TResult">The type of the result returned by the function.</typeparam>
            <param name="function">Function to convert to an asynchronous function.</param>
            <param name="scheduler">Scheduler to invoke the original function on.</param>
            <returns>Asynchronous function.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="function" /> or <paramref name="scheduler" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.ToAsync``14(System.Reactive.Linq.IQbservableProvider,System.Linq.Expressions.Expression{System.Func{``0,``1,``2,``3,``4,``5,``6,``7,``8,``9,``10,``11,``12,``13}})">
            <summary>
            Converts the function into an asynchronous function. Each invocation of the resulting asynchronous function causes an invocation of the original synchronous function.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <typeparam name="TArg1">The type of the first argument passed to the function.</typeparam>
            <typeparam name="TArg2">The type of the second argument passed to the function.</typeparam>
            <typeparam name="TArg3">The type of the third argument passed to the function.</typeparam>
            <typeparam name="TArg4">The type of the fourth argument passed to the function.</typeparam>
            <typeparam name="TArg5">The type of the fifth argument passed to the function.</typeparam>
            <typeparam name="TArg6">The type of the sixth argument passed to the function.</typeparam>
            <typeparam name="TArg7">The type of the seventh argument passed to the function.</typeparam>
            <typeparam name="TArg8">The type of the eighth argument passed to the function.</typeparam>
            <typeparam name="TArg9">The type of the ninth argument passed to the function.</typeparam>
            <typeparam name="TArg10">The type of the tenth argument passed to the function.</typeparam>
            <typeparam name="TArg11">The type of the eleventh argument passed to the function.</typeparam>
            <typeparam name="TArg12">The type of the twelfth argument passed to the function.</typeparam>
            <typeparam name="TArg13">The type of the thirteenth argument passed to the function.</typeparam>
            <typeparam name="TResult">The type of the result returned by the function.</typeparam>
            <param name="function">Function to convert to an asynchronous function.</param>
            <returns>Asynchronous function.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="function" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.ToAsync``14(System.Reactive.Linq.IQbservableProvider,System.Linq.Expressions.Expression{System.Func{``0,``1,``2,``3,``4,``5,``6,``7,``8,``9,``10,``11,``12,``13}},System.Reactive.Concurrency.IScheduler)">
            <summary>
            Converts the function into an asynchronous function. Each invocation of the resulting asynchronous function causes an invocation of the original synchronous function on the specified scheduler.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <typeparam name="TArg1">The type of the first argument passed to the function.</typeparam>
            <typeparam name="TArg2">The type of the second argument passed to the function.</typeparam>
            <typeparam name="TArg3">The type of the third argument passed to the function.</typeparam>
            <typeparam name="TArg4">The type of the fourth argument passed to the function.</typeparam>
            <typeparam name="TArg5">The type of the fifth argument passed to the function.</typeparam>
            <typeparam name="TArg6">The type of the sixth argument passed to the function.</typeparam>
            <typeparam name="TArg7">The type of the seventh argument passed to the function.</typeparam>
            <typeparam name="TArg8">The type of the eighth argument passed to the function.</typeparam>
            <typeparam name="TArg9">The type of the ninth argument passed to the function.</typeparam>
            <typeparam name="TArg10">The type of the tenth argument passed to the function.</typeparam>
            <typeparam name="TArg11">The type of the eleventh argument passed to the function.</typeparam>
            <typeparam name="TArg12">The type of the twelfth argument passed to the function.</typeparam>
            <typeparam name="TArg13">The type of the thirteenth argument passed to the function.</typeparam>
            <typeparam name="TResult">The type of the result returned by the function.</typeparam>
            <param name="function">Function to convert to an asynchronous function.</param>
            <param name="scheduler">Scheduler to invoke the original function on.</param>
            <returns>Asynchronous function.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="function" /> or <paramref name="scheduler" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.ToAsync``15(System.Reactive.Linq.IQbservableProvider,System.Linq.Expressions.Expression{System.Func{``0,``1,``2,``3,``4,``5,``6,``7,``8,``9,``10,``11,``12,``13,``14}})">
            <summary>
            Converts the function into an asynchronous function. Each invocation of the resulting asynchronous function causes an invocation of the original synchronous function.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <typeparam name="TArg1">The type of the first argument passed to the function.</typeparam>
            <typeparam name="TArg2">The type of the second argument passed to the function.</typeparam>
            <typeparam name="TArg3">The type of the third argument passed to the function.</typeparam>
            <typeparam name="TArg4">The type of the fourth argument passed to the function.</typeparam>
            <typeparam name="TArg5">The type of the fifth argument passed to the function.</typeparam>
            <typeparam name="TArg6">The type of the sixth argument passed to the function.</typeparam>
            <typeparam name="TArg7">The type of the seventh argument passed to the function.</typeparam>
            <typeparam name="TArg8">The type of the eighth argument passed to the function.</typeparam>
            <typeparam name="TArg9">The type of the ninth argument passed to the function.</typeparam>
            <typeparam name="TArg10">The type of the tenth argument passed to the function.</typeparam>
            <typeparam name="TArg11">The type of the eleventh argument passed to the function.</typeparam>
            <typeparam name="TArg12">The type of the twelfth argument passed to the function.</typeparam>
            <typeparam name="TArg13">The type of the thirteenth argument passed to the function.</typeparam>
            <typeparam name="TArg14">The type of the fourteenth argument passed to the function.</typeparam>
            <typeparam name="TResult">The type of the result returned by the function.</typeparam>
            <param name="function">Function to convert to an asynchronous function.</param>
            <returns>Asynchronous function.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="function" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.ToAsync``15(System.Reactive.Linq.IQbservableProvider,System.Linq.Expressions.Expression{System.Func{``0,``1,``2,``3,``4,``5,``6,``7,``8,``9,``10,``11,``12,``13,``14}},System.Reactive.Concurrency.IScheduler)">
            <summary>
            Converts the function into an asynchronous function. Each invocation of the resulting asynchronous function causes an invocation of the original synchronous function on the specified scheduler.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <typeparam name="TArg1">The type of the first argument passed to the function.</typeparam>
            <typeparam name="TArg2">The type of the second argument passed to the function.</typeparam>
            <typeparam name="TArg3">The type of the third argument passed to the function.</typeparam>
            <typeparam name="TArg4">The type of the fourth argument passed to the function.</typeparam>
            <typeparam name="TArg5">The type of the fifth argument passed to the function.</typeparam>
            <typeparam name="TArg6">The type of the sixth argument passed to the function.</typeparam>
            <typeparam name="TArg7">The type of the seventh argument passed to the function.</typeparam>
            <typeparam name="TArg8">The type of the eighth argument passed to the function.</typeparam>
            <typeparam name="TArg9">The type of the ninth argument passed to the function.</typeparam>
            <typeparam name="TArg10">The type of the tenth argument passed to the function.</typeparam>
            <typeparam name="TArg11">The type of the eleventh argument passed to the function.</typeparam>
            <typeparam name="TArg12">The type of the twelfth argument passed to the function.</typeparam>
            <typeparam name="TArg13">The type of the thirteenth argument passed to the function.</typeparam>
            <typeparam name="TArg14">The type of the fourteenth argument passed to the function.</typeparam>
            <typeparam name="TResult">The type of the result returned by the function.</typeparam>
            <param name="function">Function to convert to an asynchronous function.</param>
            <param name="scheduler">Scheduler to invoke the original function on.</param>
            <returns>Asynchronous function.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="function" /> or <paramref name="scheduler" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.ToAsync``16(System.Reactive.Linq.IQbservableProvider,System.Linq.Expressions.Expression{System.Func{``0,``1,``2,``3,``4,``5,``6,``7,``8,``9,``10,``11,``12,``13,``14,``15}})">
            <summary>
            Converts the function into an asynchronous function. Each invocation of the resulting asynchronous function causes an invocation of the original synchronous function.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <typeparam name="TArg1">The type of the first argument passed to the function.</typeparam>
            <typeparam name="TArg2">The type of the second argument passed to the function.</typeparam>
            <typeparam name="TArg3">The type of the third argument passed to the function.</typeparam>
            <typeparam name="TArg4">The type of the fourth argument passed to the function.</typeparam>
            <typeparam name="TArg5">The type of the fifth argument passed to the function.</typeparam>
            <typeparam name="TArg6">The type of the sixth argument passed to the function.</typeparam>
            <typeparam name="TArg7">The type of the seventh argument passed to the function.</typeparam>
            <typeparam name="TArg8">The type of the eighth argument passed to the function.</typeparam>
            <typeparam name="TArg9">The type of the ninth argument passed to the function.</typeparam>
            <typeparam name="TArg10">The type of the tenth argument passed to the function.</typeparam>
            <typeparam name="TArg11">The type of the eleventh argument passed to the function.</typeparam>
            <typeparam name="TArg12">The type of the twelfth argument passed to the function.</typeparam>
            <typeparam name="TArg13">The type of the thirteenth argument passed to the function.</typeparam>
            <typeparam name="TArg14">The type of the fourteenth argument passed to the function.</typeparam>
            <typeparam name="TArg15">The type of the fifteenth argument passed to the function.</typeparam>
            <typeparam name="TResult">The type of the result returned by the function.</typeparam>
            <param name="function">Function to convert to an asynchronous function.</param>
            <returns>Asynchronous function.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="function" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.ToAsync``16(System.Reactive.Linq.IQbservableProvider,System.Linq.Expressions.Expression{System.Func{``0,``1,``2,``3,``4,``5,``6,``7,``8,``9,``10,``11,``12,``13,``14,``15}},System.Reactive.Concurrency.IScheduler)">
            <summary>
            Converts the function into an asynchronous function. Each invocation of the resulting asynchronous function causes an invocation of the original synchronous function on the specified scheduler.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <typeparam name="TArg1">The type of the first argument passed to the function.</typeparam>
            <typeparam name="TArg2">The type of the second argument passed to the function.</typeparam>
            <typeparam name="TArg3">The type of the third argument passed to the function.</typeparam>
            <typeparam name="TArg4">The type of the fourth argument passed to the function.</typeparam>
            <typeparam name="TArg5">The type of the fifth argument passed to the function.</typeparam>
            <typeparam name="TArg6">The type of the sixth argument passed to the function.</typeparam>
            <typeparam name="TArg7">The type of the seventh argument passed to the function.</typeparam>
            <typeparam name="TArg8">The type of the eighth argument passed to the function.</typeparam>
            <typeparam name="TArg9">The type of the ninth argument passed to the function.</typeparam>
            <typeparam name="TArg10">The type of the tenth argument passed to the function.</typeparam>
            <typeparam name="TArg11">The type of the eleventh argument passed to the function.</typeparam>
            <typeparam name="TArg12">The type of the twelfth argument passed to the function.</typeparam>
            <typeparam name="TArg13">The type of the thirteenth argument passed to the function.</typeparam>
            <typeparam name="TArg14">The type of the fourteenth argument passed to the function.</typeparam>
            <typeparam name="TArg15">The type of the fifteenth argument passed to the function.</typeparam>
            <typeparam name="TResult">The type of the result returned by the function.</typeparam>
            <param name="function">Function to convert to an asynchronous function.</param>
            <param name="scheduler">Scheduler to invoke the original function on.</param>
            <returns>Asynchronous function.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="function" /> or <paramref name="scheduler" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.ToAsync``17(System.Reactive.Linq.IQbservableProvider,System.Linq.Expressions.Expression{System.Func{``0,``1,``2,``3,``4,``5,``6,``7,``8,``9,``10,``11,``12,``13,``14,``15,``16}})">
            <summary>
            Converts the function into an asynchronous function. Each invocation of the resulting asynchronous function causes an invocation of the original synchronous function.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <typeparam name="TArg1">The type of the first argument passed to the function.</typeparam>
            <typeparam name="TArg2">The type of the second argument passed to the function.</typeparam>
            <typeparam name="TArg3">The type of the third argument passed to the function.</typeparam>
            <typeparam name="TArg4">The type of the fourth argument passed to the function.</typeparam>
            <typeparam name="TArg5">The type of the fifth argument passed to the function.</typeparam>
            <typeparam name="TArg6">The type of the sixth argument passed to the function.</typeparam>
            <typeparam name="TArg7">The type of the seventh argument passed to the function.</typeparam>
            <typeparam name="TArg8">The type of the eighth argument passed to the function.</typeparam>
            <typeparam name="TArg9">The type of the ninth argument passed to the function.</typeparam>
            <typeparam name="TArg10">The type of the tenth argument passed to the function.</typeparam>
            <typeparam name="TArg11">The type of the eleventh argument passed to the function.</typeparam>
            <typeparam name="TArg12">The type of the twelfth argument passed to the function.</typeparam>
            <typeparam name="TArg13">The type of the thirteenth argument passed to the function.</typeparam>
            <typeparam name="TArg14">The type of the fourteenth argument passed to the function.</typeparam>
            <typeparam name="TArg15">The type of the fifteenth argument passed to the function.</typeparam>
            <typeparam name="TArg16">The type of the sixteenth argument passed to the function.</typeparam>
            <typeparam name="TResult">The type of the result returned by the function.</typeparam>
            <param name="function">Function to convert to an asynchronous function.</param>
            <returns>Asynchronous function.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="function" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.ToAsync``17(System.Reactive.Linq.IQbservableProvider,System.Linq.Expressions.Expression{System.Func{``0,``1,``2,``3,``4,``5,``6,``7,``8,``9,``10,``11,``12,``13,``14,``15,``16}},System.Reactive.Concurrency.IScheduler)">
            <summary>
            Converts the function into an asynchronous function. Each invocation of the resulting asynchronous function causes an invocation of the original synchronous function on the specified scheduler.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <typeparam name="TArg1">The type of the first argument passed to the function.</typeparam>
            <typeparam name="TArg2">The type of the second argument passed to the function.</typeparam>
            <typeparam name="TArg3">The type of the third argument passed to the function.</typeparam>
            <typeparam name="TArg4">The type of the fourth argument passed to the function.</typeparam>
            <typeparam name="TArg5">The type of the fifth argument passed to the function.</typeparam>
            <typeparam name="TArg6">The type of the sixth argument passed to the function.</typeparam>
            <typeparam name="TArg7">The type of the seventh argument passed to the function.</typeparam>
            <typeparam name="TArg8">The type of the eighth argument passed to the function.</typeparam>
            <typeparam name="TArg9">The type of the ninth argument passed to the function.</typeparam>
            <typeparam name="TArg10">The type of the tenth argument passed to the function.</typeparam>
            <typeparam name="TArg11">The type of the eleventh argument passed to the function.</typeparam>
            <typeparam name="TArg12">The type of the twelfth argument passed to the function.</typeparam>
            <typeparam name="TArg13">The type of the thirteenth argument passed to the function.</typeparam>
            <typeparam name="TArg14">The type of the fourteenth argument passed to the function.</typeparam>
            <typeparam name="TArg15">The type of the fifteenth argument passed to the function.</typeparam>
            <typeparam name="TArg16">The type of the sixteenth argument passed to the function.</typeparam>
            <typeparam name="TResult">The type of the result returned by the function.</typeparam>
            <param name="function">Function to convert to an asynchronous function.</param>
            <param name="scheduler">Scheduler to invoke the original function on.</param>
            <returns>Asynchronous function.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="function" /> or <paramref name="scheduler" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.FromAsyncPattern(System.Reactive.Linq.IQbservableProvider,System.Linq.Expressions.Expression{System.Func{System.AsyncCallback,System.Object,System.IAsyncResult}},System.Linq.Expressions.Expression{System.Action{System.IAsyncResult}})">
            <summary>
            Converts a Begin/End invoke function pair into an asynchronous function.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <param name="begin">The delegate that begins the asynchronous operation.</param>
            <param name="end">The delegate that ends the asynchronous operation.</param>
            <returns>Function that can be used to start the asynchronous operation and retrieve the result (represented as a Unit value) as an observable sequence.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="begin" /> or <paramref name="end" /> is null.</exception>
            <remarks>Each invocation of the resulting function will cause the asynchronous operation to be started. Subscription to the resulting sequence has no observable side-effect, and each subscription will produce the asynchronous operation's result.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.FromAsyncPattern``1(System.Reactive.Linq.IQbservableProvider,System.Linq.Expressions.Expression{System.Func{``0,System.AsyncCallback,System.Object,System.IAsyncResult}},System.Linq.Expressions.Expression{System.Action{System.IAsyncResult}})">
            <summary>
            Converts a Begin/End invoke function pair into an asynchronous function.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <typeparam name="TArg1">The type of the first argument passed to the begin delegate.</typeparam>
            <param name="begin">The delegate that begins the asynchronous operation.</param>
            <param name="end">The delegate that ends the asynchronous operation.</param>
            <returns>Function that can be used to start the asynchronous operation and retrieve the result (represented as a Unit value) as an observable sequence.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="begin" /> or <paramref name="end" /> is null.</exception>
            <remarks>Each invocation of the resulting function will cause the asynchronous operation to be started. Subscription to the resulting sequence has no observable side-effect, and each subscription will produce the asynchronous operation's result.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.FromAsyncPattern``2(System.Reactive.Linq.IQbservableProvider,System.Linq.Expressions.Expression{System.Func{``0,``1,System.AsyncCallback,System.Object,System.IAsyncResult}},System.Linq.Expressions.Expression{System.Action{System.IAsyncResult}})">
            <summary>
            Converts a Begin/End invoke function pair into an asynchronous function.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <typeparam name="TArg1">The type of the first argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg2">The type of the second argument passed to the begin delegate.</typeparam>
            <param name="begin">The delegate that begins the asynchronous operation.</param>
            <param name="end">The delegate that ends the asynchronous operation.</param>
            <returns>Function that can be used to start the asynchronous operation and retrieve the result (represented as a Unit value) as an observable sequence.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="begin" /> or <paramref name="end" /> is null.</exception>
            <remarks>Each invocation of the resulting function will cause the asynchronous operation to be started. Subscription to the resulting sequence has no observable side-effect, and each subscription will produce the asynchronous operation's result.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.FromAsyncPattern``3(System.Reactive.Linq.IQbservableProvider,System.Linq.Expressions.Expression{System.Func{``0,``1,``2,System.AsyncCallback,System.Object,System.IAsyncResult}},System.Linq.Expressions.Expression{System.Action{System.IAsyncResult}})">
            <summary>
            Converts a Begin/End invoke function pair into an asynchronous function.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <typeparam name="TArg1">The type of the first argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg2">The type of the second argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg3">The type of the third argument passed to the begin delegate.</typeparam>
            <param name="begin">The delegate that begins the asynchronous operation.</param>
            <param name="end">The delegate that ends the asynchronous operation.</param>
            <returns>Function that can be used to start the asynchronous operation and retrieve the result (represented as a Unit value) as an observable sequence.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="begin" /> or <paramref name="end" /> is null.</exception>
            <remarks>Each invocation of the resulting function will cause the asynchronous operation to be started. Subscription to the resulting sequence has no observable side-effect, and each subscription will produce the asynchronous operation's result.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.FromAsyncPattern``4(System.Reactive.Linq.IQbservableProvider,System.Linq.Expressions.Expression{System.Func{``0,``1,``2,``3,System.AsyncCallback,System.Object,System.IAsyncResult}},System.Linq.Expressions.Expression{System.Action{System.IAsyncResult}})">
            <summary>
            Converts a Begin/End invoke function pair into an asynchronous function.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <typeparam name="TArg1">The type of the first argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg2">The type of the second argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg3">The type of the third argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg4">The type of the fourth argument passed to the begin delegate.</typeparam>
            <param name="begin">The delegate that begins the asynchronous operation.</param>
            <param name="end">The delegate that ends the asynchronous operation.</param>
            <returns>Function that can be used to start the asynchronous operation and retrieve the result (represented as a Unit value) as an observable sequence.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="begin" /> or <paramref name="end" /> is null.</exception>
            <remarks>Each invocation of the resulting function will cause the asynchronous operation to be started. Subscription to the resulting sequence has no observable side-effect, and each subscription will produce the asynchronous operation's result.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.FromAsyncPattern``5(System.Reactive.Linq.IQbservableProvider,System.Linq.Expressions.Expression{System.Func{``0,``1,``2,``3,``4,System.AsyncCallback,System.Object,System.IAsyncResult}},System.Linq.Expressions.Expression{System.Action{System.IAsyncResult}})">
            <summary>
            Converts a Begin/End invoke function pair into an asynchronous function.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <typeparam name="TArg1">The type of the first argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg2">The type of the second argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg3">The type of the third argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg4">The type of the fourth argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg5">The type of the fifth argument passed to the begin delegate.</typeparam>
            <param name="begin">The delegate that begins the asynchronous operation.</param>
            <param name="end">The delegate that ends the asynchronous operation.</param>
            <returns>Function that can be used to start the asynchronous operation and retrieve the result (represented as a Unit value) as an observable sequence.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="begin" /> or <paramref name="end" /> is null.</exception>
            <remarks>Each invocation of the resulting function will cause the asynchronous operation to be started. Subscription to the resulting sequence has no observable side-effect, and each subscription will produce the asynchronous operation's result.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.FromAsyncPattern``6(System.Reactive.Linq.IQbservableProvider,System.Linq.Expressions.Expression{System.Func{``0,``1,``2,``3,``4,``5,System.AsyncCallback,System.Object,System.IAsyncResult}},System.Linq.Expressions.Expression{System.Action{System.IAsyncResult}})">
            <summary>
            Converts a Begin/End invoke function pair into an asynchronous function.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <typeparam name="TArg1">The type of the first argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg2">The type of the second argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg3">The type of the third argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg4">The type of the fourth argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg5">The type of the fifth argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg6">The type of the sixth argument passed to the begin delegate.</typeparam>
            <param name="begin">The delegate that begins the asynchronous operation.</param>
            <param name="end">The delegate that ends the asynchronous operation.</param>
            <returns>Function that can be used to start the asynchronous operation and retrieve the result (represented as a Unit value) as an observable sequence.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="begin" /> or <paramref name="end" /> is null.</exception>
            <remarks>Each invocation of the resulting function will cause the asynchronous operation to be started. Subscription to the resulting sequence has no observable side-effect, and each subscription will produce the asynchronous operation's result.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.FromAsyncPattern``7(System.Reactive.Linq.IQbservableProvider,System.Linq.Expressions.Expression{System.Func{``0,``1,``2,``3,``4,``5,``6,System.AsyncCallback,System.Object,System.IAsyncResult}},System.Linq.Expressions.Expression{System.Action{System.IAsyncResult}})">
            <summary>
            Converts a Begin/End invoke function pair into an asynchronous function.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <typeparam name="TArg1">The type of the first argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg2">The type of the second argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg3">The type of the third argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg4">The type of the fourth argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg5">The type of the fifth argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg6">The type of the sixth argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg7">The type of the seventh argument passed to the begin delegate.</typeparam>
            <param name="begin">The delegate that begins the asynchronous operation.</param>
            <param name="end">The delegate that ends the asynchronous operation.</param>
            <returns>Function that can be used to start the asynchronous operation and retrieve the result (represented as a Unit value) as an observable sequence.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="begin" /> or <paramref name="end" /> is null.</exception>
            <remarks>Each invocation of the resulting function will cause the asynchronous operation to be started. Subscription to the resulting sequence has no observable side-effect, and each subscription will produce the asynchronous operation's result.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.FromAsyncPattern``8(System.Reactive.Linq.IQbservableProvider,System.Linq.Expressions.Expression{System.Func{``0,``1,``2,``3,``4,``5,``6,``7,System.AsyncCallback,System.Object,System.IAsyncResult}},System.Linq.Expressions.Expression{System.Action{System.IAsyncResult}})">
            <summary>
            Converts a Begin/End invoke function pair into an asynchronous function.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <typeparam name="TArg1">The type of the first argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg2">The type of the second argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg3">The type of the third argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg4">The type of the fourth argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg5">The type of the fifth argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg6">The type of the sixth argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg7">The type of the seventh argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg8">The type of the eighth argument passed to the begin delegate.</typeparam>
            <param name="begin">The delegate that begins the asynchronous operation.</param>
            <param name="end">The delegate that ends the asynchronous operation.</param>
            <returns>Function that can be used to start the asynchronous operation and retrieve the result (represented as a Unit value) as an observable sequence.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="begin" /> or <paramref name="end" /> is null.</exception>
            <remarks>Each invocation of the resulting function will cause the asynchronous operation to be started. Subscription to the resulting sequence has no observable side-effect, and each subscription will produce the asynchronous operation's result.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.FromAsyncPattern``9(System.Reactive.Linq.IQbservableProvider,System.Linq.Expressions.Expression{System.Func{``0,``1,``2,``3,``4,``5,``6,``7,``8,System.AsyncCallback,System.Object,System.IAsyncResult}},System.Linq.Expressions.Expression{System.Action{System.IAsyncResult}})">
            <summary>
            Converts a Begin/End invoke function pair into an asynchronous function.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <typeparam name="TArg1">The type of the first argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg2">The type of the second argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg3">The type of the third argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg4">The type of the fourth argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg5">The type of the fifth argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg6">The type of the sixth argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg7">The type of the seventh argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg8">The type of the eighth argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg9">The type of the ninth argument passed to the begin delegate.</typeparam>
            <param name="begin">The delegate that begins the asynchronous operation.</param>
            <param name="end">The delegate that ends the asynchronous operation.</param>
            <returns>Function that can be used to start the asynchronous operation and retrieve the result (represented as a Unit value) as an observable sequence.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="begin" /> or <paramref name="end" /> is null.</exception>
            <remarks>Each invocation of the resulting function will cause the asynchronous operation to be started. Subscription to the resulting sequence has no observable side-effect, and each subscription will produce the asynchronous operation's result.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.FromAsyncPattern``10(System.Reactive.Linq.IQbservableProvider,System.Linq.Expressions.Expression{System.Func{``0,``1,``2,``3,``4,``5,``6,``7,``8,``9,System.AsyncCallback,System.Object,System.IAsyncResult}},System.Linq.Expressions.Expression{System.Action{System.IAsyncResult}})">
            <summary>
            Converts a Begin/End invoke function pair into an asynchronous function.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <typeparam name="TArg1">The type of the first argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg2">The type of the second argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg3">The type of the third argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg4">The type of the fourth argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg5">The type of the fifth argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg6">The type of the sixth argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg7">The type of the seventh argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg8">The type of the eighth argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg9">The type of the ninth argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg10">The type of the tenth argument passed to the begin delegate.</typeparam>
            <param name="begin">The delegate that begins the asynchronous operation.</param>
            <param name="end">The delegate that ends the asynchronous operation.</param>
            <returns>Function that can be used to start the asynchronous operation and retrieve the result (represented as a Unit value) as an observable sequence.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="begin" /> or <paramref name="end" /> is null.</exception>
            <remarks>Each invocation of the resulting function will cause the asynchronous operation to be started. Subscription to the resulting sequence has no observable side-effect, and each subscription will produce the asynchronous operation's result.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.FromAsyncPattern``11(System.Reactive.Linq.IQbservableProvider,System.Linq.Expressions.Expression{System.Func{``0,``1,``2,``3,``4,``5,``6,``7,``8,``9,``10,System.AsyncCallback,System.Object,System.IAsyncResult}},System.Linq.Expressions.Expression{System.Action{System.IAsyncResult}})">
            <summary>
            Converts a Begin/End invoke function pair into an asynchronous function.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <typeparam name="TArg1">The type of the first argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg2">The type of the second argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg3">The type of the third argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg4">The type of the fourth argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg5">The type of the fifth argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg6">The type of the sixth argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg7">The type of the seventh argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg8">The type of the eighth argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg9">The type of the ninth argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg10">The type of the tenth argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg11">The type of the eleventh argument passed to the begin delegate.</typeparam>
            <param name="begin">The delegate that begins the asynchronous operation.</param>
            <param name="end">The delegate that ends the asynchronous operation.</param>
            <returns>Function that can be used to start the asynchronous operation and retrieve the result (represented as a Unit value) as an observable sequence.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="begin" /> or <paramref name="end" /> is null.</exception>
            <remarks>Each invocation of the resulting function will cause the asynchronous operation to be started. Subscription to the resulting sequence has no observable side-effect, and each subscription will produce the asynchronous operation's result.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.FromAsyncPattern``12(System.Reactive.Linq.IQbservableProvider,System.Linq.Expressions.Expression{System.Func{``0,``1,``2,``3,``4,``5,``6,``7,``8,``9,``10,``11,System.AsyncCallback,System.Object,System.IAsyncResult}},System.Linq.Expressions.Expression{System.Action{System.IAsyncResult}})">
            <summary>
            Converts a Begin/End invoke function pair into an asynchronous function.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <typeparam name="TArg1">The type of the first argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg2">The type of the second argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg3">The type of the third argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg4">The type of the fourth argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg5">The type of the fifth argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg6">The type of the sixth argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg7">The type of the seventh argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg8">The type of the eighth argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg9">The type of the ninth argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg10">The type of the tenth argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg11">The type of the eleventh argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg12">The type of the twelfth argument passed to the begin delegate.</typeparam>
            <param name="begin">The delegate that begins the asynchronous operation.</param>
            <param name="end">The delegate that ends the asynchronous operation.</param>
            <returns>Function that can be used to start the asynchronous operation and retrieve the result (represented as a Unit value) as an observable sequence.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="begin" /> or <paramref name="end" /> is null.</exception>
            <remarks>Each invocation of the resulting function will cause the asynchronous operation to be started. Subscription to the resulting sequence has no observable side-effect, and each subscription will produce the asynchronous operation's result.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.FromAsyncPattern``13(System.Reactive.Linq.IQbservableProvider,System.Linq.Expressions.Expression{System.Func{``0,``1,``2,``3,``4,``5,``6,``7,``8,``9,``10,``11,``12,System.AsyncCallback,System.Object,System.IAsyncResult}},System.Linq.Expressions.Expression{System.Action{System.IAsyncResult}})">
            <summary>
            Converts a Begin/End invoke function pair into an asynchronous function.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <typeparam name="TArg1">The type of the first argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg2">The type of the second argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg3">The type of the third argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg4">The type of the fourth argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg5">The type of the fifth argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg6">The type of the sixth argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg7">The type of the seventh argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg8">The type of the eighth argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg9">The type of the ninth argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg10">The type of the tenth argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg11">The type of the eleventh argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg12">The type of the twelfth argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg13">The type of the thirteenth argument passed to the begin delegate.</typeparam>
            <param name="begin">The delegate that begins the asynchronous operation.</param>
            <param name="end">The delegate that ends the asynchronous operation.</param>
            <returns>Function that can be used to start the asynchronous operation and retrieve the result (represented as a Unit value) as an observable sequence.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="begin" /> or <paramref name="end" /> is null.</exception>
            <remarks>Each invocation of the resulting function will cause the asynchronous operation to be started. Subscription to the resulting sequence has no observable side-effect, and each subscription will produce the asynchronous operation's result.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.FromAsyncPattern``14(System.Reactive.Linq.IQbservableProvider,System.Linq.Expressions.Expression{System.Func{``0,``1,``2,``3,``4,``5,``6,``7,``8,``9,``10,``11,``12,``13,System.AsyncCallback,System.Object,System.IAsyncResult}},System.Linq.Expressions.Expression{System.Action{System.IAsyncResult}})">
            <summary>
            Converts a Begin/End invoke function pair into an asynchronous function.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <typeparam name="TArg1">The type of the first argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg2">The type of the second argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg3">The type of the third argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg4">The type of the fourth argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg5">The type of the fifth argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg6">The type of the sixth argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg7">The type of the seventh argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg8">The type of the eighth argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg9">The type of the ninth argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg10">The type of the tenth argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg11">The type of the eleventh argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg12">The type of the twelfth argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg13">The type of the thirteenth argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg14">The type of the fourteenth argument passed to the begin delegate.</typeparam>
            <param name="begin">The delegate that begins the asynchronous operation.</param>
            <param name="end">The delegate that ends the asynchronous operation.</param>
            <returns>Function that can be used to start the asynchronous operation and retrieve the result (represented as a Unit value) as an observable sequence.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="begin" /> or <paramref name="end" /> is null.</exception>
            <remarks>Each invocation of the resulting function will cause the asynchronous operation to be started. Subscription to the resulting sequence has no observable side-effect, and each subscription will produce the asynchronous operation's result.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.FromAsyncPattern``1(System.Reactive.Linq.IQbservableProvider,System.Linq.Expressions.Expression{System.Func{System.AsyncCallback,System.Object,System.IAsyncResult}},System.Linq.Expressions.Expression{System.Func{System.IAsyncResult,``0}})">
            <summary>
            Converts a Begin/End invoke function pair into an asynchronous function.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <typeparam name="TResult">The type of the result returned by the end delegate.</typeparam>
            <param name="begin">The delegate that begins the asynchronous operation.</param>
            <param name="end">The delegate that ends the asynchronous operation.</param>
            <returns>Function that can be used to start the asynchronous operation and retrieve the result as an observable sequence.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="begin" /> or <paramref name="end" /> is null.</exception>
            <remarks>Each invocation of the resulting function will cause the asynchronous operation to be started. Subscription to the resulting sequence has no observable side-effect, and each subscription will produce the asynchronous operation's result.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.FromAsyncPattern``2(System.Reactive.Linq.IQbservableProvider,System.Linq.Expressions.Expression{System.Func{``0,System.AsyncCallback,System.Object,System.IAsyncResult}},System.Linq.Expressions.Expression{System.Func{System.IAsyncResult,``1}})">
            <summary>
            Converts a Begin/End invoke function pair into an asynchronous function.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <typeparam name="TArg1">The type of the first argument passed to the begin delegate.</typeparam>
            <typeparam name="TResult">The type of the result returned by the end delegate.</typeparam>
            <param name="begin">The delegate that begins the asynchronous operation.</param>
            <param name="end">The delegate that ends the asynchronous operation.</param>
            <returns>Function that can be used to start the asynchronous operation and retrieve the result as an observable sequence.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="begin" /> or <paramref name="end" /> is null.</exception>
            <remarks>Each invocation of the resulting function will cause the asynchronous operation to be started. Subscription to the resulting sequence has no observable side-effect, and each subscription will produce the asynchronous operation's result.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.FromAsyncPattern``3(System.Reactive.Linq.IQbservableProvider,System.Linq.Expressions.Expression{System.Func{``0,``1,System.AsyncCallback,System.Object,System.IAsyncResult}},System.Linq.Expressions.Expression{System.Func{System.IAsyncResult,``2}})">
            <summary>
            Converts a Begin/End invoke function pair into an asynchronous function.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <typeparam name="TArg1">The type of the first argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg2">The type of the second argument passed to the begin delegate.</typeparam>
            <typeparam name="TResult">The type of the result returned by the end delegate.</typeparam>
            <param name="begin">The delegate that begins the asynchronous operation.</param>
            <param name="end">The delegate that ends the asynchronous operation.</param>
            <returns>Function that can be used to start the asynchronous operation and retrieve the result as an observable sequence.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="begin" /> or <paramref name="end" /> is null.</exception>
            <remarks>Each invocation of the resulting function will cause the asynchronous operation to be started. Subscription to the resulting sequence has no observable side-effect, and each subscription will produce the asynchronous operation's result.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.FromAsyncPattern``4(System.Reactive.Linq.IQbservableProvider,System.Linq.Expressions.Expression{System.Func{``0,``1,``2,System.AsyncCallback,System.Object,System.IAsyncResult}},System.Linq.Expressions.Expression{System.Func{System.IAsyncResult,``3}})">
            <summary>
            Converts a Begin/End invoke function pair into an asynchronous function.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <typeparam name="TArg1">The type of the first argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg2">The type of the second argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg3">The type of the third argument passed to the begin delegate.</typeparam>
            <typeparam name="TResult">The type of the result returned by the end delegate.</typeparam>
            <param name="begin">The delegate that begins the asynchronous operation.</param>
            <param name="end">The delegate that ends the asynchronous operation.</param>
            <returns>Function that can be used to start the asynchronous operation and retrieve the result as an observable sequence.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="begin" /> or <paramref name="end" /> is null.</exception>
            <remarks>Each invocation of the resulting function will cause the asynchronous operation to be started. Subscription to the resulting sequence has no observable side-effect, and each subscription will produce the asynchronous operation's result.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.FromAsyncPattern``5(System.Reactive.Linq.IQbservableProvider,System.Linq.Expressions.Expression{System.Func{``0,``1,``2,``3,System.AsyncCallback,System.Object,System.IAsyncResult}},System.Linq.Expressions.Expression{System.Func{System.IAsyncResult,``4}})">
            <summary>
            Converts a Begin/End invoke function pair into an asynchronous function.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <typeparam name="TArg1">The type of the first argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg2">The type of the second argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg3">The type of the third argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg4">The type of the fourth argument passed to the begin delegate.</typeparam>
            <typeparam name="TResult">The type of the result returned by the end delegate.</typeparam>
            <param name="begin">The delegate that begins the asynchronous operation.</param>
            <param name="end">The delegate that ends the asynchronous operation.</param>
            <returns>Function that can be used to start the asynchronous operation and retrieve the result as an observable sequence.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="begin" /> or <paramref name="end" /> is null.</exception>
            <remarks>Each invocation of the resulting function will cause the asynchronous operation to be started. Subscription to the resulting sequence has no observable side-effect, and each subscription will produce the asynchronous operation's result.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.FromAsyncPattern``6(System.Reactive.Linq.IQbservableProvider,System.Linq.Expressions.Expression{System.Func{``0,``1,``2,``3,``4,System.AsyncCallback,System.Object,System.IAsyncResult}},System.Linq.Expressions.Expression{System.Func{System.IAsyncResult,``5}})">
            <summary>
            Converts a Begin/End invoke function pair into an asynchronous function.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <typeparam name="TArg1">The type of the first argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg2">The type of the second argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg3">The type of the third argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg4">The type of the fourth argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg5">The type of the fifth argument passed to the begin delegate.</typeparam>
            <typeparam name="TResult">The type of the result returned by the end delegate.</typeparam>
            <param name="begin">The delegate that begins the asynchronous operation.</param>
            <param name="end">The delegate that ends the asynchronous operation.</param>
            <returns>Function that can be used to start the asynchronous operation and retrieve the result as an observable sequence.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="begin" /> or <paramref name="end" /> is null.</exception>
            <remarks>Each invocation of the resulting function will cause the asynchronous operation to be started. Subscription to the resulting sequence has no observable side-effect, and each subscription will produce the asynchronous operation's result.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.FromAsyncPattern``7(System.Reactive.Linq.IQbservableProvider,System.Linq.Expressions.Expression{System.Func{``0,``1,``2,``3,``4,``5,System.AsyncCallback,System.Object,System.IAsyncResult}},System.Linq.Expressions.Expression{System.Func{System.IAsyncResult,``6}})">
            <summary>
            Converts a Begin/End invoke function pair into an asynchronous function.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <typeparam name="TArg1">The type of the first argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg2">The type of the second argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg3">The type of the third argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg4">The type of the fourth argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg5">The type of the fifth argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg6">The type of the sixth argument passed to the begin delegate.</typeparam>
            <typeparam name="TResult">The type of the result returned by the end delegate.</typeparam>
            <param name="begin">The delegate that begins the asynchronous operation.</param>
            <param name="end">The delegate that ends the asynchronous operation.</param>
            <returns>Function that can be used to start the asynchronous operation and retrieve the result as an observable sequence.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="begin" /> or <paramref name="end" /> is null.</exception>
            <remarks>Each invocation of the resulting function will cause the asynchronous operation to be started. Subscription to the resulting sequence has no observable side-effect, and each subscription will produce the asynchronous operation's result.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.FromAsyncPattern``8(System.Reactive.Linq.IQbservableProvider,System.Linq.Expressions.Expression{System.Func{``0,``1,``2,``3,``4,``5,``6,System.AsyncCallback,System.Object,System.IAsyncResult}},System.Linq.Expressions.Expression{System.Func{System.IAsyncResult,``7}})">
            <summary>
            Converts a Begin/End invoke function pair into an asynchronous function.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <typeparam name="TArg1">The type of the first argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg2">The type of the second argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg3">The type of the third argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg4">The type of the fourth argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg5">The type of the fifth argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg6">The type of the sixth argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg7">The type of the seventh argument passed to the begin delegate.</typeparam>
            <typeparam name="TResult">The type of the result returned by the end delegate.</typeparam>
            <param name="begin">The delegate that begins the asynchronous operation.</param>
            <param name="end">The delegate that ends the asynchronous operation.</param>
            <returns>Function that can be used to start the asynchronous operation and retrieve the result as an observable sequence.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="begin" /> or <paramref name="end" /> is null.</exception>
            <remarks>Each invocation of the resulting function will cause the asynchronous operation to be started. Subscription to the resulting sequence has no observable side-effect, and each subscription will produce the asynchronous operation's result.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.FromAsyncPattern``9(System.Reactive.Linq.IQbservableProvider,System.Linq.Expressions.Expression{System.Func{``0,``1,``2,``3,``4,``5,``6,``7,System.AsyncCallback,System.Object,System.IAsyncResult}},System.Linq.Expressions.Expression{System.Func{System.IAsyncResult,``8}})">
            <summary>
            Converts a Begin/End invoke function pair into an asynchronous function.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <typeparam name="TArg1">The type of the first argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg2">The type of the second argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg3">The type of the third argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg4">The type of the fourth argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg5">The type of the fifth argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg6">The type of the sixth argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg7">The type of the seventh argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg8">The type of the eighth argument passed to the begin delegate.</typeparam>
            <typeparam name="TResult">The type of the result returned by the end delegate.</typeparam>
            <param name="begin">The delegate that begins the asynchronous operation.</param>
            <param name="end">The delegate that ends the asynchronous operation.</param>
            <returns>Function that can be used to start the asynchronous operation and retrieve the result as an observable sequence.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="begin" /> or <paramref name="end" /> is null.</exception>
            <remarks>Each invocation of the resulting function will cause the asynchronous operation to be started. Subscription to the resulting sequence has no observable side-effect, and each subscription will produce the asynchronous operation's result.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.FromAsyncPattern``10(System.Reactive.Linq.IQbservableProvider,System.Linq.Expressions.Expression{System.Func{``0,``1,``2,``3,``4,``5,``6,``7,``8,System.AsyncCallback,System.Object,System.IAsyncResult}},System.Linq.Expressions.Expression{System.Func{System.IAsyncResult,``9}})">
            <summary>
            Converts a Begin/End invoke function pair into an asynchronous function.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <typeparam name="TArg1">The type of the first argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg2">The type of the second argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg3">The type of the third argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg4">The type of the fourth argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg5">The type of the fifth argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg6">The type of the sixth argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg7">The type of the seventh argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg8">The type of the eighth argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg9">The type of the ninth argument passed to the begin delegate.</typeparam>
            <typeparam name="TResult">The type of the result returned by the end delegate.</typeparam>
            <param name="begin">The delegate that begins the asynchronous operation.</param>
            <param name="end">The delegate that ends the asynchronous operation.</param>
            <returns>Function that can be used to start the asynchronous operation and retrieve the result as an observable sequence.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="begin" /> or <paramref name="end" /> is null.</exception>
            <remarks>Each invocation of the resulting function will cause the asynchronous operation to be started. Subscription to the resulting sequence has no observable side-effect, and each subscription will produce the asynchronous operation's result.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.FromAsyncPattern``11(System.Reactive.Linq.IQbservableProvider,System.Linq.Expressions.Expression{System.Func{``0,``1,``2,``3,``4,``5,``6,``7,``8,``9,System.AsyncCallback,System.Object,System.IAsyncResult}},System.Linq.Expressions.Expression{System.Func{System.IAsyncResult,``10}})">
            <summary>
            Converts a Begin/End invoke function pair into an asynchronous function.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <typeparam name="TArg1">The type of the first argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg2">The type of the second argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg3">The type of the third argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg4">The type of the fourth argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg5">The type of the fifth argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg6">The type of the sixth argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg7">The type of the seventh argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg8">The type of the eighth argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg9">The type of the ninth argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg10">The type of the tenth argument passed to the begin delegate.</typeparam>
            <typeparam name="TResult">The type of the result returned by the end delegate.</typeparam>
            <param name="begin">The delegate that begins the asynchronous operation.</param>
            <param name="end">The delegate that ends the asynchronous operation.</param>
            <returns>Function that can be used to start the asynchronous operation and retrieve the result as an observable sequence.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="begin" /> or <paramref name="end" /> is null.</exception>
            <remarks>Each invocation of the resulting function will cause the asynchronous operation to be started. Subscription to the resulting sequence has no observable side-effect, and each subscription will produce the asynchronous operation's result.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.FromAsyncPattern``12(System.Reactive.Linq.IQbservableProvider,System.Linq.Expressions.Expression{System.Func{``0,``1,``2,``3,``4,``5,``6,``7,``8,``9,``10,System.AsyncCallback,System.Object,System.IAsyncResult}},System.Linq.Expressions.Expression{System.Func{System.IAsyncResult,``11}})">
            <summary>
            Converts a Begin/End invoke function pair into an asynchronous function.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <typeparam name="TArg1">The type of the first argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg2">The type of the second argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg3">The type of the third argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg4">The type of the fourth argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg5">The type of the fifth argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg6">The type of the sixth argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg7">The type of the seventh argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg8">The type of the eighth argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg9">The type of the ninth argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg10">The type of the tenth argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg11">The type of the eleventh argument passed to the begin delegate.</typeparam>
            <typeparam name="TResult">The type of the result returned by the end delegate.</typeparam>
            <param name="begin">The delegate that begins the asynchronous operation.</param>
            <param name="end">The delegate that ends the asynchronous operation.</param>
            <returns>Function that can be used to start the asynchronous operation and retrieve the result as an observable sequence.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="begin" /> or <paramref name="end" /> is null.</exception>
            <remarks>Each invocation of the resulting function will cause the asynchronous operation to be started. Subscription to the resulting sequence has no observable side-effect, and each subscription will produce the asynchronous operation's result.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.FromAsyncPattern``13(System.Reactive.Linq.IQbservableProvider,System.Linq.Expressions.Expression{System.Func{``0,``1,``2,``3,``4,``5,``6,``7,``8,``9,``10,``11,System.AsyncCallback,System.Object,System.IAsyncResult}},System.Linq.Expressions.Expression{System.Func{System.IAsyncResult,``12}})">
            <summary>
            Converts a Begin/End invoke function pair into an asynchronous function.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <typeparam name="TArg1">The type of the first argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg2">The type of the second argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg3">The type of the third argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg4">The type of the fourth argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg5">The type of the fifth argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg6">The type of the sixth argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg7">The type of the seventh argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg8">The type of the eighth argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg9">The type of the ninth argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg10">The type of the tenth argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg11">The type of the eleventh argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg12">The type of the twelfth argument passed to the begin delegate.</typeparam>
            <typeparam name="TResult">The type of the result returned by the end delegate.</typeparam>
            <param name="begin">The delegate that begins the asynchronous operation.</param>
            <param name="end">The delegate that ends the asynchronous operation.</param>
            <returns>Function that can be used to start the asynchronous operation and retrieve the result as an observable sequence.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="begin" /> or <paramref name="end" /> is null.</exception>
            <remarks>Each invocation of the resulting function will cause the asynchronous operation to be started. Subscription to the resulting sequence has no observable side-effect, and each subscription will produce the asynchronous operation's result.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.FromAsyncPattern``14(System.Reactive.Linq.IQbservableProvider,System.Linq.Expressions.Expression{System.Func{``0,``1,``2,``3,``4,``5,``6,``7,``8,``9,``10,``11,``12,System.AsyncCallback,System.Object,System.IAsyncResult}},System.Linq.Expressions.Expression{System.Func{System.IAsyncResult,``13}})">
            <summary>
            Converts a Begin/End invoke function pair into an asynchronous function.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <typeparam name="TArg1">The type of the first argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg2">The type of the second argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg3">The type of the third argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg4">The type of the fourth argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg5">The type of the fifth argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg6">The type of the sixth argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg7">The type of the seventh argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg8">The type of the eighth argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg9">The type of the ninth argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg10">The type of the tenth argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg11">The type of the eleventh argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg12">The type of the twelfth argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg13">The type of the thirteenth argument passed to the begin delegate.</typeparam>
            <typeparam name="TResult">The type of the result returned by the end delegate.</typeparam>
            <param name="begin">The delegate that begins the asynchronous operation.</param>
            <param name="end">The delegate that ends the asynchronous operation.</param>
            <returns>Function that can be used to start the asynchronous operation and retrieve the result as an observable sequence.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="begin" /> or <paramref name="end" /> is null.</exception>
            <remarks>Each invocation of the resulting function will cause the asynchronous operation to be started. Subscription to the resulting sequence has no observable side-effect, and each subscription will produce the asynchronous operation's result.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.FromAsyncPattern``15(System.Reactive.Linq.IQbservableProvider,System.Linq.Expressions.Expression{System.Func{``0,``1,``2,``3,``4,``5,``6,``7,``8,``9,``10,``11,``12,``13,System.AsyncCallback,System.Object,System.IAsyncResult}},System.Linq.Expressions.Expression{System.Func{System.IAsyncResult,``14}})">
            <summary>
            Converts a Begin/End invoke function pair into an asynchronous function.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <typeparam name="TArg1">The type of the first argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg2">The type of the second argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg3">The type of the third argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg4">The type of the fourth argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg5">The type of the fifth argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg6">The type of the sixth argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg7">The type of the seventh argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg8">The type of the eighth argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg9">The type of the ninth argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg10">The type of the tenth argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg11">The type of the eleventh argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg12">The type of the twelfth argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg13">The type of the thirteenth argument passed to the begin delegate.</typeparam>
            <typeparam name="TArg14">The type of the fourteenth argument passed to the begin delegate.</typeparam>
            <typeparam name="TResult">The type of the result returned by the end delegate.</typeparam>
            <param name="begin">The delegate that begins the asynchronous operation.</param>
            <param name="end">The delegate that ends the asynchronous operation.</param>
            <returns>Function that can be used to start the asynchronous operation and retrieve the result as an observable sequence.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="begin" /> or <paramref name="end" /> is null.</exception>
            <remarks>Each invocation of the resulting function will cause the asynchronous operation to be started. Subscription to the resulting sequence has no observable side-effect, and each subscription will produce the asynchronous operation's result.</remarks>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.And``2(System.Reactive.Linq.IQbservable{``0},System.IObservable{``1})">
            <summary>
            Creates a pattern that matches when both observable sequences have an available element.
            </summary>
            <typeparam name="TLeft">The type of the elements in the left sequence.</typeparam>
            <typeparam name="TRight">The type of the elements in the right sequence.</typeparam>
            <param name="left">Observable sequence to match with the right sequence.</param>
            <param name="right">Observable sequence to match with the left sequence.</param>
            <returns>Pattern object that matches when both observable sequences have an available element.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="left"/> or <paramref name="right"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.Then``2(System.Reactive.Linq.IQbservable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}})">
            <summary>
            Matches when the observable sequence has an available element and projects the element by invoking the selector function.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <typeparam name="TResult">The type of the elements in the result sequence, returned by the selector function.</typeparam>
            <param name="source">Observable sequence to apply the selector on.</param>
            <param name="selector">Selector that will be invoked for elements in the source sequence.</param>
            <returns>Plan that produces the projected results, to be fed (with other plans) to the When operator.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="selector"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.When``1(System.Reactive.Linq.IQbservableProvider,System.Reactive.Joins.QueryablePlan{``0}[])">
            <summary>
            Joins together the results from several patterns.
            </summary>
            <typeparam name="TResult">The type of the elements in the result sequence, obtained from the specified patterns.</typeparam>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <param name="plans">A series of plans created by use of the Then operator on patterns.</param>
            <returns>An observable sequence with the results from matching several patterns.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="provider"/> or <paramref name="plans"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.Qbservable.When``1(System.Reactive.Linq.IQbservableProvider,System.Collections.Generic.IEnumerable{System.Reactive.Joins.QueryablePlan{``0}})">
            <summary>
            Joins together the results from several patterns.
            </summary>
            <typeparam name="TResult">The type of the elements in the result sequence, obtained from the specified patterns.</typeparam>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <param name="plans">A series of plans created by use of the Then operator on patterns.</param>
            <returns>An observable sequence with the results form matching several patterns.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="provider"/> or <paramref name="plans"/> is null.</exception>
        </member>
        <member name="T:System.Reactive.Linq.ObservableEx">
            <summary>
            Provides a set of static methods for writing in-memory queries over observable sequences.
            </summary>
        </member>
        <member name="M:System.Reactive.Linq.ObservableEx.Create``1(System.Func{System.IObserver{``0},System.Collections.Generic.IEnumerable{System.IObservable{System.Object}}})">
            <summary>
            Subscribes to each observable sequence returned by the iteratorMethod in sequence and returns the observable sequence of values sent to the observer given to the iteratorMethod.
            </summary>
            <typeparam name="TResult">The type of the elements in the produced sequence.</typeparam>
            <param name="iteratorMethod">Iterator method that produces elements in the resulting sequence by calling the given observer.</param>
            <returns>An observable sequence obtained by running the iterator and returning the elements that were sent to the observer.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="iteratorMethod"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.ObservableEx.Create(System.Func{System.Collections.Generic.IEnumerable{System.IObservable{System.Object}}})">
            <summary>
            Subscribes to each observable sequence returned by the iteratorMethod in sequence and produces a Unit value on the resulting sequence for each step of the iteration.
            </summary>
            <param name="iteratorMethod">Iterator method that drives the resulting observable sequence.</param>
            <returns>An observable sequence obtained by running the iterator and returning Unit values for each iteration step.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="iteratorMethod"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.ObservableEx.Expand``1(System.IObservable{``0},System.Func{``0,System.IObservable{``0}},System.Reactive.Concurrency.IScheduler)">
            <summary>
            Expands an observable sequence by recursively invoking selector, using the specified scheduler to enumerate the queue of obtained sequences.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence and each of the recursively expanded sources obtained by running the selector function.</typeparam>
            <param name="source">Source sequence with the initial elements.</param>
            <param name="selector">Selector function to invoke for each produced element, resulting in another sequence to which the selector will be invoked recursively again.</param>
            <param name="scheduler">Scheduler on which to perform the expansion by enumerating the internal queue of obtained sequences.</param>
            <returns>An observable sequence containing all the elements produced by the recursive expansion.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="selector"/> or <paramref name="scheduler"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.ObservableEx.Expand``1(System.IObservable{``0},System.Func{``0,System.IObservable{``0}})">
            <summary>
            Expands an observable sequence by recursively invoking selector.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence and each of the recursively expanded sources obtained by running the selector function.</typeparam>
            <param name="source">Source sequence with the initial elements.</param>
            <param name="selector">Selector function to invoke for each produced element, resulting in another sequence to which the selector will be invoked recursively again.</param>
            <returns>An observable sequence containing all the elements produced by the recursive expansion.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="selector"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.ObservableEx.ForkJoin``3(System.IObservable{``0},System.IObservable{``1},System.Func{``0,``1,``2})">
            <summary>
            Runs two observable sequences in parallel and combines their last elements.
            </summary>
            <typeparam name="TSource1">The type of the elements in the first source sequence.</typeparam>
            <typeparam name="TSource2">The type of the elements in the second source sequence.</typeparam>
            <typeparam name="TResult">The type of the elements in the result sequence, returned by the selector function.</typeparam>
            <param name="first">First observable sequence.</param>
            <param name="second">Second observable sequence.</param>
            <param name="resultSelector">Result selector function to invoke with the last elements of both sequences.</param>
            <returns>An observable sequence with the result of calling the selector function with the last elements of both input sequences.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="first"/> or <paramref name="second"/> or <paramref name="resultSelector"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.ObservableEx.ForkJoin``1(System.IObservable{``0}[])">
            <summary>
            Runs all specified observable sequences in parallel and collects their last elements.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequences.</typeparam>
            <param name="sources">Observable sequence to collect the last elements for.</param>
            <returns>An observable sequence with an array collecting the last elements of all the input sequences.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="sources"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.ObservableEx.ForkJoin``1(System.Collections.Generic.IEnumerable{System.IObservable{``0}})">
            <summary>
            Runs all observable sequences in the enumerable sources sequence in parallel and collect their last elements.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequences.</typeparam>
            <param name="sources">Observable sequence to collect the last elements for.</param>
            <returns>An observable sequence with an array collecting the last elements of all the input sequences.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="sources"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.ObservableEx.Let``2(System.IObservable{``0},System.Func{System.IObservable{``0},System.IObservable{``1}})">
            <summary>
            Returns an observable sequence that is the result of invoking the selector on the source sequence, without sharing subscriptions.
            This operator allows for a fluent style of writing queries that use the same sequence multiple times.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <typeparam name="TResult">The type of the elements in the result sequence.</typeparam>
            <param name="source">Source sequence that will be shared in the selector function.</param>
            <param name="selector">Selector function which can use the source sequence as many times as needed, without sharing subscriptions to the source sequence.</param>
            <returns>An observable sequence that contains the elements of a sequence produced by multicasting the source sequence within a selector function.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="selector"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.ObservableEx.ManySelect``2(System.IObservable{``0},System.Func{System.IObservable{``0},``1},System.Reactive.Concurrency.IScheduler)">
            <summary>
            Comonadic bind operator.
            </summary>
        </member>
        <member name="M:System.Reactive.Linq.ObservableEx.ManySelect``2(System.IObservable{``0},System.Func{System.IObservable{``0},``1})">
            <summary>
            Comonadic bind operator.
            </summary>
        </member>
        <member name="M:System.Reactive.Linq.ObservableEx.ToListObservable``1(System.IObservable{``0})">
            <summary>
            Immediately subscribes to source and retains the elements in the observable sequence.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source sequence.</param>
            <returns>Object that's both an observable sequence and a list which can be used to access the source sequence's elements.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.ObservableImpl.Amb`1.AmbCoordinator.TryWin(System.Boolean)">
            <summary>
            Try winning the race for the right of emission.
            </summary>
            <param name="isLeft">If true, the contender is the left source.</param>
            <returns>True if the contender has won the race.</returns>
        </member>
        <member name="F:System.Reactive.Linq.ObservableImpl.Amb`1.AmbCoordinator.AmbObserver._iwon">
            <summary>
            If true, this observer won the race and now can emit
            on a fast path.
            </summary>
        </member>
        <member name="T:System.Reactive.Linq.ObservableImpl.AutoConnect`1">
            <summary>
            Automatically connect the upstream IConnectableObservable once the
            specified number of IObservers have subscribed to this IObservable.
            </summary>
            <typeparam name="T">The upstream value type.</typeparam>
        </member>
        <member name="F:System.Reactive.Linq.ObservableImpl.Never`1.Default">
            <summary>
            The only instance for a TResult type: this source
            is completely stateless and has a constant behavior.
            </summary>
        </member>
        <member name="M:System.Reactive.Linq.ObservableImpl.Never`1.#ctor">
            <summary>
            No need for instantiating this more than once per TResult.
            </summary>
        </member>
        <member name="F:System.Reactive.Linq.ObservableImpl.RefCount`1.Eager._connection">
            <summary>
            Contains the current active connection's state or null
            if no connection is active at the moment.
            Should be manipulated while holding the <see cref="F:System.Reactive.Linq.ObservableImpl.RefCount`1.Eager._gate"/> lock.
            </summary>
        </member>
        <member name="F:System.Reactive.Linq.ObservableImpl.RefCount`1.Eager._._targetConnection">
            <summary>
            Contains the connection reference the downstream observer
            has subscribed to. Its purpose is to
            avoid subscribing, connecting and disconnecting
            while holding a lock.
            </summary>
        </member>
        <member name="T:System.Reactive.Linq.ObservableImpl.RefCount`1.Eager.RefConnection">
            <summary>
            Holds an individual connection state: the observer count and
            the connection's IDisposable.
            </summary>
        </member>
        <member name="T:System.Reactive.Linq.ObservableImpl.TakeUntilPredicate`1">
            <summary>
            Relays items to the downstream until the predicate returns <code>true</code>.
            </summary>
            <typeparam name="TSource">The element type of the sequence</typeparam>
        </member>
        <member name="T:System.Reactive.Linq.QbservableEx">
            <summary>
            Provides a set of static methods for writing queries over observable sequences, allowing translation to a target query language.
            </summary>
        </member>
        <member name="M:System.Reactive.Linq.QbservableEx.Create(System.Reactive.Linq.IQbservableProvider,System.Linq.Expressions.Expression{System.Func{System.Collections.Generic.IEnumerable{System.IObservable{System.Object}}}})">
            <summary>
            Subscribes to each observable sequence returned by the iteratorMethod in sequence and produces a Unit value on the resulting sequence for each step of the iteration.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <param name="iteratorMethod">Iterator method that drives the resulting observable sequence.</param>
            <returns>An observable sequence obtained by running the iterator and returning Unit values for each iteration step.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="iteratorMethod" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.QbservableEx.Create``1(System.Reactive.Linq.IQbservableProvider,System.Linq.Expressions.Expression{System.Func{System.IObserver{``0},System.Collections.Generic.IEnumerable{System.IObservable{System.Object}}}})">
            <summary>
            Subscribes to each observable sequence returned by the iteratorMethod in sequence and returns the observable sequence of values sent to the observer given to the iteratorMethod.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <typeparam name="TResult">The type of the elements in the produced sequence.</typeparam>
            <param name="iteratorMethod">Iterator method that produces elements in the resulting sequence by calling the given observer.</param>
            <returns>An observable sequence obtained by running the iterator and returning the elements that were sent to the observer.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="iteratorMethod" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.QbservableEx.Expand``1(System.Reactive.Linq.IQbservable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.IObservable{``0}}})">
            <summary>
            Expands an observable sequence by recursively invoking selector.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence and each of the recursively expanded sources obtained by running the selector function.</typeparam>
            <param name="source">Source sequence with the initial elements.</param>
            <param name="selector">Selector function to invoke for each produced element, resulting in another sequence to which the selector will be invoked recursively again.</param>
            <returns>An observable sequence containing all the elements produced by the recursive expansion.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> or <paramref name="selector" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.QbservableEx.Expand``1(System.Reactive.Linq.IQbservable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.IObservable{``0}}},System.Reactive.Concurrency.IScheduler)">
            <summary>
            Expands an observable sequence by recursively invoking selector, using the specified scheduler to enumerate the queue of obtained sequences.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence and each of the recursively expanded sources obtained by running the selector function.</typeparam>
            <param name="source">Source sequence with the initial elements.</param>
            <param name="selector">Selector function to invoke for each produced element, resulting in another sequence to which the selector will be invoked recursively again.</param>
            <param name="scheduler">Scheduler on which to perform the expansion by enumerating the internal queue of obtained sequences.</param>
            <returns>An observable sequence containing all the elements produced by the recursive expansion.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> or <paramref name="selector" /> or <paramref name="scheduler" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.QbservableEx.ForkJoin``1(System.Reactive.Linq.IQbservableProvider,System.IObservable{``0}[])">
            <summary>
            Runs all specified observable sequences in parallel and collects their last elements.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <typeparam name="TSource">The type of the elements in the source sequences.</typeparam>
            <param name="sources">Observable sequence to collect the last elements for.</param>
            <returns>An observable sequence with an array collecting the last elements of all the input sequences.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="sources" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.QbservableEx.ForkJoin``1(System.Reactive.Linq.IQbservableProvider,System.Collections.Generic.IEnumerable{System.IObservable{``0}})">
            <summary>
            Runs all observable sequences in the enumerable sources sequence in parallel and collect their last elements.
            </summary>
            <param name="provider">Query provider used to construct the <see cref="T:System.Reactive.Linq.IQbservable`1"/> data source.</param>
            <typeparam name="TSource">The type of the elements in the source sequences.</typeparam>
            <param name="sources">Observable sequence to collect the last elements for.</param>
            <returns>An observable sequence with an array collecting the last elements of all the input sequences.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="sources" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.QbservableEx.ForkJoin``3(System.Reactive.Linq.IQbservable{``0},System.IObservable{``1},System.Linq.Expressions.Expression{System.Func{``0,``1,``2}})">
            <summary>
            Runs two observable sequences in parallel and combines their last elements.
            </summary>
            <typeparam name="TSource1">The type of the elements in the first source sequence.</typeparam>
            <typeparam name="TSource2">The type of the elements in the second source sequence.</typeparam>
            <typeparam name="TResult">The type of the elements in the result sequence, returned by the selector function.</typeparam>
            <param name="first">First observable sequence.</param>
            <param name="second">Second observable sequence.</param>
            <param name="resultSelector">Result selector function to invoke with the last elements of both sequences.</param>
            <returns>An observable sequence with the result of calling the selector function with the last elements of both input sequences.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="first" /> or <paramref name="second" /> or <paramref name="resultSelector" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.QbservableEx.Let``2(System.Reactive.Linq.IQbservable{``0},System.Linq.Expressions.Expression{System.Func{System.IObservable{``0},System.IObservable{``1}}})">
            <summary>
            Returns an observable sequence that is the result of invoking the selector on the source sequence, without sharing subscriptions.
            This operator allows for a fluent style of writing queries that use the same sequence multiple times.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <typeparam name="TResult">The type of the elements in the result sequence.</typeparam>
            <param name="source">Source sequence that will be shared in the selector function.</param>
            <param name="selector">Selector function which can use the source sequence as many times as needed, without sharing subscriptions to the source sequence.</param>
            <returns>An observable sequence that contains the elements of a sequence produced by multicasting the source sequence within a selector function.</returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="source" /> or <paramref name="selector" /> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.QbservableEx.ManySelect``2(System.Reactive.Linq.IQbservable{``0},System.Linq.Expressions.Expression{System.Func{System.IObservable{``0},``1}})">
            <summary>
            Comonadic bind operator.
            </summary>
        </member>
        <member name="M:System.Reactive.Linq.QbservableEx.ManySelect``2(System.Reactive.Linq.IQbservable{``0},System.Linq.Expressions.Expression{System.Func{System.IObservable{``0},``1}},System.Reactive.Concurrency.IScheduler)">
            <summary>
            Comonadic bind operator.
            </summary>
        </member>
        <member name="T:System.Reactive.Linq.QueryDebugger">
            <summary>
            (Infrastructure) Implement query debugger services.
            </summary>
        </member>
        <member name="T:System.Reactive.Linq.NamespaceDoc">
            <summary>
            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="T:System.IObservable`1"/> and <see cref="T:System.Reactive.Linq.IQbservable`1"/> defined on the Observable and Qbservable classes, respectively.
            </summary>
        </member>
        <member name="T:System.Reactive.Linq.ControlObservable">
            <summary>
            Provides a set of static methods for subscribing to IObservables using Windows Forms controls.
            </summary>
        </member>
        <member name="M:System.Reactive.Linq.ControlObservable.SubscribeOn``1(System.IObservable{``0},System.Windows.Forms.Control)">
            <summary>
            Wraps the source sequence in order to run its subscription and unsubscription logic on the Windows Forms message loop associated with the specified control.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source sequence.</param>
            <param name="control">Windows Forms control whose associated message loop is used to perform subscription and unsubscription actions on.</param>
            <returns>The source sequence whose subscriptions and unsubscriptions happen on the Windows Forms message loop associated with the specified control.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="control"/> is null.</exception>
            <remarks>
            Only the side-effects of subscribing to the source sequence and disposing subscriptions to the source sequence are run on the specified control.
            In order to invoke observer callbacks on the specified control, e.g. to render results in a control, use <see cref="M:System.Reactive.Linq.ControlObservable.ObserveOn``1(System.IObservable{``0},System.Windows.Forms.Control)"/>.
            </remarks>
        </member>
        <member name="M:System.Reactive.Linq.ControlObservable.ObserveOn``1(System.IObservable{``0},System.Windows.Forms.Control)">
            <summary>
            Wraps the source sequence in order to run its observer callbacks on the Windows Forms message loop associated with the specified control.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source sequence.</param>
            <param name="control">Windows Forms control whose associated message loop is used to notify observers on.</param>
            <returns>The source sequence whose observations happen on the Windows Forms message loop associated with the specified control.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="control"/> is null.</exception>
        </member>
        <member name="T:System.Reactive.Linq.DispatcherObservable">
            <summary>
            Provides a set of extension methods for scheduling actions performed through observable sequences on UI dispatchers.
            </summary>
        </member>
        <member name="M:System.Reactive.Linq.DispatcherObservable.ObserveOn``1(System.IObservable{``0},System.Windows.Threading.Dispatcher)">
            <summary>
            Wraps the source sequence in order to run its observer callbacks on the specified dispatcher.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source sequence.</param>
            <param name="dispatcher">Dispatcher whose associated message loop is used to notify observers on.</param>
            <returns>The source sequence whose observations happen on the specified dispatcher.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="dispatcher"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.DispatcherObservable.ObserveOn``1(System.IObservable{``0},System.Windows.Threading.Dispatcher,System.Windows.Threading.DispatcherPriority)">
            <summary>
            Wraps the source sequence in order to run its observer callbacks on the specified dispatcher.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source sequence.</param>
            <param name="dispatcher">Dispatcher whose associated message loop is used to notify observers on.</param>
            <param name="priority">Priority to schedule work items at.</param>
            <returns>The source sequence whose observations happen on the specified dispatcher.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="dispatcher"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.DispatcherObservable.ObserveOn``1(System.IObservable{``0},System.Reactive.Concurrency.DispatcherScheduler)">
            <summary>
            Wraps the source sequence in order to run its observer callbacks on the specified dispatcher scheduler.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source sequence.</param>
            <param name="scheduler">Dispatcher scheduler to notify observers on.</param>
            <returns>The source sequence whose observations happen on the specified dispatcher scheduler.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="scheduler"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.DispatcherObservable.ObserveOn``1(System.IObservable{``0},System.Windows.Threading.DispatcherObject)">
            <summary>
            Wraps the source sequence in order to run its observer callbacks on the dispatcher associated with the specified object.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source sequence.</param>
            <param name="dispatcherObject">Object to get the dispatcher from.</param>
            <returns>The source sequence whose observations happen on the specified object's dispatcher.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="dispatcherObject"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.DispatcherObservable.ObserveOn``1(System.IObservable{``0},System.Windows.Threading.DispatcherObject,System.Windows.Threading.DispatcherPriority)">
            <summary>
            Wraps the source sequence in order to run its observer callbacks on the dispatcher associated with the specified object.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source sequence.</param>
            <param name="dispatcherObject">Object to get the dispatcher from.</param>
            <param name="priority">Priority to schedule work items at.</param>
            <returns>The source sequence whose observations happen on the specified object's dispatcher.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="dispatcherObject"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.DispatcherObservable.ObserveOnDispatcher``1(System.IObservable{``0})">
            <summary>
            Wraps the source sequence in order to run its observer callbacks on the dispatcher associated with the current thread.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source sequence.</param>
            <returns>The source sequence whose observations happen on the current thread's dispatcher.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.DispatcherObservable.ObserveOnDispatcher``1(System.IObservable{``0},System.Windows.Threading.DispatcherPriority)">
            <summary>
            Wraps the source sequence in order to run its observer callbacks on the dispatcher associated with the current thread.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source sequence.</param>
            <param name="priority">Priority to schedule work items at.</param>
            <returns>The source sequence whose observations happen on the current thread's dispatcher.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.DispatcherObservable.SubscribeOn``1(System.IObservable{``0},System.Windows.Threading.Dispatcher)">
            <summary>
            Wraps the source sequence in order to run its subscription and unsubscription logic on the specified dispatcher.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source sequence.</param>
            <param name="dispatcher">Dispatcher whose associated message loop is used to perform subscription and unsubscription actions on.</param>
            <returns>The source sequence whose subscriptions and unsubscriptions happen on the specified dispatcher.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="dispatcher"/> is null.</exception>
            <remarks>
            Only the side-effects of subscribing to the source sequence and disposing subscriptions to the source sequence are run on the specified dispatcher.
            In order to invoke observer callbacks on the specified dispatcher, e.g. to render results in a control, use <see cref="M:System.Reactive.Linq.DispatcherObservable.ObserveOn``1(System.IObservable{``0},System.Windows.Threading.Dispatcher)"/>.
            </remarks>
        </member>
        <member name="M:System.Reactive.Linq.DispatcherObservable.SubscribeOn``1(System.IObservable{``0},System.Windows.Threading.Dispatcher,System.Windows.Threading.DispatcherPriority)">
            <summary>
            Wraps the source sequence in order to run its subscription and unsubscription logic on the specified dispatcher.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source sequence.</param>
            <param name="dispatcher">Dispatcher whose associated message loop is used to to perform subscription and unsubscription actions on.</param>
            <param name="priority">Priority to schedule work items at.</param>
            <returns>The source sequence whose subscriptions and unsubscriptions happen on the specified dispatcher.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="dispatcher"/> is null.</exception>
            <remarks>
            Only the side-effects of subscribing to the source sequence and disposing subscriptions to the source sequence are run on the specified dispatcher.
            In order to invoke observer callbacks on the specified dispatcher, e.g. to render results in a control, use <see cref="M:System.Reactive.Linq.DispatcherObservable.ObserveOn``1(System.IObservable{``0},System.Windows.Threading.Dispatcher,System.Windows.Threading.DispatcherPriority)"/>.
            </remarks>
        </member>
        <member name="M:System.Reactive.Linq.DispatcherObservable.SubscribeOn``1(System.IObservable{``0},System.Reactive.Concurrency.DispatcherScheduler)">
            <summary>
            Wraps the source sequence in order to run its subscription and unsubscription logic on the specified dispatcher scheduler.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source sequence.</param>
            <param name="scheduler">Dispatcher scheduler to perform subscription and unsubscription actions on.</param>
            <returns>The source sequence whose subscriptions and unsubscriptions happen on the specified dispatcher scheduler.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="scheduler"/> is null.</exception>
            <remarks>
            Only the side-effects of subscribing to the source sequence and disposing subscriptions to the source sequence are run on the specified scheduler.
            In order to invoke observer callbacks on the specified scheduler, e.g. to render results in a control, use <see cref="M:System.Reactive.Linq.DispatcherObservable.ObserveOn``1(System.IObservable{``0},System.Reactive.Concurrency.DispatcherScheduler)"/>.
            </remarks>
        </member>
        <member name="M:System.Reactive.Linq.DispatcherObservable.SubscribeOn``1(System.IObservable{``0},System.Windows.Threading.DispatcherObject)">
            <summary>
            Wraps the source sequence in order to run its subscription and unsubscription logic on the dispatcher associated with the specified object.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source sequence.</param>
            <param name="dispatcherObject">Object to get the dispatcher from.</param>
            <returns>The source sequence whose subscriptions and unsubscriptions happen on the specified object's dispatcher.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="dispatcherObject"/> is null.</exception>
            <remarks>
            Only the side-effects of subscribing to the source sequence and disposing subscriptions to the source sequence are run on the dispatcher associated with the specified object.
            In order to invoke observer callbacks on the dispatcher associated with the specified object, e.g. to render results in a control, use <see cref="M:System.Reactive.Linq.DispatcherObservable.ObserveOn``1(System.IObservable{``0},System.Windows.Threading.DispatcherObject)"/>.
            </remarks>
        </member>
        <member name="M:System.Reactive.Linq.DispatcherObservable.SubscribeOn``1(System.IObservable{``0},System.Windows.Threading.DispatcherObject,System.Windows.Threading.DispatcherPriority)">
            <summary>
            Wraps the source sequence in order to run its subscription and unsubscription logic on the dispatcher associated with the specified object.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source sequence.</param>
            <param name="dispatcherObject">Object to get the dispatcher from.</param>
            <param name="priority">Priority to schedule work items at.</param>
            <returns>The source sequence whose subscriptions and unsubscriptions happen on the specified object's dispatcher.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="dispatcherObject"/> is null.</exception>
            <remarks>
            Only the side-effects of subscribing to the source sequence and disposing subscriptions to the source sequence are run on the dispatcher associated with the specified object.
            In order to invoke observer callbacks on the dispatcher associated with the specified object, e.g. to render results in a control, use <see cref="M:System.Reactive.Linq.DispatcherObservable.ObserveOn``1(System.IObservable{``0},System.Windows.Threading.DispatcherObject,System.Windows.Threading.DispatcherPriority)"/>.
            </remarks>
        </member>
        <member name="M:System.Reactive.Linq.DispatcherObservable.SubscribeOnDispatcher``1(System.IObservable{``0})">
            <summary>
            Wraps the source sequence in order to run its subscription and unsubscription logic on the dispatcher associated with the current thread.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source sequence.</param>
            <returns>The source sequence whose subscriptions and unsubscriptions happen on the current thread's dispatcher.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> is null.</exception>
            <remarks>
            Only the side-effects of subscribing to the source sequence and disposing subscriptions to the source sequence are run on the dispatcher associated with the current thread.
            In order to invoke observer callbacks on the dispatcher associated with the current thread, e.g. to render results in a control, use <see cref="M:System.Reactive.Linq.DispatcherObservable.ObserveOnDispatcher``1(System.IObservable{``0})"/>.
            </remarks>
        </member>
        <member name="M:System.Reactive.Linq.DispatcherObservable.SubscribeOnDispatcher``1(System.IObservable{``0},System.Windows.Threading.DispatcherPriority)">
            <summary>
            Wraps the source sequence in order to run its subscription and unsubscription logic on the dispatcher associated with the current thread.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source sequence.</param>
            <param name="priority">Priority to schedule work items at.</param>
            <returns>The source sequence whose observations happen on the current thread's dispatcher.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> is null.</exception>
            <remarks>
            Only the side-effects of subscribing to the source sequence and disposing subscriptions to the source sequence are run on the dispatcher associated with the current thread.
            In order to invoke observer callbacks on the dispatcher associated with the current thread, e.g. to render results in a control, use <see cref="M:System.Reactive.Linq.DispatcherObservable.ObserveOnDispatcher``1(System.IObservable{``0},System.Windows.Threading.DispatcherPriority)"/>.
            </remarks>
        </member>
        <member name="T:System.Reactive.ObserveOnObserverNew`1">
            <summary>
            An ObserveOn operator implementation that uses lock-free
            techniques to signal events to the downstream.
            </summary>
            <typeparam name="T">The element type of the sequence.</typeparam>
        </member>
        <member name="F:System.Reactive.ObserveOnObserverNew`1._task">
            <summary>
            The current task representing a running drain operation.
            </summary>
        </member>
        <member name="F:System.Reactive.ObserveOnObserverNew`1._wip">
            <summary>
            Indicates the work-in-progress state of this operator,
            zero means no work is currently being done.
            </summary>
        </member>
        <member name="F:System.Reactive.ObserveOnObserverNew`1._done">
            <summary>
            If true, the upstream has issued OnCompleted.
            </summary>
        </member>
        <member name="F:System.Reactive.ObserveOnObserverNew`1._error">
            <summary>
            If <see cref="F:System.Reactive.ObserveOnObserverNew`1._done"/> is true and this is non-null, the upstream
            failed with an OnError.
            </summary>
        </member>
        <member name="F:System.Reactive.ObserveOnObserverNew`1._disposed">
            <summary>
            Indicates a dispose has been requested.
            </summary>
        </member>
        <member name="M:System.Reactive.ObserveOnObserverNew`1.Clear(System.Collections.Concurrent.ConcurrentQueue{`0})">
            <summary>
            Remove remaining elements from the queue upon
            cancellation or failure.
            </summary>
            <param name="q">The queue to use. The argument ensures that the
            _queue field is not re-read from memory unnecessarily
            due to the memory barriers inside TryDequeue mandating it
            despite the field is read-only.</param>
        </member>
        <member name="M:System.Reactive.ObserveOnObserverNew`1.Schedule">
            <summary>
            Submit the drain task via the appropriate scheduler if
            there is no drain currently running (wip > 0).
            </summary>
        </member>
        <member name="F:System.Reactive.ObserveOnObserverNew`1.DrainShortRunningFunc">
            <summary>
            The static action to be scheduled on a simple scheduler.
            Avoids creating a delegate that captures <code>this</code>
            whenever the signals have to be drained.
            </summary>
        </member>
        <member name="M:System.Reactive.ObserveOnObserverNew`1.DrainShortRunning(System.Reactive.Concurrency.IScheduler)">
            <summary>
            Emits at most one signal per run on a scheduler that doesn't like
            long running tasks.
            </summary>
            <param name="recursiveScheduler">The scheduler to use for scheduling the next signal emission if necessary.</param>
            <returns>The IDisposable of the recursively scheduled task or an empty disposable.</returns>
        </member>
        <member name="M:System.Reactive.ObserveOnObserverNew`1.DrainStep(System.Collections.Concurrent.ConcurrentQueue{`0})">
            <summary>
            Executes a drain step by checking the disposed state,
            checking for the terminated state and for an
            empty queue, issuing the appropriate signals to the
            given downstream.
            </summary>
            <param name="q">The queue to use. The argument ensures that the
            _queue field is not re-read from memory due to the memory barriers
            inside TryDequeue mandating it despite the field is read-only.
            In addition, the DrainStep is invoked from the DrainLongRunning's loop
            so reading _queue inside this method would still incur the same barrier
            overhead otherwise.</param>
        </member>
        <member name="T:System.Reactive.ObserveOnObserverLongRunning`1">
            <summary>
            Signals events on a ISchedulerLongRunning by blocking the emission thread while waiting
            for them from the upstream.
            </summary>
            <typeparam name="TSource">The element type of the sequence.</typeparam>
        </member>
        <member name="F:System.Reactive.ObserveOnObserverLongRunning`1._scheduler">
            <summary>
            This will run a suspending drain task, hogging the backing thread
            until the sequence terminates or gets disposed.
            </summary>
        </member>
        <member name="F:System.Reactive.ObserveOnObserverLongRunning`1._queue">
            <summary>
            The queue for holding the OnNext items, terminal signals have their own fields.
            </summary>
        </member>
        <member name="F:System.Reactive.ObserveOnObserverLongRunning`1._suspendGuard">
            <summary>
            Protects the suspension and resumption of the long running drain task.
            </summary>
        </member>
        <member name="F:System.Reactive.ObserveOnObserverLongRunning`1._wip">
            <summary>
            The work-in-progress counter. If it jumps from 0 to 1, the drain task is resumed,
            if it reaches 0 again, the drain task is suspended.
            </summary>
        </member>
        <member name="F:System.Reactive.ObserveOnObserverLongRunning`1._done">
            <summary>
            Set to true if the upstream terminated.
            </summary>
        </member>
        <member name="F:System.Reactive.ObserveOnObserverLongRunning`1._error">
            <summary>
            Set to a non-null Exception if the upstream terminated with OnError.
            </summary>
        </member>
        <member name="F:System.Reactive.ObserveOnObserverLongRunning`1._disposed">
            <summary>
            Indicates the sequence has been disposed and the drain task should quit.
            </summary>
        </member>
        <member name="F:System.Reactive.ObserveOnObserverLongRunning`1._runDrainOnce">
            <summary>
            Makes sure the drain task is scheduled only once, when the first signal
            from upstream arrives.
            </summary>
        </member>
        <member name="F:System.Reactive.ObserveOnObserverLongRunning`1._drainTask">
            <summary>
            The disposable tracking the drain task.
            </summary>
        </member>
        <member name="F:System.Reactive.ObserveOnObserverLongRunning`1.DrainLongRunning">
            <summary>
            Static reference to the Drain method, saves allocation.
            </summary>
        </member>
        <member name="M:System.Reactive.Sink`1.Dispose(System.Boolean)">
            <summary>
            Override this method to dispose additional resources.
            The method is guaranteed to be called at most once.
            </summary>
            <param name="disposing">If true, the method was called from <see cref="M:System.Reactive.Sink`1.Dispose"/>.</param>
        </member>
        <member name="T:System.Reactive.Sink`2">
            <summary>
            Base class for implementation of query operators, providing a lightweight sink that can be disposed to mute the outgoing observer.
            </summary>
            <typeparam name="TTarget">Type of the resulting sequence's elements.</typeparam>
            <typeparam name="TSource"></typeparam>
            <remarks>Implementations of sinks are responsible to enforce the message grammar on the associated observer. Upon sending a terminal message, a pairing Dispose call should be made to trigger cancellation of related resources and to mute the outgoing observer.</remarks>
        </member>
        <member name="T:System.Reactive.ReadyToken">
            <summary>
            Holds onto a singleton IDisposable indicating a ready state.
            </summary>
        </member>
        <member name="F:System.Reactive.ReadyToken.Ready">
            <summary>
            This indicates the operation has been prepared and ready for
            the next step.
            </summary>
        </member>
        <member name="T:System.Reactive.IObserver`2">
            <summary>
            Provides a mechanism for receiving push-based notifications and returning a response.
            </summary>
            <typeparam name="TValue">
            The type of the elements received by the observer.
            This type parameter is contravariant. That is, you can use either the type you specified or any type that is less derived. For more information about covariance and contravariance, see Covariance and Contravariance in Generics.
            </typeparam>
            <typeparam name="TResult">
            The type of the result returned from the observer's notification handlers.
            This type parameter is covariant. That is, you can use either the type you specified or any type that is more derived. For more information about covariance and contravariance, see Covariance and Contravariance in Generics.
            </typeparam>
        </member>
        <member name="M:System.Reactive.IObserver`2.OnNext(`0)">
            <summary>
            Notifies the observer of a new element in the sequence.
            </summary>
            <param name="value">The new element in the sequence.</param>
            <returns>Result returned upon observation of a new element.</returns>
        </member>
        <member name="M:System.Reactive.IObserver`2.OnError(System.Exception)">
            <summary>
            Notifies the observer that an exception has occurred.
            </summary>
            <param name="exception">The exception that occurred.</param>
            <returns>Result returned upon observation of an error.</returns>
        </member>
        <member name="M:System.Reactive.IObserver`2.OnCompleted">
            <summary>
            Notifies the observer of the end of the sequence.
            </summary>
            <returns>Result returned upon observation of the sequence completion.</returns>
        </member>
        <member name="T:System.Reactive.Joins.Pattern">
            <summary>
            Abstract base class for join patterns.
            </summary>
        </member>
        <member name="T:System.Reactive.Joins.Pattern`1">
            <summary>
            Represents a join pattern over one observable sequence.
            </summary>
            <typeparam name="TSource1">The type of the elements in the first source sequence.</typeparam>
        </member>
        <member name="M:System.Reactive.Joins.Pattern`1.Then``1(System.Func{`0,``0})">
            <summary>
            Matches when all observable sequences have an available element and projects the elements by invoking the selector function.
            </summary>
            <typeparam name="TResult">The type of the elements in the result sequence, returned by the selector function.</typeparam>
            <param name="selector">Selector that will be invoked for elements in the source sequences.</param>
            <returns>Plan that produces the projected results, to be fed (with other plans) to the When operator.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="selector"/> is null.</exception>
        </member>
        <member name="T:System.Reactive.Joins.Pattern`2">
            <summary>
            Represents a join pattern over two observable sequences.
            </summary>
            <typeparam name="TSource1">The type of the elements in the first source sequence.</typeparam>
            <typeparam name="TSource2">The type of the elements in the second source sequence.</typeparam>
        </member>
        <member name="M:System.Reactive.Joins.Pattern`2.And``1(System.IObservable{``0})">
            <summary>
            Creates a pattern that matches when all three observable sequences have an available element.
            </summary>
            <typeparam name="TSource3">The type of the elements in the third observable sequence.</typeparam>
            <param name="other">Observable sequence to match with the two previous sequences.</param>
            <returns>Pattern object that matches when all observable sequences have an available element.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="other"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Joins.Pattern`2.Then``1(System.Func{`0,`1,``0})">
            <summary>
            Matches when all observable sequences have an available element and projects the elements by invoking the selector function.
            </summary>
            <typeparam name="TResult">The type of the elements in the result sequence, returned by the selector function.</typeparam>
            <param name="selector">Selector that will be invoked for elements in the source sequences.</param>
            <returns>Plan that produces the projected results, to be fed (with other plans) to the When operator.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="selector"/> is null.</exception>
        </member>
        <member name="T:System.Reactive.Joins.Pattern`3">
            <summary>
            Represents a join pattern over three observable sequences.
            </summary>
            <typeparam name="TSource1">The type of the elements in the first source sequence.</typeparam>
            <typeparam name="TSource2">The type of the elements in the second source sequence.</typeparam>
            <typeparam name="TSource3">The type of the elements in the third source sequence.</typeparam>
        </member>
        <member name="M:System.Reactive.Joins.Pattern`3.And``1(System.IObservable{``0})">
            <summary>
            Creates a pattern that matches when all four observable sequences have an available element.
            </summary>
            <typeparam name="TSource4">The type of the elements in the fourth observable sequence.</typeparam>
            <param name="other">Observable sequence to match with the three previous sequences.</param>
            <returns>Pattern object that matches when all observable sequences have an available element.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="other"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Joins.Pattern`3.Then``1(System.Func{`0,`1,`2,``0})">
            <summary>
            Matches when all observable sequences have an available element and projects the elements by invoking the selector function.
            </summary>
            <typeparam name="TResult">The type of the elements in the result sequence, returned by the selector function.</typeparam>
            <param name="selector">Selector that will be invoked for elements in the source sequences.</param>
            <returns>Plan that produces the projected results, to be fed (with other plans) to the When operator.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="selector"/> is null.</exception>
        </member>
        <member name="T:System.Reactive.Joins.Pattern`4">
            <summary>
            Represents a join pattern over four observable sequences.
            </summary>
            <typeparam name="TSource1">The type of the elements in the first source sequence.</typeparam>
            <typeparam name="TSource2">The type of the elements in the second source sequence.</typeparam>
            <typeparam name="TSource3">The type of the elements in the third source sequence.</typeparam>
            <typeparam name="TSource4">The type of the elements in the fourth source sequence.</typeparam>
        </member>
        <member name="M:System.Reactive.Joins.Pattern`4.And``1(System.IObservable{``0})">
            <summary>
            Creates a pattern that matches when all five observable sequences have an available element.
            </summary>
            <typeparam name="TSource5">The type of the elements in the fifth observable sequence.</typeparam>
            <param name="other">Observable sequence to match with the four previous sequences.</param>
            <returns>Pattern object that matches when all observable sequences have an available element.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="other"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Joins.Pattern`4.Then``1(System.Func{`0,`1,`2,`3,``0})">
            <summary>
            Matches when all observable sequences have an available element and projects the elements by invoking the selector function.
            </summary>
            <typeparam name="TResult">The type of the elements in the result sequence, returned by the selector function.</typeparam>
            <param name="selector">Selector that will be invoked for elements in the source sequences.</param>
            <returns>Plan that produces the projected results, to be fed (with other plans) to the When operator.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="selector"/> is null.</exception>
        </member>
        <member name="T:System.Reactive.Joins.Pattern`5">
            <summary>
            Represents a join pattern over five observable sequences.
            </summary>
            <typeparam name="TSource1">The type of the elements in the first source sequence.</typeparam>
            <typeparam name="TSource2">The type of the elements in the second source sequence.</typeparam>
            <typeparam name="TSource3">The type of the elements in the third source sequence.</typeparam>
            <typeparam name="TSource4">The type of the elements in the fourth source sequence.</typeparam>
            <typeparam name="TSource5">The type of the elements in the fifth source sequence.</typeparam>
        </member>
        <member name="M:System.Reactive.Joins.Pattern`5.And``1(System.IObservable{``0})">
            <summary>
            Creates a pattern that matches when all six observable sequences have an available element.
            </summary>
            <typeparam name="TSource6">The type of the elements in the sixth observable sequence.</typeparam>
            <param name="other">Observable sequence to match with the five previous sequences.</param>
            <returns>Pattern object that matches when all observable sequences have an available element.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="other"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Joins.Pattern`5.Then``1(System.Func{`0,`1,`2,`3,`4,``0})">
            <summary>
            Matches when all observable sequences have an available element and projects the elements by invoking the selector function.
            </summary>
            <typeparam name="TResult">The type of the elements in the result sequence, returned by the selector function.</typeparam>
            <param name="selector">Selector that will be invoked for elements in the source sequences.</param>
            <returns>Plan that produces the projected results, to be fed (with other plans) to the When operator.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="selector"/> is null.</exception>
        </member>
        <member name="T:System.Reactive.Joins.Pattern`6">
            <summary>
            Represents a join pattern over six observable sequences.
            </summary>
            <typeparam name="TSource1">The type of the elements in the first source sequence.</typeparam>
            <typeparam name="TSource2">The type of the elements in the second source sequence.</typeparam>
            <typeparam name="TSource3">The type of the elements in the third source sequence.</typeparam>
            <typeparam name="TSource4">The type of the elements in the fourth source sequence.</typeparam>
            <typeparam name="TSource5">The type of the elements in the fifth source sequence.</typeparam>
            <typeparam name="TSource6">The type of the elements in the sixth source sequence.</typeparam>
        </member>
        <member name="M:System.Reactive.Joins.Pattern`6.And``1(System.IObservable{``0})">
            <summary>
            Creates a pattern that matches when all seven observable sequences have an available element.
            </summary>
            <typeparam name="TSource7">The type of the elements in the seventh observable sequence.</typeparam>
            <param name="other">Observable sequence to match with the six previous sequences.</param>
            <returns>Pattern object that matches when all observable sequences have an available element.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="other"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Joins.Pattern`6.Then``1(System.Func{`0,`1,`2,`3,`4,`5,``0})">
            <summary>
            Matches when all observable sequences have an available element and projects the elements by invoking the selector function.
            </summary>
            <typeparam name="TResult">The type of the elements in the result sequence, returned by the selector function.</typeparam>
            <param name="selector">Selector that will be invoked for elements in the source sequences.</param>
            <returns>Plan that produces the projected results, to be fed (with other plans) to the When operator.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="selector"/> is null.</exception>
        </member>
        <member name="T:System.Reactive.Joins.Pattern`7">
            <summary>
            Represents a join pattern over seven observable sequences.
            </summary>
            <typeparam name="TSource1">The type of the elements in the first source sequence.</typeparam>
            <typeparam name="TSource2">The type of the elements in the second source sequence.</typeparam>
            <typeparam name="TSource3">The type of the elements in the third source sequence.</typeparam>
            <typeparam name="TSource4">The type of the elements in the fourth source sequence.</typeparam>
            <typeparam name="TSource5">The type of the elements in the fifth source sequence.</typeparam>
            <typeparam name="TSource6">The type of the elements in the sixth source sequence.</typeparam>
            <typeparam name="TSource7">The type of the elements in the seventh source sequence.</typeparam>
        </member>
        <member name="M:System.Reactive.Joins.Pattern`7.And``1(System.IObservable{``0})">
            <summary>
            Creates a pattern that matches when all eight observable sequences have an available element.
            </summary>
            <typeparam name="TSource8">The type of the elements in the eighth observable sequence.</typeparam>
            <param name="other">Observable sequence to match with the seven previous sequences.</param>
            <returns>Pattern object that matches when all observable sequences have an available element.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="other"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Joins.Pattern`7.Then``1(System.Func{`0,`1,`2,`3,`4,`5,`6,``0})">
            <summary>
            Matches when all observable sequences have an available element and projects the elements by invoking the selector function.
            </summary>
            <typeparam name="TResult">The type of the elements in the result sequence, returned by the selector function.</typeparam>
            <param name="selector">Selector that will be invoked for elements in the source sequences.</param>
            <returns>Plan that produces the projected results, to be fed (with other plans) to the When operator.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="selector"/> is null.</exception>
        </member>
        <member name="T:System.Reactive.Joins.Pattern`8">
            <summary>
            Represents a join pattern over eight observable sequences.
            </summary>
            <typeparam name="TSource1">The type of the elements in the first source sequence.</typeparam>
            <typeparam name="TSource2">The type of the elements in the second source sequence.</typeparam>
            <typeparam name="TSource3">The type of the elements in the third source sequence.</typeparam>
            <typeparam name="TSource4">The type of the elements in the fourth source sequence.</typeparam>
            <typeparam name="TSource5">The type of the elements in the fifth source sequence.</typeparam>
            <typeparam name="TSource6">The type of the elements in the sixth source sequence.</typeparam>
            <typeparam name="TSource7">The type of the elements in the seventh source sequence.</typeparam>
            <typeparam name="TSource8">The type of the elements in the eighth source sequence.</typeparam>
        </member>
        <member name="M:System.Reactive.Joins.Pattern`8.And``1(System.IObservable{``0})">
            <summary>
            Creates a pattern that matches when all nine observable sequences have an available element.
            </summary>
            <typeparam name="TSource9">The type of the elements in the ninth observable sequence.</typeparam>
            <param name="other">Observable sequence to match with the eight previous sequences.</param>
            <returns>Pattern object that matches when all observable sequences have an available element.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="other"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Joins.Pattern`8.Then``1(System.Func{`0,`1,`2,`3,`4,`5,`6,`7,``0})">
            <summary>
            Matches when all observable sequences have an available element and projects the elements by invoking the selector function.
            </summary>
            <typeparam name="TResult">The type of the elements in the result sequence, returned by the selector function.</typeparam>
            <param name="selector">Selector that will be invoked for elements in the source sequences.</param>
            <returns>Plan that produces the projected results, to be fed (with other plans) to the When operator.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="selector"/> is null.</exception>
        </member>
        <member name="T:System.Reactive.Joins.Pattern`9">
            <summary>
            Represents a join pattern over nine observable sequences.
            </summary>
            <typeparam name="TSource1">The type of the elements in the first source sequence.</typeparam>
            <typeparam name="TSource2">The type of the elements in the second source sequence.</typeparam>
            <typeparam name="TSource3">The type of the elements in the third source sequence.</typeparam>
            <typeparam name="TSource4">The type of the elements in the fourth source sequence.</typeparam>
            <typeparam name="TSource5">The type of the elements in the fifth source sequence.</typeparam>
            <typeparam name="TSource6">The type of the elements in the sixth source sequence.</typeparam>
            <typeparam name="TSource7">The type of the elements in the seventh source sequence.</typeparam>
            <typeparam name="TSource8">The type of the elements in the eighth source sequence.</typeparam>
            <typeparam name="TSource9">The type of the elements in the ninth source sequence.</typeparam>
        </member>
        <member name="M:System.Reactive.Joins.Pattern`9.And``1(System.IObservable{``0})">
            <summary>
            Creates a pattern that matches when all ten observable sequences have an available element.
            </summary>
            <typeparam name="TSource10">The type of the elements in the tenth observable sequence.</typeparam>
            <param name="other">Observable sequence to match with the nine previous sequences.</param>
            <returns>Pattern object that matches when all observable sequences have an available element.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="other"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Joins.Pattern`9.Then``1(System.Func{`0,`1,`2,`3,`4,`5,`6,`7,`8,``0})">
            <summary>
            Matches when all observable sequences have an available element and projects the elements by invoking the selector function.
            </summary>
            <typeparam name="TResult">The type of the elements in the result sequence, returned by the selector function.</typeparam>
            <param name="selector">Selector that will be invoked for elements in the source sequences.</param>
            <returns>Plan that produces the projected results, to be fed (with other plans) to the When operator.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="selector"/> is null.</exception>
        </member>
        <member name="T:System.Reactive.Joins.Pattern`10">
            <summary>
            Represents a join pattern over ten observable sequences.
            </summary>
            <typeparam name="TSource1">The type of the elements in the first source sequence.</typeparam>
            <typeparam name="TSource2">The type of the elements in the second source sequence.</typeparam>
            <typeparam name="TSource3">The type of the elements in the third source sequence.</typeparam>
            <typeparam name="TSource4">The type of the elements in the fourth source sequence.</typeparam>
            <typeparam name="TSource5">The type of the elements in the fifth source sequence.</typeparam>
            <typeparam name="TSource6">The type of the elements in the sixth source sequence.</typeparam>
            <typeparam name="TSource7">The type of the elements in the seventh source sequence.</typeparam>
            <typeparam name="TSource8">The type of the elements in the eighth source sequence.</typeparam>
            <typeparam name="TSource9">The type of the elements in the ninth source sequence.</typeparam>
            <typeparam name="TSource10">The type of the elements in the tenth source sequence.</typeparam>
        </member>
        <member name="M:System.Reactive.Joins.Pattern`10.And``1(System.IObservable{``0})">
            <summary>
            Creates a pattern that matches when all eleven observable sequences have an available element.
            </summary>
            <typeparam name="TSource11">The type of the elements in the eleventh observable sequence.</typeparam>
            <param name="other">Observable sequence to match with the ten previous sequences.</param>
            <returns>Pattern object that matches when all observable sequences have an available element.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="other"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Joins.Pattern`10.Then``1(System.Func{`0,`1,`2,`3,`4,`5,`6,`7,`8,`9,``0})">
            <summary>
            Matches when all observable sequences have an available element and projects the elements by invoking the selector function.
            </summary>
            <typeparam name="TResult">The type of the elements in the result sequence, returned by the selector function.</typeparam>
            <param name="selector">Selector that will be invoked for elements in the source sequences.</param>
            <returns>Plan that produces the projected results, to be fed (with other plans) to the When operator.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="selector"/> is null.</exception>
        </member>
        <member name="T:System.Reactive.Joins.Pattern`11">
            <summary>
            Represents a join pattern over eleven observable sequences.
            </summary>
            <typeparam name="TSource1">The type of the elements in the first source sequence.</typeparam>
            <typeparam name="TSource2">The type of the elements in the second source sequence.</typeparam>
            <typeparam name="TSource3">The type of the elements in the third source sequence.</typeparam>
            <typeparam name="TSource4">The type of the elements in the fourth source sequence.</typeparam>
            <typeparam name="TSource5">The type of the elements in the fifth source sequence.</typeparam>
            <typeparam name="TSource6">The type of the elements in the sixth source sequence.</typeparam>
            <typeparam name="TSource7">The type of the elements in the seventh source sequence.</typeparam>
            <typeparam name="TSource8">The type of the elements in the eighth source sequence.</typeparam>
            <typeparam name="TSource9">The type of the elements in the ninth source sequence.</typeparam>
            <typeparam name="TSource10">The type of the elements in the tenth source sequence.</typeparam>
            <typeparam name="TSource11">The type of the elements in the eleventh source sequence.</typeparam>
        </member>
        <member name="M:System.Reactive.Joins.Pattern`11.And``1(System.IObservable{``0})">
            <summary>
            Creates a pattern that matches when all twelve observable sequences have an available element.
            </summary>
            <typeparam name="TSource12">The type of the elements in the twelfth observable sequence.</typeparam>
            <param name="other">Observable sequence to match with the eleven previous sequences.</param>
            <returns>Pattern object that matches when all observable sequences have an available element.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="other"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Joins.Pattern`11.Then``1(System.Func{`0,`1,`2,`3,`4,`5,`6,`7,`8,`9,`10,``0})">
            <summary>
            Matches when all observable sequences have an available element and projects the elements by invoking the selector function.
            </summary>
            <typeparam name="TResult">The type of the elements in the result sequence, returned by the selector function.</typeparam>
            <param name="selector">Selector that will be invoked for elements in the source sequences.</param>
            <returns>Plan that produces the projected results, to be fed (with other plans) to the When operator.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="selector"/> is null.</exception>
        </member>
        <member name="T:System.Reactive.Joins.Pattern`12">
            <summary>
            Represents a join pattern over twelve observable sequences.
            </summary>
            <typeparam name="TSource1">The type of the elements in the first source sequence.</typeparam>
            <typeparam name="TSource2">The type of the elements in the second source sequence.</typeparam>
            <typeparam name="TSource3">The type of the elements in the third source sequence.</typeparam>
            <typeparam name="TSource4">The type of the elements in the fourth source sequence.</typeparam>
            <typeparam name="TSource5">The type of the elements in the fifth source sequence.</typeparam>
            <typeparam name="TSource6">The type of the elements in the sixth source sequence.</typeparam>
            <typeparam name="TSource7">The type of the elements in the seventh source sequence.</typeparam>
            <typeparam name="TSource8">The type of the elements in the eighth source sequence.</typeparam>
            <typeparam name="TSource9">The type of the elements in the ninth source sequence.</typeparam>
            <typeparam name="TSource10">The type of the elements in the tenth source sequence.</typeparam>
            <typeparam name="TSource11">The type of the elements in the eleventh source sequence.</typeparam>
            <typeparam name="TSource12">The type of the elements in the twelfth source sequence.</typeparam>
        </member>
        <member name="M:System.Reactive.Joins.Pattern`12.And``1(System.IObservable{``0})">
            <summary>
            Creates a pattern that matches when all thirteen observable sequences have an available element.
            </summary>
            <typeparam name="TSource13">The type of the elements in the thirteenth observable sequence.</typeparam>
            <param name="other">Observable sequence to match with the twelve previous sequences.</param>
            <returns>Pattern object that matches when all observable sequences have an available element.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="other"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Joins.Pattern`12.Then``1(System.Func{`0,`1,`2,`3,`4,`5,`6,`7,`8,`9,`10,`11,``0})">
            <summary>
            Matches when all observable sequences have an available element and projects the elements by invoking the selector function.
            </summary>
            <typeparam name="TResult">The type of the elements in the result sequence, returned by the selector function.</typeparam>
            <param name="selector">Selector that will be invoked for elements in the source sequences.</param>
            <returns>Plan that produces the projected results, to be fed (with other plans) to the When operator.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="selector"/> is null.</exception>
        </member>
        <member name="T:System.Reactive.Joins.Pattern`13">
            <summary>
            Represents a join pattern over thirteen observable sequences.
            </summary>
            <typeparam name="TSource1">The type of the elements in the first source sequence.</typeparam>
            <typeparam name="TSource2">The type of the elements in the second source sequence.</typeparam>
            <typeparam name="TSource3">The type of the elements in the third source sequence.</typeparam>
            <typeparam name="TSource4">The type of the elements in the fourth source sequence.</typeparam>
            <typeparam name="TSource5">The type of the elements in the fifth source sequence.</typeparam>
            <typeparam name="TSource6">The type of the elements in the sixth source sequence.</typeparam>
            <typeparam name="TSource7">The type of the elements in the seventh source sequence.</typeparam>
            <typeparam name="TSource8">The type of the elements in the eighth source sequence.</typeparam>
            <typeparam name="TSource9">The type of the elements in the ninth source sequence.</typeparam>
            <typeparam name="TSource10">The type of the elements in the tenth source sequence.</typeparam>
            <typeparam name="TSource11">The type of the elements in the eleventh source sequence.</typeparam>
            <typeparam name="TSource12">The type of the elements in the twelfth source sequence.</typeparam>
            <typeparam name="TSource13">The type of the elements in the thirteenth source sequence.</typeparam>
        </member>
        <member name="M:System.Reactive.Joins.Pattern`13.And``1(System.IObservable{``0})">
            <summary>
            Creates a pattern that matches when all fourteen observable sequences have an available element.
            </summary>
            <typeparam name="TSource14">The type of the elements in the fourteenth observable sequence.</typeparam>
            <param name="other">Observable sequence to match with the thirteen previous sequences.</param>
            <returns>Pattern object that matches when all observable sequences have an available element.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="other"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Joins.Pattern`13.Then``1(System.Func{`0,`1,`2,`3,`4,`5,`6,`7,`8,`9,`10,`11,`12,``0})">
            <summary>
            Matches when all observable sequences have an available element and projects the elements by invoking the selector function.
            </summary>
            <typeparam name="TResult">The type of the elements in the result sequence, returned by the selector function.</typeparam>
            <param name="selector">Selector that will be invoked for elements in the source sequences.</param>
            <returns>Plan that produces the projected results, to be fed (with other plans) to the When operator.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="selector"/> is null.</exception>
        </member>
        <member name="T:System.Reactive.Joins.Pattern`14">
            <summary>
            Represents a join pattern over fourteen observable sequences.
            </summary>
            <typeparam name="TSource1">The type of the elements in the first source sequence.</typeparam>
            <typeparam name="TSource2">The type of the elements in the second source sequence.</typeparam>
            <typeparam name="TSource3">The type of the elements in the third source sequence.</typeparam>
            <typeparam name="TSource4">The type of the elements in the fourth source sequence.</typeparam>
            <typeparam name="TSource5">The type of the elements in the fifth source sequence.</typeparam>
            <typeparam name="TSource6">The type of the elements in the sixth source sequence.</typeparam>
            <typeparam name="TSource7">The type of the elements in the seventh source sequence.</typeparam>
            <typeparam name="TSource8">The type of the elements in the eighth source sequence.</typeparam>
            <typeparam name="TSource9">The type of the elements in the ninth source sequence.</typeparam>
            <typeparam name="TSource10">The type of the elements in the tenth source sequence.</typeparam>
            <typeparam name="TSource11">The type of the elements in the eleventh source sequence.</typeparam>
            <typeparam name="TSource12">The type of the elements in the twelfth source sequence.</typeparam>
            <typeparam name="TSource13">The type of the elements in the thirteenth source sequence.</typeparam>
            <typeparam name="TSource14">The type of the elements in the fourteenth source sequence.</typeparam>
        </member>
        <member name="M:System.Reactive.Joins.Pattern`14.And``1(System.IObservable{``0})">
            <summary>
            Creates a pattern that matches when all fifteen observable sequences have an available element.
            </summary>
            <typeparam name="TSource15">The type of the elements in the fifteenth observable sequence.</typeparam>
            <param name="other">Observable sequence to match with the fourteen previous sequences.</param>
            <returns>Pattern object that matches when all observable sequences have an available element.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="other"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Joins.Pattern`14.Then``1(System.Func{`0,`1,`2,`3,`4,`5,`6,`7,`8,`9,`10,`11,`12,`13,``0})">
            <summary>
            Matches when all observable sequences have an available element and projects the elements by invoking the selector function.
            </summary>
            <typeparam name="TResult">The type of the elements in the result sequence, returned by the selector function.</typeparam>
            <param name="selector">Selector that will be invoked for elements in the source sequences.</param>
            <returns>Plan that produces the projected results, to be fed (with other plans) to the When operator.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="selector"/> is null.</exception>
        </member>
        <member name="T:System.Reactive.Joins.Pattern`15">
            <summary>
            Represents a join pattern over fifteen observable sequences.
            </summary>
            <typeparam name="TSource1">The type of the elements in the first source sequence.</typeparam>
            <typeparam name="TSource2">The type of the elements in the second source sequence.</typeparam>
            <typeparam name="TSource3">The type of the elements in the third source sequence.</typeparam>
            <typeparam name="TSource4">The type of the elements in the fourth source sequence.</typeparam>
            <typeparam name="TSource5">The type of the elements in the fifth source sequence.</typeparam>
            <typeparam name="TSource6">The type of the elements in the sixth source sequence.</typeparam>
            <typeparam name="TSource7">The type of the elements in the seventh source sequence.</typeparam>
            <typeparam name="TSource8">The type of the elements in the eighth source sequence.</typeparam>
            <typeparam name="TSource9">The type of the elements in the ninth source sequence.</typeparam>
            <typeparam name="TSource10">The type of the elements in the tenth source sequence.</typeparam>
            <typeparam name="TSource11">The type of the elements in the eleventh source sequence.</typeparam>
            <typeparam name="TSource12">The type of the elements in the twelfth source sequence.</typeparam>
            <typeparam name="TSource13">The type of the elements in the thirteenth source sequence.</typeparam>
            <typeparam name="TSource14">The type of the elements in the fourteenth source sequence.</typeparam>
            <typeparam name="TSource15">The type of the elements in the fifteenth source sequence.</typeparam>
        </member>
        <member name="M:System.Reactive.Joins.Pattern`15.And``1(System.IObservable{``0})">
            <summary>
            Creates a pattern that matches when all sixteen observable sequences have an available element.
            </summary>
            <typeparam name="TSource16">The type of the elements in the sixteenth observable sequence.</typeparam>
            <param name="other">Observable sequence to match with the fifteen previous sequences.</param>
            <returns>Pattern object that matches when all observable sequences have an available element.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="other"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Joins.Pattern`15.Then``1(System.Func{`0,`1,`2,`3,`4,`5,`6,`7,`8,`9,`10,`11,`12,`13,`14,``0})">
            <summary>
            Matches when all observable sequences have an available element and projects the elements by invoking the selector function.
            </summary>
            <typeparam name="TResult">The type of the elements in the result sequence, returned by the selector function.</typeparam>
            <param name="selector">Selector that will be invoked for elements in the source sequences.</param>
            <returns>Plan that produces the projected results, to be fed (with other plans) to the When operator.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="selector"/> is null.</exception>
        </member>
        <member name="T:System.Reactive.Joins.Pattern`16">
            <summary>
            Represents a join pattern over sixteen observable sequences.
            </summary>
            <typeparam name="TSource1">The type of the elements in the first source sequence.</typeparam>
            <typeparam name="TSource2">The type of the elements in the second source sequence.</typeparam>
            <typeparam name="TSource3">The type of the elements in the third source sequence.</typeparam>
            <typeparam name="TSource4">The type of the elements in the fourth source sequence.</typeparam>
            <typeparam name="TSource5">The type of the elements in the fifth source sequence.</typeparam>
            <typeparam name="TSource6">The type of the elements in the sixth source sequence.</typeparam>
            <typeparam name="TSource7">The type of the elements in the seventh source sequence.</typeparam>
            <typeparam name="TSource8">The type of the elements in the eighth source sequence.</typeparam>
            <typeparam name="TSource9">The type of the elements in the ninth source sequence.</typeparam>
            <typeparam name="TSource10">The type of the elements in the tenth source sequence.</typeparam>
            <typeparam name="TSource11">The type of the elements in the eleventh source sequence.</typeparam>
            <typeparam name="TSource12">The type of the elements in the twelfth source sequence.</typeparam>
            <typeparam name="TSource13">The type of the elements in the thirteenth source sequence.</typeparam>
            <typeparam name="TSource14">The type of the elements in the fourteenth source sequence.</typeparam>
            <typeparam name="TSource15">The type of the elements in the fifteenth source sequence.</typeparam>
            <typeparam name="TSource16">The type of the elements in the sixteenth source sequence.</typeparam>
        </member>
        <member name="M:System.Reactive.Joins.Pattern`16.Then``1(System.Func{`0,`1,`2,`3,`4,`5,`6,`7,`8,`9,`10,`11,`12,`13,`14,`15,``0})">
            <summary>
            Matches when all observable sequences have an available element and projects the elements by invoking the selector function.
            </summary>
            <typeparam name="TResult">The type of the elements in the result sequence, returned by the selector function.</typeparam>
            <param name="selector">Selector that will be invoked for elements in the source sequences.</param>
            <returns>Plan that produces the projected results, to be fed (with other plans) to the When operator.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="selector"/> is null.</exception>
        </member>
        <member name="T:System.Reactive.Joins.Plan`1">
            <summary>
            Represents an execution plan for join patterns.
            </summary>
            <typeparam name="TResult">The type of the results produced by the plan.</typeparam>
        </member>
        <member name="T:System.Reactive.Joins.QueryablePattern">
            <summary>
            Abstract base class for join patterns represented by an expression tree.
            </summary>
        </member>
        <member name="M:System.Reactive.Joins.QueryablePattern.#ctor(System.Linq.Expressions.Expression)">
            <summary>
            Creates a new join pattern object using the specified expression tree representation.
            </summary>
            <param name="expression">Expression tree representing the join pattern.</param>
        </member>
        <member name="P:System.Reactive.Joins.QueryablePattern.Expression">
            <summary>
            Gets the expression tree representing the join pattern.
            </summary>
        </member>
        <member name="T:System.Reactive.Joins.QueryablePattern`2">
            <summary>
            Represents a join pattern over two observable sequences.
            </summary>
            <typeparam name="TSource1">The type of the elements in the first source sequence.</typeparam>
            <typeparam name="TSource2">The type of the elements in the second source sequence.</typeparam>
        </member>
        <member name="M:System.Reactive.Joins.QueryablePattern`2.And``1(System.IObservable{``0})">
            <summary>
            Creates a pattern that matches when all three observable sequences have an available element.
            </summary>
            <typeparam name="TSource3">The type of the elements in the third observable sequence.</typeparam>
            <param name="other">Observable sequence to match with the two previous sequences.</param>
            <returns>Pattern object that matches when all observable sequences have an available element.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="other"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Joins.QueryablePattern`2.Then``1(System.Linq.Expressions.Expression{System.Func{`0,`1,``0}})">
            <summary>
            Matches when all observable sequences have an available element and projects the elements by invoking the selector function.
            </summary>
            <typeparam name="TResult">The type of the elements in the result sequence, returned by the selector function.</typeparam>
            <param name="selector">Selector that will be invoked for elements in the source sequences.</param>
            <returns>Plan that produces the projected results, to be fed (with other plans) to the When operator.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="selector"/> is null.</exception>
        </member>
        <member name="T:System.Reactive.Joins.QueryablePattern`3">
            <summary>
            Represents a join pattern over three observable sequences.
            </summary>
            <typeparam name="TSource1">The type of the elements in the first source sequence.</typeparam>
            <typeparam name="TSource2">The type of the elements in the second source sequence.</typeparam>
            <typeparam name="TSource3">The type of the elements in the third source sequence.</typeparam>
        </member>
        <member name="M:System.Reactive.Joins.QueryablePattern`3.And``1(System.IObservable{``0})">
            <summary>
            Creates a pattern that matches when all four observable sequences have an available element.
            </summary>
            <typeparam name="TSource4">The type of the elements in the fourth observable sequence.</typeparam>
            <param name="other">Observable sequence to match with the three previous sequences.</param>
            <returns>Pattern object that matches when all observable sequences have an available element.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="other"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Joins.QueryablePattern`3.Then``1(System.Linq.Expressions.Expression{System.Func{`0,`1,`2,``0}})">
            <summary>
            Matches when all observable sequences have an available element and projects the elements by invoking the selector function.
            </summary>
            <typeparam name="TResult">The type of the elements in the result sequence, returned by the selector function.</typeparam>
            <param name="selector">Selector that will be invoked for elements in the source sequences.</param>
            <returns>Plan that produces the projected results, to be fed (with other plans) to the When operator.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="selector"/> is null.</exception>
        </member>
        <member name="T:System.Reactive.Joins.QueryablePattern`4">
            <summary>
            Represents a join pattern over four observable sequences.
            </summary>
            <typeparam name="TSource1">The type of the elements in the first source sequence.</typeparam>
            <typeparam name="TSource2">The type of the elements in the second source sequence.</typeparam>
            <typeparam name="TSource3">The type of the elements in the third source sequence.</typeparam>
            <typeparam name="TSource4">The type of the elements in the fourth source sequence.</typeparam>
        </member>
        <member name="M:System.Reactive.Joins.QueryablePattern`4.And``1(System.IObservable{``0})">
            <summary>
            Creates a pattern that matches when all five observable sequences have an available element.
            </summary>
            <typeparam name="TSource5">The type of the elements in the fifth observable sequence.</typeparam>
            <param name="other">Observable sequence to match with the four previous sequences.</param>
            <returns>Pattern object that matches when all observable sequences have an available element.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="other"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Joins.QueryablePattern`4.Then``1(System.Linq.Expressions.Expression{System.Func{`0,`1,`2,`3,``0}})">
            <summary>
            Matches when all observable sequences have an available element and projects the elements by invoking the selector function.
            </summary>
            <typeparam name="TResult">The type of the elements in the result sequence, returned by the selector function.</typeparam>
            <param name="selector">Selector that will be invoked for elements in the source sequences.</param>
            <returns>Plan that produces the projected results, to be fed (with other plans) to the When operator.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="selector"/> is null.</exception>
        </member>
        <member name="T:System.Reactive.Joins.QueryablePattern`5">
            <summary>
            Represents a join pattern over five observable sequences.
            </summary>
            <typeparam name="TSource1">The type of the elements in the first source sequence.</typeparam>
            <typeparam name="TSource2">The type of the elements in the second source sequence.</typeparam>
            <typeparam name="TSource3">The type of the elements in the third source sequence.</typeparam>
            <typeparam name="TSource4">The type of the elements in the fourth source sequence.</typeparam>
            <typeparam name="TSource5">The type of the elements in the fifth source sequence.</typeparam>
        </member>
        <member name="M:System.Reactive.Joins.QueryablePattern`5.And``1(System.IObservable{``0})">
            <summary>
            Creates a pattern that matches when all six observable sequences have an available element.
            </summary>
            <typeparam name="TSource6">The type of the elements in the sixth observable sequence.</typeparam>
            <param name="other">Observable sequence to match with the five previous sequences.</param>
            <returns>Pattern object that matches when all observable sequences have an available element.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="other"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Joins.QueryablePattern`5.Then``1(System.Linq.Expressions.Expression{System.Func{`0,`1,`2,`3,`4,``0}})">
            <summary>
            Matches when all observable sequences have an available element and projects the elements by invoking the selector function.
            </summary>
            <typeparam name="TResult">The type of the elements in the result sequence, returned by the selector function.</typeparam>
            <param name="selector">Selector that will be invoked for elements in the source sequences.</param>
            <returns>Plan that produces the projected results, to be fed (with other plans) to the When operator.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="selector"/> is null.</exception>
        </member>
        <member name="T:System.Reactive.Joins.QueryablePattern`6">
            <summary>
            Represents a join pattern over six observable sequences.
            </summary>
            <typeparam name="TSource1">The type of the elements in the first source sequence.</typeparam>
            <typeparam name="TSource2">The type of the elements in the second source sequence.</typeparam>
            <typeparam name="TSource3">The type of the elements in the third source sequence.</typeparam>
            <typeparam name="TSource4">The type of the elements in the fourth source sequence.</typeparam>
            <typeparam name="TSource5">The type of the elements in the fifth source sequence.</typeparam>
            <typeparam name="TSource6">The type of the elements in the sixth source sequence.</typeparam>
        </member>
        <member name="M:System.Reactive.Joins.QueryablePattern`6.And``1(System.IObservable{``0})">
            <summary>
            Creates a pattern that matches when all seven observable sequences have an available element.
            </summary>
            <typeparam name="TSource7">The type of the elements in the seventh observable sequence.</typeparam>
            <param name="other">Observable sequence to match with the six previous sequences.</param>
            <returns>Pattern object that matches when all observable sequences have an available element.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="other"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Joins.QueryablePattern`6.Then``1(System.Linq.Expressions.Expression{System.Func{`0,`1,`2,`3,`4,`5,``0}})">
            <summary>
            Matches when all observable sequences have an available element and projects the elements by invoking the selector function.
            </summary>
            <typeparam name="TResult">The type of the elements in the result sequence, returned by the selector function.</typeparam>
            <param name="selector">Selector that will be invoked for elements in the source sequences.</param>
            <returns>Plan that produces the projected results, to be fed (with other plans) to the When operator.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="selector"/> is null.</exception>
        </member>
        <member name="T:System.Reactive.Joins.QueryablePattern`7">
            <summary>
            Represents a join pattern over seven observable sequences.
            </summary>
            <typeparam name="TSource1">The type of the elements in the first source sequence.</typeparam>
            <typeparam name="TSource2">The type of the elements in the second source sequence.</typeparam>
            <typeparam name="TSource3">The type of the elements in the third source sequence.</typeparam>
            <typeparam name="TSource4">The type of the elements in the fourth source sequence.</typeparam>
            <typeparam name="TSource5">The type of the elements in the fifth source sequence.</typeparam>
            <typeparam name="TSource6">The type of the elements in the sixth source sequence.</typeparam>
            <typeparam name="TSource7">The type of the elements in the seventh source sequence.</typeparam>
        </member>
        <member name="M:System.Reactive.Joins.QueryablePattern`7.And``1(System.IObservable{``0})">
            <summary>
            Creates a pattern that matches when all eight observable sequences have an available element.
            </summary>
            <typeparam name="TSource8">The type of the elements in the eighth observable sequence.</typeparam>
            <param name="other">Observable sequence to match with the seven previous sequences.</param>
            <returns>Pattern object that matches when all observable sequences have an available element.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="other"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Joins.QueryablePattern`7.Then``1(System.Linq.Expressions.Expression{System.Func{`0,`1,`2,`3,`4,`5,`6,``0}})">
            <summary>
            Matches when all observable sequences have an available element and projects the elements by invoking the selector function.
            </summary>
            <typeparam name="TResult">The type of the elements in the result sequence, returned by the selector function.</typeparam>
            <param name="selector">Selector that will be invoked for elements in the source sequences.</param>
            <returns>Plan that produces the projected results, to be fed (with other plans) to the When operator.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="selector"/> is null.</exception>
        </member>
        <member name="T:System.Reactive.Joins.QueryablePattern`8">
            <summary>
            Represents a join pattern over eight observable sequences.
            </summary>
            <typeparam name="TSource1">The type of the elements in the first source sequence.</typeparam>
            <typeparam name="TSource2">The type of the elements in the second source sequence.</typeparam>
            <typeparam name="TSource3">The type of the elements in the third source sequence.</typeparam>
            <typeparam name="TSource4">The type of the elements in the fourth source sequence.</typeparam>
            <typeparam name="TSource5">The type of the elements in the fifth source sequence.</typeparam>
            <typeparam name="TSource6">The type of the elements in the sixth source sequence.</typeparam>
            <typeparam name="TSource7">The type of the elements in the seventh source sequence.</typeparam>
            <typeparam name="TSource8">The type of the elements in the eighth source sequence.</typeparam>
        </member>
        <member name="M:System.Reactive.Joins.QueryablePattern`8.And``1(System.IObservable{``0})">
            <summary>
            Creates a pattern that matches when all nine observable sequences have an available element.
            </summary>
            <typeparam name="TSource9">The type of the elements in the ninth observable sequence.</typeparam>
            <param name="other">Observable sequence to match with the eight previous sequences.</param>
            <returns>Pattern object that matches when all observable sequences have an available element.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="other"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Joins.QueryablePattern`8.Then``1(System.Linq.Expressions.Expression{System.Func{`0,`1,`2,`3,`4,`5,`6,`7,``0}})">
            <summary>
            Matches when all observable sequences have an available element and projects the elements by invoking the selector function.
            </summary>
            <typeparam name="TResult">The type of the elements in the result sequence, returned by the selector function.</typeparam>
            <param name="selector">Selector that will be invoked for elements in the source sequences.</param>
            <returns>Plan that produces the projected results, to be fed (with other plans) to the When operator.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="selector"/> is null.</exception>
        </member>
        <member name="T:System.Reactive.Joins.QueryablePattern`9">
            <summary>
            Represents a join pattern over nine observable sequences.
            </summary>
            <typeparam name="TSource1">The type of the elements in the first source sequence.</typeparam>
            <typeparam name="TSource2">The type of the elements in the second source sequence.</typeparam>
            <typeparam name="TSource3">The type of the elements in the third source sequence.</typeparam>
            <typeparam name="TSource4">The type of the elements in the fourth source sequence.</typeparam>
            <typeparam name="TSource5">The type of the elements in the fifth source sequence.</typeparam>
            <typeparam name="TSource6">The type of the elements in the sixth source sequence.</typeparam>
            <typeparam name="TSource7">The type of the elements in the seventh source sequence.</typeparam>
            <typeparam name="TSource8">The type of the elements in the eighth source sequence.</typeparam>
            <typeparam name="TSource9">The type of the elements in the ninth source sequence.</typeparam>
        </member>
        <member name="M:System.Reactive.Joins.QueryablePattern`9.And``1(System.IObservable{``0})">
            <summary>
            Creates a pattern that matches when all ten observable sequences have an available element.
            </summary>
            <typeparam name="TSource10">The type of the elements in the tenth observable sequence.</typeparam>
            <param name="other">Observable sequence to match with the nine previous sequences.</param>
            <returns>Pattern object that matches when all observable sequences have an available element.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="other"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Joins.QueryablePattern`9.Then``1(System.Linq.Expressions.Expression{System.Func{`0,`1,`2,`3,`4,`5,`6,`7,`8,``0}})">
            <summary>
            Matches when all observable sequences have an available element and projects the elements by invoking the selector function.
            </summary>
            <typeparam name="TResult">The type of the elements in the result sequence, returned by the selector function.</typeparam>
            <param name="selector">Selector that will be invoked for elements in the source sequences.</param>
            <returns>Plan that produces the projected results, to be fed (with other plans) to the When operator.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="selector"/> is null.</exception>
        </member>
        <member name="T:System.Reactive.Joins.QueryablePattern`10">
            <summary>
            Represents a join pattern over ten observable sequences.
            </summary>
            <typeparam name="TSource1">The type of the elements in the first source sequence.</typeparam>
            <typeparam name="TSource2">The type of the elements in the second source sequence.</typeparam>
            <typeparam name="TSource3">The type of the elements in the third source sequence.</typeparam>
            <typeparam name="TSource4">The type of the elements in the fourth source sequence.</typeparam>
            <typeparam name="TSource5">The type of the elements in the fifth source sequence.</typeparam>
            <typeparam name="TSource6">The type of the elements in the sixth source sequence.</typeparam>
            <typeparam name="TSource7">The type of the elements in the seventh source sequence.</typeparam>
            <typeparam name="TSource8">The type of the elements in the eighth source sequence.</typeparam>
            <typeparam name="TSource9">The type of the elements in the ninth source sequence.</typeparam>
            <typeparam name="TSource10">The type of the elements in the tenth source sequence.</typeparam>
        </member>
        <member name="M:System.Reactive.Joins.QueryablePattern`10.And``1(System.IObservable{``0})">
            <summary>
            Creates a pattern that matches when all eleven observable sequences have an available element.
            </summary>
            <typeparam name="TSource11">The type of the elements in the eleventh observable sequence.</typeparam>
            <param name="other">Observable sequence to match with the ten previous sequences.</param>
            <returns>Pattern object that matches when all observable sequences have an available element.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="other"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Joins.QueryablePattern`10.Then``1(System.Linq.Expressions.Expression{System.Func{`0,`1,`2,`3,`4,`5,`6,`7,`8,`9,``0}})">
            <summary>
            Matches when all observable sequences have an available element and projects the elements by invoking the selector function.
            </summary>
            <typeparam name="TResult">The type of the elements in the result sequence, returned by the selector function.</typeparam>
            <param name="selector">Selector that will be invoked for elements in the source sequences.</param>
            <returns>Plan that produces the projected results, to be fed (with other plans) to the When operator.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="selector"/> is null.</exception>
        </member>
        <member name="T:System.Reactive.Joins.QueryablePattern`11">
            <summary>
            Represents a join pattern over eleven observable sequences.
            </summary>
            <typeparam name="TSource1">The type of the elements in the first source sequence.</typeparam>
            <typeparam name="TSource2">The type of the elements in the second source sequence.</typeparam>
            <typeparam name="TSource3">The type of the elements in the third source sequence.</typeparam>
            <typeparam name="TSource4">The type of the elements in the fourth source sequence.</typeparam>
            <typeparam name="TSource5">The type of the elements in the fifth source sequence.</typeparam>
            <typeparam name="TSource6">The type of the elements in the sixth source sequence.</typeparam>
            <typeparam name="TSource7">The type of the elements in the seventh source sequence.</typeparam>
            <typeparam name="TSource8">The type of the elements in the eighth source sequence.</typeparam>
            <typeparam name="TSource9">The type of the elements in the ninth source sequence.</typeparam>
            <typeparam name="TSource10">The type of the elements in the tenth source sequence.</typeparam>
            <typeparam name="TSource11">The type of the elements in the eleventh source sequence.</typeparam>
        </member>
        <member name="M:System.Reactive.Joins.QueryablePattern`11.And``1(System.IObservable{``0})">
            <summary>
            Creates a pattern that matches when all twelve observable sequences have an available element.
            </summary>
            <typeparam name="TSource12">The type of the elements in the twelfth observable sequence.</typeparam>
            <param name="other">Observable sequence to match with the eleven previous sequences.</param>
            <returns>Pattern object that matches when all observable sequences have an available element.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="other"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Joins.QueryablePattern`11.Then``1(System.Linq.Expressions.Expression{System.Func{`0,`1,`2,`3,`4,`5,`6,`7,`8,`9,`10,``0}})">
            <summary>
            Matches when all observable sequences have an available element and projects the elements by invoking the selector function.
            </summary>
            <typeparam name="TResult">The type of the elements in the result sequence, returned by the selector function.</typeparam>
            <param name="selector">Selector that will be invoked for elements in the source sequences.</param>
            <returns>Plan that produces the projected results, to be fed (with other plans) to the When operator.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="selector"/> is null.</exception>
        </member>
        <member name="T:System.Reactive.Joins.QueryablePattern`12">
            <summary>
            Represents a join pattern over twelve observable sequences.
            </summary>
            <typeparam name="TSource1">The type of the elements in the first source sequence.</typeparam>
            <typeparam name="TSource2">The type of the elements in the second source sequence.</typeparam>
            <typeparam name="TSource3">The type of the elements in the third source sequence.</typeparam>
            <typeparam name="TSource4">The type of the elements in the fourth source sequence.</typeparam>
            <typeparam name="TSource5">The type of the elements in the fifth source sequence.</typeparam>
            <typeparam name="TSource6">The type of the elements in the sixth source sequence.</typeparam>
            <typeparam name="TSource7">The type of the elements in the seventh source sequence.</typeparam>
            <typeparam name="TSource8">The type of the elements in the eighth source sequence.</typeparam>
            <typeparam name="TSource9">The type of the elements in the ninth source sequence.</typeparam>
            <typeparam name="TSource10">The type of the elements in the tenth source sequence.</typeparam>
            <typeparam name="TSource11">The type of the elements in the eleventh source sequence.</typeparam>
            <typeparam name="TSource12">The type of the elements in the twelfth source sequence.</typeparam>
        </member>
        <member name="M:System.Reactive.Joins.QueryablePattern`12.And``1(System.IObservable{``0})">
            <summary>
            Creates a pattern that matches when all thirteen observable sequences have an available element.
            </summary>
            <typeparam name="TSource13">The type of the elements in the thirteenth observable sequence.</typeparam>
            <param name="other">Observable sequence to match with the twelve previous sequences.</param>
            <returns>Pattern object that matches when all observable sequences have an available element.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="other"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Joins.QueryablePattern`12.Then``1(System.Linq.Expressions.Expression{System.Func{`0,`1,`2,`3,`4,`5,`6,`7,`8,`9,`10,`11,``0}})">
            <summary>
            Matches when all observable sequences have an available element and projects the elements by invoking the selector function.
            </summary>
            <typeparam name="TResult">The type of the elements in the result sequence, returned by the selector function.</typeparam>
            <param name="selector">Selector that will be invoked for elements in the source sequences.</param>
            <returns>Plan that produces the projected results, to be fed (with other plans) to the When operator.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="selector"/> is null.</exception>
        </member>
        <member name="T:System.Reactive.Joins.QueryablePattern`13">
            <summary>
            Represents a join pattern over thirteen observable sequences.
            </summary>
            <typeparam name="TSource1">The type of the elements in the first source sequence.</typeparam>
            <typeparam name="TSource2">The type of the elements in the second source sequence.</typeparam>
            <typeparam name="TSource3">The type of the elements in the third source sequence.</typeparam>
            <typeparam name="TSource4">The type of the elements in the fourth source sequence.</typeparam>
            <typeparam name="TSource5">The type of the elements in the fifth source sequence.</typeparam>
            <typeparam name="TSource6">The type of the elements in the sixth source sequence.</typeparam>
            <typeparam name="TSource7">The type of the elements in the seventh source sequence.</typeparam>
            <typeparam name="TSource8">The type of the elements in the eighth source sequence.</typeparam>
            <typeparam name="TSource9">The type of the elements in the ninth source sequence.</typeparam>
            <typeparam name="TSource10">The type of the elements in the tenth source sequence.</typeparam>
            <typeparam name="TSource11">The type of the elements in the eleventh source sequence.</typeparam>
            <typeparam name="TSource12">The type of the elements in the twelfth source sequence.</typeparam>
            <typeparam name="TSource13">The type of the elements in the thirteenth source sequence.</typeparam>
        </member>
        <member name="M:System.Reactive.Joins.QueryablePattern`13.And``1(System.IObservable{``0})">
            <summary>
            Creates a pattern that matches when all fourteen observable sequences have an available element.
            </summary>
            <typeparam name="TSource14">The type of the elements in the fourteenth observable sequence.</typeparam>
            <param name="other">Observable sequence to match with the thirteen previous sequences.</param>
            <returns>Pattern object that matches when all observable sequences have an available element.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="other"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Joins.QueryablePattern`13.Then``1(System.Linq.Expressions.Expression{System.Func{`0,`1,`2,`3,`4,`5,`6,`7,`8,`9,`10,`11,`12,``0}})">
            <summary>
            Matches when all observable sequences have an available element and projects the elements by invoking the selector function.
            </summary>
            <typeparam name="TResult">The type of the elements in the result sequence, returned by the selector function.</typeparam>
            <param name="selector">Selector that will be invoked for elements in the source sequences.</param>
            <returns>Plan that produces the projected results, to be fed (with other plans) to the When operator.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="selector"/> is null.</exception>
        </member>
        <member name="T:System.Reactive.Joins.QueryablePattern`14">
            <summary>
            Represents a join pattern over fourteen observable sequences.
            </summary>
            <typeparam name="TSource1">The type of the elements in the first source sequence.</typeparam>
            <typeparam name="TSource2">The type of the elements in the second source sequence.</typeparam>
            <typeparam name="TSource3">The type of the elements in the third source sequence.</typeparam>
            <typeparam name="TSource4">The type of the elements in the fourth source sequence.</typeparam>
            <typeparam name="TSource5">The type of the elements in the fifth source sequence.</typeparam>
            <typeparam name="TSource6">The type of the elements in the sixth source sequence.</typeparam>
            <typeparam name="TSource7">The type of the elements in the seventh source sequence.</typeparam>
            <typeparam name="TSource8">The type of the elements in the eighth source sequence.</typeparam>
            <typeparam name="TSource9">The type of the elements in the ninth source sequence.</typeparam>
            <typeparam name="TSource10">The type of the elements in the tenth source sequence.</typeparam>
            <typeparam name="TSource11">The type of the elements in the eleventh source sequence.</typeparam>
            <typeparam name="TSource12">The type of the elements in the twelfth source sequence.</typeparam>
            <typeparam name="TSource13">The type of the elements in the thirteenth source sequence.</typeparam>
            <typeparam name="TSource14">The type of the elements in the fourteenth source sequence.</typeparam>
        </member>
        <member name="M:System.Reactive.Joins.QueryablePattern`14.And``1(System.IObservable{``0})">
            <summary>
            Creates a pattern that matches when all fifteen observable sequences have an available element.
            </summary>
            <typeparam name="TSource15">The type of the elements in the fifteenth observable sequence.</typeparam>
            <param name="other">Observable sequence to match with the fourteen previous sequences.</param>
            <returns>Pattern object that matches when all observable sequences have an available element.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="other"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Joins.QueryablePattern`14.Then``1(System.Linq.Expressions.Expression{System.Func{`0,`1,`2,`3,`4,`5,`6,`7,`8,`9,`10,`11,`12,`13,``0}})">
            <summary>
            Matches when all observable sequences have an available element and projects the elements by invoking the selector function.
            </summary>
            <typeparam name="TResult">The type of the elements in the result sequence, returned by the selector function.</typeparam>
            <param name="selector">Selector that will be invoked for elements in the source sequences.</param>
            <returns>Plan that produces the projected results, to be fed (with other plans) to the When operator.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="selector"/> is null.</exception>
        </member>
        <member name="T:System.Reactive.Joins.QueryablePattern`15">
            <summary>
            Represents a join pattern over fifteen observable sequences.
            </summary>
            <typeparam name="TSource1">The type of the elements in the first source sequence.</typeparam>
            <typeparam name="TSource2">The type of the elements in the second source sequence.</typeparam>
            <typeparam name="TSource3">The type of the elements in the third source sequence.</typeparam>
            <typeparam name="TSource4">The type of the elements in the fourth source sequence.</typeparam>
            <typeparam name="TSource5">The type of the elements in the fifth source sequence.</typeparam>
            <typeparam name="TSource6">The type of the elements in the sixth source sequence.</typeparam>
            <typeparam name="TSource7">The type of the elements in the seventh source sequence.</typeparam>
            <typeparam name="TSource8">The type of the elements in the eighth source sequence.</typeparam>
            <typeparam name="TSource9">The type of the elements in the ninth source sequence.</typeparam>
            <typeparam name="TSource10">The type of the elements in the tenth source sequence.</typeparam>
            <typeparam name="TSource11">The type of the elements in the eleventh source sequence.</typeparam>
            <typeparam name="TSource12">The type of the elements in the twelfth source sequence.</typeparam>
            <typeparam name="TSource13">The type of the elements in the thirteenth source sequence.</typeparam>
            <typeparam name="TSource14">The type of the elements in the fourteenth source sequence.</typeparam>
            <typeparam name="TSource15">The type of the elements in the fifteenth source sequence.</typeparam>
        </member>
        <member name="M:System.Reactive.Joins.QueryablePattern`15.And``1(System.IObservable{``0})">
            <summary>
            Creates a pattern that matches when all sixteen observable sequences have an available element.
            </summary>
            <typeparam name="TSource16">The type of the elements in the sixteenth observable sequence.</typeparam>
            <param name="other">Observable sequence to match with the fifteen previous sequences.</param>
            <returns>Pattern object that matches when all observable sequences have an available element.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="other"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Joins.QueryablePattern`15.Then``1(System.Linq.Expressions.Expression{System.Func{`0,`1,`2,`3,`4,`5,`6,`7,`8,`9,`10,`11,`12,`13,`14,``0}})">
            <summary>
            Matches when all observable sequences have an available element and projects the elements by invoking the selector function.
            </summary>
            <typeparam name="TResult">The type of the elements in the result sequence, returned by the selector function.</typeparam>
            <param name="selector">Selector that will be invoked for elements in the source sequences.</param>
            <returns>Plan that produces the projected results, to be fed (with other plans) to the When operator.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="selector"/> is null.</exception>
        </member>
        <member name="T:System.Reactive.Joins.QueryablePattern`16">
            <summary>
            Represents a join pattern over sixteen observable sequences.
            </summary>
            <typeparam name="TSource1">The type of the elements in the first source sequence.</typeparam>
            <typeparam name="TSource2">The type of the elements in the second source sequence.</typeparam>
            <typeparam name="TSource3">The type of the elements in the third source sequence.</typeparam>
            <typeparam name="TSource4">The type of the elements in the fourth source sequence.</typeparam>
            <typeparam name="TSource5">The type of the elements in the fifth source sequence.</typeparam>
            <typeparam name="TSource6">The type of the elements in the sixth source sequence.</typeparam>
            <typeparam name="TSource7">The type of the elements in the seventh source sequence.</typeparam>
            <typeparam name="TSource8">The type of the elements in the eighth source sequence.</typeparam>
            <typeparam name="TSource9">The type of the elements in the ninth source sequence.</typeparam>
            <typeparam name="TSource10">The type of the elements in the tenth source sequence.</typeparam>
            <typeparam name="TSource11">The type of the elements in the eleventh source sequence.</typeparam>
            <typeparam name="TSource12">The type of the elements in the twelfth source sequence.</typeparam>
            <typeparam name="TSource13">The type of the elements in the thirteenth source sequence.</typeparam>
            <typeparam name="TSource14">The type of the elements in the fourteenth source sequence.</typeparam>
            <typeparam name="TSource15">The type of the elements in the fifteenth source sequence.</typeparam>
            <typeparam name="TSource16">The type of the elements in the sixteenth source sequence.</typeparam>
        </member>
        <member name="M:System.Reactive.Joins.QueryablePattern`16.Then``1(System.Linq.Expressions.Expression{System.Func{`0,`1,`2,`3,`4,`5,`6,`7,`8,`9,`10,`11,`12,`13,`14,`15,``0}})">
            <summary>
            Matches when all observable sequences have an available element and projects the elements by invoking the selector function.
            </summary>
            <typeparam name="TResult">The type of the elements in the result sequence, returned by the selector function.</typeparam>
            <param name="selector">Selector that will be invoked for elements in the source sequences.</param>
            <returns>Plan that produces the projected results, to be fed (with other plans) to the When operator.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="selector"/> is null.</exception>
        </member>
        <member name="T:System.Reactive.Joins.QueryablePlan`1">
            <summary>
            Represents an execution plan for join patterns represented by an expression tree.
            </summary>
            <typeparam name="TResult">The type of the results produced by the plan.</typeparam>
        </member>
        <member name="P:System.Reactive.Joins.QueryablePlan`1.Expression">
            <summary>
            Gets the expression tree representing the join pattern execution plan.
            </summary>
        </member>
        <member name="T:System.Reactive.Joins.NamespaceDoc">
            <summary>
            The <b>System.Reactive.Joins</b> namespace contains classes used to express join patterns over observable sequences using fluent method syntax.
            </summary>
        </member>
        <member name="T:System.Reactive.ListObservable`1">
            <summary>
            Represents an object that retains the elements of the observable sequence and signals the end of the sequence.
            </summary>
            <typeparam name="T">The type of elements received from the source sequence.</typeparam>
        </member>
        <member name="M:System.Reactive.ListObservable`1.#ctor(System.IObservable{`0})">
            <summary>
            Constructs an object that retains the values of source and signals the end of the sequence.
            </summary>
            <param name="source">The observable sequence whose elements will be retained in the list.</param>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> is <c>null</c>.</exception>
        </member>
        <member name="P:System.Reactive.ListObservable`1.Value">
            <summary>
            Returns the last value of the observable sequence.
            </summary>
        </member>
        <member name="M:System.Reactive.ListObservable`1.IndexOf(`0)">
            <summary>
            Determines the index of a specific item in the ListObservable.
            </summary>
            <param name="item">The element to determine the index for.</param>
            <returns>The index of the specified item in the list; -1 if not found.</returns>
        </member>
        <member name="M:System.Reactive.ListObservable`1.Insert(System.Int32,`0)">
            <summary>
            Inserts an item to the ListObservable at the specified index.
            </summary>
            <param name="index">The index to insert the item at.</param>
            <param name="item">The item to insert in the list.</param>
        </member>
        <member name="M:System.Reactive.ListObservable`1.RemoveAt(System.Int32)">
            <summary>
            Removes the ListObservable item at the specified index.
            </summary>
            <param name="index">The index of the item to remove.</param>
        </member>
        <member name="P:System.Reactive.ListObservable`1.Item(System.Int32)">
            <summary>
            Gets or sets the element at the specified index.
            </summary>
            <param name="index">The index of the item to retrieve or set.</param>
        </member>
        <member name="M:System.Reactive.ListObservable`1.Add(`0)">
            <summary>
            Adds an item to the ListObservable.
            </summary>
            <param name="item">The item to add to the list.</param>
        </member>
        <member name="M:System.Reactive.ListObservable`1.Clear">
            <summary>
            Removes all items from the ListObservable.
            </summary>
        </member>
        <member name="M:System.Reactive.ListObservable`1.Contains(`0)">
            <summary>
            Determines whether the ListObservable contains a specific value.
            </summary>
            <param name="item">The item to search for in the list.</param>
            <returns>true if found; false otherwise.</returns>
        </member>
        <member name="M:System.Reactive.ListObservable`1.CopyTo(`0[],System.Int32)">
            <summary>
            Copies the elements of the ListObservable to an System.Array, starting at a particular System.Array index.
            </summary>
            <param name="array">The array to copy elements to.</param>
            <param name="arrayIndex">The start index in the array to start copying elements to.</param>
        </member>
        <member name="P:System.Reactive.ListObservable`1.Count">
            <summary>
            Gets the number of elements contained in the ListObservable.
            </summary>
        </member>
        <member name="P:System.Reactive.ListObservable`1.IsReadOnly">
            <summary>
            Gets a value that indicates whether the ListObservable is read-only.
            </summary>
        </member>
        <member name="M:System.Reactive.ListObservable`1.Remove(`0)">
            <summary>
            Removes the first occurrence of a specific object from the ListObservable.
            </summary>
            <param name="item">The item to remove from the list.</param>
            <returns>true if the item was found; false otherwise.</returns>
        </member>
        <member name="M:System.Reactive.ListObservable`1.GetEnumerator">
            <summary>
            Returns an enumerator that iterates through the collection.
            </summary>
            <returns>Enumerator over the list.</returns>
        </member>
        <member name="M:System.Reactive.ListObservable`1.Subscribe(System.IObserver{System.Object})">
            <summary>
            Subscribes an observer to the ListObservable which will be notified upon completion.
            </summary>
            <param name="observer">The observer to send completion or error messages to.</param>
            <returns>The disposable resource that can be used to unsubscribe.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="observer"/> is <c>null</c>.</exception>
        </member>
        <member name="T:System.Reactive.NamespaceDoc">
            <summary>
            The <b>System.Reactive</b> namespace contains interfaces and classes used throughout the Reactive Extensions library.
            </summary>
        </member>
        <member name="T:System.Reactive.Subjects.NamespaceDoc">
            <summary>
            The <b>System.Reactive.Subjects</b> namespace contains interfaces and classes to represent subjects, which are objects implementing both <see cref="T:System.IObservable`1"/> and <see cref="T:System.IObserver`1"/>.
            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>
        </member>
        <member name="T:System.Reactive.Subjects.AsyncSubject`1">
            <summary>
            Represents the result of an asynchronous operation.
            The last value before the OnCompleted notification, or the error received through OnError, is sent to all subscribed observers.
            </summary>
            <typeparam name="T">The type of the elements processed by the subject.</typeparam>
        </member>
        <member name="F:System.Reactive.Subjects.AsyncSubject`1.Terminated">
            <summary>
            A pre-allocated empty array indicating the AsyncSubject has terminated
            </summary>
        </member>
        <member name="F:System.Reactive.Subjects.AsyncSubject`1.Disposed">
            <summary>
            A pre-allocated empty array indicating the AsyncSubject has terminated
            </summary>
        </member>
        <member name="M:System.Reactive.Subjects.AsyncSubject`1.#ctor">
            <summary>
            Creates a subject that can only receive one value and that value is cached for all future observations.
            </summary>
        </member>
        <member name="P:System.Reactive.Subjects.AsyncSubject`1.HasObservers">
            <summary>
            Indicates whether the subject has observers subscribed to it.
            </summary>
        </member>
        <member name="P:System.Reactive.Subjects.AsyncSubject`1.IsDisposed">
            <summary>
            Indicates whether the subject has been disposed.
            </summary>
        </member>
        <member name="M:System.Reactive.Subjects.AsyncSubject`1.OnCompleted">
            <summary>
            Notifies all subscribed observers about the end of the sequence, also causing the last received value to be sent out (if any).
            </summary>
        </member>
        <member name="M:System.Reactive.Subjects.AsyncSubject`1.OnError(System.Exception)">
            <summary>
            Notifies all subscribed observers about the exception.
            </summary>
            <param name="error">The exception to send to all observers.</param>
            <exception cref="T:System.ArgumentNullException"><paramref name="error"/> is <c>null</c>.</exception>
        </member>
        <member name="M:System.Reactive.Subjects.AsyncSubject`1.OnNext(`0)">
            <summary>
            Sends a value to the subject. The last value received before successful termination will be sent to all subscribed and future observers.
            </summary>
            <param name="value">The value to store in the subject.</param>
        </member>
        <member name="M:System.Reactive.Subjects.AsyncSubject`1.Subscribe(System.IObserver{`0})">
            <summary>
            Subscribes an observer to the subject.
            </summary>
            <param name="observer">Observer to subscribe to the subject.</param>
            <returns>Disposable object that can be used to unsubscribe the observer from the subject.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="observer"/> is <c>null</c>.</exception>
        </member>
        <member name="T:System.Reactive.Subjects.AsyncSubject`1.AsyncSubjectDisposable">
            <summary>
            A disposable connecting the AsyncSubject and an IObserver.
            </summary>
        </member>
        <member name="M:System.Reactive.Subjects.AsyncSubject`1.Dispose">
            <summary>
            Unsubscribe all observers and release resources.
            </summary>
        </member>
        <member name="M:System.Reactive.Subjects.AsyncSubject`1.GetAwaiter">
            <summary>
            Gets an awaitable object for the current AsyncSubject.
            </summary>
            <returns>Object that can be awaited.</returns>
        </member>
        <member name="M:System.Reactive.Subjects.AsyncSubject`1.OnCompleted(System.Action)">
            <summary>
            Specifies a callback action that will be invoked when the subject completes.
            </summary>
            <param name="continuation">Callback action that will be invoked when the subject completes.</param>
            <exception cref="T:System.ArgumentNullException"><paramref name="continuation"/> is <c>null</c>.</exception>
        </member>
        <member name="P:System.Reactive.Subjects.AsyncSubject`1.IsCompleted">
            <summary>
            Gets whether the AsyncSubject has completed.
            </summary>
        </member>
        <member name="M:System.Reactive.Subjects.AsyncSubject`1.GetResult">
            <summary>
            Gets the last element of the subject, potentially blocking until the subject completes successfully or exceptionally.
            </summary>
            <returns>The last element of the subject. Throws an InvalidOperationException if no element was received.</returns>
            <exception cref="T:System.InvalidOperationException">The source sequence is empty.</exception>
        </member>
        <member name="T:System.Reactive.Subjects.BehaviorSubject`1">
            <summary>
            Represents a value that changes over time.
            Observers can subscribe to the subject to receive the last (or initial) value and all subsequent notifications.
            </summary>
            <typeparam name="T">The type of the elements processed by the subject.</typeparam>
        </member>
        <member name="M:System.Reactive.Subjects.BehaviorSubject`1.#ctor(`0)">
            <summary>
            Initializes a new instance of the <see cref="T:System.Reactive.Subjects.BehaviorSubject`1"/> class which creates a subject that caches its last value and starts with the specified value.
            </summary>
            <param name="value">Initial value sent to observers when no other value has been received by the subject yet.</param>
        </member>
        <member name="P:System.Reactive.Subjects.BehaviorSubject`1.HasObservers">
            <summary>
            Indicates whether the subject has observers subscribed to it.
            </summary>
        </member>
        <member name="P:System.Reactive.Subjects.BehaviorSubject`1.IsDisposed">
            <summary>
            Indicates whether the subject has been disposed.
            </summary>
        </member>
        <member name="P:System.Reactive.Subjects.BehaviorSubject`1.Value">
            <summary>
            Gets the current value or throws an exception.
            </summary>
            <value>The initial value passed to the constructor until <see cref="M:System.Reactive.Subjects.BehaviorSubject`1.OnNext(`0)"/> is called; after which, the last value passed to <see cref="M:System.Reactive.Subjects.BehaviorSubject`1.OnNext(`0)"/>.</value>
            <remarks>
            <para><see cref="P:System.Reactive.Subjects.BehaviorSubject`1.Value"/> is frozen after <see cref="M:System.Reactive.Subjects.BehaviorSubject`1.OnCompleted"/> is called.</para>
            <para>After <see cref="M:System.Reactive.Subjects.BehaviorSubject`1.OnError(System.Exception)"/> is called, <see cref="P:System.Reactive.Subjects.BehaviorSubject`1.Value"/> always throws the specified exception.</para>
            <para>An exception is always thrown after <see cref="M:System.Reactive.Subjects.BehaviorSubject`1.Dispose"/> is called.</para>
            <alert type="caller">
            Reading <see cref="P:System.Reactive.Subjects.BehaviorSubject`1.Value"/> is a thread-safe operation, though there's a potential race condition when <see cref="M:System.Reactive.Subjects.BehaviorSubject`1.OnNext(`0)"/> or <see cref="M:System.Reactive.Subjects.BehaviorSubject`1.OnError(System.Exception)"/> are being invoked concurrently.
            In some cases, it may be necessary for a caller to use external synchronization to avoid race conditions.
            </alert>
            </remarks>
            <exception cref="T:System.ObjectDisposedException">Dispose was called.</exception>
        </member>
        <member name="M:System.Reactive.Subjects.BehaviorSubject`1.TryGetValue(`0@)">
            <summary>
            Tries to get the current value or throws an exception.
            </summary>
            <param name="value">The initial value passed to the constructor until <see cref="M:System.Reactive.Subjects.BehaviorSubject`1.OnNext(`0)"/> is called; after which, the last value passed to <see cref="M:System.Reactive.Subjects.BehaviorSubject`1.OnNext(`0)"/>.</param>
            <returns>true if a value is available; false if the subject was disposed.</returns>
            <remarks>
            <para>The value returned from <see cref="M:System.Reactive.Subjects.BehaviorSubject`1.TryGetValue(`0@)"/> is frozen after <see cref="M:System.Reactive.Subjects.BehaviorSubject`1.OnCompleted"/> is called.</para>
            <para>After <see cref="M:System.Reactive.Subjects.BehaviorSubject`1.OnError(System.Exception)"/> is called, <see cref="M:System.Reactive.Subjects.BehaviorSubject`1.TryGetValue(`0@)"/> always throws the specified exception.</para>
            <alert type="caller">
            Calling <see cref="M:System.Reactive.Subjects.BehaviorSubject`1.TryGetValue(`0@)"/> is a thread-safe operation, though there's a potential race condition when <see cref="M:System.Reactive.Subjects.BehaviorSubject`1.OnNext(`0)"/> or <see cref="M:System.Reactive.Subjects.BehaviorSubject`1.OnError(System.Exception)"/> are being invoked concurrently.
            In some cases, it may be necessary for a caller to use external synchronization to avoid race conditions.
            </alert>
            </remarks>
        </member>
        <member name="M:System.Reactive.Subjects.BehaviorSubject`1.OnCompleted">
            <summary>
            Notifies all subscribed observers about the end of the sequence.
            </summary>
        </member>
        <member name="M:System.Reactive.Subjects.BehaviorSubject`1.OnError(System.Exception)">
            <summary>
            Notifies all subscribed observers about the exception.
            </summary>
            <param name="error">The exception to send to all observers.</param>
            <exception cref="T:System.ArgumentNullException"><paramref name="error"/> is <c>null</c>.</exception>
        </member>
        <member name="M:System.Reactive.Subjects.BehaviorSubject`1.OnNext(`0)">
            <summary>
            Notifies all subscribed observers about the arrival of the specified element in the sequence.
            </summary>
            <param name="value">The value to send to all observers.</param>
        </member>
        <member name="M:System.Reactive.Subjects.BehaviorSubject`1.Subscribe(System.IObserver{`0})">
            <summary>
            Subscribes an observer to the subject.
            </summary>
            <param name="observer">Observer to subscribe to the subject.</param>
            <returns>Disposable object that can be used to unsubscribe the observer from the subject.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="observer"/> is <c>null</c>.</exception>
        </member>
        <member name="M:System.Reactive.Subjects.BehaviorSubject`1.Dispose">
            <summary>
            Unsubscribe all observers and release resources.
            </summary>
        </member>
        <member name="T:System.Reactive.Subjects.ConnectableObservable`2">
            <summary>
            Represents an observable wrapper that can be connected and disconnected from its underlying observable sequence.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <typeparam name="TResult">The type of the elements in the resulting sequence, after transformation through the subject.</typeparam>
        </member>
        <member name="M:System.Reactive.Subjects.ConnectableObservable`2.#ctor(System.IObservable{`0},System.Reactive.Subjects.ISubject{`0,`1})">
            <summary>
            Creates an observable that can be connected and disconnected from its source.
            </summary>
            <param name="source">Underlying observable source sequence that can be connected and disconnected from the wrapper.</param>
            <param name="subject">Subject exposed by the connectable observable, receiving data from the underlying source sequence upon connection.</param>
        </member>
        <member name="M:System.Reactive.Subjects.ConnectableObservable`2.Connect">
            <summary>
            Connects the observable wrapper to its source. All subscribed observers will receive values from the underlying observable sequence as long as the connection is established.
            </summary>
            <returns>Disposable object used to disconnect the observable wrapper from its source, causing subscribed observer to stop receiving values from the underlying observable sequence.</returns>
        </member>
        <member name="M:System.Reactive.Subjects.ConnectableObservable`2.Subscribe(System.IObserver{`1})">
            <summary>
            Subscribes an observer to the observable sequence. No values from the underlying observable source will be received unless a connection was established through the Connect method.
            </summary>
            <param name="observer">Observer that will receive values from the underlying observable source when the current ConnectableObservable instance is connected through a call to Connect.</param>
            <returns>Disposable used to unsubscribe from the observable sequence.</returns>
        </member>
        <member name="T:System.Reactive.Subjects.IConnectableObservable`1">
            <summary>
            Represents an observable wrapper that can be connected and disconnected from its underlying observable sequence.
            </summary>
            <typeparam name="T">
            The type of the elements in the sequence.
            This type parameter is covariant. That is, you can use either the type you specified or any type that is more derived. For more information about covariance and contravariance, see Covariance and Contravariance in Generics.
            </typeparam>
        </member>
        <member name="M:System.Reactive.Subjects.IConnectableObservable`1.Connect">
            <summary>
            Connects the observable wrapper to its source. All subscribed observers will receive values from the underlying observable sequence as long as the connection is established.
            </summary>
            <returns>Disposable used to disconnect the observable wrapper from its source, causing subscribed observer to stop receiving values from the underlying observable sequence.</returns>
        </member>
        <member name="T:System.Reactive.Subjects.ISubject`1">
            <summary>
            Represents an object that is both an observable sequence as well as an observer.
            </summary>
            <typeparam name="T">The type of the elements processed by the subject.</typeparam>
        </member>
        <member name="T:System.Reactive.Subjects.ISubject`2">
            <summary>
            Represents an object that is both an observable sequence as well as an observer.
            </summary>
            <typeparam name="TSource">
            The type of the elements received by the subject.
            This type parameter is contravariant. That is, you can use either the type you specified or any type that is less derived. For more information about covariance and contravariance, see Covariance and Contravariance in Generics.
            </typeparam>
            <typeparam name="TResult">
            The type of the elements produced by the subject.
            This type parameter is covariant. That is, you can use either the type you specified or any type that is more derived. For more information about covariance and contravariance, see Covariance and Contravariance in Generics.
            </typeparam>
        </member>
        <member name="T:System.Reactive.Subjects.ReplaySubject`1">
            <summary>
            Represents an object that is both an observable sequence as well as an observer.
            Each notification is broadcasted to all subscribed and future observers, subject to buffer trimming policies.
            </summary>
            <typeparam name="T">The type of the elements processed by the subject.</typeparam>
        </member>
        <member name="F:System.Reactive.Subjects.ReplaySubject`1._implementation">
            <summary>
            Underlying optimized implementation of the replay subject.
            </summary>
        </member>
        <member name="M:System.Reactive.Subjects.ReplaySubject`1.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:System.Reactive.Subjects.ReplaySubject`1" /> class.
            </summary>
        </member>
        <member name="M:System.Reactive.Subjects.ReplaySubject`1.#ctor(System.Reactive.Concurrency.IScheduler)">
            <summary>
            Initializes a new instance of the <see cref="T:System.Reactive.Subjects.ReplaySubject`1" /> class with the specified scheduler.
            </summary>
            <param name="scheduler">Scheduler the observers are invoked on.</param>
            <exception cref="T:System.ArgumentNullException"><paramref name="scheduler"/> is <c>null</c>.</exception>
        </member>
        <member name="M:System.Reactive.Subjects.ReplaySubject`1.#ctor(System.Int32)">
            <summary>
            Initializes a new instance of the <see cref="T:System.Reactive.Subjects.ReplaySubject`1" /> class with the specified buffer size.
            </summary>
            <param name="bufferSize">Maximum element count of the replay buffer.</param>
            <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="bufferSize"/> is less than zero.</exception>
        </member>
        <member name="M:System.Reactive.Subjects.ReplaySubject`1.#ctor(System.Int32,System.Reactive.Concurrency.IScheduler)">
            <summary>
            Initializes a new instance of the <see cref="T:System.Reactive.Subjects.ReplaySubject`1" /> class with the specified buffer size and scheduler.
            </summary>
            <param name="bufferSize">Maximum element count of the replay buffer.</param>
            <param name="scheduler">Scheduler the observers are invoked on.</param>
            <exception cref="T:System.ArgumentNullException"><paramref name="scheduler"/> is <c>null</c>.</exception>
            <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="bufferSize"/> is less than zero.</exception>
        </member>
        <member name="M:System.Reactive.Subjects.ReplaySubject`1.#ctor(System.TimeSpan)">
            <summary>
            Initializes a new instance of the <see cref="T:System.Reactive.Subjects.ReplaySubject`1" /> class with the specified window.
            </summary>
            <param name="window">Maximum time length of the replay buffer.</param>
            <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="window"/> is less than <see cref="F:System.TimeSpan.Zero"/>.</exception>
        </member>
        <member name="M:System.Reactive.Subjects.ReplaySubject`1.#ctor(System.TimeSpan,System.Reactive.Concurrency.IScheduler)">
            <summary>
            Initializes a new instance of the <see cref="T:System.Reactive.Subjects.ReplaySubject`1" /> class with the specified window and scheduler.
            </summary>
            <param name="window">Maximum time length of the replay buffer.</param>
            <param name="scheduler">Scheduler the observers are invoked on.</param>
            <exception cref="T:System.ArgumentNullException"><paramref name="scheduler"/> is <c>null</c>.</exception>
            <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="window"/> is less than <see cref="F:System.TimeSpan.Zero"/>.</exception>
        </member>
        <member name="M:System.Reactive.Subjects.ReplaySubject`1.#ctor(System.Int32,System.TimeSpan)">
            <summary>
            Initializes a new instance of the <see cref="T:System.Reactive.Subjects.ReplaySubject`1" /> class with the specified buffer size and window.
            </summary>
            <param name="bufferSize">Maximum element count of the replay buffer.</param>
            <param name="window">Maximum time length of the replay buffer.</param>
            <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="bufferSize"/> is less than zero. -or- <paramref name="window"/> is less than <see cref="F:System.TimeSpan.Zero"/>.</exception>
        </member>
        <member name="M:System.Reactive.Subjects.ReplaySubject`1.#ctor(System.Int32,System.TimeSpan,System.Reactive.Concurrency.IScheduler)">
            <summary>
            Initializes a new instance of the <see cref="T:System.Reactive.Subjects.ReplaySubject`1" /> class with the specified buffer size, window and scheduler.
            </summary>
            <param name="bufferSize">Maximum element count of the replay buffer.</param>
            <param name="window">Maximum time length of the replay buffer.</param>
            <param name="scheduler">Scheduler the observers are invoked on.</param>
            <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="bufferSize"/> is less than zero. -or- <paramref name="window"/> is less than <see cref="F:System.TimeSpan.Zero"/>.</exception>
            <exception cref="T:System.ArgumentNullException"><paramref name="scheduler"/> is <c>null</c>.</exception>
        </member>
        <member name="P:System.Reactive.Subjects.ReplaySubject`1.HasObservers">
            <summary>
            Indicates whether the subject has observers subscribed to it.
            </summary>
        </member>
        <member name="P:System.Reactive.Subjects.ReplaySubject`1.IsDisposed">
            <summary>
            Indicates whether the subject has been disposed.
            </summary>
        </member>
        <member name="M:System.Reactive.Subjects.ReplaySubject`1.OnNext(`0)">
            <summary>
            Notifies all subscribed and future observers about the arrival of the specified element in the sequence.
            </summary>
            <param name="value">The value to send to all observers.</param>
        </member>
        <member name="M:System.Reactive.Subjects.ReplaySubject`1.OnError(System.Exception)">
            <summary>
            Notifies all subscribed and future observers about the specified exception.
            </summary>
            <param name="error">The exception to send to all observers.</param>
            <exception cref="T:System.ArgumentNullException"><paramref name="error"/> is <c>null</c>.</exception>
        </member>
        <member name="M:System.Reactive.Subjects.ReplaySubject`1.OnCompleted">
            <summary>
            Notifies all subscribed and future observers about the end of the sequence.
            </summary>
        </member>
        <member name="M:System.Reactive.Subjects.ReplaySubject`1.Subscribe(System.IObserver{`0})">
            <summary>
            Subscribes an observer to the subject.
            </summary>
            <param name="observer">Observer to subscribe to the subject.</param>
            <returns>Disposable object that can be used to unsubscribe the observer from the subject.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="observer"/> is <c>null</c>.</exception>
        </member>
        <member name="M:System.Reactive.Subjects.ReplaySubject`1.Dispose">
            <summary>
            Releases all resources used by the current instance of the <see cref="T:System.Reactive.Subjects.ReplaySubject`1"/> class and unsubscribe all observers.
            </summary>
        </member>
        <member name="T:System.Reactive.Subjects.ReplaySubject`1.ReplayByTime">
            <summary>
            Original implementation of the ReplaySubject with time based operations (Scheduling, Stopwatch, buffer-by-time).
            </summary>
        </member>
        <member name="T:System.Reactive.Subjects.FastImmediateObserver`1">
            <summary>
            Specialized scheduled observer similar to a scheduled observer for the immediate scheduler.
            </summary>
            <typeparam name="T">Type of the elements processed by the observer.</typeparam>
        </member>
        <member name="F:System.Reactive.Subjects.FastImmediateObserver`1._gate">
            <summary>
            Gate to control ownership transfer and protect data structures.
            </summary>
        </member>
        <member name="F:System.Reactive.Subjects.FastImmediateObserver`1._observer">
            <summary>
            Observer to forward notifications to.
            </summary>
        </member>
        <member name="F:System.Reactive.Subjects.FastImmediateObserver`1._queue">
            <summary>
            Queue to enqueue OnNext notifications into.
            </summary>
        </member>
        <member name="F:System.Reactive.Subjects.FastImmediateObserver`1._queue2">
            <summary>
            Standby queue to swap out for _queue when transferring ownership. This allows to reuse
            queues in case of busy subjects where the initial replay doesn't suffice to catch up.
            </summary>
        </member>
        <member name="F:System.Reactive.Subjects.FastImmediateObserver`1._error">
            <summary>
            Exception passed to an OnError notification, if any.
            </summary>
        </member>
        <member name="F:System.Reactive.Subjects.FastImmediateObserver`1._done">
            <summary>
            Indicates whether an OnCompleted notification was received.
            </summary>
        </member>
        <member name="F:System.Reactive.Subjects.FastImmediateObserver`1._busy">
            <summary>
            Indicates whether the observer is busy, i.e. some thread is actively draining the
            notifications that were queued up.
            </summary>
        </member>
        <member name="F:System.Reactive.Subjects.FastImmediateObserver`1._hasFaulted">
            <summary>
            Indicates whether a failure occurred when the owner was draining the queue. This will
            prevent future work to be processed.
            </summary>
        </member>
        <member name="M:System.Reactive.Subjects.FastImmediateObserver`1.#ctor(System.IObserver{`0})">
            <summary>
            Creates a new scheduled observer that proxies to the specified observer.
            </summary>
            <param name="observer">Observer to forward notifications to.</param>
        </member>
        <member name="M:System.Reactive.Subjects.FastImmediateObserver`1.Dispose">
            <summary>
            Disposes the observer.
            </summary>
        </member>
        <member name="M:System.Reactive.Subjects.FastImmediateObserver`1.EnsureActive">
            <summary>
            Notifies the observer of pending work. This will either cause the current owner to
            process the newly enqueued notifications, or it will cause the calling thread to
            become the owner and start processing the notification queue.
            </summary>
        </member>
        <member name="M:System.Reactive.Subjects.FastImmediateObserver`1.EnsureActive(System.Int32)">
            <summary>
            Notifies the observer of pending work. This will either cause the current owner to
            process the newly enqueued notifications, or it will cause the calling thread to
            become the owner and start processing the notification queue.
            </summary>
            <param name="count">The number of enqueued notifications to process (ignored).</param>
        </member>
        <member name="M:System.Reactive.Subjects.FastImmediateObserver`1.OnCompleted">
            <summary>
            Enqueues an OnCompleted notification.
            </summary>
        </member>
        <member name="M:System.Reactive.Subjects.FastImmediateObserver`1.OnError(System.Exception)">
            <summary>
            Enqueues an OnError notification.
            </summary>
            <param name="error">Error of the notification.</param>
        </member>
        <member name="M:System.Reactive.Subjects.FastImmediateObserver`1.OnNext(`0)">
            <summary>
            Enqueues an OnNext notification.
            </summary>
            <param name="value">Value of the notification.</param>
        </member>
        <member name="M:System.Reactive.Subjects.FastImmediateObserver`1.Done">
            <summary>
            Terminates the observer upon receiving terminal notifications, thus preventing
            future notifications to go out.
            </summary>
            <returns>Observer to send terminal notifications to.</returns>
        </member>
        <member name="T:System.Reactive.Subjects.Subject`1">
            <summary>
            Represents an object that is both an observable sequence as well as an observer.
            Each notification is broadcasted to all subscribed observers.
            </summary>
            <typeparam name="T">The type of the elements processed by the subject.</typeparam>
        </member>
        <member name="M:System.Reactive.Subjects.Subject`1.#ctor">
            <summary>
            Creates a subject.
            </summary>
        </member>
        <member name="P:System.Reactive.Subjects.Subject`1.HasObservers">
            <summary>
            Indicates whether the subject has observers subscribed to it.
            </summary>
        </member>
        <member name="P:System.Reactive.Subjects.Subject`1.IsDisposed">
            <summary>
            Indicates whether the subject has been disposed.
            </summary>
        </member>
        <member name="M:System.Reactive.Subjects.Subject`1.OnCompleted">
            <summary>
            Notifies all subscribed observers about the end of the sequence.
            </summary>
        </member>
        <member name="M:System.Reactive.Subjects.Subject`1.OnError(System.Exception)">
            <summary>
            Notifies all subscribed observers about the specified exception.
            </summary>
            <param name="error">The exception to send to all currently subscribed observers.</param>
            <exception cref="T:System.ArgumentNullException"><paramref name="error"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Subjects.Subject`1.OnNext(`0)">
            <summary>
            Notifies all subscribed observers about the arrival of the specified element in the sequence.
            </summary>
            <param name="value">The value to send to all currently subscribed observers.</param>
        </member>
        <member name="M:System.Reactive.Subjects.Subject`1.Subscribe(System.IObserver{`0})">
            <summary>
            Subscribes an observer to the subject.
            </summary>
            <param name="observer">Observer to subscribe to the subject.</param>
            <returns>Disposable object that can be used to unsubscribe the observer from the subject.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="observer"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Subjects.Subject`1.Dispose">
            <summary>
            Releases all resources used by the current instance of the <see cref="T:System.Reactive.Subjects.Subject`1"/> class and unsubscribes all observers.
            </summary>
        </member>
        <member name="T:System.Reactive.Subjects.Subject">
            <summary>
            Provides a set of static methods for creating subjects.
            </summary>
        </member>
        <member name="M:System.Reactive.Subjects.Subject.Create``2(System.IObserver{``0},System.IObservable{``1})">
            <summary>
            Creates a subject from the specified observer and observable.
            </summary>
            <typeparam name="TSource">The type of the elements received by the observer.</typeparam>
            <typeparam name="TResult">The type of the elements produced by the observable sequence.</typeparam>
            <param name="observer">The observer used to send messages to the subject.</param>
            <param name="observable">The observable used to subscribe to messages sent from the subject.</param>
            <returns>Subject implemented using the given observer and observable.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="observer"/> or <paramref name="observable"/> is <c>null</c>.</exception>
        </member>
        <member name="M:System.Reactive.Subjects.Subject.Create``1(System.IObserver{``0},System.IObservable{``0})">
            <summary>
            Creates a subject from the specified observer and observable.
            </summary>
            <typeparam name="T">The type of the elements received by the observer and produced by the observable sequence.</typeparam>
            <param name="observer">The observer used to send messages to the subject.</param>
            <param name="observable">The observable used to subscribe to messages sent from the subject.</param>
            <returns>Subject implemented using the given observer and observable.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="observer"/> or <paramref name="observable"/> is <c>null</c>.</exception>
        </member>
        <member name="M:System.Reactive.Subjects.Subject.Synchronize``2(System.Reactive.Subjects.ISubject{``0,``1})">
            <summary>
            Synchronizes the messages sent to the subject.
            </summary>
            <typeparam name="TSource">The type of the elements received by the subject.</typeparam>
            <typeparam name="TResult">The type of the elements produced by the subject.</typeparam>
            <param name="subject">The subject to synchronize.</param>
            <returns>Subject whose messages are synchronized.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="subject"/> is <c>null</c>.</exception>
        </member>
        <member name="M:System.Reactive.Subjects.Subject.Synchronize``1(System.Reactive.Subjects.ISubject{``0})">
            <summary>
            Synchronizes the messages sent to the subject.
            </summary>
            <typeparam name="TSource">The type of the elements received and produced by the subject.</typeparam>
            <param name="subject">The subject to synchronize.</param>
            <returns>Subject whose messages are synchronized.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="subject"/> is <c>null</c>.</exception>
        </member>
        <member name="M:System.Reactive.Subjects.Subject.Synchronize``2(System.Reactive.Subjects.ISubject{``0,``1},System.Reactive.Concurrency.IScheduler)">
            <summary>
            Synchronizes the messages sent to the subject and notifies observers on the specified scheduler.
            </summary>
            <typeparam name="TSource">The type of the elements received by the subject.</typeparam>
            <typeparam name="TResult">The type of the elements produced by the subject.</typeparam>
            <param name="subject">The subject to synchronize.</param>
            <param name="scheduler">Scheduler to notify observers on.</param>
            <returns>Subject whose messages are synchronized and whose observers are notified on the given scheduler.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="subject"/> or <paramref name="scheduler"/> is <c>null</c>.</exception>
        </member>
        <member name="M:System.Reactive.Subjects.Subject.Synchronize``1(System.Reactive.Subjects.ISubject{``0},System.Reactive.Concurrency.IScheduler)">
            <summary>
            Synchronizes the messages sent to the subject and notifies observers on the specified scheduler.
            </summary>
            <typeparam name="TSource">The type of the elements received and produced by the subject.</typeparam>
            <param name="subject">The subject to synchronize.</param>
            <param name="scheduler">Scheduler to notify observers on.</param>
            <returns>Subject whose messages are synchronized and whose observers are notified on the given scheduler.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="subject"/> or <paramref name="scheduler"/> is <c>null</c>.</exception>
        </member>
        <member name="T:System.Reactive.Subjects.SubjectBase`1">
            <summary>
            Base class for objects that are both an observable sequence as well as an observer.
            </summary>
            <typeparam name="T">The type of the elements processed by the subject.</typeparam>
        </member>
        <member name="P:System.Reactive.Subjects.SubjectBase`1.HasObservers">
            <summary>
            Indicates whether the subject has observers subscribed to it.
            </summary>
        </member>
        <member name="P:System.Reactive.Subjects.SubjectBase`1.IsDisposed">
            <summary>
            Indicates whether the subject has been disposed.
            </summary>
        </member>
        <member name="M:System.Reactive.Subjects.SubjectBase`1.Dispose">
            <summary>
            Releases all resources used by the current instance of the subject and unsubscribes all observers.
            </summary>
        </member>
        <member name="M:System.Reactive.Subjects.SubjectBase`1.OnCompleted">
            <summary>
            Notifies all subscribed observers about the end of the sequence.
            </summary>
        </member>
        <member name="M:System.Reactive.Subjects.SubjectBase`1.OnError(System.Exception)">
            <summary>
            Notifies all subscribed observers about the specified exception.
            </summary>
            <param name="error">The exception to send to all currently subscribed observers.</param>
            <exception cref="T:System.ArgumentNullException"><paramref name="error"/> is <c>null</c>.</exception>
        </member>
        <member name="M:System.Reactive.Subjects.SubjectBase`1.OnNext(`0)">
            <summary>
            Notifies all subscribed observers about the arrival of the specified element in the sequence.
            </summary>
            <param name="value">The value to send to all currently subscribed observers.</param>
        </member>
        <member name="M:System.Reactive.Subjects.SubjectBase`1.Subscribe(System.IObserver{`0})">
            <summary>
            Subscribes an observer to the subject.
            </summary>
            <param name="observer">Observer to subscribe to the subject.</param>
            <returns>Disposable object that can be used to unsubscribe the observer from the subject.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="observer"/> is <c>null</c>.</exception>
        </member>
        <member name="T:System.Reactive.NotificationKind">
            <summary>
            Indicates the type of a notification.
            </summary>
        </member>
        <member name="F:System.Reactive.NotificationKind.OnNext">
            <summary>
            Represents an OnNext notification.
            </summary>
        </member>
        <member name="F:System.Reactive.NotificationKind.OnError">
            <summary>
            Represents an OnError notification.
            </summary>
        </member>
        <member name="F:System.Reactive.NotificationKind.OnCompleted">
            <summary>
            Represents an OnCompleted notification.
            </summary>
        </member>
        <member name="T:System.Reactive.Notification`1">
            <summary>
            Represents a notification to an observer.
            </summary>
            <typeparam name="T">The type of the elements received by the observer.</typeparam>
        </member>
        <member name="M:System.Reactive.Notification`1.#ctor">
            <summary>
            Default constructor used by derived types.
            </summary>
        </member>
        <member name="P:System.Reactive.Notification`1.Value">
            <summary>
            Returns the value of an OnNext notification or throws an exception.
            </summary>
        </member>
        <member name="P:System.Reactive.Notification`1.HasValue">
            <summary>
            Returns a value that indicates whether the notification has a value.
            </summary>
        </member>
        <member name="P:System.Reactive.Notification`1.Exception">
            <summary>
            Returns the exception of an OnError notification or returns <c>null</c>.
            </summary>
        </member>
        <member name="P:System.Reactive.Notification`1.Kind">
            <summary>
            Gets the kind of notification that is represented.
            </summary>
        </member>
        <member name="T:System.Reactive.Notification`1.OnNextNotification">
            <summary>
            Represents an OnNext notification to an observer.
            </summary>
        </member>
        <member name="M:System.Reactive.Notification`1.OnNextNotification.#ctor(`0)">
            <summary>
            Constructs a notification of a new value.
            </summary>
        </member>
        <member name="P:System.Reactive.Notification`1.OnNextNotification.Value">
            <summary>
            Returns the value of an OnNext notification.
            </summary>
        </member>
        <member name="P:System.Reactive.Notification`1.OnNextNotification.Exception">
            <summary>
            Returns <c>null</c>.
            </summary>
        </member>
        <member name="P:System.Reactive.Notification`1.OnNextNotification.HasValue">
            <summary>
            Returns <c>true</c>.
            </summary>
        </member>
        <member name="P:System.Reactive.Notification`1.OnNextNotification.Kind">
            <summary>
            Returns <see cref="F:System.Reactive.NotificationKind.OnNext"/>.
            </summary>
        </member>
        <member name="M:System.Reactive.Notification`1.OnNextNotification.GetHashCode">
            <summary>
            Returns the hash code for this instance.
            </summary>
        </member>
        <member name="M:System.Reactive.Notification`1.OnNextNotification.Equals(System.Reactive.Notification{`0})">
            <summary>
            Indicates whether this instance and a specified object are equal.
            </summary>
        </member>
        <member name="M:System.Reactive.Notification`1.OnNextNotification.ToString">
            <summary>
            Returns a string representation of this instance.
            </summary>
        </member>
        <member name="M:System.Reactive.Notification`1.OnNextNotification.Accept(System.IObserver{`0})">
            <summary>
            Invokes the observer's method corresponding to the notification.
            </summary>
            <param name="observer">Observer to invoke the notification on.</param>
        </member>
        <member name="M:System.Reactive.Notification`1.OnNextNotification.Accept``1(System.Reactive.IObserver{`0,``0})">
            <summary>
            Invokes the observer's method corresponding to the notification and returns the produced result.
            </summary>
            <param name="observer">Observer to invoke the notification on.</param>
            <returns>Result produced by the observation.</returns>
        </member>
        <member name="M:System.Reactive.Notification`1.OnNextNotification.Accept(System.Action{`0},System.Action{System.Exception},System.Action)">
            <summary>
            Invokes the delegate corresponding to the notification.
            </summary>
            <param name="onNext">Delegate to invoke for an OnNext notification.</param>
            <param name="onError">Delegate to invoke for an OnError notification.</param>
            <param name="onCompleted">Delegate to invoke for an OnCompleted notification.</param>
        </member>
        <member name="M:System.Reactive.Notification`1.OnNextNotification.Accept``1(System.Func{`0,``0},System.Func{System.Exception,``0},System.Func{``0})">
            <summary>
            Invokes the delegate corresponding to the notification and returns the produced result.
            </summary>
            <param name="onNext">Delegate to invoke for an OnNext notification.</param>
            <param name="onError">Delegate to invoke for an OnError notification.</param>
            <param name="onCompleted">Delegate to invoke for an OnCompleted notification.</param>
            <returns>Result produced by the observation.</returns>
        </member>
        <member name="T:System.Reactive.Notification`1.OnErrorNotification">
            <summary>
            Represents an OnError notification to an observer.
            </summary>
        </member>
        <member name="M:System.Reactive.Notification`1.OnErrorNotification.#ctor(System.Exception)">
            <summary>
            Constructs a notification of an exception.
            </summary>
        </member>
        <member name="P:System.Reactive.Notification`1.OnErrorNotification.Value">
            <summary>
            Throws the exception.
            </summary>
        </member>
        <member name="P:System.Reactive.Notification`1.OnErrorNotification.Exception">
            <summary>
            Returns the exception.
            </summary>
        </member>
        <member name="P:System.Reactive.Notification`1.OnErrorNotification.HasValue">
            <summary>
            Returns <c>false</c>.
            </summary>
        </member>
        <member name="P:System.Reactive.Notification`1.OnErrorNotification.Kind">
            <summary>
            Returns <see cref="F:System.Reactive.NotificationKind.OnError"/>.
            </summary>
        </member>
        <member name="M:System.Reactive.Notification`1.OnErrorNotification.GetHashCode">
            <summary>
            Returns the hash code for this instance.
            </summary>
        </member>
        <member name="M:System.Reactive.Notification`1.OnErrorNotification.Equals(System.Reactive.Notification{`0})">
            <summary>
            Indicates whether this instance and other are equal.
            </summary>
        </member>
        <member name="M:System.Reactive.Notification`1.OnErrorNotification.ToString">
            <summary>
            Returns a string representation of this instance.
            </summary>
        </member>
        <member name="M:System.Reactive.Notification`1.OnErrorNotification.Accept(System.IObserver{`0})">
            <summary>
            Invokes the observer's method corresponding to the notification.
            </summary>
            <param name="observer">Observer to invoke the notification on.</param>
        </member>
        <member name="M:System.Reactive.Notification`1.OnErrorNotification.Accept``1(System.Reactive.IObserver{`0,``0})">
            <summary>
            Invokes the observer's method corresponding to the notification and returns the produced result.
            </summary>
            <param name="observer">Observer to invoke the notification on.</param>
            <returns>Result produced by the observation.</returns>
        </member>
        <member name="M:System.Reactive.Notification`1.OnErrorNotification.Accept(System.Action{`0},System.Action{System.Exception},System.Action)">
            <summary>
            Invokes the delegate corresponding to the notification.
            </summary>
            <param name="onNext">Delegate to invoke for an OnNext notification.</param>
            <param name="onError">Delegate to invoke for an OnError notification.</param>
            <param name="onCompleted">Delegate to invoke for an OnCompleted notification.</param>
        </member>
        <member name="M:System.Reactive.Notification`1.OnErrorNotification.Accept``1(System.Func{`0,``0},System.Func{System.Exception,``0},System.Func{``0})">
            <summary>
            Invokes the delegate corresponding to the notification and returns the produced result.
            </summary>
            <param name="onNext">Delegate to invoke for an OnNext notification.</param>
            <param name="onError">Delegate to invoke for an OnError notification.</param>
            <param name="onCompleted">Delegate to invoke for an OnCompleted notification.</param>
            <returns>Result produced by the observation.</returns>
        </member>
        <member name="T:System.Reactive.Notification`1.OnCompletedNotification">
            <summary>
            Represents an OnCompleted notification to an observer.
            </summary>
        </member>
        <member name="F:System.Reactive.Notification`1.OnCompletedNotification.Instance">
            <summary>
            Complete notifications are stateless thus only one instance
            can ever exist per type.
            </summary>
        </member>
        <member name="M:System.Reactive.Notification`1.OnCompletedNotification.#ctor">
            <summary>
            Constructs a notification of the end of a sequence.
            </summary>
        </member>
        <member name="P:System.Reactive.Notification`1.OnCompletedNotification.Value">
            <summary>
            Throws an <see cref="T:System.InvalidOperationException"/>.
            </summary>
        </member>
        <member name="P:System.Reactive.Notification`1.OnCompletedNotification.Exception">
            <summary>
            Returns <c>null</c>.
            </summary>
        </member>
        <member name="P:System.Reactive.Notification`1.OnCompletedNotification.HasValue">
            <summary>
            Returns <c>false</c>.
            </summary>
        </member>
        <member name="P:System.Reactive.Notification`1.OnCompletedNotification.Kind">
            <summary>
            Returns <see cref="F:System.Reactive.NotificationKind.OnCompleted"/>.
            </summary>
        </member>
        <member name="M:System.Reactive.Notification`1.OnCompletedNotification.GetHashCode">
            <summary>
            Returns the hash code for this instance.
            </summary>
        </member>
        <member name="M:System.Reactive.Notification`1.OnCompletedNotification.Equals(System.Reactive.Notification{`0})">
            <summary>
            Indicates whether this instance and other are equal.
            </summary>
        </member>
        <member name="M:System.Reactive.Notification`1.OnCompletedNotification.ToString">
            <summary>
            Returns a string representation of this instance.
            </summary>
        </member>
        <member name="M:System.Reactive.Notification`1.OnCompletedNotification.Accept(System.IObserver{`0})">
            <summary>
            Invokes the observer's method corresponding to the notification.
            </summary>
            <param name="observer">Observer to invoke the notification on.</param>
        </member>
        <member name="M:System.Reactive.Notification`1.OnCompletedNotification.Accept``1(System.Reactive.IObserver{`0,``0})">
            <summary>
            Invokes the observer's method corresponding to the notification and returns the produced result.
            </summary>
            <param name="observer">Observer to invoke the notification on.</param>
            <returns>Result produced by the observation.</returns>
        </member>
        <member name="M:System.Reactive.Notification`1.OnCompletedNotification.Accept(System.Action{`0},System.Action{System.Exception},System.Action)">
            <summary>
            Invokes the delegate corresponding to the notification.
            </summary>
            <param name="onNext">Delegate to invoke for an OnNext notification.</param>
            <param name="onError">Delegate to invoke for an OnError notification.</param>
            <param name="onCompleted">Delegate to invoke for an OnCompleted notification.</param>
        </member>
        <member name="M:System.Reactive.Notification`1.OnCompletedNotification.Accept``1(System.Func{`0,``0},System.Func{System.Exception,``0},System.Func{``0})">
            <summary>
            Invokes the delegate corresponding to the notification and returns the produced result.
            </summary>
            <param name="onNext">Delegate to invoke for an OnNext notification.</param>
            <param name="onError">Delegate to invoke for an OnError notification.</param>
            <param name="onCompleted">Delegate to invoke for an OnCompleted notification.</param>
            <returns>Result produced by the observation.</returns>
        </member>
        <member name="M:System.Reactive.Notification`1.Equals(System.Reactive.Notification{`0})">
            <summary>
            Determines whether the current <see cref="T:System.Reactive.Notification`1"/> object has the same observer message payload as a specified <see cref="T:System.Reactive.Notification`1"/> value.
            </summary>
            <param name="other">An object to compare to the current <see cref="T:System.Reactive.Notification`1"/> object.</param>
            <returns><c>true</c> if both <see cref="T:System.Reactive.Notification`1"/> objects have the same observer message payload; otherwise, <c>false</c>.</returns>
            <remarks>
            Equality of <see cref="T:System.Reactive.Notification`1"/> objects is based on the equality of the observer message payload they represent, including the notification Kind and the Value or Exception (if any).
            This means two <see cref="T:System.Reactive.Notification`1"/> objects can be equal even though they don't represent the same observer method call, but have the same Kind and have equal parameters passed to the observer method.
            In case one wants to determine whether two <see cref="T:System.Reactive.Notification`1"/> objects represent the same observer method call, use Object.ReferenceEquals identity equality instead.
            </remarks>
        </member>
        <member name="M:System.Reactive.Notification`1.op_Equality(System.Reactive.Notification{`0},System.Reactive.Notification{`0})">
            <summary>
            Determines whether the two specified <see cref="T:System.Reactive.Notification`1"/> objects have the same observer message payload.
            </summary>
            <param name="left">The first <see cref="T:System.Reactive.Notification`1"/> to compare, or <c>null</c>.</param>
            <param name="right">The second <see cref="T:System.Reactive.Notification`1"/> to compare, or <c>null</c>.</param>
            <returns><c>true</c> if the first <see cref="T:System.Reactive.Notification`1"/> value has the same observer message payload as the second <see cref="T:System.Reactive.Notification`1"/> value; otherwise, <c>false</c>.</returns>
            <remarks>
            Equality of <see cref="T:System.Reactive.Notification`1"/> objects is based on the equality of the observer message payload they represent, including the notification Kind and the Value or Exception (if any).
            This means two <see cref="T:System.Reactive.Notification`1"/> objects can be equal even though they don't represent the same observer method call, but have the same Kind and have equal parameters passed to the observer method.
            In case one wants to determine whether two <see cref="T:System.Reactive.Notification`1"/> objects represent the same observer method call, use Object.ReferenceEquals identity equality instead.
            </remarks>
        </member>
        <member name="M:System.Reactive.Notification`1.op_Inequality(System.Reactive.Notification{`0},System.Reactive.Notification{`0})">
            <summary>
            Determines whether the two specified <see cref="T:System.Reactive.Notification`1"/> objects have a different observer message payload.
            </summary>
            <param name="left">The first <see cref="T:System.Reactive.Notification`1"/> to compare, or <c>null</c>.</param>
            <param name="right">The second <see cref="T:System.Reactive.Notification`1"/> to compare, or <c>null</c>.</param>
            <returns><c>true</c> if the first <see cref="T:System.Reactive.Notification`1"/> value has a different observer message payload as the second <see cref="T:System.Reactive.Notification`1"/> value; otherwise, <c>false</c>.</returns>
            <remarks>
            Equality of <see cref="T:System.Reactive.Notification`1"/> objects is based on the equality of the observer message payload they represent, including the notification Kind and the Value or Exception (if any).
            This means two <see cref="T:System.Reactive.Notification`1"/> objects can be equal even though they don't represent the same observer method call, but have the same Kind and have equal parameters passed to the observer method.
            In case one wants to determine whether two <see cref="T:System.Reactive.Notification`1"/> objects represent a different observer method call, use Object.ReferenceEquals identity equality instead.
            </remarks>
        </member>
        <member name="M:System.Reactive.Notification`1.Equals(System.Object)">
            <summary>
            Determines whether the specified System.Object is equal to the current <see cref="T:System.Reactive.Notification`1"/>.
            </summary>
            <param name="obj">The System.Object to compare with the current <see cref="T:System.Reactive.Notification`1"/>.</param>
            <returns><c>true</c> if the specified System.Object is equal to the current <see cref="T:System.Reactive.Notification`1"/>; otherwise, <c>false</c>.</returns>
            <remarks>
            Equality of <see cref="T:System.Reactive.Notification`1"/> objects is based on the equality of the observer message payload they represent, including the notification Kind and the Value or Exception (if any).
            This means two <see cref="T:System.Reactive.Notification`1"/> objects can be equal even though they don't represent the same observer method call, but have the same Kind and have equal parameters passed to the observer method.
            In case one wants to determine whether two <see cref="T:System.Reactive.Notification`1"/> objects represent the same observer method call, use Object.ReferenceEquals identity equality instead.
            </remarks>
        </member>
        <member name="M:System.Reactive.Notification`1.Accept(System.IObserver{`0})">
            <summary>
            Invokes the observer's method corresponding to the notification.
            </summary>
            <param name="observer">Observer to invoke the notification on.</param>
        </member>
        <member name="M:System.Reactive.Notification`1.Accept``1(System.Reactive.IObserver{`0,``0})">
            <summary>
            Invokes the observer's method corresponding to the notification and returns the produced result.
            </summary>
            <typeparam name="TResult">The type of the result returned from the observer's notification handlers.</typeparam>
            <param name="observer">Observer to invoke the notification on.</param>
            <returns>Result produced by the observation.</returns>
        </member>
        <member name="M:System.Reactive.Notification`1.Accept(System.Action{`0},System.Action{System.Exception},System.Action)">
            <summary>
            Invokes the delegate corresponding to the notification.
            </summary>
            <param name="onNext">Delegate to invoke for an OnNext notification.</param>
            <param name="onError">Delegate to invoke for an OnError notification.</param>
            <param name="onCompleted">Delegate to invoke for an OnCompleted notification.</param>
        </member>
        <member name="M:System.Reactive.Notification`1.Accept``1(System.Func{`0,``0},System.Func{System.Exception,``0},System.Func{``0})">
            <summary>
            Invokes the delegate corresponding to the notification and returns the produced result.
            </summary>
            <typeparam name="TResult">The type of the result returned from the notification handler delegates.</typeparam>
            <param name="onNext">Delegate to invoke for an OnNext notification.</param>
            <param name="onError">Delegate to invoke for an OnError notification.</param>
            <param name="onCompleted">Delegate to invoke for an OnCompleted notification.</param>
            <returns>Result produced by the observation.</returns>
        </member>
        <member name="M:System.Reactive.Notification`1.ToObservable">
            <summary>
            Returns an observable sequence with a single notification, using the immediate scheduler.
            </summary>
            <returns>The observable sequence that surfaces the behavior of the notification upon subscription.</returns>
        </member>
        <member name="M:System.Reactive.Notification`1.ToObservable(System.Reactive.Concurrency.IScheduler)">
            <summary>
            Returns an observable sequence with a single notification.
            </summary>
            <param name="scheduler">Scheduler to send out the notification calls on.</param>
            <returns>The observable sequence that surfaces the behavior of the notification upon subscription.</returns>
        </member>
        <member name="T:System.Reactive.Notification">
            <summary>
            Provides a set of static methods for constructing notifications.
            </summary>
        </member>
        <member name="M:System.Reactive.Notification.CreateOnNext``1(``0)">
            <summary>
            Creates an object that represents an OnNext notification to an observer.
            </summary>
            <typeparam name="T">The type of the elements received by the observer. Upon dematerialization of the notifications into an observable sequence, this type is used as the element type for the sequence.</typeparam>
            <param name="value">The value contained in the notification.</param>
            <returns>The OnNext notification containing the value.</returns>
        </member>
        <member name="M:System.Reactive.Notification.CreateOnError``1(System.Exception)">
            <summary>
            Creates an object that represents an OnError notification to an observer.
            </summary>
            <typeparam name="T">The type of the elements received by the observer. Upon dematerialization of the notifications into an observable sequence, this type is used as the element type for the sequence.</typeparam>
            <param name="error">The exception contained in the notification.</param>
            <returns>The OnError notification containing the exception.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="error"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Notification.CreateOnCompleted``1">
            <summary>
            Creates an object that represents an OnCompleted notification to an observer.
            </summary>
            <typeparam name="T">The type of the elements received by the observer. Upon dematerialization of the notifications into an observable sequence, this type is used as the element type for the sequence.</typeparam>
            <returns>The OnCompleted notification.</returns>
        </member>
        <member name="T:System.Reactive.ObservableBase`1">
            <summary>
            Abstract base class for implementations of the <see cref="T:System.IObservable`1"/> interface.
            </summary>
            <remarks>
            If you don't need a named type to create an observable sequence (i.e. you rather need
            an instance rather than a reusable type), use the Observable.Create method to create
            an observable sequence with specified subscription behavior.
            </remarks>
            <typeparam name="T">The type of the elements in the sequence.</typeparam>
        </member>
        <member name="M:System.Reactive.ObservableBase`1.Subscribe(System.IObserver{`0})">
            <summary>
            Subscribes the given observer to the observable sequence.
            </summary>
            <param name="observer">Observer that will receive notifications from the observable sequence.</param>
            <returns>Disposable object representing an observer's subscription to the observable sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="observer"/> is <c>null</c>.</exception>
        </member>
        <member name="M:System.Reactive.ObservableBase`1.SubscribeCore(System.IObserver{`0})">
            <summary>
            Implement this method with the core subscription logic for the observable sequence.
            </summary>
            <param name="observer">Observer to send notifications to.</param>
            <returns>Disposable object representing an observer's subscription to the observable sequence.</returns>
        </member>
        <member name="T:System.Reactive.Observer">
            <summary>
            Provides a set of static methods for creating observers.
            </summary>
        </member>
        <member name="M:System.Reactive.Observer.ToObserver``1(System.Action{System.Reactive.Notification{``0}})">
            <summary>
            Creates an observer from a notification callback.
            </summary>
            <typeparam name="T">The type of the elements received by the observer.</typeparam>
            <param name="handler">Action that handles a notification.</param>
            <returns>The observer object that invokes the specified handler using a notification corresponding to each message it receives.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="handler"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Observer.ToNotifier``1(System.IObserver{``0})">
            <summary>
            Creates a notification callback from an observer.
            </summary>
            <typeparam name="T">The type of the elements received by the observer.</typeparam>
            <param name="observer">Observer object.</param>
            <returns>The action that forwards its input notification to the underlying observer.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="observer"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Observer.Create``1(System.Action{``0})">
            <summary>
            Creates an observer from the specified OnNext action.
            </summary>
            <typeparam name="T">The type of the elements received by the observer.</typeparam>
            <param name="onNext">Observer's OnNext action implementation.</param>
            <returns>The observer object implemented using the given actions.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="onNext"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Observer.Create``1(System.Action{``0},System.Action{System.Exception})">
            <summary>
            Creates an observer from the specified OnNext and OnError actions.
            </summary>
            <typeparam name="T">The type of the elements received by the observer.</typeparam>
            <param name="onNext">Observer's OnNext action implementation.</param>
            <param name="onError">Observer's OnError action implementation.</param>
            <returns>The observer object implemented using the given actions.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="onNext"/> or <paramref name="onError"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Observer.Create``1(System.Action{``0},System.Action)">
            <summary>
            Creates an observer from the specified OnNext and OnCompleted actions.
            </summary>
            <typeparam name="T">The type of the elements received by the observer.</typeparam>
            <param name="onNext">Observer's OnNext action implementation.</param>
            <param name="onCompleted">Observer's OnCompleted action implementation.</param>
            <returns>The observer object implemented using the given actions.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="onNext"/> or <paramref name="onCompleted"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Observer.Create``1(System.Action{``0},System.Action{System.Exception},System.Action)">
            <summary>
            Creates an observer from the specified OnNext, OnError, and OnCompleted actions.
            </summary>
            <typeparam name="T">The type of the elements received by the observer.</typeparam>
            <param name="onNext">Observer's OnNext action implementation.</param>
            <param name="onError">Observer's OnError action implementation.</param>
            <param name="onCompleted">Observer's OnCompleted action implementation.</param>
            <returns>The observer object implemented using the given actions.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="onNext"/> or <paramref name="onError"/> or <paramref name="onCompleted"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Observer.AsObserver``1(System.IObserver{``0})">
            <summary>
            Hides the identity of an observer.
            </summary>
            <typeparam name="T">The type of the elements received by the source observer.</typeparam>
            <param name="observer">An observer whose identity to hide.</param>
            <returns>An observer that hides the identity of the specified observer.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="observer"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Observer.Checked``1(System.IObserver{``0})">
            <summary>
            Checks access to the observer for grammar violations. This includes checking for multiple OnError or OnCompleted calls, as well as reentrancy in any of the observer methods.
            If a violation is detected, an InvalidOperationException is thrown from the offending observer method call.
            </summary>
            <typeparam name="T">The type of the elements received by the source observer.</typeparam>
            <param name="observer">The observer whose callback invocations should be checked for grammar violations.</param>
            <returns>An observer that checks callbacks invocations against the observer grammar and, if the checks pass, forwards those to the specified observer.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="observer"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Observer.Synchronize``1(System.IObserver{``0})">
            <summary>
            Synchronizes access to the observer such that its callback methods cannot be called concurrently from multiple threads. This overload is useful when coordinating access to an observer.
            Notice reentrant observer callbacks on the same thread are still possible.
            </summary>
            <typeparam name="T">The type of the elements received by the source observer.</typeparam>
            <param name="observer">The observer whose callbacks should be synchronized.</param>
            <returns>An observer that delivers callbacks to the specified observer in a synchronized manner.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="observer"/> is null.</exception>
            <remarks>
            Because a <see cref="T:System.Threading.Monitor">Monitor</see> is used to perform the synchronization, there's no protection against reentrancy from the same thread.
            Hence, overlapped observer callbacks are still possible, which is invalid behavior according to the observer grammar. In order to protect against this behavior as
            well, use the <see cref="M:System.Reactive.Observer.Synchronize``1(System.IObserver{``0},System.Boolean)"/> overload, passing true for the second parameter.
            </remarks>
        </member>
        <member name="M:System.Reactive.Observer.Synchronize``1(System.IObserver{``0},System.Boolean)">
            <summary>
            Synchronizes access to the observer such that its callback methods cannot be called concurrently. This overload is useful when coordinating access to an observer.
            The <paramref name="preventReentrancy"/> parameter configures the type of lock used for synchronization.
            </summary>
            <typeparam name="T">The type of the elements received by the source observer.</typeparam>
            <param name="observer">The observer whose callbacks should be synchronized.</param>
            <param name="preventReentrancy">If set to true, reentrant observer callbacks will be queued up and get delivered to the observer in a sequential manner.</param>
            <returns>An observer that delivers callbacks to the specified observer in a synchronized manner.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="observer"/> is null.</exception>
            <remarks>
            When the <paramref name="preventReentrancy"/> parameter is set to false, behavior is identical to the <see cref="M:System.Reactive.Observer.Synchronize``1(System.IObserver{``0})"/> overload which uses
            a <see cref="T:System.Threading.Monitor">Monitor</see> for synchronization. When the <paramref name="preventReentrancy"/> parameter is set to true, an <see cref="T:System.Reactive.Concurrency.AsyncLock"/>
            is used to queue up callbacks to the specified observer if a reentrant call is made.
            </remarks>
        </member>
        <member name="M:System.Reactive.Observer.Synchronize``1(System.IObserver{``0},System.Object)">
            <summary>
            Synchronizes access to the observer such that its callback methods cannot be called concurrently by multiple threads, using the specified gate object for use by a <see cref="T:System.Threading.Monitor">Monitor</see>-based lock.
            This overload is useful when coordinating multiple observers that access shared state by synchronizing on a common gate object.
            Notice reentrant observer callbacks on the same thread are still possible.
            </summary>
            <typeparam name="T">The type of the elements received by the source observer.</typeparam>
            <param name="observer">The observer whose callbacks should be synchronized.</param>
            <param name="gate">Gate object to synchronize each observer call on.</param>
            <returns>An observer that delivers callbacks to the specified observer in a synchronized manner.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="observer"/> or <paramref name="gate"/> is null.</exception>
            <remarks>
            Because a <see cref="T:System.Threading.Monitor">Monitor</see> is used to perform the synchronization, there's no protection against reentrancy from the same thread.
            Hence, overlapped observer callbacks are still possible, which is invalid behavior according to the observer grammar. In order to protect against this behavior as
            well, use the <see cref="M:System.Reactive.Observer.Synchronize``1(System.IObserver{``0},System.Reactive.Concurrency.AsyncLock)"/> overload.
            </remarks>
        </member>
        <member name="M:System.Reactive.Observer.Synchronize``1(System.IObserver{``0},System.Reactive.Concurrency.AsyncLock)">
            <summary>
            Synchronizes access to the observer such that its callback methods cannot be called concurrently, using the specified asynchronous lock to protect against concurrent and reentrant access.
            This overload is useful when coordinating multiple observers that access shared state by synchronizing on a common asynchronous lock.
            </summary>
            <typeparam name="T">The type of the elements received by the source observer.</typeparam>
            <param name="observer">The observer whose callbacks should be synchronized.</param>
            <param name="asyncLock">Gate object to synchronize each observer call on.</param>
            <returns>An observer that delivers callbacks to the specified observer in a synchronized manner.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="observer"/> or <paramref name="asyncLock"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Observer.NotifyOn``1(System.IObserver{``0},System.Reactive.Concurrency.IScheduler)">
            <summary>
            Schedules the invocation of observer methods on the given scheduler.
            </summary>
            <typeparam name="T">The type of the elements received by the source observer.</typeparam>
            <param name="observer">The observer to schedule messages for.</param>
            <param name="scheduler">Scheduler to schedule observer messages on.</param>
            <returns>Observer whose messages are scheduled on the given scheduler.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="observer"/> or <paramref name="scheduler"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Observer.NotifyOn``1(System.IObserver{``0},System.Threading.SynchronizationContext)">
            <summary>
            Schedules the invocation of observer methods on the given synchronization context.
            </summary>
            <typeparam name="T">The type of the elements received by the source observer.</typeparam>
            <param name="observer">The observer to schedule messages for.</param>
            <param name="context">Synchronization context to schedule observer messages on.</param>
            <returns>Observer whose messages are scheduled on the given synchronization context.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="observer"/> or <paramref name="context"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Observer.ToProgress``1(System.IObserver{``0})">
            <summary>
            Converts an observer to a progress object.
            </summary>
            <typeparam name="T">The type of the progress objects received by the source observer.</typeparam>
            <param name="observer">The observer to convert.</param>
            <returns>Progress object whose Report messages correspond to the observer's OnNext messages.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="observer"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Observer.ToProgress``1(System.IObserver{``0},System.Reactive.Concurrency.IScheduler)">
            <summary>
            Converts an observer to a progress object, using the specified scheduler to invoke the progress reporting method.
            </summary>
            <typeparam name="T">The type of the progress objects received by the source observer.</typeparam>
            <param name="observer">The observer to convert.</param>
            <param name="scheduler">Scheduler to report progress on.</param>
            <returns>Progress object whose Report messages correspond to the observer's OnNext messages.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="observer"/> or <paramref name="scheduler"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Observer.ToObserver``1(System.IProgress{``0})">
            <summary>
            Converts a progress object to an observer.
            </summary>
            <typeparam name="T">The type of the progress objects received by the progress reporter.</typeparam>
            <param name="progress">The progress object to convert.</param>
            <returns>Observer whose OnNext messages correspond to the progress object's Report messages.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="progress"/> is null.</exception>
        </member>
        <member name="T:System.Reactive.ObserverBase`1">
            <summary>
            Abstract base class for implementations of the <see cref="T:System.IObserver`1"/> interface.
            </summary>
            <remarks>This base class enforces the grammar of observers where <see cref="M:System.IObserver`1.OnError(System.Exception)"/> and <see cref="M:System.IObserver`1.OnCompleted"/> are terminal messages.</remarks>
            <typeparam name="T">The type of the elements in the sequence.</typeparam>
        </member>
        <member name="M:System.Reactive.ObserverBase`1.#ctor">
            <summary>
            Creates a new observer in a non-stopped state.
            </summary>
        </member>
        <member name="M:System.Reactive.ObserverBase`1.OnNext(`0)">
            <summary>
            Notifies the observer of a new element in the sequence.
            </summary>
            <param name="value">Next element in the sequence.</param>
        </member>
        <member name="M:System.Reactive.ObserverBase`1.OnNextCore(`0)">
            <summary>
            Implement this method to react to the receival of a new element in the sequence.
            </summary>
            <param name="value">Next element in the sequence.</param>
            <remarks>This method only gets called when the observer hasn't stopped yet.</remarks>
        </member>
        <member name="M:System.Reactive.ObserverBase`1.OnError(System.Exception)">
            <summary>
            Notifies the observer that an exception has occurred.
            </summary>
            <param name="error">The error that has occurred.</param>
            <exception cref="T:System.ArgumentNullException"><paramref name="error"/> is <c>null</c>.</exception>
        </member>
        <member name="M:System.Reactive.ObserverBase`1.OnErrorCore(System.Exception)">
            <summary>
            Implement this method to react to the occurrence of an exception.
            </summary>
            <param name="error">The error that has occurred.</param>
            <remarks>This method only gets called when the observer hasn't stopped yet, and causes the observer to stop.</remarks>
        </member>
        <member name="M:System.Reactive.ObserverBase`1.OnCompleted">
            <summary>
            Notifies the observer of the end of the sequence.
            </summary>
        </member>
        <member name="M:System.Reactive.ObserverBase`1.OnCompletedCore">
            <summary>
            Implement this method to react to the end of the sequence.
            </summary>
            <remarks>This method only gets called when the observer hasn't stopped yet, and causes the observer to stop.</remarks>
        </member>
        <member name="M:System.Reactive.ObserverBase`1.Dispose">
            <summary>
            Disposes the observer, causing it to transition to the stopped state.
            </summary>
        </member>
        <member name="M:System.Reactive.ObserverBase`1.Dispose(System.Boolean)">
            <summary>
            Core implementation of <see cref="T:System.IDisposable"/>.
            </summary>
            <param name="disposing"><c>true</c> if the Dispose call was triggered by the <see cref="M:System.IDisposable.Dispose"/> method; <c>false</c> if it was triggered by the finalizer.</param>
        </member>
        <member name="T:System.Reactive.Strings_Core">
            <summary>
              A strongly-typed resource class, for looking up localized strings, etc.
            </summary>
        </member>
        <member name="P:System.Reactive.Strings_Core.ResourceManager">
            <summary>
              Returns the cached ResourceManager instance used by this class.
            </summary>
        </member>
        <member name="P:System.Reactive.Strings_Core.Culture">
            <summary>
              Overrides the current thread's CurrentUICulture property for all
              resource lookups using this strongly typed resource class.
            </summary>
        </member>
        <member name="P:System.Reactive.Strings_Core.CANT_OBTAIN_SCHEDULER">
            <summary>
              Looks up a localized string similar to Using the Scheduler.{0} property is no longer supported due to refactoring of the API surface and elimination of platform-specific dependencies. Please include System.Reactive.PlatformServices for your target platform and use the {0}Scheduler type instead. If you&apos;re building a Windows Store app, notice some schedulers are no longer supported. Consider using Scheduler.Default instead..
            </summary>
        </member>
        <member name="P:System.Reactive.Strings_Core.COMPLETED_NO_VALUE">
            <summary>
              Looks up a localized string similar to OnCompleted notification doesn't have a value..
            </summary>
        </member>
        <member name="P:System.Reactive.Strings_Core.DISPOSABLE_ALREADY_ASSIGNED">
            <summary>
              Looks up a localized string similar to Disposable has already been assigned..
            </summary>
        </member>
        <member name="P:System.Reactive.Strings_Core.DISPOSABLES_CANT_CONTAIN_NULL">
            <summary>
              Looks up a localized string similar to Disposables collection can not contain null values..
            </summary>
        </member>
        <member name="P:System.Reactive.Strings_Core.FAILED_CLOCK_MONITORING">
            <summary>
              Looks up a localized string similar to Failed to start monitoring system clock changes..
            </summary>
        </member>
        <member name="P:System.Reactive.Strings_Core.HEAP_EMPTY">
            <summary>
              Looks up a localized string similar to Heap is empty..
            </summary>
        </member>
        <member name="P:System.Reactive.Strings_Core.OBSERVER_TERMINATED">
            <summary>
              Looks up a localized string similar to Observer has already terminated..
            </summary>
        </member>
        <member name="P:System.Reactive.Strings_Core.REENTRANCY_DETECTED">
            <summary>
              Looks up a localized string similar to Reentrancy has been detected..
            </summary>
        </member>
        <member name="P:System.Reactive.Strings_Core.SCHEDULER_OPERATION_ALREADY_AWAITED">
            <summary>
              Looks up a localized string similar to This scheduler operation has already been awaited..
            </summary>
        </member>
        <member name="T:System.Reactive.Strings_Linq">
            <summary>
              A strongly-typed resource class, for looking up localized strings, etc.
            </summary>
        </member>
        <member name="P:System.Reactive.Strings_Linq.ResourceManager">
            <summary>
              Returns the cached ResourceManager instance used by this class.
            </summary>
        </member>
        <member name="P:System.Reactive.Strings_Linq.Culture">
            <summary>
              Overrides the current thread's CurrentUICulture property for all
              resource lookups using this strongly typed resource class.
            </summary>
        </member>
        <member name="P:System.Reactive.Strings_Linq.CANT_ADVANCE_WHILE_RUNNING">
            <summary>
              Looks up a localized string similar to {0} cannot be called when the scheduler is already running. Try using Sleep instead..
            </summary>
        </member>
        <member name="P:System.Reactive.Strings_Linq.COULD_NOT_FIND_INSTANCE_EVENT">
            <summary>
              Looks up a localized string similar to Could not find event &apos;{0}&apos; on object of type &apos;{1}&apos;..
            </summary>
        </member>
        <member name="P:System.Reactive.Strings_Linq.COULD_NOT_FIND_STATIC_EVENT">
            <summary>
              Looks up a localized string similar to Could not find event &apos;{0}&apos; on type &apos;{1}&apos;..
            </summary>
        </member>
        <member name="P:System.Reactive.Strings_Linq.EVENT_ADD_METHOD_SHOULD_TAKE_ONE_PARAMETER">
            <summary>
              Looks up a localized string similar to Add method should take 1 parameter..
            </summary>
        </member>
        <member name="P:System.Reactive.Strings_Linq.EVENT_ARGS_NOT_ASSIGNABLE">
            <summary>
              Looks up a localized string similar to The second parameter of the event delegate must be assignable to &apos;{0}&apos;..
            </summary>
        </member>
        <member name="P:System.Reactive.Strings_Linq.EVENT_MISSING_ADD_METHOD">
            <summary>
              Looks up a localized string similar to Event is missing the add method..
            </summary>
        </member>
        <member name="P:System.Reactive.Strings_Linq.EVENT_MISSING_REMOVE_METHOD">
            <summary>
              Looks up a localized string similar to Event is missing the remove method..
            </summary>
        </member>
        <member name="P:System.Reactive.Strings_Linq.EVENT_MUST_RETURN_VOID">
            <summary>
              Looks up a localized string similar to The event delegate must have a void return type..
            </summary>
        </member>
        <member name="P:System.Reactive.Strings_Linq.EVENT_PATTERN_REQUIRES_TWO_PARAMETERS">
            <summary>
              Looks up a localized string similar to The event delegate must have exactly two parameters..
            </summary>
        </member>
        <member name="P:System.Reactive.Strings_Linq.EVENT_REMOVE_METHOD_SHOULD_TAKE_ONE_PARAMETER">
            <summary>
              Looks up a localized string similar to Remove method should take 1 parameter..
            </summary>
        </member>
        <member name="P:System.Reactive.Strings_Linq.EVENT_SENDER_NOT_ASSIGNABLE">
            <summary>
              Looks up a localized string similar to The first parameter of the event delegate must be assignable to &apos;{0}&apos;..
            </summary>
        </member>
        <member name="P:System.Reactive.Strings_Linq.EVENT_WINRT_REMOVE_METHOD_SHOULD_TAKE_ERT">
            <summary>
              Looks up a localized string similar to Remove method of a WinRT event should take an EventRegistrationToken..
            </summary>
        </member>
        <member name="P:System.Reactive.Strings_Linq.MORE_THAN_ONE_ELEMENT">
            <summary>
              Looks up a localized string similar to Sequence contains more than one element..
            </summary>
        </member>
        <member name="P:System.Reactive.Strings_Linq.MORE_THAN_ONE_MATCHING_ELEMENT">
            <summary>
              Looks up a localized string similar to Sequence contains more than one matching element..
            </summary>
        </member>
        <member name="P:System.Reactive.Strings_Linq.NO_ELEMENTS">
            <summary>
              Looks up a localized string similar to Sequence contains no elements..
            </summary>
        </member>
        <member name="P:System.Reactive.Strings_Linq.NO_MATCHING_ELEMENTS">
            <summary>
              Looks up a localized string similar to Sequence contains no matching element..
            </summary>
        </member>
        <member name="T:System.Reactive.Strings_PlatformServices">
            <summary>
              A strongly-typed resource class, for looking up localized strings, etc.
            </summary>
        </member>
        <member name="P:System.Reactive.Strings_PlatformServices.ResourceManager">
            <summary>
              Returns the cached ResourceManager instance used by this class.
            </summary>
        </member>
        <member name="P:System.Reactive.Strings_PlatformServices.Culture">
            <summary>
              Overrides the current thread's CurrentUICulture property for all
              resource lookups using this strongly typed resource class.
            </summary>
        </member>
        <member name="P:System.Reactive.Strings_PlatformServices.WINRT_NO_SUB1MS_TIMERS">
            <summary>
              Looks up a localized string similar to The WinRT thread pool doesn&apos;t support creating periodic timers with a period below 1 millisecond..
            </summary>
        </member>
        <member name="T:System.Reactive.Strings_Providers">
            <summary>
              A strongly-typed resource class, for looking up localized strings, etc.
            </summary>
        </member>
        <member name="P:System.Reactive.Strings_Providers.ResourceManager">
            <summary>
              Returns the cached ResourceManager instance used by this class.
            </summary>
        </member>
        <member name="P:System.Reactive.Strings_Providers.Culture">
            <summary>
              Overrides the current thread's CurrentUICulture property for all
              resource lookups using this strongly typed resource class.
            </summary>
        </member>
        <member name="P:System.Reactive.Strings_Providers.EXPECTED_TOQUERYABLE_METHODCALL">
            <summary>
              Looks up a localized string similar to Expected Qbservable.ToQueryable..
            </summary>
        </member>
        <member name="P:System.Reactive.Strings_Providers.INVALID_TREE_TYPE">
            <summary>
              Looks up a localized string similar to Invalid expression tree type..
            </summary>
        </member>
        <member name="P:System.Reactive.Strings_Providers.NO_MATCHING_METHOD_FOUND">
            <summary>
              Looks up a localized string similar to There is no method &apos;{0}&apos; on type &apos;{1}&apos; that matches the specified arguments..
            </summary>
        </member>
        <member name="T:System.Reactive.ITaskObservable`1">
            <summary>
            Extension of the <see cref="T:System.IObservable`1"/> interface compatible with async method return types.
            </summary>
            <remarks>
            This class implements a "task-like" type that can be used as the return type of an asynchronous
            method in C# 7.0 and beyond. For example:
            <code>
            async ITaskObservable&lt;int&gt; RxAsync()
            {
                var res = await Observable.Return(21).Delay(TimeSpan.FromSeconds(1));
                return res * 2;
            }
            </code>
            </remarks>
            <typeparam name="T">The type of the elements in the sequence.</typeparam>
        </member>
        <member name="M:System.Reactive.ITaskObservable`1.GetAwaiter">
            <summary>
            Gets an awaiter that can be used to await the eventual completion of the observable sequence.
            </summary>
            <returns>An awaiter that can be used to await the eventual completion of the observable sequence.</returns>
        </member>
        <member name="T:System.Reactive.ITaskObservableAwaiter`1">
            <summary>
            Interface representing an awaiter for an <see cref="T:System.Reactive.ITaskObservable`1"/>.
            </summary>
            <typeparam name="T">The type of the elements in the sequence.</typeparam>
        </member>
        <member name="P:System.Reactive.ITaskObservableAwaiter`1.IsCompleted">
            <summary>
            Gets a Boolean indicating whether the observable sequence has completed.
            </summary>
        </member>
        <member name="M:System.Reactive.ITaskObservableAwaiter`1.GetResult">
            <summary>
            Gets the result produced by the observable sequence.
            </summary>
            <returns>The result produced by the observable sequence.</returns>
        </member>
        <member name="T:System.Reactive.Threading.Tasks.NamespaceDoc">
            <summary>
            The <b>System.Reactive.Threading.Tasks</b> namespace contains helpers for the conversion between tasks and observable sequences.
            </summary>
        </member>
        <member name="T:System.Reactive.Threading.Tasks.TaskObservableExtensions">
            <summary>
            Provides a set of static methods for converting tasks to observable sequences.
            </summary>
        </member>
        <member name="M:System.Reactive.Threading.Tasks.TaskObservableExtensions.ToObservable(System.Threading.Tasks.Task)">
            <summary>
            Returns an observable sequence that signals when the task completes.
            </summary>
            <param name="task">Task to convert to an observable sequence.</param>
            <returns>An observable sequence that produces a unit value when the task completes, or propagates the exception produced by the task.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="task"/> is <c>null</c>.</exception>
            <remarks>If the specified task object supports cancellation, consider using <see cref="M:System.Reactive.Linq.Observable.FromAsync(System.Func{System.Threading.CancellationToken,System.Threading.Tasks.Task})"/> instead.</remarks>
        </member>
        <member name="M:System.Reactive.Threading.Tasks.TaskObservableExtensions.ToObservable(System.Threading.Tasks.Task,System.Reactive.Concurrency.IScheduler)">
            <summary>
            Returns an observable sequence that signals when the task completes.
            </summary>
            <param name="task">Task to convert to an observable sequence.</param>
            <param name="scheduler">Scheduler on which to notify observers about completion, cancellation or failure.</param>
            <returns>An observable sequence that produces a unit value when the task completes, or propagates the exception produced by the task.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="task"/> is <c>null</c> or <paramref name="scheduler"/> is <c>null</c>.</exception>
            <remarks>If the specified task object supports cancellation, consider using <see cref="M:System.Reactive.Linq.Observable.FromAsync(System.Func{System.Threading.CancellationToken,System.Threading.Tasks.Task})"/> instead.</remarks>
        </member>
        <member name="M:System.Reactive.Threading.Tasks.TaskObservableExtensions.ToObservable``1(System.Threading.Tasks.Task{``0})">
            <summary>
            Returns an observable sequence that propagates the result of the task.
            </summary>
            <typeparam name="TResult">The type of the result produced by the task.</typeparam>
            <param name="task">Task to convert to an observable sequence.</param>
            <returns>An observable sequence that produces the task's result, or propagates the exception produced by the task.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="task"/> is <c>null</c>.</exception>
            <remarks>If the specified task object supports cancellation, consider using <see cref="M:System.Reactive.Linq.Observable.FromAsync``1(System.Func{System.Threading.CancellationToken,System.Threading.Tasks.Task{``0}})"/> instead.</remarks>
        </member>
        <member name="M:System.Reactive.Threading.Tasks.TaskObservableExtensions.ToObservable``1(System.Threading.Tasks.Task{``0},System.Reactive.Concurrency.IScheduler)">
            <summary>
            Returns an observable sequence that propagates the result of the task.
            </summary>
            <typeparam name="TResult">The type of the result produced by the task.</typeparam>
            <param name="task">Task to convert to an observable sequence.</param>
            <param name="scheduler">Scheduler on which to notify observers about completion, cancellation or failure.</param>
            <returns>An observable sequence that produces the task's result, or propagates the exception produced by the task.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="task"/> is <c>null</c> or <paramref name="scheduler"/> is <c>null</c>.</exception>
            <remarks>If the specified task object supports cancellation, consider using <see cref="M:System.Reactive.Linq.Observable.FromAsync``1(System.Func{System.Threading.CancellationToken,System.Threading.Tasks.Task{``0}})"/> instead.</remarks>
        </member>
        <member name="M:System.Reactive.Threading.Tasks.TaskObservableExtensions.ToTask``1(System.IObservable{``0})">
            <summary>
            Returns a task that will receive the last value or the exception produced by the observable sequence.
            </summary>
            <typeparam name="TResult">The type of the elements in the source sequence.</typeparam>
            <param name="observable">Observable sequence to convert to a task.</param>
            <returns>A task that will receive the last element or the exception produced by the observable sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="observable"/> is <c>null</c>.</exception>
        </member>
        <member name="M:System.Reactive.Threading.Tasks.TaskObservableExtensions.ToTask``1(System.IObservable{``0},System.Reactive.Concurrency.IScheduler)">
            <summary>
            Returns a task that will receive the last value or the exception produced by the observable sequence.
            </summary>
            <typeparam name="TResult">The type of the elements in the source sequence.</typeparam>
            <param name="observable">Observable sequence to convert to a task.</param>
            <param name="scheduler">The scheduler used for overriding where the task completion signals will be issued.</param>
            <returns>A task that will receive the last element or the exception produced by the observable sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="observable"/> or <paramref name="scheduler"/> is <c>null</c>.</exception>
        </member>
        <member name="M:System.Reactive.Threading.Tasks.TaskObservableExtensions.ToTask``1(System.IObservable{``0},System.Object)">
            <summary>
            Returns a task that will receive the last value or the exception produced by the observable sequence.
            </summary>
            <typeparam name="TResult">The type of the elements in the source sequence.</typeparam>
            <param name="observable">Observable sequence to convert to a task.</param>
            <param name="state">The state to use as the underlying task's AsyncState.</param>
            <returns>A task that will receive the last element or the exception produced by the observable sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="observable"/> is <c>null</c>.</exception>
        </member>
        <member name="M:System.Reactive.Threading.Tasks.TaskObservableExtensions.ToTask``1(System.IObservable{``0},System.Object,System.Reactive.Concurrency.IScheduler)">
            <summary>
            Returns a task that will receive the last value or the exception produced by the observable sequence.
            </summary>
            <typeparam name="TResult">The type of the elements in the source sequence.</typeparam>
            <param name="observable">Observable sequence to convert to a task.</param>
            <param name="state">The state to use as the underlying task's AsyncState.</param>
            <param name="scheduler">The scheduler used for overriding where the task completion signals will be issued.</param>
            <returns>A task that will receive the last element or the exception produced by the observable sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="observable"/> or <paramref name="scheduler"/> is <c>null</c>.</exception>
        </member>
        <member name="M:System.Reactive.Threading.Tasks.TaskObservableExtensions.ToTask``1(System.IObservable{``0},System.Threading.CancellationToken)">
            <summary>
            Returns a task that will receive the last value or the exception produced by the observable sequence.
            </summary>
            <typeparam name="TResult">The type of the elements in the source sequence.</typeparam>
            <param name="observable">Observable sequence to convert to a task.</param>
            <param name="cancellationToken">Cancellation token that can be used to cancel the task, causing unsubscription from the observable sequence.</param>
            <returns>A task that will receive the last element or the exception produced by the observable sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="observable"/> is <c>null</c>.</exception>
        </member>
        <member name="M:System.Reactive.Threading.Tasks.TaskObservableExtensions.ToTask``1(System.IObservable{``0},System.Threading.CancellationToken,System.Reactive.Concurrency.IScheduler)">
            <summary>
            Returns a task that will receive the last value or the exception produced by the observable sequence.
            </summary>
            <typeparam name="TResult">The type of the elements in the source sequence.</typeparam>
            <param name="observable">Observable sequence to convert to a task.</param>
            <param name="cancellationToken">Cancellation token that can be used to cancel the task, causing unsubscription from the observable sequence.</param>
            <param name="scheduler">The scheduler used for overriding where the task completion signals will be issued.</param>
            <returns>A task that will receive the last element or the exception produced by the observable sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="observable"/> or <paramref name="scheduler"/> is <c>null</c>.</exception>
        </member>
        <member name="M:System.Reactive.Threading.Tasks.TaskObservableExtensions.ToTask``1(System.IObservable{``0},System.Threading.CancellationToken,System.Object)">
            <summary>
            Returns a task that will receive the last value or the exception produced by the observable sequence.
            </summary>
            <typeparam name="TResult">The type of the elements in the source sequence.</typeparam>
            <param name="observable">Observable sequence to convert to a task.</param>
            <param name="cancellationToken">Cancellation token that can be used to cancel the task, causing unsubscription from the observable sequence.</param>
            <param name="state">The state to use as the underlying task's <see cref="P:System.Threading.Tasks.Task.AsyncState"/>.</param>
            <returns>A task that will receive the last element or the exception produced by the observable sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="observable"/> is <c>null</c>.</exception>
        </member>
        <member name="M:System.Reactive.Threading.Tasks.TaskObservableExtensions.ToTask``1(System.IObservable{``0},System.Threading.CancellationToken,System.Object,System.Reactive.Concurrency.IScheduler)">
            <summary>
            Returns a task that will receive the last value or the exception produced by the observable sequence.
            </summary>
            <typeparam name="TResult">The type of the elements in the source sequence.</typeparam>
            <param name="observable">Observable sequence to convert to a task.</param>
            <param name="cancellationToken">Cancellation token that can be used to cancel the task, causing unsubscription from the observable sequence.</param>
            <param name="state">The state to use as the underlying task's <see cref="P:System.Threading.Tasks.Task.AsyncState"/>.</param>
            <param name="scheduler">The scheduler used for overriding where the task completion signals will be issued.</param>
            <returns>A task that will receive the last element or the exception produced by the observable sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="observable"/> or <paramref name="scheduler"/> is <c>null</c>.</exception>
        </member>
        <member name="T:System.Reactive.TimeInterval`1">
            <summary>
            Represents a value associated with time interval information.
            The time interval can represent the time it took to produce the value, the interval relative to a previous value, the value's delivery time relative to a base, etc.
            </summary>
            <typeparam name="T">The type of the value being annotated with time interval information.</typeparam>
        </member>
        <member name="M:System.Reactive.TimeInterval`1.#ctor(`0,System.TimeSpan)">
            <summary>
            Constructs a time interval value.
            </summary>
            <param name="value">The value to be annotated with a time interval.</param>
            <param name="interval">Time interval associated with the value.</param>
        </member>
        <member name="P:System.Reactive.TimeInterval`1.Value">
            <summary>
            Gets the value.
            </summary>
        </member>
        <member name="P:System.Reactive.TimeInterval`1.Interval">
            <summary>
            Gets the interval.
            </summary>
        </member>
        <member name="M:System.Reactive.TimeInterval`1.Equals(System.Reactive.TimeInterval{`0})">
            <summary>
            Determines whether the current <see cref="T:System.Reactive.TimeInterval`1"/> value has the same <see cref="P:System.Reactive.TimeInterval`1.Value"/> and <see cref="P:System.Reactive.TimeInterval`1.Interval"/> as a specified <see cref="T:System.Reactive.TimeInterval`1"/> value.
            </summary>
            <param name="other">An object to compare to the current <see cref="T:System.Reactive.TimeInterval`1"/> value.</param>
            <returns><c>true</c> if both <see cref="T:System.Reactive.TimeInterval`1"/> values have the same <see cref="P:System.Reactive.TimeInterval`1.Value"/> and <see cref="P:System.Reactive.TimeInterval`1.Interval"/>; otherwise, <c>false</c>.</returns>
        </member>
        <member name="M:System.Reactive.TimeInterval`1.op_Equality(System.Reactive.TimeInterval{`0},System.Reactive.TimeInterval{`0})">
            <summary>
            Determines whether the two specified <see cref="T:System.Reactive.TimeInterval`1"/> values have the same <see cref="P:System.Reactive.TimeInterval`1.Value"/> and <see cref="P:System.Reactive.TimeInterval`1.Interval"/>.
            </summary>
            <param name="first">The first <see cref="T:System.Reactive.TimeInterval`1"/> value to compare.</param>
            <param name="second">The second <see cref="T:System.Reactive.TimeInterval`1"/> value to compare.</param>
            <returns><c>true</c> if the first <see cref="T:System.Reactive.TimeInterval`1"/> value has the same <see cref="P:System.Reactive.TimeInterval`1.Value"/> and <see cref="P:System.Reactive.TimeInterval`1.Interval"/> as the second <see cref="T:System.Reactive.TimeInterval`1"/> value; otherwise, <c>false</c>.</returns>
        </member>
        <member name="M:System.Reactive.TimeInterval`1.op_Inequality(System.Reactive.TimeInterval{`0},System.Reactive.TimeInterval{`0})">
            <summary>
            Determines whether the two specified <see cref="T:System.Reactive.TimeInterval`1"/> values don't have the same <see cref="P:System.Reactive.TimeInterval`1.Value"/> and <see cref="P:System.Reactive.TimeInterval`1.Interval"/>.
            </summary>
            <param name="first">The first <see cref="T:System.Reactive.TimeInterval`1"/> value to compare.</param>
            <param name="second">The second <see cref="T:System.Reactive.TimeInterval`1"/> value to compare.</param>
            <returns><c>true</c> if the first <see cref="T:System.Reactive.TimeInterval`1"/> value has a different <see cref="P:System.Reactive.TimeInterval`1.Value"/> or <see cref="P:System.Reactive.TimeInterval`1.Interval"/> as the second <see cref="T:System.Reactive.TimeInterval`1"/> value; otherwise, <c>false</c>.</returns>
        </member>
        <member name="M:System.Reactive.TimeInterval`1.Equals(System.Object)">
            <summary>
            Determines whether the specified System.Object is equal to the current <see cref="T:System.Reactive.TimeInterval`1"/>.
            </summary>
            <param name="obj">The System.Object to compare with the current <see cref="T:System.Reactive.TimeInterval`1"/>.</param>
            <returns><c>true</c> if the specified System.Object is equal to the current <see cref="T:System.Reactive.TimeInterval`1"/>; otherwise, <c>false</c>.</returns>
        </member>
        <member name="M:System.Reactive.TimeInterval`1.GetHashCode">
            <summary>
            Returns the hash code for the current <see cref="T:System.Reactive.TimeInterval`1"/> value.
            </summary>
            <returns>A hash code for the current <see cref="T:System.Reactive.TimeInterval`1"/> value.</returns>
        </member>
        <member name="M:System.Reactive.TimeInterval`1.ToString">
            <summary>
            Returns a string representation of the current <see cref="T:System.Reactive.TimeInterval`1"/> value.
            </summary>
            <returns>String representation of the current <see cref="T:System.Reactive.TimeInterval`1"/> value.</returns>
        </member>
        <member name="T:System.Reactive.Timestamped`1">
            <summary>
            Represents value with a timestamp on it.
            The timestamp typically represents the time the value was received, using an IScheduler's clock to obtain the current time.
            </summary>
            <typeparam name="T">The type of the value being timestamped.</typeparam>
        </member>
        <member name="M:System.Reactive.Timestamped`1.#ctor(`0,System.DateTimeOffset)">
            <summary>
            Constructs a timestamped value.
            </summary>
            <param name="value">The value to be annotated with a timestamp.</param>
            <param name="timestamp">Timestamp associated with the value.</param>
        </member>
        <member name="P:System.Reactive.Timestamped`1.Value">
            <summary>
            Gets the value.
            </summary>
        </member>
        <member name="P:System.Reactive.Timestamped`1.Timestamp">
            <summary>
            Gets the timestamp.
            </summary>
        </member>
        <member name="M:System.Reactive.Timestamped`1.Equals(System.Reactive.Timestamped{`0})">
            <summary>
            Determines whether the current <see cref="T:System.Reactive.Timestamped`1" /> value has the same <see cref="P:System.Reactive.Timestamped`1.Value"/> and <see cref="P:System.Reactive.Timestamped`1.Timestamp"/> as a specified <see cref="T:System.Reactive.Timestamped`1" /> value.
            </summary>
            <param name="other">An object to compare to the current <see cref="T:System.Reactive.Timestamped`1" /> value.</param>
            <returns><c>true</c> if both <see cref="T:System.Reactive.Timestamped`1" /> values have the same <see cref="P:System.Reactive.Timestamped`1.Value"/> and <see cref="P:System.Reactive.Timestamped`1.Timestamp"/>; otherwise, <c>false</c>.</returns>
        </member>
        <member name="M:System.Reactive.Timestamped`1.op_Equality(System.Reactive.Timestamped{`0},System.Reactive.Timestamped{`0})">
            <summary>
            Determines whether the two specified <see cref="T:System.Reactive.Timestamped`1" /> values have the same <see cref="P:System.Reactive.Timestamped`1.Value"/> and <see cref="P:System.Reactive.Timestamped`1.Timestamp"/>.
            </summary>
            <param name="first">The first <see cref="T:System.Reactive.Timestamped`1" /> value to compare.</param>
            <param name="second">The second <see cref="T:System.Reactive.Timestamped`1" /> value to compare.</param>
            <returns><c>true</c> if the first <see cref="T:System.Reactive.Timestamped`1" /> value has the same <see cref="P:System.Reactive.Timestamped`1.Value"/> and <see cref="P:System.Reactive.Timestamped`1.Timestamp"/> as the second <see cref="T:System.Reactive.Timestamped`1" /> value; otherwise, <c>false</c>.</returns>
        </member>
        <member name="M:System.Reactive.Timestamped`1.op_Inequality(System.Reactive.Timestamped{`0},System.Reactive.Timestamped{`0})">
            <summary>
            Determines whether the two specified <see cref="T:System.Reactive.Timestamped`1" /> values don't have the same <see cref="P:System.Reactive.Timestamped`1.Value"/> and <see cref="P:System.Reactive.Timestamped`1.Timestamp"/>.
            </summary>
            <param name="first">The first <see cref="T:System.Reactive.Timestamped`1" /> value to compare.</param>
            <param name="second">The second <see cref="T:System.Reactive.Timestamped`1" /> value to compare.</param>
            <returns><c>true</c> if the first <see cref="T:System.Reactive.Timestamped`1" /> value has a different <see cref="P:System.Reactive.Timestamped`1.Value"/> or <see cref="P:System.Reactive.Timestamped`1.Timestamp"/> as the second <see cref="T:System.Reactive.Timestamped`1" /> value; otherwise, <c>false</c>.</returns>
        </member>
        <member name="M:System.Reactive.Timestamped`1.Equals(System.Object)">
            <summary>
            Determines whether the specified System.Object is equal to the current <see cref="T:System.Reactive.Timestamped`1" />.
            </summary>
            <param name="obj">The System.Object to compare with the current <see cref="T:System.Reactive.Timestamped`1" />.</param>
            <returns><c>true</c> if the specified System.Object is equal to the current <see cref="T:System.Reactive.Timestamped`1" />; otherwise, <c>false</c>.</returns>
        </member>
        <member name="M:System.Reactive.Timestamped`1.GetHashCode">
            <summary>
            Returns the hash code for the current <see cref="T:System.Reactive.Timestamped`1" /> value.
            </summary>
            <returns>A hash code for the current <see cref="T:System.Reactive.Timestamped`1" /> value.</returns>
        </member>
        <member name="M:System.Reactive.Timestamped`1.ToString">
            <summary>
            Returns a string representation of the current <see cref="T:System.Reactive.Timestamped`1" /> value.
            </summary>
            <returns>String representation of the current <see cref="T:System.Reactive.Timestamped`1" /> value.</returns>
        </member>
        <member name="T:System.Reactive.Timestamped">
            <summary>
            A helper class with a factory method for creating <see cref="T:System.Reactive.Timestamped`1" /> instances.
            </summary>
        </member>
        <member name="M:System.Reactive.Timestamped.Create``1(``0,System.DateTimeOffset)">
            <summary>
            Creates an instance of a <see cref="T:System.Reactive.Timestamped`1" />.  This is syntactic sugar that uses type inference
            to avoid specifying a type in a constructor call, which is very useful when using anonymous types.
            </summary>
            <param name="value">The value to be annotated with a timestamp.</param>
            <param name="timestamp">Timestamp associated with the value.</param>
            <returns>Creates a new timestamped value.</returns>
        </member>
        <member name="T:System.Reactive.Unit">
            <summary>
            Represents a type with a single value. This type is often used to denote the successful completion of a void-returning method (C#) or a Sub procedure (Visual Basic).
            </summary>
        </member>
        <member name="M:System.Reactive.Unit.Equals(System.Reactive.Unit)">
            <summary>
            Determines whether the specified <see cref="T:System.Reactive.Unit"/> value is equal to the current <see cref="T:System.Reactive.Unit"/>. Because <see cref="T:System.Reactive.Unit"/> has a single value, this always returns <c>true</c>.
            </summary>
            <param name="other">An object to compare to the current <see cref="T:System.Reactive.Unit"/> value.</param>
            <returns>Because <see cref="T:System.Reactive.Unit"/> has a single value, this always returns <c>true</c>.</returns>
        </member>
        <member name="M:System.Reactive.Unit.Equals(System.Object)">
            <summary>
            Determines whether the specified System.Object is equal to the current <see cref="T:System.Reactive.Unit"/>.
            </summary>
            <param name="obj">The System.Object to compare with the current <see cref="T:System.Reactive.Unit"/>.</param>
            <returns><c>true</c> if the specified System.Object is a <see cref="T:System.Reactive.Unit"/> value; otherwise, <c>false</c>.</returns>
        </member>
        <member name="M:System.Reactive.Unit.GetHashCode">
            <summary>
            Returns the hash code for the current <see cref="T:System.Reactive.Unit"/> value.
            </summary>
            <returns>A hash code for the current <see cref="T:System.Reactive.Unit"/> value.</returns>
        </member>
        <member name="M:System.Reactive.Unit.ToString">
            <summary>
            Returns a string representation of the current <see cref="T:System.Reactive.Unit"/> value.
            </summary>
            <returns>String representation of the current <see cref="T:System.Reactive.Unit"/> value.</returns>
        </member>
        <member name="M:System.Reactive.Unit.op_Equality(System.Reactive.Unit,System.Reactive.Unit)">
            <summary>
            Determines whether the two specified <see cref="T:System.Reactive.Unit"/> values are equal. Because <see cref="T:System.Reactive.Unit"/> has a single value, this always returns <c>true</c>.
            </summary>
            <param name="first">The first <see cref="T:System.Reactive.Unit"/> value to compare.</param>
            <param name="second">The second <see cref="T:System.Reactive.Unit"/> value to compare.</param>
            <returns>Because <see cref="T:System.Reactive.Unit"/> has a single value, this always returns <c>true</c>.</returns>
        </member>
        <member name="M:System.Reactive.Unit.op_Inequality(System.Reactive.Unit,System.Reactive.Unit)">
            <summary>
            Determines whether the two specified <see cref="T:System.Reactive.Unit"/> values are not equal. Because <see cref="T:System.Reactive.Unit"/> has a single value, this always returns <c>false</c>.
            </summary>
            <param name="first">The first <see cref="T:System.Reactive.Unit"/> value to compare.</param>
            <param name="second">The second <see cref="T:System.Reactive.Unit"/> value to compare.</param>
            <returns>Because <see cref="T:System.Reactive.Unit"/> has a single value, this always returns <c>false</c>.</returns>
        </member>
        <member name="P:System.Reactive.Unit.Default">
            <summary>
            Gets the single <see cref="T:System.Reactive.Unit"/> value.
            </summary>
        </member>
        <member name="T:System.Reactive.Strings_WindowsThreading">
            <summary>
              A strongly-typed resource class, for looking up localized strings, etc.
            </summary>
        </member>
        <member name="P:System.Reactive.Strings_WindowsThreading.ResourceManager">
            <summary>
              Returns the cached ResourceManager instance used by this class.
            </summary>
        </member>
        <member name="P:System.Reactive.Strings_WindowsThreading.Culture">
            <summary>
              Overrides the current thread's CurrentUICulture property for all
              resource lookups using this strongly typed resource class.
            </summary>
        </member>
        <member name="P:System.Reactive.Strings_WindowsThreading.NO_DISPATCHER_CURRENT_THREAD">
            <summary>
              Looks up a localized string similar to The current thread has no Dispatcher associated with it..
            </summary>
        </member>
        <member name="P:System.Reactive.Strings_WindowsThreading.NO_WINDOW_CURRENT">
            <summary>
              Looks up a localized string similar to No current Window object found to obtain a CoreDispatcher from..
            </summary>
        </member>
        <member name="T:System.ObservableExtensions">
            <summary>
            Provides a set of static methods for subscribing delegates to observables.
            </summary>
        </member>
        <member name="M:System.ObservableExtensions.Subscribe``1(System.IObservable{``0})">
            <summary>
            Subscribes to the observable sequence without specifying any handlers.
            This method can be used to evaluate the observable sequence for its side-effects only.
            </summary>
            <typeparam name="T">The type of the elements in the source sequence.</typeparam>
            <param name="source">Observable sequence to subscribe to.</param>
            <returns><see cref="T:System.IDisposable"/> object used to unsubscribe from the observable sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> is <c>null</c>.</exception>
        </member>
        <member name="M:System.ObservableExtensions.Subscribe``1(System.IObservable{``0},System.Action{``0})">
            <summary>
            Subscribes an element handler to an observable sequence.
            </summary>
            <typeparam name="T">The type of the elements in the source sequence.</typeparam>
            <param name="source">Observable sequence to subscribe to.</param>
            <param name="onNext">Action to invoke for each element in the observable sequence.</param>
            <returns><see cref="T:System.IDisposable"/> object used to unsubscribe from the observable sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="onNext"/> is <c>null</c>.</exception>
        </member>
        <member name="M:System.ObservableExtensions.Subscribe``1(System.IObservable{``0},System.Action{``0},System.Action{System.Exception})">
            <summary>
            Subscribes an element handler and an exception handler to an observable sequence.
            </summary>
            <typeparam name="T">The type of the elements in the source sequence.</typeparam>
            <param name="source">Observable sequence to subscribe to.</param>
            <param name="onNext">Action to invoke for each element in the observable sequence.</param>
            <param name="onError">Action to invoke upon exceptional termination of the observable sequence.</param>
            <returns><see cref="T:System.IDisposable"/> object used to unsubscribe from the observable sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="onNext"/> or <paramref name="onError"/> is <c>null</c>.</exception>
        </member>
        <member name="M:System.ObservableExtensions.Subscribe``1(System.IObservable{``0},System.Action{``0},System.Action)">
            <summary>
            Subscribes an element handler and a completion handler to an observable sequence.
            </summary>
            <typeparam name="T">The type of the elements in the source sequence.</typeparam>
            <param name="source">Observable sequence to subscribe to.</param>
            <param name="onNext">Action to invoke for each element in the observable sequence.</param>
            <param name="onCompleted">Action to invoke upon graceful termination of the observable sequence.</param>
            <returns><see cref="T:System.IDisposable"/> object used to unsubscribe from the observable sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="onNext"/> or <paramref name="onCompleted"/> is <c>null</c>.</exception>
        </member>
        <member name="M:System.ObservableExtensions.Subscribe``1(System.IObservable{``0},System.Action{``0},System.Action{System.Exception},System.Action)">
            <summary>
            Subscribes an element handler, an exception handler, and a completion handler to an observable sequence.
            </summary>
            <typeparam name="T">The type of the elements in the source sequence.</typeparam>
            <param name="source">Observable sequence to subscribe to.</param>
            <param name="onNext">Action to invoke for each element in the observable sequence.</param>
            <param name="onError">Action to invoke upon exceptional termination of the observable sequence.</param>
            <param name="onCompleted">Action to invoke upon graceful termination of the observable sequence.</param>
            <returns><see cref="T:System.IDisposable"/> object used to unsubscribe from the observable sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="onNext"/> or <paramref name="onError"/> or <paramref name="onCompleted"/> is <c>null</c>.</exception>
        </member>
        <member name="M:System.ObservableExtensions.Subscribe``1(System.IObservable{``0},System.IObserver{``0},System.Threading.CancellationToken)">
            <summary>
            Subscribes an observer to an observable sequence, using a <see cref="T:System.Threading.CancellationToken"/> to support unsubscription.
            </summary>
            <typeparam name="T">The type of the elements in the source sequence.</typeparam>
            <param name="source">Observable sequence to subscribe to.</param>
            <param name="observer">Observer to subscribe to the sequence.</param>
            <param name="token">CancellationToken that can be signaled to unsubscribe from the source sequence.</param>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="observer"/> is <c>null</c>.</exception>
        </member>
        <member name="M:System.ObservableExtensions.Subscribe``1(System.IObservable{``0},System.Threading.CancellationToken)">
            <summary>
            Subscribes to the observable sequence without specifying any handlers, using a <see cref="T:System.Threading.CancellationToken"/> to support unsubscription.
            This method can be used to evaluate the observable sequence for its side-effects only.
            </summary>
            <typeparam name="T">The type of the elements in the source sequence.</typeparam>
            <param name="source">Observable sequence to subscribe to.</param>
            <param name="token">CancellationToken that can be signaled to unsubscribe from the source sequence.</param>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> is <c>null</c>.</exception>
        </member>
        <member name="M:System.ObservableExtensions.Subscribe``1(System.IObservable{``0},System.Action{``0},System.Threading.CancellationToken)">
            <summary>
            Subscribes an element handler to an observable sequence, using a <see cref="T:System.Threading.CancellationToken"/> to support unsubscription.
            </summary>
            <typeparam name="T">The type of the elements in the source sequence.</typeparam>
            <param name="source">Observable sequence to subscribe to.</param>
            <param name="onNext">Action to invoke for each element in the observable sequence.</param>
            <param name="token">CancellationToken that can be signaled to unsubscribe from the source sequence.</param>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="onNext"/> is <c>null</c>.</exception>
        </member>
        <member name="M:System.ObservableExtensions.Subscribe``1(System.IObservable{``0},System.Action{``0},System.Action{System.Exception},System.Threading.CancellationToken)">
            <summary>
            Subscribes an element handler and an exception handler to an observable sequence, using a <see cref="T:System.Threading.CancellationToken"/> to support unsubscription.
            </summary>
            <typeparam name="T">The type of the elements in the source sequence.</typeparam>
            <param name="source">Observable sequence to subscribe to.</param>
            <param name="onNext">Action to invoke for each element in the observable sequence.</param>
            <param name="onError">Action to invoke upon exceptional termination of the observable sequence.</param>
            <param name="token">CancellationToken that can be signaled to unsubscribe from the source sequence.</param>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="onNext"/> or <paramref name="onError"/> is <c>null</c>.</exception>
        </member>
        <member name="M:System.ObservableExtensions.Subscribe``1(System.IObservable{``0},System.Action{``0},System.Action,System.Threading.CancellationToken)">
            <summary>
            Subscribes an element handler and a completion handler to an observable sequence, using a <see cref="T:System.Threading.CancellationToken"/> to support unsubscription.
            </summary>
            <typeparam name="T">The type of the elements in the source sequence.</typeparam>
            <param name="source">Observable sequence to subscribe to.</param>
            <param name="onNext">Action to invoke for each element in the observable sequence.</param>
            <param name="onCompleted">Action to invoke upon graceful termination of the observable sequence.</param>
            <param name="token">CancellationToken that can be signaled to unsubscribe from the source sequence.</param>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="onNext"/> or <paramref name="onCompleted"/> is <c>null</c>.</exception>
        </member>
        <member name="M:System.ObservableExtensions.Subscribe``1(System.IObservable{``0},System.Action{``0},System.Action{System.Exception},System.Action,System.Threading.CancellationToken)">
            <summary>
            Subscribes an element handler, an exception handler, and a completion handler to an observable sequence, using a <see cref="T:System.Threading.CancellationToken"/> to support unsubscription.
            </summary>
            <typeparam name="T">The type of the elements in the source sequence.</typeparam>
            <param name="source">Observable sequence to subscribe to.</param>
            <param name="onNext">Action to invoke for each element in the observable sequence.</param>
            <param name="onError">Action to invoke upon exceptional termination of the observable sequence.</param>
            <param name="onCompleted">Action to invoke upon graceful termination of the observable sequence.</param>
            <param name="token">CancellationToken that can be signaled to unsubscribe from the source sequence.</param>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="onNext"/> or <paramref name="onError"/> or <paramref name="onCompleted"/> is <c>null</c>.</exception>
        </member>
        <member name="M:System.ObservableExtensions.SubscribeSafe``1(System.IObservable{``0},System.IObserver{``0})">
            <summary>
            Subscribes to the specified source, re-routing synchronous exceptions during invocation of the <see cref="M:System.IObservable`1.Subscribe(System.IObserver{`0})"/> method to the observer's <see cref="M:System.IObserver`1.OnError(System.Exception)"/> channel.
            This method is typically used when writing query operators.
            </summary>
            <typeparam name="T">The type of the elements in the source sequence.</typeparam>
            <param name="source">Observable sequence to subscribe to.</param>
            <param name="observer">Observer that will be passed to the observable sequence, and that will be used for exception propagation.</param>
            <returns><see cref="T:System.IDisposable"/> object used to unsubscribe from the observable sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> or <paramref name="observer"/> is <c>null</c>.</exception>
        </member>
        <member name="T:System.Runtime.CompilerServices.TaskObservableMethodBuilder`1">
            <summary>
            Represents a builder for asynchronous methods that return a task-like <see cref="T:System.Reactive.ITaskObservable`1"/>.
            </summary>
            <typeparam name="T">The type of the elements in the sequence.</typeparam>
        </member>
        <member name="F:System.Runtime.CompilerServices.TaskObservableMethodBuilder`1._stateMachine">
            <summary>
            The compiler-generated asynchronous state machine representing the execution flow of the asynchronous
            method whose return type is a task-like <see cref="T:System.Reactive.ITaskObservable`1"/>.
            </summary>
        </member>
        <member name="F:System.Runtime.CompilerServices.TaskObservableMethodBuilder`1._inner">
            <summary>
            The underlying observable sequence representing the result produced by the asynchronous method.
            </summary>
        </member>
        <member name="M:System.Runtime.CompilerServices.TaskObservableMethodBuilder`1.Create">
            <summary>
            Creates an instance of the <see cref="T:System.Runtime.CompilerServices.TaskObservableMethodBuilder`1"/> struct.
            </summary>
            <returns>A new instance of the struct.</returns>
        </member>
        <member name="M:System.Runtime.CompilerServices.TaskObservableMethodBuilder`1.Start``1(``0@)">
            <summary>
            Begins running the builder with the associated state machine.
            </summary>
            <typeparam name="TStateMachine">The type of the state machine.</typeparam>
            <param name="stateMachine">The state machine instance, passed by reference.</param>
            <exception cref="T:System.ArgumentNullException"><paramref name="stateMachine"/> is <c>null</c>.</exception>
        </member>
        <member name="M:System.Runtime.CompilerServices.TaskObservableMethodBuilder`1.SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine)">
            <summary>
            Associates the builder with the specified state machine.
            </summary>
            <param name="stateMachine">The state machine instance to associate with the builder.</param>
            <exception cref="T:System.ArgumentNullException"><paramref name="stateMachine"/> is <c>null</c>.</exception>
            <exception cref="T:System.InvalidOperationException">The state machine was previously set.</exception>
        </member>
        <member name="M:System.Runtime.CompilerServices.TaskObservableMethodBuilder`1.SetResult(`0)">
            <summary>
            Marks the observable as successfully completed.
            </summary>
            <param name="result">The result to use to complete the observable sequence.</param>
            <exception cref="T:System.InvalidOperationException">The observable has already completed.</exception>
        </member>
        <member name="M:System.Runtime.CompilerServices.TaskObservableMethodBuilder`1.SetException(System.Exception)">
            <summary>
            Marks the observable as failed and binds the specified exception to the observable sequence.
            </summary>
            <param name="exception">The exception to bind to the observable sequence.</param>
            <exception cref="T:System.ArgumentNullException"><paramref name="exception"/> is <c>null</c>.</exception>
            <exception cref="T:System.InvalidOperationException">The observable has already completed.</exception>
        </member>
        <member name="P:System.Runtime.CompilerServices.TaskObservableMethodBuilder`1.Task">
            <summary>
            Gets the observable sequence for this builder.
            </summary>
        </member>
        <member name="M:System.Runtime.CompilerServices.TaskObservableMethodBuilder`1.AwaitOnCompleted``2(``0@,``1@)">
            <summary>
            Schedules the state machine to proceed to the next action when the specified awaiter completes.
            </summary>
            <typeparam name="TAwaiter">The type of the awaiter.</typeparam>
            <typeparam name="TStateMachine">The type of the state machine.</typeparam>
            <param name="awaiter">The awaiter.</param>
            <param name="stateMachine">The state machine.</param>
        </member>
        <member name="M:System.Runtime.CompilerServices.TaskObservableMethodBuilder`1.AwaitUnsafeOnCompleted``2(``0@,``1@)">
            <summary>
            Schedules the state machine to proceed to the next action when the specified awaiter completes.
            </summary>
            <typeparam name="TAwaiter">The type of the awaiter.</typeparam>
            <typeparam name="TStateMachine">The type of the state machine.</typeparam>
            <param name="awaiter">The awaiter.</param>
            <param name="stateMachine">The state machine.</param>
        </member>
        <member name="M:System.Runtime.CompilerServices.TaskObservableMethodBuilder`1.Rethrow(System.Exception)">
            <summary>
            Rethrows an exception that was thrown from an awaiter's OnCompleted methods.
            </summary>
            <param name="exception">The exception to rethrow.</param>
        </member>
        <member name="T:System.Runtime.CompilerServices.TaskObservableMethodBuilder`1.TaskObservable">
            <summary>
            Implementation of the IObservable&lt;T&gt; interface compatible with async method return types.
            </summary>
            <remarks>
            This class implements a "task-like" type that can be used as the return type of an asynchronous
            method in C# 7.0 and beyond. For example:
            <code>
            async Observable&lt;int&gt; RxAsync()
            {
                var res = await Observable.Return(21).Delay(TimeSpan.FromSeconds(1));
                return res * 2;
            }
            </code>
            </remarks>
        </member>
        <member name="F:System.Runtime.CompilerServices.TaskObservableMethodBuilder`1.TaskObservable._subject">
            <summary>
            The underlying observable sequence to subscribe to in case the asynchronous method did not
            finish synchronously.
            </summary>
        </member>
        <member name="F:System.Runtime.CompilerServices.TaskObservableMethodBuilder`1.TaskObservable._result">
            <summary>
            The result returned by the asynchronous method in case the method finished synchronously.
            </summary>
        </member>
        <member name="F:System.Runtime.CompilerServices.TaskObservableMethodBuilder`1.TaskObservable._exception">
            <summary>
            The exception thrown by the asynchronous method in case the method finished synchronously.
            </summary>
        </member>
        <member name="M:System.Runtime.CompilerServices.TaskObservableMethodBuilder`1.TaskObservable.#ctor">
            <summary>
            Creates a new <see cref="T:System.Runtime.CompilerServices.TaskObservableMethodBuilder`1.TaskObservable"/> for an asynchronous method that has not finished yet.
            </summary>
        </member>
        <member name="M:System.Runtime.CompilerServices.TaskObservableMethodBuilder`1.TaskObservable.#ctor(`0)">
            <summary>
            Creates a new <see cref="T:System.Runtime.CompilerServices.TaskObservableMethodBuilder`1.TaskObservable"/> for an asynchronous method that synchronously returned
            the specified <paramref name="result"/> value.
            </summary>
            <param name="result">The result returned by the asynchronous method.</param>
        </member>
        <member name="M:System.Runtime.CompilerServices.TaskObservableMethodBuilder`1.TaskObservable.#ctor(System.Exception)">
            <summary>
            Creates a new <see cref="T:System.Runtime.CompilerServices.TaskObservableMethodBuilder`1.TaskObservable"/> for an asynchronous method that synchronously threw
            the specified <paramref name="exception"/>.
            </summary>
            <param name="exception">The exception thrown by the asynchronous method.</param>
        </member>
        <member name="M:System.Runtime.CompilerServices.TaskObservableMethodBuilder`1.TaskObservable.SetResult(`0)">
            <summary>
            Marks the observable as successfully completed.
            </summary>
            <param name="result">The result to use to complete the observable sequence.</param>
            <exception cref="T:System.InvalidOperationException">The observable has already completed.</exception>
        </member>
        <member name="M:System.Runtime.CompilerServices.TaskObservableMethodBuilder`1.TaskObservable.SetException(System.Exception)">
            <summary>
            Marks the observable as failed and binds the specified exception to the observable sequence.
            </summary>
            <param name="exception">The exception to bind to the observable sequence.</param>
            <exception cref="T:System.ArgumentNullException"><paramref name="exception"/> is <c>null</c>.</exception>
            <exception cref="T:System.InvalidOperationException">The observable has already completed.</exception>
        </member>
        <member name="M:System.Runtime.CompilerServices.TaskObservableMethodBuilder`1.TaskObservable.Subscribe(System.IObserver{`0})">
            <summary>
            Subscribes the given observer to the observable sequence.
            </summary>
            <param name="observer">Observer that will receive notifications from the observable sequence.</param>
            <returns>Disposable object representing an observer's subscription to the observable sequence.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="observer"/> is null.</exception>
        </member>
        <member name="M:System.Runtime.CompilerServices.TaskObservableMethodBuilder`1.TaskObservable.GetAwaiter">
            <summary>
            Gets an awaiter that can be used to await the eventual completion of the observable sequence.
            </summary>
            <returns>An awaiter that can be used to await the eventual completion of the observable sequence.</returns>
        </member>
        <member name="P:System.Runtime.CompilerServices.TaskObservableMethodBuilder`1.TaskObservable.IsCompleted">
            <summary>
            Gets a Boolean indicating whether the observable sequence has completed.
            </summary>
        </member>
        <member name="M:System.Runtime.CompilerServices.TaskObservableMethodBuilder`1.TaskObservable.GetResult">
            <summary>
            Gets the result produced by the observable sequence.
            </summary>
            <returns>The result produced by the observable sequence.</returns>
        </member>
        <member name="M:System.Runtime.CompilerServices.TaskObservableMethodBuilder`1.TaskObservable.OnCompleted(System.Action)">
            <summary>
            Attaches the specified <paramref name="continuation"/> to the observable sequence.
            </summary>
            <param name="continuation">The continuation to attach.</param>
        </member>
    </members>
</doc>
System.Reflection.DispatchProxy.dll
md5: 2AD46001F2816BD9F875E44019AB537B | sha1: D0CD801EE888D2D1E70F020ECA3142518E3BC74D | sha256: 2A120F831E4275553406B736A34F20EA2653C82F978F4F2891ED56627CD3EB7B | sha512: 7B81EA7831636667A9949F023BD54507A102BBF09D4F4CC1379B56F6525DE350A640489D1175D69ADB108574C1F2E8B53F77818C5B826AE3B69E52E9C63BEEA3
System.Reflection.dll
md5: 66F46EE17968FEF044870854C3845CC9 | sha1: 1AC751687E7B9731B4A53DCCA3BF7DA5D30ADBAA | sha256: DEC40D1B2EB040A845169F38FD17F059DC3456451C92F62F0D652326243D40EE | sha512: C227A5C778BDC4D63F1C21ECDE085C01A5B9F8DA7BF2CE66A068581877CE85335F39A55A0A4E6A2C8147700E87CD8B90E75FD083E08CC3733C943EC3273CCF71
System.Reflection.Emit.dll
md5: 4BA532B3417EBEFAE796134989C77ECD | sha1: 6558147CDD5246AB10D25B8D5CBA8FF959EE69BD | sha256: CFCF1C3F036F6BB845904767088A971E1BDDE5A53AE16966B761A95A90B736D1 | sha512: BE2929003B10CECB2DAF98ACB96778337479B337AA090421BB9085094902E0C0CE7FBC04D4FF6E2D37BD1E7C2C73029221EED92B8180157E142779F2F8837AB1
System.Reflection.Emit.ILGeneration.dll
md5: 127A23CB86B1E6D110CABF4BF8EDB8F1 | sha1: 58379132F1D1F8A3D739747C3909E65A0A5562E0 | sha256: CD54FB5ABB06B5BF613BDAA9A96B2802A8D36E7C8E2C3B73C95F1F32E6059A04 | sha512: 16DC352ABEC94ABFD06CB6DA0C67F8C9E23FF676506A3F1BB0748B31C05BC06EF765AE277F5D28E5AF0CBD76D8D8A19EEAAE5A34175FC9A62BCCB572A90D2025
System.Reflection.Emit.Lightweight.dll
md5: 81926764CC6A4A11536D1D1E9487901B | sha1: 6BF82F7D976041C49B71088F768CB6611D98F20A | sha256: 31AB1228F6A3B753778F7C90DEEA3CC4D2740EA23D721B993DC86D8CA56ABCC6 | sha512: C8A455501DEF905F969BBE8E1DDBB0D6150333E3BEA992277A9E902A660385A3A2B74A964DE44FD5480ABEB8FD8C25FC54E98652D1C5D9983AE0A154BB1FC5B6
System.Reflection.Extensions.dll
md5: 1B3DE22A1FF9D4DBAEB64CC1FCF44749 | sha1: 5667F28DD474FB2FFF6372BF455303D6508144F7 | sha256: 2EF81CD8DD7A9409E2555CB9F9AD1B60FA7254FE4F9566EC4E222D2253F072FC | sha512: 734BACC1FA11340A1439097AA422F9BC49619A0EB5C186EC48AB9B057C54EBBEAA4081545E8E5942C0AE326979F8EE284E62E7A308EF83CA4BD5673598523E57
System.Reflection.Metadata.dll
System.Reflection.Primitives.dll
md5: 3B2DF9E1D18F2387C951CC4165F9019B | sha1: 7D28FA16B6292943C8B91076D83CED0F357940AB | sha256: 685585B66FD7DE58FD819D5C7CD04772F5E85446A3A4B03DB9A24B840412F830 | sha512: 82FEB145A5340EFBB3322644339EC6FCFC18A3C1A38B6C715B4C53CE008FC02563C8BB387352872F8D62CD13CB58F4DE2D534915D550C4DC329BE78E60227731
System.Reflection.TypeExtensions.dll
md5: 5F0F88BD44A14C425E198C1E03FDA552 | sha1: 22CFDEC14FE474FA15D9F8F8225AE5F53B66BD5F | sha256: C8B138CB2C1367EA71FA0224D10063AC159513DA796B79642871F96E34A07917 | sha512: 11DE06E2BA67E004E79BF25D409DD5CE57EE34223D8CADE43A68518CF58596401D284FE79A8239403514C5589FC6C1316FA86BD91E36448542D1FD974F0086A5
System.Resources.Extensions.dll
md5: 2B8B2CFD2A932C98D15AF13039845D2E | sha1: DDA5B56D648DE7715D57240E0DF8A8F715B9FDAF | sha256: EC44BD9FB20CBF50BD47AB1688363BBEB78EEBF358D7F8513160CA7F9995F33C | sha512: 629A006AA58995E678DE4275EFE7B4698401AC1219BC4050AD7D1675D710E0F3C003C7BFC4B1F8E33A93B0A983DF36C0FACD8F2DFBA98B63AD9F11843FD4EB9B
System.Resources.Reader.dll
md5: AC7D0C123EF71388486D7A608320EB12 | sha1: C25B31F488C40658A05111B31E8012BF1F0E0C1A | sha256: 443EF6EAECA569F570D727CA06C0D298CD0E02973A22230DC4BC26722DEA3BC6 | sha512: A759BF30F6F2A24D7E6933DDB0D6343AE8CEC17FA901EB8AA75978774AE12A0DC52632C17328CE093838F23D6199C1E90D5AC54A5F973C456299A58E573CF6A8
System.Resources.ResourceManager.dll
md5: F609B6E5CA8845B42A215ED649A50A97 | sha1: 5A34070D8E74DA7911E6AE82FDA5E7E4A81E3A85 | sha256: 96AA6D5A7098806B9340DDAE248209B437EA1D0D2C12F34B205C8DF51F35CA36 | sha512: 13986A1D436E4F2DA439227BF82D2F9923F6D09227F979944F01B9483515F2E7A26BBC1570274F8FB39BA10243331CBC45AF36B4319D50407A6D4550621D8DCC
System.Resources.Writer.dll
md5: 25D4043BA9298ADCDCFBB656433FA75B | sha1: D65C6616C671158755CA5A5E02CAF9A972D1D3C2 | sha256: 562EBD778867FAF69F89A91FCF9C9530935819CD1E48C6FFF0ADF6D97D2A1780 | sha512: A859C9F8BBA3F94732AA695A4ABB314BE1B0229A5FE0F12FD62CE2F61324D1EF3A7A19E277BE6380CCDDCA69C5711B2C7A9035F8280BBA8177D8CC19E34B4AD7
System.Runtime.CompilerServices.Unsafe.dll
md5: 4A7F3B2AF1F6DA5EF2D5382E2AD9943F | sha1: 9C4C87A83600C880D997C7D76E99C82E618184DA | sha256: 37A8061A13BE05B7F126AFAE964312ED96CA4E7DFA08696D7CD6EAFAA1DAFC22 | sha512: 2EC1BA38309909CB0D78A122642B54FFD40A94260499B7519A39CB0D344DA206DC060959AB5254D2597BD341E26F040FBE8FD0600AB4587B867BDAA9DDA268BA
System.Runtime.CompilerServices.VisualC.dll
md5: ECEE784370FCFA176B519BBFEC7969E4 | sha1: 7589C6CDC101625567D64C066C4761699053B56F | sha256: 63F8F25FC74AAA1E0B3B65106EAFF1D2ADF0D3042AAD2880E2AC748141655A20 | sha512: 6D9ADB766BFCB24DF591B97731A79A7561EB8C312C0CAC60E1A2F9AC8726CE74CAE847FDE8D0AABC93BD72F225F806A47FD41C0403C250A5C934AE38A1EF3661
System.Runtime.dll
md5: FC234744E6D0D26B0AF8D94A49BE0A76 | sha1: 103969D240B38A62EAA2A2319D4816D7A238C248 | sha256: 976994A033EAB9B69F21B68E6D2898819998D6133371B765F7EBB07843F6CEA3 | sha512: B42D3434D34E3D16C7DB85163A6ACABDAA03FE66358DE74D3005618E15810C5A0A456930EFC75A98869525457E697E70FDB1849217AB310543A14B086B4F10C1
System.Runtime.Extensions.dll
md5: 2381446D650A405C814E1D98E66D2765 | sha1: 3A4837A24BA94175905A644E83FA40E0B82FDF09 | sha256: 0AFCD385B7B32A2614061A1FC6C51B1259B1CEA7A7141CCFBBA8022E9FA7C838 | sha512: 4FD68F4DFA828AA41F9078A927306BE588B9038C3CB43C3C2894A90143F110164538402151B1F97BC07CD4EF8CCE3816644759830B1571C6442CF8B2A262A006
System.Runtime.Handles.dll
md5: CE941DDA659903542719AFFC3E89BC2C | sha1: 55658A935385EF6CCD6156165A905BFE77514369 | sha256: 2211C545DE0F46042C273FF705EDC3EFB388BB32851205F27FAEFCA5A6338193 | sha512: AD9ED70A8B1B93E72D1200F1DFBCEC32DF671E5B07DA6CBD377A51B29F6E8CA1DC7FA691AEA131718036002D2DA4BF6B9EE8B8741A8AEF5764AFD2549028672A
System.Runtime.InteropServices.dll
md5: 29F1622C5719BB3CA2B08C0F51F54882 | sha1: 66EE82599C4CF53127F61CD80AA0608EE9583B6C | sha256: 6599BE49123E1104404167760BA3FF8C5B7B58F97A703AAC980EE01DE7EDCC0A | sha512: B95C1B1F18B676AE8A38929D3592B88C105C1EB2DD8947AC9AEE8E53D0161817BBC44AC372C9FFB8F34ABEA8C4A46A0BE2FB55B56D977F01E35813142CFC5285
System.Runtime.InteropServices.RuntimeInformation.dll
md5: 7B0BD6C1B3CC27523DB452FF79A7970D | sha1: B891036061E27CBC654D32CA83238E43D62DDDA2 | sha256: 8CA1B8B30AA182086A2E35BF914F2CB08BFACB6ACADEA473D55D1CF88D568C7B | sha512: 883F7EFF2F60A5C758F1FE88FE46BA2B18D4F4E2E1C8BD5D26A2F91F8A71D0B9E1629CD19CD1BBF5F26CDE9AB3000AC97462555934C76752A19E235302D11BCD
System.Runtime.InteropServices.WindowsRuntime.dll
md5: C37AFDC7ECC195BFC582385E134ABF7D | sha1: A2D6C492A0BE5156748306F823168B8D7B17C677 | sha256: E039DDD8ED24A0B12B19D432B0ADA70E60496A24DEE4CE574AFA66AF8EFBA75F | sha512: DD0107FADC51DAE330268BA60E76C3761F7F5B819C219483A71CD43BBA8898689A8E7F166DF7ED19E846D7757567183FC23CE478BD491077C6B59CE651EAB291
System.Runtime.Intrinsics.dll
md5: AC2C4F205679C6BF647F76261912744B | sha1: C7FAD1BE694AEF6747B4D4CA8F38B6B3AF36746C | sha256: 11CBE9ABEBDE8C6ABF0BE4A6C4DD21D46C33594941D9C3620514413D09A2C88C | sha512: D2928E41FF0455CB24AEF3EE98527B4EE338E857172ED0AD51BDEC21B689A8CB12BFAE425F74604536B02019CA321E742698AC9B4ACB71D8431D6F4BF9479E6B
System.Runtime.Loader.dll
md5: CB5E54695E7B2DEE06D2DDAE6E79A69F | sha1: C9470A39B6F26222E574CC2A959662A77D8D2CB7 | sha256: 494F117451ED3CD8F674FFA681B10E04F8F7803D4AB163BDA9B49A0E46AF20A5 | sha512: 969AF280B7B32807132828557B878C698989091ADD19E48138CF7787B338A1E5DC62FF644D8D05F3BF26EA1DE263DA045AC7A16FF0F325FB7BE11DB9E375A770
System.Runtime.Numerics.dll
md5: 119F3EF42A11655DA228577C7EF1B294 | sha1: B955693814C9921D52E60A1BC0DA83A3E0274CE8 | sha256: DD0E6B41CD064F07E2D5A3C54DD71F0953AFA889E6BD6ED0F40F12DA2F283E13 | sha512: 116688A69B31A326D44D1B824D60DC60A582195DDDA176EE33C25AFBCF77447C59BFD858CA6D66B2CB0D58C53822DA99E2D917798C90EBEEC711AC9FE2A1F575
System.Runtime.Serialization.dll
md5: CF6E6FA5C4687F0465F84C50E03B5967 | sha1: 933A09300B9D4A1D46FC3C4DAAC001AFECB7404C | sha256: D9EEF742ABA908BC402F086B212D6AE297ED73FFC8DD31E552CF2F0517298F5F | sha512: 89C113B0D5EB7B1AA2771213627E699845F90A1EE7B8FEB0AFCCD1D4A6B97E661CE5F9346A6CCDF76CBD1FE3FDF460D03A966F73038B2CC7719B83472E14B418
System.Runtime.Serialization.Formatters.dll
md5: F99EF98CF4E44427064AFBBD05EDE68F | sha1: E9F9A324E35D984987BBA6EEFAA3EA65D87D4C54 | sha256: E71FF936259C86AECAA0C1CA226894336AED86CC9921E5D2215CC4AA133A5615 | sha512: 685FBDE229874C14F5286416E8A239829DA020F8B1B0BCFC8649B0A912CBD2DF99B22875F00AF142A8658E7CD76BE41692695126872DAEDE47CBC7CC02BBDDC0
System.Runtime.Serialization.Json.dll
md5: C8D55CE27EE8D9657D2A638C26CCEF53 | sha1: B61C2A15CAAF3DF7540CBFF91417F8ED5A1F5FFB | sha256: 9516D82B1C44ED5DAF6E0777684545DD0F260157F636C1DF2524938E2E587A70 | sha512: 43BC59E508E6C28B8D9025D4EC4843461D0E0D1C8477DB81E4303FB0D43A63E7499376084267FFCDAEB177C95EA2370C00006CAABAC2D341B44B4C79883ED736
System.Runtime.Serialization.Primitives.dll
md5: ABF2A5B6523C301BDC9C2919C3B798C1 | sha1: F0DFFE29350FDAE84AB784498409B79C0F452684 | sha256: AC69AFA3153712743BC2F68EFABD6A8C2C9B68C55C183B0A7FBBEED5A2120970 | sha512: 80EE4BDA5A3171F216C2665323F86BA5AD332FEF230243CC1A00B212A029040627AFD0F4EDE92B118086186AD11FFE2453D4CA4260BB90CEC3D1B5400560C28B
System.Runtime.Serialization.Xml.dll
md5: 039854ADF5E6F236A3D683FAAF0AE77D | sha1: 922974907D33C2B67E4586A7DB18D7BF7807B06E | sha256: 5B48E9671CA94D608A7E0384DF4CCB621FAD9767C781B786B34E89CE7071899A | sha512: 50E731AAC8B56E4E38F33C5E82E9A49A0D94B89237E75A1D9EFEC876710EBA29BD34CE16B7EBB686A4A243FF553CEBAA7C0BD08E8DDBFF7434E3E2801046CC81
System.Runtime.WindowsRuntime.dll
md5: D753B0F3D0D3B04D065398E25E8565BE | sha1: 270297C401FFF3B6AA0AC192B2A6505B47DCAC09 | sha256: 4D217AFA21AE215C5BC80700699FA5FD00C59413A312B456E244ADEEEE19689A | sha512: 3D03FE5FFC8862BCAAFF675E571C50B6307F4C73F1FBEE215A0E0144D233D42670AB0C93927570C3EC302ECDC4574B7D75A488EB2CD3B3AF66D9AD0428CF5FE5
System.Runtime.WindowsRuntime.UI.Xaml.dll
md5: 5432C671298E9D7A0B55882684FCF23F | sha1: 171DC1FA476F04C6807C9DBC8FDCA58706FF75DF | sha256: 24EE68A446353253A497B286858C8C487DF5AAFE930B7E6D745EB81F66C51356 | sha512: A4134AFEA6A31297775D991073D6FBF9E1438EC916754676DBAEEC454492A99CAFC2024FFF2F0CEDF8AA0CE1B5E28237064A680AE25214D482B767E710598217
System.Security.AccessControl.dll
md5: 66FC5723CFF21AA857957BA8FBD04D88 | sha1: B76B213245D5B0FA115628CF49032AD8CA612A8B | sha256: C608724652435F7758C3FA897C22A83A2972A48CFBD444B4ED41B9F6264BC40C | sha512: 5107A7C25E86AFD7849DFCE14E39257054A63BA67A8D6AA7EBCB7C6006B2BCCEE34C324AD5FA52F46705065C7FB55EA6E338C30094D68377FA0766CAE34F2305
System.Security.Claims.dll
md5: C564E1FDD8C43D0CCD08907915568C53 | sha1: F7A75635D9AA1B10A2CA459B4C471481486D7B25 | sha256: 17CD64521C0D3F3001F8BEDBD3D3D0244E028CBC6B3E542854FDB6510985C8B0 | sha512: F9D8DF6163EC78CD44BCDD842853FD3F0AB248B6BA0B7307F29C5515117E8A4CD02CED6E367026896E11B525BA6611B0F4EFF96FE3DC9DD1F3AF9F9CF7D11664
System.Security.Cryptography.Algorithms.dll
md5: C35AB041F24EEE72BC88289E1D033E70 | sha1: 7767168D45D00A4108329D5C017F0207F4E4939F | sha256: 5F3B0C8AC79BCE071F9B11CFBB5B01CBE8F3D66BEB92C24F77F6FE619CFE0034 | sha512: AF9460D127F3ADC605789A58053B3FD0080A31613F69A4389A53627501F7738E9EEE08958D5D548D84C56EB0550E0BC5DC9964E9D802104B19B823FC6C675F49
System.Security.Cryptography.Cng.dll
md5: 344CA56F9B89978574A0E6B22AB92D4C | sha1: 6BE0EB4473C7FCCECA200F718A0E01BCFC0B57C2 | sha256: E2BAAC8ED63D17AD355C0AB415329C1FC440AA63345D7834AC364101406FA7D7 | sha512: FDC2D8E7DCD0A5A16C460115B23823D02904FE514252072F27C8412FC85E4FF351B1C519931E329210DE4B6527BC75A4594FB4B1502BE574575E80EC579B90C9
System.Security.Cryptography.Csp.dll
md5: DB726C9B1D087C29CE6D0191DDAC80B8 | sha1: AC58789B55F433D2F2D5DF5F55E90F49E8CD8B3D | sha256: 8DD0C90AEE8EF523F32C516014A2D22468CBD9EBC54EB07E144EADEC774E75E7 | sha512: 4C4E191732B998509521800403623AE3B24A5AF13931D2562A39352D6047F3EDDD3EF5180E4B891222730CBD1A6488B49B59F3B6A0EE597283E6316DA644A3BF
System.Security.Cryptography.Encoding.dll
md5: 4ACE9827F30D31FF556DC21737A2CBFB | sha1: 446493A521A9C75FA3ACDEAADB46F237616989B7 | sha256: 8DA96B08125338679EBE7C1742DFC0CFFAAEF2782DD788E9491D73B4D7C11DBA | sha512: 56C7677DB74DC61DCAB0AD6F96DE7E2427F6917D6A4C95E23391404B3840F2FD87875389F585926814A0E35B45DA53EB6BF417D3F850D936E7927DB6E4CC99A7
System.Security.Cryptography.OpenSsl.dll
md5: 4352E82168C353A93B51EA875991C657 | sha1: 6E9F29BE9AE9688A5CB2844DE84A5022F15774AB | sha256: 68922E8FFAE3A27FA0F0BC3435CA4AB1CD1A5F3D5FCA8ECC5737D49CEE270BBB | sha512: A20271938A4DF138DD4EC591FC73C71B4FF87D748909DAED0895BD9C2AC3B68986E551BF10586C3A2A36CF92A19CDC2F7F3F323A041C9388E12D70AE7728B2BF
System.Security.Cryptography.Pkcs.dll
md5: 5D2D119E5749D8DD71F68DDE706FDC18 | sha1: EE1078EF962D4DB1CDEC6880074BAA31B04137B5 | sha256: 5306D2AE937EECD70FE458425796A660208034C4ACA4CF19AC7B753B816615E5 | sha512: 1958076CB189B934B94DBB2CD3988E4012F0449D64525234FE1E93396E7C1AB776E918F26AFDAF05B35DFB2C6A3E7AE8CDB7AA935D789507EC934F8B71257331
System.Security.Cryptography.Primitives.dll
md5: FB6701E2C9CB08C66160B7A9F4ACB6BB | sha1: 619C0F65CA2731BF6899AEDCE00AC23085509101 | sha256: 8BE0B5DA565130774E877844ACBD38A9E33A7FE335F7D2D80E5DED9DC98BE01B | sha512: 8D8BAD883FAC7276ED81B4898F5EC0433E6365E02BFF45365649D3830F6C905D7442AC0EC8D968FD84095E9D2D3308F38605EEBF7A4F91CDC63FC50327E1D79D
System.Security.Cryptography.ProtectedData.dll
md5: 27DADB0244D0BF64D13D7CE70CACC8F9 | sha1: 99820B03E2CE11F0E44A0CF72C6FDE2B232272A6 | sha256: ACD2F07E17D9FF888896C2D7323273BCC309DE38164B97E7BD22D0C3A60E56DE | sha512: BAF6C7DB370DCD79CAF78A92845427BAD06D22A31B02CC0C2BC98E4C195C8B4FEA50906665A164328205DDF159B5AB13CC4A5EC966FBF18D26A02CB34A227AB5
System.Security.Cryptography.X509Certificates.dll
md5: 46ED9D4CBAED812CB23E2512CECECBFE | sha1: 4C4F4CADB282F6301CE4F3A0C6C000A7DA9BC471 | sha256: 4BF2F5173E2C83DDAFAC26ACE8A7EDC688AA48CB030020D14F98B744499D7065 | sha512: 75505978D81958C2E3201058542EB626C8D738BCB1BEE897FB58A1995C1BA354DCBB0FEDE1CD0EB18616C8A39C0BD927EDA90F10AD87F79A1AF7B577A2111197
System.Security.Cryptography.Xml.dll
md5: 9524227C5E56A896F7CD2066FA93FF30 | sha1: 9552B7D913AF999F16F50995C2950AB40081FFBD | sha256: 861A76CABF56252325973A21BB1BE911B5404735249441990C05D95A91478DF9 | sha512: C870207F79C4F502EA507441E48D03997373CB9CFBD8356B53143DB95729EE4AB90E91DF94E556480D0F323552D1F04CD593907FFA88B4F1DF867C36A5C152DA
System.Security.dll
md5: 8600AC60552FB4265EA5E6109A839554 | sha1: E48C9B0EB463DC13B034FD1B49DAFD3069984F1B | sha256: 955FF8806C420D2E830F8DD6796FBA650D11C37940D8C628CE7072F31E7E7FE6 | sha512: F0BF6BE2F9E50FBD1CDAE823788FA86E3D56A4967CAE6BBEB6693606C98E903991EF82499639AB62D5C6F998CE1D62ADEE1416B59B9DB14D5E5CAB1277F34295
System.Security.Permissions.dll
md5: 67EF49240D768D47D3960691B073CC06 | sha1: C65F35C9B931DA903BE246B12183B7908F131BE2 | sha256: A47AD730E090DD1899F3FA08B370F29D881B555CBB9C2766E3435B3E8ADB71C7 | sha512: B528978A566B1E35040BD16707063089C5E779DCC01C64940026993AB0A76EBE7BE16786D7164B2D94B14588A35D253FE788A3AFB3EC6B4C0198C042FC023A5A
System.Security.Principal.dll
md5: 21DA21F3F57260518861EC10B59EAD8E | sha1: 2C8EFC5429AC60E057E39B8E01DBA3A4D50E3242 | sha256: E045AE70BD3ADC1ED789AACA4B16CF284AFB16BD1517940C8B12AC4D5040E962 | sha512: 2E181CE48E0C5C7B62CD3A940C9A292E9703A3D16E5DFEC9BC9EE373C06C26BFC2C09B95A329991209259711035AED04145C74207F40256522C0B522381EE21B
System.Security.Principal.Windows.dll
md5: 5996BE5BE8DD72518F843686C2D0323E | sha1: 6B10A39CEB30EC6B43EF16CF0FDA4456FFABF674 | sha256: D054B501E25DAC3AF7ED8A53D0A61F2721842F50270B482B68EA44C938760EB6 | sha512: FADF2C0AB792B29DB4D2997BC6DF84F6D55FB14729C095D9E5F7F0772184C049ED6A264E2F8127E66DD5181E445ABC8B3A745D33AC8CE7DFDE06C1D05319C66B
System.Security.SecureString.dll
md5: 39542168D87FBF2DA2CB9C534259B291 | sha1: F44249B3150937E32065586F3AE2400663AF10DA | sha256: 93277A49125AB4C5E861087BCD29B711411F3C17D3A8DC296CEFE82306AD1DD9 | sha512: 15F0D3D7966293D40A8D5B42FE4427EE8711664D95EB94579B340CA5214CFDB588C0138E8A510D99517E655BE559ABFE05DFE7C9D6A7665A883749CFD9A65E97
System.ServiceModel.Web.dll
md5: 48186EC719AB3AC4EBE92B2378A29069 | sha1: DCE2298363A8AC786BB1B796255F7F07A47A939A | sha256: 1DFC581BA7CEFEBCE0C1670D399231E270A87EAB49237391E0A417695233B87A | sha512: EF8AD17E5B1B4FF6E12F1A381B3FB4236DE8657B9F17C27590E414E73262EE78C4CD87E720C73D0BF8E47D7F980EC688529F8C870376270D8B3B3B86068B63A8
System.ServiceProcess.dll
md5: CD23A18A3D4A547E2B280E433A7AA1EF | sha1: 728974E4EDACE2321F25306DBD7ABFFC0ABF4A0B | sha256: 83D47E31AFDC4A24A0F2F7B8715CF80471B5643F450E3B216BFEB5296B445E6F | sha512: 0373B53C74DBEABE19CE6F39678EE9BA924195A87B0866603F80FD42036B3B68AE7CBA9115F9D8D4707FF981E55CBD7EE0BBB6B7227F376C0416DD37780C9481
System.Text.Encoding.CodePages.dll
md5: 629470276193CD1AE97DAE51CFC5EAD1 | sha1: 343AD54993F803D1AC91D2DF9495DEF054530683 | sha256: 01B793DAAD3FF697D88FB6E91974C5FF942A27ABC6627BA32E025C0421D4EE45 | sha512: A9B9A3611FEA295A89F373E4BDF0F71C2B6DB183E1BEA5146BEE0FBB2F2F40283734F6C54667AC812A5545BA6AE56AF56F9982F20678D9FDD51E1DE152A5FC26
System.Text.Encoding.dll
md5: 0142F69F4711AF5BB6039B63CFB0610A | sha1: 8A959D9E8AEC3FC1F3E8301BEA43C1547BF415E3 | sha256: A88190BC55D8B998D4DF812EDF66CACE2542A7022C08E5034076077578A16774 | sha512: 64D96027B956D9EE2413F159CDEA6203B0A4A8E11F3027C769EA5A6C39232B065669E343D04AE1072E38F2B1428DC1A2D1BA13C2FCB382123E8D449DFE903C5E
System.Text.Encoding.Extensions.dll
md5: 1EF5AEDF44DA0F061D8E61D8D30017B8 | sha1: 3EA6CC2CB8087FD16AA09ED88A75A20D8C7E1CB5 | sha256: F36F7D393447597018AC7A67A03BAA1D3BCFEA3EDD29DB4DC96720859D6FDFC9 | sha512: 58982FD504FE854250B1D9332402DB9033B2F23CBDB4575EDB5E6F7538FEDA751D8C21631B9EC4FAC2901287DF92FBA11F0F9FA2D6FA700B6CC6BA566B3102B8
System.Text.Encodings.Web.dll
md5: C96A9482ED4CD9FDACFFA793C18C34D2 | sha1: 6BE441AA96F97FAFA8CB44A8287F3ED8F44A7F2E | sha256: CCD30C1B92AAF6EAA32648566276FC292291020443EC3A06105A27CC53FDE359 | sha512: B365720BD7AC6DE625C71398D143E936B8A2054E0A38EED0CD78E647FF567EC9C4A84871B0A74E433F4AB830813C8C8D9B31762E67143E2E709CDDAE3286040A
System.Text.Json.dll
md5: 97A02F81EEBFC73D7B7E21A67F919A03 | sha1: 91F509FC2FC5E510E2D4284776FE0F0B7F2EAD02 | sha256: 4D9AEA319CE3D2354B4F6177570027816BE72A46D5E85C2CD7AE56A295328B63 | sha512: C05DDF59D35B7A694045A86F53193C0DFCE783B075795428B64DEEE245A7BA8097444DCD31E01AEC501360E8921CEF0103F83FB76C285B3FE3E2442A5AFDE4A5
System.Text.RegularExpressions.dll
md5: 98FC6CCADD8FC2FEBE260053E56C4649 | sha1: 8A7B6F073FF1A3AEDEACCE619730EB9AA490CDE8 | sha256: B1C055DD163582876CAC9BDD37241580AC75C8381B611A5026C8FFC657737238 | sha512: C6B89DB84FE669E713E89A999EAF99F918618E458A5019D77B3FED5A1CC1F984498E1D1A817E695C3A8C0C81F28C7DEEB1726C0376B0BDAD57ED9398B54418E7
System.Threading.AccessControl.dll
md5: 9796F82F781415E757E8397E49E911F5 | sha1: 185716DBB39DAF2BDD5BE3EF36076A090E5ED78D | sha256: 8BC990CE8D2CCE5E6A62A8AEB4DA24AEBA4F4B41EC70C06FC96DBF6DCD75F71C | sha512: D11FBB7B45B291D14A29332DEA08CCFB8EA67074A8E0FF9384CACA519DBA32D0EBED9F0BD4EE833DB5E3426EA9FC3D585EE7D371D610968D4328729742D3807E
System.Threading.Channels.dll
md5: C78331AD9732270096B7B674453EC2F6 | sha1: 68C7BE58946261F649B3450B917654229979579C | sha256: 0C14E432EEB62689033F5AEB09650EEA01DE44D66BB63A611EE681CAE583BCF3 | sha512: 46DE891FF4768725896088899943713BDA6AD4C3AFB6B7FB2C12C6D6AE6B694D49FA6388D973D5C82D2C5641EB68500809074687E0A20FC155C6B8C1A33DFB52
System.Threading.dll
md5: 83049B3AB63FBB59B8DBF24793ED9EC5 | sha1: A43B8BAE67F14E697D43671D9E4E135C1A77CA25 | sha256: C1213163DD3A9A0695AB4C919B142CE65438A8D31C9A262A5A6A0028B497AFE1 | sha512: 2730A4FE49B2DB7F665D3E94E1740A9C3148F01E131668849112524272F659B5A204F2CE5932406D38799C1B984DB6AB6D6B208F6D796676BAA3E00E6BB2E376
System.Threading.Overlapped.dll
md5: 6BF92C3009C6B380AA6C33F148C2234E | sha1: 3AEDCB28C99F6D3FB3C7ACEEA900B3677C5B6B5E | sha256: 33B261CE425A87C2B0CB2B69CF081C0808FA6C4CC6ABBE9A6A48B8D42EB6B3E9 | sha512: 50A87F3844C58CD0ADB66277F6B6C9A7BCA04B1D08A29F4242F3A77EB2B5872BC721F16CD5AFE15BC9464D6097490079ECC1D1E2F284FCEB357DBB46133BA906
System.Threading.Tasks.Dataflow.dll
md5: 515A802ABF60A0B5FCE3C8B3E1B9BADB | sha1: 1458CFA385F3B9632677AE29CF766408F687C605 | sha256: BA4489B1AB7384103B7320BCF52E003E0C30FCBED76994A9CAD90ABB0F721B3D | sha512: 7A582D28DF2C06BB179BDB77F55E7DB678E999BD5FB4E35A72D7F45C537A755F326009DDDC19F8F22FDC61D325D6EC390C9EEE9CF52C0E5C1EA5C1096F2E1035
System.Threading.Tasks.dll
md5: 1E2280352AC772AD570A16593EC3CDCD | sha1: 6AF9F7EDE1EF83E0EC58A1BE130615308E86989A | sha256: 4A3CC751E96E9F50D1841123B19F1F47BDE7DDA3A3546522404C6897BEFFAF2D | sha512: D0EC527E4C26A9B575C59C60BE1174FA4F86B3492B7E7DCD78A2892D82D1E73ECC8887C5B109F820FA1430D971ED9B480940EE82A71DB80A82EE493882B8A633
System.Threading.Tasks.Extensions.dll
md5: 0FCC1A45113440200DF0B402FB611873 | sha1: 1E23A9ADD3713289DFFFB1AC9E7BC952B95155B6 | sha256: 21F906D9FE0F695E5ACB1FD72C3328B16D2C270E883676A6B75B0C230CEF45A8 | sha512: 38887D8482E69B3D5660C08603AB918E4C4B380F922700C2C725ECF49C4BBEB00C7BBCA0A90F7DE5A2CC7BD29EAE9CC53A954C4BA94805B6E003953CFDC5A2EA
System.Threading.Tasks.Parallel.dll
md5: 313317862EF4800AF22433DF6E089862 | sha1: 585A413B909A72F3A84E730926730265E3D571C1 | sha256: 91FE06E7839E073FE436260392257C58936731CCB59C5DB284624E3C6657AE5C | sha512: 0317E39707AA3121C9290F5D37DC1388ACC6EFEF1540159C52B1C4F7EE6FC0E2174B0EF52476CF18E05BD83D4840B053D2AE24CBAFFE55505802ABC7CF3E5BC0
System.Threading.Thread.dll
md5: 3FBD4DCBF83E3A51F6BA2ED9BEBDD963 | sha1: 0015AD0FD9629AF6BC093B3E0723A0ACA2842A1F | sha256: 34B3AF415FF8200C9C1846452FFB0590659C632CCD8CC27D0EFB72D1A056CFAB | sha512: F3C99806AB4D314F26835F558FA6F21379F5E9F66EF6A734B61866E538205F638DA1BEA96A1B0408886ECFEA9B0BDB498D7E141E7D2A2F588BDD5E2D417EED91
System.Threading.ThreadPool.dll
md5: 5B27EF069D6DD193E8A6CB7D098C5BCE | sha1: 6D529956680DCD397A9AEA7405FBBF48CCA4AA8F | sha256: 65CD4E8AE40A846B2B46A3E15C025A4F9A75F241296939144B42FA8155E62D60 | sha512: 56E71828563C15DEDD07A773FF9001A13681ACE0BFFE53E215D8383A951A81BD7AFF467C342A102C4D90B0FCC6EBB1835578A9514EBB1436A9F69892A4364790
System.Threading.Timer.dll
md5: A40EDF75256EDFEF0D63B7AF1F3BB501 | sha1: 1BF59E6871EFD8AC044C7414D49CBB7A4C839F3F | sha256: E8C008EBECD3416412D2F830AA9179B7F924E952DF590615F85BE97F84F6D5FC | sha512: 1F83E855F72380CFE1BEF524A0A93D4C60FE5A8DCC254A5A8AA8A5062B043D7C0DAA310DAC3E635A04CFA5A4FDE96B85FE357913489741664E1E9FB812623CBD
System.Transactions.dll
md5: 18B82ED35DF97FD420F6BB7BFFFA6132 | sha1: DD1BB5594560153404FA939686BCFE787D67C3D5 | sha256: 6B5B9385668734CC426257E081B066A4DB883CA5084E6A0DF76B2DAAD9121CA6 | sha512: 45CBBDCEDD5A93AC427491F9E52D0548CF3F1E4A74D3E5025A871A2AE99ECD002DA54C025DDCF516F889791F262341E2B2788763FA329163395C51A31EBA3EF6
System.Transactions.Local.dll
md5: CDF04D67651B721A8C967BDC0269F8A9 | sha1: A9ED8C12CD7E9EED6E285790A65E662A9708D32D | sha256: 76258E5939B478F515100BA36DAA711C1CC852D890AC567AA32BA6B373F12FD8 | sha512: 0AEC5F7B4A9CB61FD239F6B24C104ECF5E8E30CEE5E7D452EE09ED939DF5DB6C14233288175930E9BE0687A132168BF7F8C9C0653BB8219EBE6434F82920BEAF
System.ValueTuple.dll
md5: A831073F61F1951B81CB9C0111CDE002 | sha1: 7A0CF7E3D76F1B9D9691D374B78214F2DB4E079B | sha256: 6FB7E7B982E7470D58CCF3A83CEEF0777785DB31A28265E3AAB18F72CF32247E | sha512: 0FEA2E6E472E41573220C85E8FA1FB243B4CC923D65F38C9C2E25793A79F60703C7DFED39D186B689C765EAC241854B4F36DF07D528661AA9FFE71BF55B7F57F
System.Web.dll
md5: 12093C468BC3574C7B31D9B06EE4777B | sha1: 9EB2EF2DA5CB90402712C6644E394AFD65723E64 | sha256: 585AD4E7BBC733899FA07B272EA1D3F8D72D7FACA13DE5BE699556FB563A9A8C | sha512: D2955651C794C30B0F7B2DA794C37846CC26B007451BD0BA524DF41056DB126224698D087C21847C3753695DFE4EAA587B7435D7A5A11B17ECE6EACC71F7FD80
System.Web.HttpUtility.dll
md5: 8790D26B18AEDDB39DC222834C55B066 | sha1: B074003F22FD6C32D9A6DFEE19687E6642F9AEBD | sha256: 34D6C44A63C992267EE904C7596007A9D67DC0254F45FF4522D9D5B644CD8C97 | sha512: DBAFA139404C632FC8420B71D7A7DB291CAA6F04D1C260D58B1E5809F005CD47BBD1DCA6839CE5D7C3A507CCB3D1DD613E681A620BBCF624086889C743D9DE31
System.Windows.Controls.Ribbon.dll
md5: 35ED6FDA291E59C53CB545346EE3A9FE | sha1: F305F2F5A113F443C1C86919A7CDFDB1F938E5ED | sha256: 0013BD8AE7E4937D5E61A3F07D7B04C207A5A88C761D0AF90511797EBE4F2D66 | sha512: A5DEF0EDADEBC405F9F87BB0BDA54FD819D93A88C924D19606672D34AF1EFBC52FE9DD51CFE8C497D81E61258CF14872B8DCA8D2D720110FCB7B1C8F90BE6745
System.Windows.dll
md5: 9FEDA6A0CF0459C075016D79837802D1 | sha1: E8DEF26184802B96E298DEFFBA1DAB708EF93B97 | sha256: 916D1E3FFCC366CC1D26392AC7C054EFBE3CB7467D0EF77D13B79E171F4856FE | sha512: 0A31E51EE8CC379E14D5DD09C1D87CF1B44460B628626B5AF326E4044F2B81922E0CF20538F23B7F4C6C2AB7BB8BFA1F86BB3B0AC8540B845D59466180BC9AA8
System.Windows.Extensions.dll
md5: 5BC77ADFEC472581D32F8A6265470C5F | sha1: 5EE557F2405A91F11F680E49982F96B1F1439F83 | sha256: 37D41DD473C7CC07B0327BA637CF92CCFDFDB7936ED66D9342B32CF34FAFEDB5 | sha512: C690C327E7FC980612A4A60CFBACC3830DA5D18A5D82B6674D80562FCB61999A5206B99A736A5390A33E4AAB8F3A0D9278438FD9F49E9F375CF3FFC9492E4A54
System.Windows.Forms.Design.dll
md5: A2EB8EE983BAE8D25E8B99872D5CEC10 | sha1: DD67918C790CFE483DA19B378845F4F0CDD25A71 | sha256: B93638A6B549AAE8BA0BF457A758E8A583D5C5BA2D8FC1E5B19856C326B2FE41 | sha512: 9BED5D9A3DD1A614A421A139B4132AA62688F8F5817C244831653531447F9DD7EE69D2FE09D99AF7A947AE4FA9C73C720A6EC15EEEA47A6B66D617842961B2C3
System.Windows.Forms.Design.Editors.dll
md5: 7E8FC42E6C8CDDD5AE8BBF496AB0632B | sha1: 12DC5581EFF3BCEDB7729BAB9890D029A5FE4A8D | sha256: 796D417E43BD17A827508DB1EE63DB29C30CA8E7F3CD6620C22D5184665F2102 | sha512: 09BEAD189057AB7B0ADBFF0C78BB44489D59E2C276DAF8B81E981A30AF871F70FEDF703FC980870E1204D5282338A392A56E14DC62A0FEE73040D5B050B5ADB3
System.Windows.Forms.dll
md5: 9EAA390BE4FD7D045B745F6F5E16CA0B | sha1: C72C39B06B070995266330144F172037F300AF2D | sha256: 94580148E0B2B3F799F5FB0B5F2E16FF6397BFB2948AE3B07EC93F7155222DAC | sha512: 523E008258C8D3B251BB3030D5D392E588131702A22845F9922224BB3160CF4576E94871D5A61F729CF4D043BBFE0E719835EABF709904D72CD4CE98DFCAE4E7
System.Windows.Input.Manipulations.dll
md5: 3776974BD3D8678A380A744BF187165C | sha1: 0820FC7D7EF8E60ADEC37B849887567287B4710C | sha256: E4C9712A37DC00571E6826AB283F92C7D7E315BD7F3B1566465AB3563CAFD473 | sha512: A367B94CC21B8153A3A9DECECBDE53F6C3A3021A3F6A84979C885CC371AEDD3D7F7D401A71B328A3BF9919CE36991F96A81DEB03F4E306660B0D160C8074ABCC
System.Windows.Presentation.dll
md5: A9434E098701CD04181CC73C7A2B2EE5 | sha1: 8156A7E7F82D49E6226F2DFC0DBB70E6E5110020 | sha256: AF0D1B2B392629C6D53EA324D755D34604458A6C4CA83674E075EBF929CA27CE | sha512: AE0BFE455DCDDF883E5B5AE5A0316A19234A94BCA599D36F0A8CC57D7AD7C1FF6E38BF37F63D084B7CE5F9106203CFF60649241FC922E8342778C9335E8FC324
System.Xaml.dll
md5: CD3CFBD03B937EAF2187A9C99AF4EB2B | sha1: FF13BC41C01F800B8DA1D35A58F670A640953AEC | sha256: 6D865F65BC7A856C01B7215E79EB6D6698C1962B85EB00149356E5F08D572F2F | sha512: 642848ACDB0198809ADDAA6F2EAED43C5987E7B547E3CC8A7A70C6D6BE1D5D7AA015873B6408364245BE6663F13EA709BF92F5BAD56AE3DFBBFEC2F15A2AC62F
System.Xml.dll
md5: EC61F2C0345BA68597B7F062E224B030 | sha1: E584E7E76F948FF1036D8335E6D0EC5594E81E38 | sha256: B17AF94EF6B8017FF4962653B929A4FE2E4A752BA70EA25BBD319D6250F4F140 | sha512: 4550301E8A855BAA3672AF8ACE407486398A3D5328D604207478CB1BCAFB0A1FDB3D56F81C7616101C2C286F2CC039E899E831DBE62E9AEC976A41A0EC644757
System.Xml.Linq.dll
md5: 16172F61E4E6A871362ABA8955A1AB6C | sha1: E98DA131C0300802AD75BF5209B6E92B94117A5E | sha256: 4CC079187E362509EF6278559461D003FC70518B13D237741FBA405433D9378B | sha512: 8B196C973BAD0295E9D79235D76FC325DA60B4DE9B6AA6194DDF3A5B14079D397B02C221F396BE16ABF4938BB23A684D12FA3E2B7FAEDD779AC0F153CCB84C1C
System.Xml.ReaderWriter.dll
md5: 3DAC24224432E4EA98E43791BAA0D470 | sha1: DFD526CAAB5800FFC1D8044D97638D07164CFD4C | sha256: FE552DDBC0044930979E5984BF040AC2B4AE9AF3C29B099E3A14636A8B7F3A9E | sha512: 70385F1CFFF6902C9AFC4F248B1A577F166CD79E757A6BAECF5A04D07B804FE50BA37859F963B9C476468469431F6434AB25254910892C5F93F0C78484D910A7
System.Xml.Serialization.dll
md5: C67937C803B1D0056BE7ABBCFAD85A36 | sha1: B932C5670A9529FE9347FBCD49F59137324E2F63 | sha256: 542BBD29AF2146612C79DA0AE3E9A1E1D7F3F6FA0E149798BC6A35F032E9B57F | sha512: 41D779556991024387F9CD083750317784B39F02130E668CC26567A8781CB744C3FA5AF61AD9F0D7E2E197D56589D09876378082C845ABC883A5ABA6B29664AE
System.Xml.XDocument.dll
md5: E48883EE37E9AA754550B6B93B9BBA88 | sha1: EF9C26D710BF671CDBCFE2E77516CEC2B1A11AA7 | sha256: 10BBADDF886F5360FE6A2C0B98ED08A5EC52437B6C9B38739DE2323AB4C68D3F | sha512: 621FA863B9644CB462F4716E135FD686C0007B2AE888B561AB6CAEB1B172BBB726231FDFF58581EC1C9B985EDECF39BE18C05BE5B5CF4EDBE98E95E2C86B128C
System.Xml.XmlDocument.dll
md5: 8C6579AAC256017B2E28C029B206B628 | sha1: 08F4E7101A299BB0765AF40693B6B11791FE95D0 | sha256: 292BB96D29631F58E93BB0B1752F4E870D9752F1D036239FAFA12DC7FE63E46C | sha512: B7121214CE777C8652D4CB858E7E32FED2FBE769B579BF6AC61CDABEBE131E69360FCF7FEBADA29CB04C04B5E6A42CE5D1F155AD3E44484A8D0C3F0D5CA48BE0
System.Xml.XmlSerializer.dll
md5: 54A1528807F3F22DAEEEECFD3537C05A | sha1: 55410D5B18119DFB8B7DA678B7004756EF829516 | sha256: 02068D6FD9C74CD6B8D48C044103F67E05E5D41B6008C36B2D6913D91D3453A9 | sha512: 15C52AC38DDD1444AB7B17F7931E9A4741A5FCD11B94FE8C7A5890B1FAA022AA5A573867CEAF000EDCBE2ECDD5028C46A342F6FCBBA94AADEB92A29B5303DE79
System.Xml.XPath.dll
md5: AF9AA711DE30B86A78B6C36AF5DC91DB | sha1: BD5212EE41739CFC1E25B396FA15A4756046271F | sha256: 6D19DF5DA845BF0CE82B1396CACCFA213C5285610795B100F269D6531E7B905E | sha512: 7C0E5206879EE7CA42F30C1EF3A37EEEAC8DD2BFD1628D9A13ECE77ADB54062368DC03CBD25043CC9DD3471590108532735428EE4233998DE52C4F94A5048905
System.Xml.XPath.XDocument.dll
md5: B17E5EDD3FDC45E4D13FA59A1572D8CA | sha1: 2A56B27DE134DAB475FB844F657ED8B23AC261F1 | sha256: 46C4812FAD021904BA69697D667557D616DB5756A7C214478D29F83F0B12227D | sha512: 79824A5E39240B80FE8EE4F34C1DF562A729237B5D2078B355E82409638DE853C41D12C79499031B4065E982EF505561D51DFAB880F387B25483304FBF6CB19C
System.Xml.XPath.XmlDocument.dll
md5: 36EAD35D29D52B46EA533B8B4BA15530 | sha1: 410719AC8FB5C7C8E9948E1A9CC40BB15FB7F9DB | sha256: E9A1365526FDD55927ED7BE1B2297C8F8B5D0C7199CBDBB8C20515785D6A3BBA | sha512: A4A4F13FEAC60CC3168FC747B6F5F79CB3A5BE41902967BEBCCC0090479E7C5A1803D84E32DD1C57A4325363BFE7715B5A291CE51B43196882A6D83F392353FC
tools\chocolateyInstall.ps1
$ErrorActionPreference = 'Stop';
$toolsDir   = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"

#$filePath = "$($env:ChocolateyInstall)\lib\Kamban\Kamban.exe"
#$workDir = "$($env:ChocolateyInstall)\lib\Kamban"

$filePath = "$($env:ChocolateyPackageFolder)\Kamban.exe"
$workDir = "$($env:ChocolateyPackageFolder)"

Write-Host "ENV VALUES"
Write-Host "$($env:ChocolateyInstall)"
Write-Host "$($env:ChocolateyPackageFolder)"
Write-Host $toolsDir

Install-ChocolateyShortcut -shortcutFilePath "$HOME\Desktop\Kamban.lnk" -targetPath $filePath -workingDirectory workDir 
Install-ChocolateyShortcut -shortcutFilePath "$([Environment]::GetFolderPath('CommonStartMenu'))\Programs\Topols\Kamban.lnk" -targetPath $filePath -workingDirectory workDir
tools\chocolateyUninstall.ps1
$ErrorActionPreference = 'Stop';

Remove-Item "$HOME\Desktop\Kamban.lnk"
Remove-Item "$([Environment]::GetFolderPath('CommonStartMenu'))\Programs\Topols\Kamban.lnk"
tools\LICENSE.txt
MIT License

Copyright (c) 2018 

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
tools\VERIFICATION.txt
VERIFICATION
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.
 
The package has been generated by CI system
tr\PresentationCore.resources.dll
md5: 60D2159AB04918E00DAED004DAE6CABD | sha1: 9FC1CB06606D9E1C920E4EF954650F53FC61DEBF | sha256: 91DF0227E517BBFE444F8F2ED6B1124BF6A5F84E00FD8216F3358D07BFAE761D | sha512: 55E05D541229F31FA20478A96007AE57D6A6B51EC639540948524F3BA067572B6061616E63F3A7932EE0CFA7D74ADC8039FD29CE59E243BA853A64975BE4BB28
tr\PresentationFramework.resources.dll
md5: 909DCD6C78C488A7E7C50BAB180F76A7 | sha1: 3BE2E434DB2DEE920F5223CF61024BBA35602C9D | sha256: 4721566E3F9095F9BB57438CCCAC18E6E3FD76315E2AFD4DEECE3B7D68891161 | sha512: D497A62FE7E280F02C289423625AD0ABA886A584247794B4F1B0B95D4D31695CC9A3A72001CC252AA9AE84D2AD5B1DDD3A1CBF8F3A151E021FB65812BC15524C
tr\PresentationUI.resources.dll
md5: EE7726CE393EDAE27884E36C0ED9D831 | sha1: E673C9C0E8DA28EBE1F0D2B39A62A3F05FDACC5B | sha256: 3EBF6FC8200DAE6ACEEA41AA127992421630D23D7771B456EA7A811310FDB01C | sha512: 79EA2534DA419F93404A4D9513300B6DC2E1400DD3341FB4404FF32AB070911A8428BBAD9B8E28F6F7B03B78C1DD3F57D991C65472AD773D7A4232630C6BBAE7
tr\ReachFramework.resources.dll
md5: A3C455B16D40A4F777194970204BE82C | sha1: EC4973472D645E1F2AA0EB1B5C4211E6900A01C2 | sha256: 01EF08CFF397D7217E7032F17525999BBD3FF64639277BEA028CF876B4B14712 | sha512: 644F614BBFB9F18506E5F3AFED2D104661B4A82C4D5F291A5852797429479E64AB3421A5CDD5F30418F36AF20BC86A73A6B6D466DD0F7F9879240AA8EA235E3F
tr\System.Printing.resources.dll
md5: 9B08ABDCE6C66D0D968665B213D42268 | sha1: 3870C508D4FDC9F3EB097347E501BFC3FDB040A0 | sha256: 2EC4B224B3FCC8537C17C3DBB6A9FC685D2031D80FB98E27C059EE69E19E7C72 | sha512: F2BA196361AEDFE9E3F379C10DEBA73F66E9D93D9F68234B3801EEB2547FE1B8BCCEB4D697ABC858EA011F09E1C89C50B4104598C91A3B1D7264826F926B7D47
tr\System.Windows.Controls.Ribbon.resources.dll
md5: 9D7C9C19B11722B134618AF7A2C310CE | sha1: F622CCEC3E88C881D5347BC1D8A74DD87DC10078 | sha256: 86FFE5191F0479916D7A6935E0751F48BEA98260835D4AF62C7145E36432C528 | sha512: 45A17E9B5D77E5C984DD2ED50A30B771E3950A665B8D228D869B6BD72DD0FEDE1F82D0BC0BC94476CE143295B1DA43B79757A637452334D4EEA86F1B388F2751
tr\System.Windows.Forms.Design.Editors.resources.dll
md5: A4A2BA42FD5FBD37BA8B4548F5117418 | sha1: 889487B5F8802D5C6A7B9A8766F711CAEB423DB7 | sha256: 6F3988D1CB061601CD88ED70B6C324CCC387DCF84C4497BA9639AE7874ADC1CD | sha512: 691B1695B662A7169D467D5C8CB824A36D9D71F0BEA00B730709142A4C674B5D020CD3CAEC2B2EA279F63128E3527630640005CD9C3F76F86BC5DC5B7B50AA2E
tr\System.Windows.Forms.Design.resources.dll
md5: 2935E503E6B8401576EED7D706188883 | sha1: F39DF71315E723D396F4884EA93DA757DDE4C598 | sha256: FDFA4CD2A29FEF93EE2ACB7636DE116DA2E03C54E5C423F29277DA1FC5584D0E | sha512: FB215924BD473032C0E25B649D3A339D04831C71A9AB0F8C4D82ECD7C9751D125E7E87FFC7F6C485351B174DBABADBDE1370A6771202D4334CAE8A7D84C73BCE
tr\System.Windows.Forms.resources.dll
md5: 6CD6F61CFA9C1D570F92A2FBC2BA8F94 | sha1: 4E17B7BE1DE6EE2F39BBAE44A1788F710AA1D10A | sha256: BC3E958FA7AE7F9619215EA6F4650EF9ABFD699DCBCF760F01DA90C671080FE1 | sha512: BFA1A478841CFFFF2F1C1AD16AEB29B80688198C1A1A5D34CC58F1D115C92D33DEC70E025CA91C7057E589451AF2A568EA9455DE38F21A84653BC877A660F7E5
tr\System.Windows.Input.Manipulations.resources.dll
md5: DE138B4EFB2B8E5E50AEAE4500E80382 | sha1: A4F44920FDFE8DBAA906890B9A5CBA40CC678DEF | sha256: B78DA9716050D4C9F2A2769D861E33DEADBC214B3FBE43780941A8F27F71023B | sha512: 34C6DB4537D8A8CE71857FA3E1C19881D5761C01B4A7F53989CC5966FCE3CEC93CF4B18CB500BACE7E7062BF39B494F88905671D35909EAAE9EE78AC80A0CABD
tr\System.Xaml.resources.dll
md5: EC7942982510C1AC7AFF8BD832C840E0 | sha1: DBA8A0F8A097ED7C3AFB5E754012E8CB3D933B02 | sha256: 68CFB45757A20D4F1894C423D81BA5F1BBDB8987E572CD9CA9F41B8F9685CE9F | sha512: C23BB50EB94B0657CB8710DF3718F9A9D6570262D98B92052ECFBE07235767DA2DD81FD9BE402034851AA5943F889BFC8518ED2B9B3E29E0A72801F0625BF943
tr\UIAutomationClient.resources.dll
md5: 42A5F43F7D7FA9BEC1F8C18D6512F6FC | sha1: 2236554395E2C233DE1EB99768BE9372F1EC3197 | sha256: 9CB7CF1599808F8766690FDF6B432B1C5E31215A2631806A91CCB87063376E7B | sha512: 349808E722DC1EDB79B4C04F86D7B26CB48EB67BA56DC46E588E00625E6C4F6B6EB8CCFB99CEB6032A6551AF05DFD7FF96E701C3C197264838493721B7D40228
tr\UIAutomationClientSideProviders.resources.dll
md5: CFC9249905E0FBF86D768052054A4F65 | sha1: 6DB1703261B076C9628F63A344ED09C6BBD68D51 | sha256: D78BC978DC2289E91C76721AA6603CE5CA8869E2FA0C2A06D4ED2CC037D383D6 | sha512: 05FD0017BACE98639092BAC97D40C12AE2D414FF5666F3DC080F6AE6E4B824AD398A30C211B9EBE0A82EEAAB59B21B90423C1C7B0F7EB20D677A7F54E89B7315
tr\UIAutomationProvider.resources.dll
md5: DEE24FFD96CEE879A176A23842E3A02D | sha1: 65A58103726BF8339268B0B01EA4B780E23A7D57 | sha256: AE5957EE6659441ACF76BD164D06E23073A1F358E92255B92887ABF904A1199D | sha512: 759B6CC44E71D9B3AAB731F52C0AE0780C08B40F9E62DF45690D856F263C359C24F1B8EA91ED675DEEBB17E1F132837D13FC97489677957DB6CB12AD01D0BBC5
tr\UIAutomationTypes.resources.dll
md5: 2570ADC7608B059C23CC168AEDA0886F | sha1: 98D93BE244F8FBB7967BCF80D201C7DD101A10B1 | sha256: 1F730628E607946A9D14FE2A3AEFF82CF6545D084CB50450C073B42C81E752D8 | sha512: 491549BBBA211B0806073079574729869E41753B6863A42044B2F223ACDD75A8BB079B6B1A4E35B5E5CC9F35AEBB638FA4309D737CDC1867E47A7B7EE9825536
tr\WindowsBase.resources.dll
md5: 6E991C193855D338D599BC29C29C6F27 | sha1: 1F9080B3426D5011A3B5DF72FC2B5DCEB42D4F19 | sha256: A294FCA37FB7A69EA5ACD1AFC8229FDF1723D101A4568886BD873CF5544F3A5C | sha512: 5906685360EFF8B57FB8ABA54CFD781B7F0D16CF2631786C24053DA0D4FD194664A340D5C3CC3283C470B974DB449FA9B4A86FC41D9230847A9A4F4F2D854008
tr\WindowsFormsIntegration.resources.dll
md5: FCD1EE74D620FEFB817CB77CF78A5C5F | sha1: 02F26EBB1FCF6C778042F66BAB1CBCBF03628ECF | sha256: 4795F5C0C7836DE1019190E89E29BFC51E7012F13BDC3A9F0A779C6BD024A57C | sha512: 05C7FB5B403DBADB40E8A1F3263D4EBCA54FB2E8E4277C9380BBBFA270008AEAB6C878DB84110104B25566635430841F569B00D1F464B93D145A29EB4D85E8AF
ucrtbase.dll
md5: 0E0BAC3D1DCC1833EAE4E3E4CF83C4EF | sha1: 4189F4459C54E69C6D3155A82524BDA7549A75A6 | sha256: 8A91052EF261B5FBF3223AE9CE789AF73DFE1E9B0BA5BDBC4D564870A24F2BAE | sha512: A45946E3971816F66DD7EA3788AACC384A9E95011500B458212DC104741315B85659E0D56A41570731D338BDF182141C093D3CED222C007038583CEB808E26FD
Ui.Wpf.Common.dll
md5: 198CFC62FFE31812A36DE3AF2445E5C8 | sha1: A9FC351B9E4B8B3CA339F8BC07DD9EB69E171128 | sha256: 45A9E99309F901043F60B4607AE8BC4DAA28B1EAA34151BDD3A33D4A77146755 | sha512: 3965AD4671FB195EF1B2A2076EBF8164A9F48D9E6AB87188DF906BB0B5FC1E5B56E0A2C2E929241C6C7B1C3CEAE2F88C6DF27B575C344A4A49C064540F1F0C0A
UIAutomationClient.dll
md5: 661DA92B963E6B746CE52F13007A76C9 | sha1: DE60FA4648501D091FEEB250DB686DED016228E3 | sha256: 6D4E5E252A6FCCED7E0079348D134C96170FF1CF44590C86FDC131F74BA8C776 | sha512: D613227D3EFCD11A548DD16771BCD0AAC6BCF4B30CAE75DD098B7E4A992E1BD3A3529CCC108B05D89F33DB240B9E630068CC7E39FD22F7D0ABE38670BFD028A0
UIAutomationClientSideProviders.dll
md5: 2F238D3BCBEA88A052A522E3AB93E761 | sha1: 1D795DA896497EF9AE3B9D70A5719C36EAA3B9DD | sha256: 26439D8536DB5B573AC26EBA9E31CD696B3113C336C82D2DA88C739A80D9E8E4 | sha512: 7D25E3AB047B59899C4F0D7D42AB017C1636F8C7DCCDD740149CB69270CC7892D8E307276CB1839D714EDC723C01198B8262F7AD65B11E4517B495D4882D7945
UIAutomationProvider.dll
md5: C0A92DD6153C19C2945F58A94B9F4589 | sha1: 7D37B7BB36C26811DC0EA60FFA388477643F7D0C | sha256: EAE7802E6852E07A49707A7E855118D8293785BE78FF7E972E9BB6342F8D2D1E | sha512: 953CEC2D1C4C8A3BD826FD8B1EB4C9B8E9436A0548EE4DB4780DF0B0D0F5A55A63F0D40C526182FB291AAE8E52D66AF6337A30A6DB09BFAD49822565759092F1
UIAutomationTypes.dll
md5: F14CEB3E41950259294052F3857FF27D | sha1: B25018BB9D6B16027E0AA99CAA4CFC5EDA9F871A | sha256: 522F20C6B975F511A7F23C891E5BBEA33729427E33D1EE0AF3C32AE81FD0A164 | sha512: 37BEEB182626AF486D3D351FC1E9833076FF5D0C01A92889D4AFFBA0E6A1584CCC611F316580C3D42DF31AE208EB6F9B79CE5F85933359C39F0DAC3248066CC4
vcruntime140_cor3.dll
md5: 6BA0DBCD2DB8F44243799C891DBD2A59 | sha1: 30A2719D4B8667FD237BCFB781660901C993D9FC | sha256: 263988A0868053B6B01835CD2959C8F71E3F943610421B269DA646F2D9E3B333 | sha512: 94DEA85EF50D55CEC0D1BBAE4671386CE8CA02E870CE417ABFEF0A8499FDF0BD0EB5BA38DEBD07C213F7DA39CBEA63A18143484B05E9C7CA36B2F68E4520BB4D
WindowsBase.dll
md5: 0F850C5A7904823F7BF3E4233EFA5479 | sha1: 08835BA265F1F7EE449189E71D56DD8529ACD737 | sha256: DCB7A31A28E081F4A24F779159B97B5E1E76131539057B490FDEA3B606099E8D | sha512: 0B384F37B7D4FBB684FD25986FC32FC561B4B0B439F147D48387FA7C2DE885B0474C5B8DCA39835EAFCF383581013FBD93EDD71AAA7A53F85D6ED4EE7350CB40
WindowsFormsIntegration.dll
md5: 71766692CB11684F2B6D62F24027468D | sha1: 3BA5A085FCEC0EE06798998F96E47A6B7A0C8D88 | sha256: 678CBE8BD45F041489C9AC0814C1C2483810E628FF1AD015CB41DE92BD13C94B | sha512: 3A7C34666EBD601B6E0F3F19987DC556F3EE70682A0CBB7A2ECC6E2D863AF0C1AE6509D4648F2227661FB35DBC0764438DE565F5CC86685E726D33F9046A526D
wpfgfx_cor3.dll
md5: 43FB37688CE2639A353514228135E927 | sha1: 5E3D807A6772C89EDCE54008EA321159DACAE2E2 | sha256: 9166FA60F869CD31ECE3E04AF6CD877A4F7A8D7BAFAAA555079229A83F7F6939 | sha512: A4713099BD518F315D7C0AC36E3CE4A8F62827D797E0FEB1033EF5C5081AD358A8E1AB8DCC1853B934E9B9A69987D19A4B8B4E31B8B9B706E84562D711080E04
Xceed.Wpf.AvalonDock.dll
md5: A3438818DB3ECE46BCFB594FB12496B4 | sha1: 5073A5DD99265E2221C33784628DE655BD6E18EE | sha256: B536CB030A539A26DE3D0D5D866833665EF3C89DF00A89990EF850AE1EAD37C4 | sha512: 5A279D19A2A10A4B92FCE409A38613138E21DD18F88B06914C5D44BDEC52BA68D184A45A2A4FDFA8EEB6E7543CCA0A9324DD69BF5942C37CA75455083E60D05A
Xceed.Wpf.AvalonDock.Themes.Aero.dll
md5: D6ED5FF9AF3672492DC0FDAB84B77E39 | sha1: 06A99C2415EC0BDD585FD3AC33359C1E58EC7CE8 | sha256: 47AE68CED5D6A59D61A5696A0E39BD6E8FF9AF336C7EB56D6214B11B5CC8CADA | sha512: 91480BCA52F1899852B7F5863E6E67DA4454A28486C5777DC83A87DF3D01AF797E07E4A0F41F20D9B0E18BFFC303D28CBDDC1CD57E74EDB868B31DCE733552E4
Xceed.Wpf.AvalonDock.Themes.Metro.dll
md5: 6FDBB464E965356122C6AEBD4E3F7EA5 | sha1: F80795C66A8F012EF0982D5F1A9BF19AB682E28B | sha256: 598D8CF439D860CEAE83CFB7EB736D3B62D453869342E52EE22055F398D3B698 | sha512: 4F92F0276CB4B9DA12FC3A6C09B3018AAC0018EB61D2F30ADAFF8959D8627468EF2AB4685C034017C9C97C3B75187E7DECFA6B5F99C810C2BB0372749B61F288
Xceed.Wpf.AvalonDock.Themes.VS2010.dll
md5: 6AF40B1870174AE495F71A61E7E45043 | sha1: C8E72F70F26584D921F2315509EDCAFBAE59D020 | sha256: C2E52D15900E9B3A70DE3A89F93234DBD5E7942C349600C5D42E0943AFFC05A1 | sha512: B990199AEB8442A6E35B2C4C7AA91FDD58391422CA49043772C2B387C3BBA2E29B7D4F1A3817F9A06422F7BB08F18E6A125ABF81A352EFDC0A7CEB04E7BBDE02
Xceed.Wpf.Toolkit.dll
md5: D9606B32F6F06B051D39F902CFA98EF4 | sha1: 43941AF90F39573333B7283D4EDB1F069EB83B9D | sha256: 9B025F8DF33B8D5A6B3BD4B6037B39FC35BEA787FD84BF6F43397D05E60F9B27 | sha512: 3F7C3FD6682909ED41F468F1D461EB12514B396257903E9E373C74F13BEE267E86F03C4EA21403B3B1DA97D76BE596EE24A4AAF732185670B4F0FC4A8C45AF11
zh-Hans\PresentationCore.resources.dll
md5: F19A82EB1197B4ECA664C2FA4ACD875B | sha1: 00D4BDE8A46B4B7685685AD73361C86FECEE9A8E | sha256: 606F9BF22B33FD9A8BC9D9B9FFA86764DCB73A3138354947CDCF80156E081CFB | sha512: 3EB3EAAE2EC9B1825849BACF6D1E3EDA67170BC259FA3B2C8D92538A7BF0552097F8130B96B105387769A513F89DD538E69D24F576C81F766A875DDA3B09FFB1
zh-Hans\PresentationFramework.resources.dll
md5: FE28FD5B2445B2C79E9A99F67B15FE1B | sha1: 7F71B84FD22B95B05E7D043DF82E3D46EE6BF372 | sha256: BDEAA857AE98C0E14066C28D6E72CB0F3F1C8E40743C1A245F225A4E8AF7FFD3 | sha512: BB58C3D1C6962BA49972CC257750FDB726E1D330298FB2FF47191DC1FB603D2045A2D5C8B19D2640AE32DF878352A5ED3E972463E85210980DC24BBD84478F72
zh-Hans\PresentationUI.resources.dll
md5: A2C09C5FD93031D4C304D704E2A7FA10 | sha1: 14DDBE9AA77F496F34BBF56794963C5DC1908AEC | sha256: 7788BE7BF5E783AF30BEE57DAA987D1BD117CCE2F146B2B63600AFCFE314586E | sha512: B4A67EF863D2ABF2319548C893AF6A719D43F1490F4EF012E6FF80B3F477B93383E13E431386DB46AA7C18814A71DD0FE90B7F0241D6E83CC13DDB85132993E5
zh-Hans\ReachFramework.resources.dll
md5: 8E602F55B812FC9410B359354A7D985E | sha1: 4EBEB31C01FCA4934045F800CA3A26C3C83793DB | sha256: EAB54A779FC674B801D700AD374E62EB3FA1B711D5DB3B3C553E8C99331ECA40 | sha512: 56A851D491432B440B6CE025B1ABC0755188E723ED52374DA7DC61FA48DA28C068B8DA67FAE99252D9009A9570611AD91408B32F6E1F9CDF0218C2077F4B0EED
zh-Hans\System.Printing.resources.dll
md5: 648EEB2DFA10F00CD9FCFCBF404BC375 | sha1: 8F7B7767C3D6DED2C437963F7AEDFA75DBB2E797 | sha256: CC7D63F586B2D7A1A7E9161DC1168DD9A31F3116808DCE72387E97C4B45F1738 | sha512: F00A552A225CAD7B6F2A8A79D3A8DFE4337EE8764C17AB516761F42471F3C51B5705559782D84CA8F0C1AB7E4D74F039B24A722B56A1ADF3C908281AAC06B5E9
zh-Hans\System.Windows.Controls.Ribbon.resources.dll
md5: F785DE6CF728EEACA5CA82DFD2E47624 | sha1: DCA066CDC976EAFCDD87435ED1B6B600B9479003 | sha256: C7F67857E3C849FF3777A9A36C59236B78EC3018FA1F6BFEA157D35224BEE2D7 | sha512: F1D1E49B2F9CCAB10F49AA4362EB7693591F2DA9C6E5EB1F5207CA22D1B8B63E4D5B9A15662FCFE011C8180B01353A92257264A8C26B863578C991F96F1A7E85
zh-Hans\System.Windows.Forms.Design.Editors.resources.dll
md5: 591593083D79C6E89236CEE1A6575906 | sha1: 1ED778F9996FA98F0FB826AD8495A7DD039F73C5 | sha256: 41A4DD2AAD1AF860CA091AAD34BA9EC3368627052AD530FC122B553578395994 | sha512: E0E9F11F4433CF0E6F8379A15D029CB62E87876F4C19B066C561280A8BFAFCDF21D8854281E76E16E3FBFCCCF3E4AE8D6096DA3AF924350D88263E7409CA1451
zh-Hans\System.Windows.Forms.Design.resources.dll
md5: 7BEED6525026A529DDAED91D1FC96B24 | sha1: 670110DB132E0D01E50E75FEFCE253C45CE8CD5F | sha256: 4C0BDA26980BF572A88CC0F87F682A54C808B0C418CF895751D21B8DB63D3BD3 | sha512: 6C7B71682F16B4D5FAAF3469236AEC646FFABBC7C014CFD605E423BF3A668B2927A1BAC49EA4EA75A9CD5D5A502A6C9ED9F76E72EC88B6E1DE3FD31F10E41017
zh-Hans\System.Windows.Forms.resources.dll
md5: 12969453B3C6BA3F33E5B9E89B5B461F | sha1: A54B86C48AF4E737F3B6E1C445346E56FC5B5644 | sha256: 24B990B89A65444A086A190DE1019965C26D48CEA7E1BF5BDC3960FA7B5B712A | sha512: 4759F0DF103AE880D7999B18D35AF59659C3EB2FF0EFD0537A6E19EBAADD0E50A8B0536C65C1E8806EF83DB516C5278F54701D19FFCBFB23179DA5C44775491F
zh-Hans\System.Windows.Input.Manipulations.resources.dll
md5: 2E5A73E06DB1FA89BE66CE70E239F171 | sha1: 164976C5C3CDB2557282B1307D53F3587CA8C2FC | sha256: 8EA55CE79D0C42453A557F46AD3FEAB4E3D33FC205DF76105D4D19AC2699A999 | sha512: 3D18D0148894D54E19F54A90F0CE004F1AE95B7ACE3F25B92665F6450FA30775699692CFA13AC7A15AE8DC6B17B3BBB59769BB73DD43517052A5E03FAD9616D8
zh-Hans\System.Xaml.resources.dll
md5: A4679DFF348E344B106E0B6FC6A4884A | sha1: 723B33630B01962241F8257C454DC7B72895B302 | sha256: 71F1FECA79108B1AB80133333DEDD370464173D0FBA24A6DFC83D3E08A527849 | sha512: 127EB822BE0B6A157A9466012827759818435CAB886DCEFC66385134A2C273F8B09531F54E9BA5C530934C2E38CF827F175AAC5A94084E2F2AE2617103BFF4A2
zh-Hans\UIAutomationClient.resources.dll
md5: B9080884AA9CDEC804E1BBBB19762F12 | sha1: A4173CB7D8CDA256F8DB20D42F9C64E3376C0CAC | sha256: 396E449BE3CADB8F3FC3580E04F28CB47364BD5D6530C7729119C588BBF57893 | sha512: A1AAAD0F877527B33DDA083DED5A06E56A209A1A0B7586C57F47A8DC3E22918C2AE6C6C7436FCCED088285DF905D0545B754325AFC1672FEC8A375DFA1985C2A
zh-Hans\UIAutomationClientSideProviders.resources.dll
md5: 603C74411B4C988DCB292B8D1F7B4966 | sha1: 899C1F98C42FF43FF0208F756976E886BC39FD13 | sha256: E4D30D82CF27B1ED46E63ACEE01170A87FDAE85055FAAAE60AC7C9052DA2AC4B | sha512: EDF5B0DD3D8D5289187E32F06539952AD0F641193DF977868E3A42FD9EDD681B82C7A50657E6F8F9A500B92559C302CF04EA9424831CC153BF9AE91D28723CCF
zh-Hans\UIAutomationProvider.resources.dll
md5: A27ABC8C7CB583F43281BFB447055415 | sha1: B9ECAAA6BB16AD9EC59B41AE321E507B23CCC94E | sha256: 51A4F80CA8AACB3004841A780DFE11050444AAE9C3CC5F0296AAD91AB7EAEE55 | sha512: A9A85EEF9D7B0CD520227A4B6856C7E2DE684CE1EF8AF9A850B143F07B7CAF302321B60800A23865D8940C04207429F6044AEB5DF64F589A314E7AE0299D7164
zh-Hans\UIAutomationTypes.resources.dll
md5: 2347A01FBC95B6C3E4EA979760AFC172 | sha1: 3705AE688F553544BC4885B18FE089CA7176B1D4 | sha256: 7C9CC998604457D0D384735F18B0D0A9F8D30D05E6A7EE3A20F76291BBC6D890 | sha512: D104601059A1543B5608364B0D6CA1C6C516F075E6665CBC1AF50CF274479AB5EEE8B15E472E79E55653D78B5E781516DAFB1B3F97DD88431ED390BF7E6CFA8F
zh-Hans\WindowsBase.resources.dll
md5: 430971DD4FE9DD37039835F435B86158 | sha1: 4296C4E6FE25F1F5C16995FB541DAD8AD0AD2AC0 | sha256: 8B2EDA76ECBF47FAE93A9DFBD8235A85E2C4232215D0ADF939ECE9EAF719B7B7 | sha512: 0C871C621A05060650B5018487EA1C1F260141A6B025766B9F1BED99F1B9E8609D1CE58926E84977E64A9D2085D7FF06A890141C4CA6755F2FB175FA2686AA7E
zh-Hans\WindowsFormsIntegration.resources.dll
md5: CE064F6DF07B6DF6BEF8E03495F60DEB | sha1: FA1E9C8B20318B2DCE26B735331A3B311490EEFB | sha256: 607937133A9F0F6CB7BBD58169468B9F3E714573D0864178316040DEF18BF640 | sha512: 9EBF9C1F968BFDA8DDE040E1BF101F8D8DC1DA16C9242BB50FADCF514E8E3F7BA468074938D5BA847723BC5AD4967F2DC659DB1DE3AEF1A7719F1DA35D51E766
zh-Hans\Xceed.Wpf.AvalonDock.resources.dll
md5: 36A53124E82A01EADDD06605557D6065 | sha1: 9E8E98F8408568777259936138476E83D39E945C | sha256: F192568ABB7DD05A2D85FBA50C001D6A43E818AAB0B915E20977703958202A45 | sha512: 11BD8D0A84F3CA3882DFF7CD87EBDAD1662D428E7FDE66863D3EE47F09BBA835758A3DD2DB69D4E344490127FF14A4A9A1FC4F3999405CA57F2FC099EBEA0A6C
zh-Hant\PresentationCore.resources.dll
md5: A3A1E3CBBDA7AF8FE3B948933A38D49A | sha1: A33866956AED077CF6928F0BA3E22CBF30FCEEAF | sha256: D671D15AEC99BD39058FBD6BB50F7F03A71CDE970FDE4F2BEE784839EF79D5C1 | sha512: A482062C71ABD9196C1AE7D446C5A8FE6B35574A2F2428304A42CF1421B03CC73BF84EB2555DF8E7BBBA9FFE19722767C12C43F82882B17DE38378FF4DA2BE3E
zh-Hant\PresentationFramework.resources.dll
md5: 5F1987BC9CDE257CCC316A2420CC013D | sha1: 6720BA943D916F6F7D5E446095C800AFA87ECBE9 | sha256: 723D4D74797C344627719D18634AAE7A20033C962F040C35FD950F870CD78937 | sha512: 7089C17F67A71110327631CED77FB695549EDF3B56090E3E60DB135B6021FC9126A7A0D146BC6F8A67A570963EC998ADC11F993CB74D90435F99CF009D110F67
zh-Hant\PresentationUI.resources.dll
md5: B88CD7A777E70282E5B03439116598EA | sha1: D14DF475C0B118B47E2BADA75F403269A18753CF | sha256: 50242480C703778235EFF8C6BB8396A5EF83D4DCA486A1310DAF3A5D5ECA4FB8 | sha512: C925970C0373BD2507BB2D792A34D5BEE88A2A98054DAC850B23A667C9E52F714631D6243C5C2BAB05D963C46B1F14F1577CFD672F2768D63353932103BC67D2
zh-Hant\ReachFramework.resources.dll
md5: 42492D2128CDF36E53D1912F4B8F1A8E | sha1: D6038169458D7599E72C575CB9241ABB482A6172 | sha256: 31E73A06AD028BAA769185B595265E5065E089718870E82545CAAE4032A662D6 | sha512: 390DA6FC8CA084F848754694EAAEDCCAA3133DA7A67F907B7E7753E1ACCD6D54B1EE6C205BE7FABB96242175F199B3FF89C42BB2DC47D2713DD03D3A739023FE
zh-Hant\System.Printing.resources.dll
md5: BBADA4F018482BEDEBDF5D5E2FC83B54 | sha1: 59F8081DA7CCE2C578006B8C3A1703711F0E8F74 | sha256: 9E3D9E4D9C207EA94A33F0E5AAEC60C224D50D18555F972315B7BF4845ECF571 | sha512: 3414B5680271BBBA9C73BCC4C56DDF7FFFF2F4D12C1821746B2DCB833F73D160732CD27892B374EA7ACC00FF39EA739C0DD98222F6D0C7059B49E3583EE3D88C
zh-Hant\System.Windows.Controls.Ribbon.resources.dll
md5: B14C6D652AA0D17CD03A421B55E80038 | sha1: 1F729BEDD4FFEA98BD63BEF918E064BE60183EFB | sha256: DB4CE98133DDD346FC21AB08151974DBB20BCA2726B8CCB7DE582839209DBE57 | sha512: C20E75857FAE882443E695B1D4A04FDFE36282E8B1AD76D49C07D37440155E4BCF0963542A457F0F0A0CD1E7F498DA094D315905709D08092CB439C48153442D
zh-Hant\System.Windows.Forms.Design.Editors.resources.dll
md5: 8CAAC8F8DD9D85DB7074D397E9853834 | sha1: 8876D3C4F696248743F971FCF56308400FD3F047 | sha256: 0D197A8B57FFA0FF5F1479011D6DF54D3D07BE1FAAC05B41CC092505D852A984 | sha512: BEBEB7C52042CE8A245947946F2A14A933F97567DB7A16BFE4E3592AFC8762F79C20D482F7417551FE99DAAF52D5D6858D236FEA9505410DB9468ED46F2F0ECD
zh-Hant\System.Windows.Forms.Design.resources.dll
md5: 72C1280A1000BF5437FE3DB70B36C56A | sha1: CC2E34DE62718C0B52C533EF15887E2C505DFD2C | sha256: 0FA41F4FA8D6C349145CE72BB41409DA42315D05AF86C9A6620BB35670507C21 | sha512: F6266283A19EA309263C81E60D4E4AC81C13E7CBB13FA9EF002BECA061D304D3432B94AB683CF8EEAC47263E7208704A33DF7E1D6FFB0B6D03B6A28313546312
zh-Hant\System.Windows.Forms.resources.dll
md5: 9FD47786290446BBC0B4B4ED4288F772 | sha1: 8AC2DBA0B0CEAF50AB5523B803F91D7BA498C4BA | sha256: CD24213A801ABD600F4CCD09F3B16D67F68863B85D59C6352419F4412DBB25FB | sha512: C4CFCDBEB636739307C07B3903A7F77269A99058600CA73F539E20734E36BBEDB0F8F65AE293539DAB05B048900F4D982DEFD99B547C086DC2EAA3E0FAEBBD40
zh-Hant\System.Windows.Input.Manipulations.resources.dll
md5: 979E4DCE329696B9C85B41B6E666E27A | sha1: F63C7F7F5CE2FF7898AD9AAAF5E2B60FDB9417CA | sha256: 7D555E8EE4FBCC22A0C396AD7384D0F76BA19E62F1A54AE630E0277745E03A94 | sha512: A14DB6D8AACC481FC29999D85C000357145D0805EE58F10E53D8CA27C6B32076D38B7A5060025BBF0FA0916A21CDBA61B4A16CF0B7847235B579BDE506843B78
zh-Hant\System.Xaml.resources.dll
md5: 4656F8291700E0485C1EE7CC0104E76A | sha1: D91BA5072729FE918EAF6D960699FDC65E6AACF9 | sha256: A170E127AA2F0F7D9D2E2077C7EBF379DD69D1732951A7333BC29A1D681E4905 | sha512: D34357A02B8585962D6FDCA280DBE4C8AE8DEFAD81EBFC7793E8681BC2B0F92E38ED7B6F9A87D3E935CC6CF55613A89B290C6611F35459D4B3C2FF8992703136
zh-Hant\UIAutomationClient.resources.dll
md5: 16D71D835D9A038A1B83465E7FC3D7EC | sha1: 9F758A2DB3F39232E74B2BBAD21B2E1C427604EE | sha256: 326A209236C14C75F330220F208227C990033B8EE9A7C31DFD6A19B9D0AFC818 | sha512: 8B7A62B36A5E7C84E21E858C16E8D5D2B7A79D836A9D6A6C53AF24D75958DA0F57A2586CA5230711B9EBDA6EF5F8264DBBD403D9020020E7E644A5ABABE5B2A8
zh-Hant\UIAutomationClientSideProviders.resources.dll
md5: 0FBE8D4192C425FFD107F57236ADD8E4 | sha1: 0190F72661951D08874601CFA2D5A3E558FCA240 | sha256: 742C787ACB41A9D743BB8101A9FC1F6F17C77221D0D1B764290F12D45DE290D6 | sha512: C99C9D349DE0C0609A82619B08B8FC34AD4FD566DD86F46BA0316426302DBD362207F16718863D078987A26FAACC878DE92632CDBB9A7B014BDF7FDCE69595D8
zh-Hant\UIAutomationProvider.resources.dll
md5: A94C7A984FC1E729DA463FAD713227D8 | sha1: 6CFBB307B058E0F6AFE6F1A53539D34E76666A49 | sha256: 8209FFC0D6C3D06A2C0D795F299BCD2F94B3BC946813C43D6BD93F1BA5E21F90 | sha512: 9E22A37E6E589EB8153D3982CD92565B02D5728389F5D02482619AD4C92331046018FFA21613FA033B30F75DB16A3E89E47548044C8677D8EC4F797EB6CCE777
zh-Hant\UIAutomationTypes.resources.dll
md5: 0FC96F25995BAC4B90B62FDCAE671320 | sha1: A8C4253CE6328EE696A14F13BE6275BF92C42DC9 | sha256: 38C8AA8627207D80C7E2C9A6C9D211E2F336C411B8675E4EB1C115AE79DAD9C8 | sha512: F31EC7D1FABB8E18470F399983F8ED092F4014E95668262F6383148860E273A92F04974ABDECF3E92A415979A59AFD93CE1C76BA4B5BFD08A33148E46B224102
zh-Hant\WindowsBase.resources.dll
md5: 684736F5855873A97B5D3A174615D173 | sha1: 42242B95D38C99B2A53C91FCD10CDFEDA76931DF | sha256: 217852E4D5719F628721B4EBF65764A30EEF49109339A00735302AEF7600B917 | sha512: 47E9DE5011E2B34E13E809DBDD60F6F3ECB8592BC53146E6B212B5B5BF98090BAFC56DA61CD07A7FAF24B542FAA87096FAEED2CC829B86744B1C2CFFC5861EC1
zh-Hant\WindowsFormsIntegration.resources.dll
md5: 93B4FE343105264C68151E4EC5CF259D | sha1: 62FCED9C82D86F4A156A7915E572A7B0C7D7C9CB | sha256: 96D2A482317D76E5BA5934237B653CCAFBB97AC259FFCBF19879292AEBC42C5D | sha512: 45C3E56BB8A6A293D63FADE5DC85DEDE14016CE14EDDD1186492458A27E9DF580C9C1A0F060299C162CC51EE238DBF0DB112FF21D7172DE34068B62AD1C87FD7

Log in or click on link to see number of positives.

In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).

Chocolatey Pro provides runtime protection from possible malware.

Add to Builder Version Downloads Last Updated Status
Kamban Desktop application 1.0.10 222 Sunday, September 6, 2020 Approved
Kamban Desktop application 1.0.9 206 Sunday, June 14, 2020 Approved
Kamban Desktop application 1.0.6 177 Tuesday, May 5, 2020 Approved

This package has no dependencies.

Discussion for the Kamban Desktop application Package

Ground Rules:

  • This discussion is only about Kamban Desktop application and the Kamban Desktop application package. If you have feedback for Chocolatey, please contact the Google Group.
  • This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
  • The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
  • Tell us what you love about the package or Kamban Desktop application, or tell us what needs improvement.
  • Share your experiences with the package, or extra configuration or gotchas that you've found.
  • If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.
comments powered by Disqus