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.10:

222

Last Update:

06 Sep 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.10 | Updated: 06 Sep 2020

Downloads:

979

Downloads of v 1.0.10:

222

Maintainer(s):

Software Author(s):

  • Totopolis
  • Liklainy
  • BerndGit

Kamban Desktop application 1.0.10

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.10'" [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.10'" 
$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.10'
    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.10'
end

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


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

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


package { 'kamban':
  ensure   => '1.0.10',
  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 gep13 on 07 Sep 2020.

Description

Kamban is an windows desktop application for personal kanban boards


Accessibility.dll
md5: 8D6A43898648710CFC490E60CD68A308 | sha1: 9761C56EC357E18120CD0BD0FDEB4AF9FF9956A5 | sha256: CC6CF7A5CEA78F213E1ABE26654C8E6625DCD8ADC5263112E3A0ED42AC81D671 | sha512: 6F576EEFC1DF410C83B84DD1C6DCEAAF111DBF8BCDD7492F54E27EB42A4F06083FA583F82F6015C26C326F13C10A667B9DB8EBD2FA035E1B3AE4C2004FD3FC90
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: 93F753D5FCD0B6B5248D6A189A905D4D | sha1: B48DB5D688700088AF561C032DAE84957C345CFD | sha256: D858C70B33C3706BD390C239A117A8019F9F22C025103AA44C44B5251DF4390B | sha512: 7C8C8CF50F856D73D01F795FD86A23ABFD79837CC2E6F6B220FE3D476F42F1AD6D2B1F3929278B8390243B5797B1030E29509E05F921D77B06F817BF449A3BB3
clretwrc.dll
md5: BF782F0C618FA3B5F6BD81F8798436E0 | sha1: 49DFAE93BBFD548A10620964860D27E9382BC5D6 | sha256: DD7246F2A1E90A1359E601F0D5FAF4CB9BA71F4ED8AF8DDB614C1BF4DDC168CB | sha512: EE44D928B5CD2B7709A272AEF68B4978198918A21EDD73D298F7860CDFE8A05084C9AA9E8C34E2AF4B42362976B1A8CB5FDC3B557DF1984F6CFD0A53DFE16C95
clrjit.dll
md5: A7A7CCB47CFA6C554057429616FB30CF | sha1: 478385153B68C7E5020018D200563C18FE4298EC | sha256: 9C90F627041375D79856193941B8D0A02D1F5A54BB2A070BFC331A551304E6D8 | sha512: 4A43F919B2A8DCB823058D04413363CE3B91128A68B4AAE20685CAC81E1DCE747056888862AF06A7CA3A8C949C26E4B758052FC03CF658C0738FC31E632F4540
ControlzEx.dll
md5: 5EAC9885464E0B9B9B72C62363AC0804 | sha1: 65EED786B6607D4AB165C372D4034C59A961F834 | sha256: 0E2348EE7DE02E0F945E0EEDFC87634FAC06D90E2FB16E75B5E73F4A7F397147 | sha512: 891279C68CA685BC84F2628AE6B65DC6E6E2B23939A3971E79A7F7CF4DD7EC297DA97F70C57B3F079CC1D17206658A41B39EAD0083A65011091EEC45E2C979EF
coreclr.dll
md5: 74D2CC398582948AB0852AAF40AEAC7A | sha1: 6B01441043244FE605ED4D4F3809759BF75358AD | sha256: BCF1ACFF956353D13F1AC4336735E4B7D08D1AD613CF8C5DEE9A314A3BACD75F | sha512: E562BBDF26D9F0C7CDAC5930D0A5346AA092290207A07B550FA0FC303D83A23410EB9AFE8D10833CE5F09EA8D117EF9F0F774A8F5CD08151F1660785C0F7F038
cs\PresentationCore.resources.dll
md5: 70EA0FD6A2AC878A260F20DF4A716768 | sha1: E00599883E1528F949681401422D407EA714F4BF | sha256: C66FA690BC1B919B38ECE23633D8E0EEB6F0A2D81D39777D0B7675C85E2E47AE | sha512: E000B1CE877866F3BDD15E4BE5ECB513905C6D445855BB621696CAAC91603CED6679B0AD3864BCACA8E1561126742083B9B3D185A9CCF0FF595300BD1D213745
cs\PresentationFramework.resources.dll
md5: 62FB0BE50B87D8166506BE463BC1785C | sha1: A73F967801F37DDCB7454403ECC0940F60BA1A7A | sha256: 8ADFDB2DD2CE451E4DFE3DBC02F731985126E908C89AC2B4F038B2FACA70A838 | sha512: 27719924CD7F680BD910592FE73DEF4FA29FAA8B28860CA7BB66321C5A46DA8D57207825E7D17312D9DA8B607D4D2EBD18ED0B53A4CE9A14EBC3080775554C84
cs\PresentationUI.resources.dll
md5: 0A5D69A9CE8E0A6517711249B1021DE5 | sha1: E6DE22B784C34B21E06B5CA025026B6A26CC3E44 | sha256: 1C779600323C3EEEAACA11A03F810074309ACD6AA0D7D9E8ADD4577A23D39258 | sha512: AE0A99368E7A15931FC0B5C31D1B70D33D46A6E192858623AD0BF465C016936A0A94B923B08C41606B4B505FB90D19CE4133971BF0443F3D097BC8D5046B187D
cs\ReachFramework.resources.dll
md5: E90E4A17ABB96500BDDCBFA04E8CB457 | sha1: 4C65DF2978CFAD38D7E9B75850A9D705F6538038 | sha256: 514D1D8F5876BAB427966F7DD61DBC057AD7F3B258784FFEB5962FA02358A9BC | sha512: 4410E281A278F2A63353D0E71FF63D7F30CD1961AA7A915199A15147748A06BE9AC7FD890239C7094E347E5E12E1D7FC2F36E16199CEC8E9571FA9AF9159D5F3
cs\System.Printing.resources.dll
md5: 8585BCECC7528B91EDDA424DB7702855 | sha1: A7992E0C88B98BE39ABA07D9BDA3C59F93954FD5 | sha256: 06C1A3523F86A77399F7350ADB951A0E2594CDF3CFA548F977D4F231713CCEB7 | sha512: CF594218764B64B68EDF5670D145D789B223AEE9301F878360365C2940354BF16F0242B122EE6BAAE0CD743D9A09867513032023644EB49B7C5A027AF5177698
cs\System.Windows.Controls.Ribbon.resources.dll
md5: 7451EE2FEF863F13582978619B9A4CE0 | sha1: 03FA798469F818E9830E52AE89358BB34C1725C6 | sha256: 02132AF8CA2A629892AFDA6E79152B34A25F6BBE48A263D652EE08B7B184CEF2 | sha512: E1280B405B7583FB37961700F25B3C4EC446DAE108B2783AE29F6868B7B5B18D622B66B1172201C98FEDA04A93D65499A7AC58EB628A78B13008CA2021C1DD69
cs\System.Windows.Forms.Design.Editors.resources.dll
md5: 61716115A4CC25372CCC41964A7E6952 | sha1: E010B830C22A581DAD3760D94F90CD273C3D1711 | sha256: E3E0F7446FD6F954C277F03F08F74F300A0B332DDFF7EA347EC680831349A921 | sha512: CF01DDD248EDC812B3545F33E650B30A8903EEDF6B17FC2E80B940705C64FD0C8104AC876BC03B81D91E4CCA67B3D5CD53BCDA44BC537121514F3EC14F419FBC
cs\System.Windows.Forms.Design.resources.dll
md5: 8A6BF2EC790586E9E5D262F559AFA5E0 | sha1: CC810A9732DCEB8BC09061B13564F3A6B50B6916 | sha256: 74F50C55177BD209B155248BCCA8F2CF23279E0B6A98E1D01C1233DEF09B0C6B | sha512: 852CF924832645E0AE4F7597B8B6794445FBF2099E0876348ED049E2E1EE7F718AD256134FF120DAB7D24C9665D80FF588F681EFA1F9F3D42DACC47DD22C6CE3
cs\System.Windows.Forms.resources.dll
md5: 91051CB9AE9F25912964F13EA5305062 | sha1: 99CDD98C4C2E4D9BB0EB7CAA7962E7DB35D8481E | sha256: 3C283276B979C26414A07F41FAC053DF4E95ADEBDAD9D99739E078FF7AC0094F | sha512: 1EC1525A0901869025C5BF76629FDB7881F2D19C5945C0B35D6FE04FAF935D1ADCBB624A78B3FFFC81D734E5F164F8BF5370B304E9C808966B6F8161A425442E
cs\System.Windows.Input.Manipulations.resources.dll
md5: ACBB93FF96ADD46BC57D5F1FD15F7D16 | sha1: ABB4A99025685BA90DCCFC3F3FBC9D5311DE0FA4 | sha256: EACA1BCBEB865B21D21673E45E4B9D007B28476ED6FB4530B5AC66A7D52ADFFE | sha512: 435FEC8D3007CFFE1CF9198A2EDD664A7CC6C6CE1665379E0FB5D5C0028564BE1697F2E04E96FB373F8F5D66D045A59A149617D6EFFFD275E5CA9127B937B1A8
cs\System.Xaml.resources.dll
md5: 4F90303B890A9D84C70D5FBC69B79FF3 | sha1: 145DBCBA028ECCB8F100FDCEF603935188A7829E | sha256: F27BC76B6EEBBB0268234BE1DB387AEA0A0FE5F8F4E2DA2B605C553DA5B5FE2A | sha512: 687F6B39CF07B6F18B3B40D2620D391F18C37A4288A3F2A96DA3983A8979AA622628338AAAEED2885AF9C1CCD3158658469D51C370E8701658E096B8905A92D2
cs\UIAutomationClient.resources.dll
md5: 314748B032929CBE78FFE5FE8BE3EFC8 | sha1: B3E7CB86BDE8D9682AA5358414D82978C00969CA | sha256: 1875D3E8B5B85C4B3008D853DC4FB060ECE282BCF51CEF664009DF3ACAEEC564 | sha512: C58525159A793D99FA2078B9E5FDCE42DDE0EB1E807862E9356BC88D54533C44548E8A6A88BCAF128981A6BC6D98335952E5A12A1F69E017701A31F284FF9E83
cs\UIAutomationClientSideProviders.resources.dll
md5: 5F28208FB3763F36ED43FBC64684C2A3 | sha1: DBF6CA8FA6D15B5FF4E4B6799A0D0790AB1B0968 | sha256: 2D4513FB1A04A49EA9A0BEDB75386A53747DCE6BDBFB5EC1DE82FAA925CF2095 | sha512: C7BB3EE7E71A17FE5650668F480050788F1A9ACCAD6EC268F7E1DCAC09A84F2A39E2A66B5661A5FA5F4C20F1B59FE23E47604BF190DEB32909CCA509048233C8
cs\UIAutomationProvider.resources.dll
md5: 710F63001B10CB0A780D01473D5703D0 | sha1: 0A5C14CBCC3108A8C77174F6D817249494240601 | sha256: 7E538F27317B671AABECBD4B99E06AD9B7041AA0DCAAD9BB5AA7EEF863B6C4C1 | sha512: E09E5676878F24E17D686CA6B3DC596B01007500FF4BE67F0A5B4C5714327E7BA49BCD89AB3E0D126E0313A7C744638BA6DB8FDF4C26429C4DB04F35661D17EC
cs\UIAutomationTypes.resources.dll
md5: 5D1AF230DE4C1F4126EDCEE63FA41384 | sha1: 620A34048D518E86D5266A19ED5435BF751B09B8 | sha256: C35E6A5C000384E583B92CA67D1E012C415A2FF1466108C4B7E31FEA1DA53C59 | sha512: 2EAC2F953150427956766BF3118ABAF225507E181B8E5A7B9EDC6CE94895882828CFE2D051A45DC11433B2EAD91ECD835BCB75FD6A8919BF8BD63499C9ACE314
cs\WindowsBase.resources.dll
md5: 7EE0386919AA7771AEFBE3537482E586 | sha1: 593221C16146A543CBB03469A375EC6260AF07CD | sha256: DDB955278C95B8E89C3A0E7E8CE0365DEC94B01A2A8F3F2DC357F0E7FB4B82B2 | sha512: 8DD302D73F64A55C16FA721BFA7DBCC68925D8CC913AC019C0C0CA3CD69AB92A0DF10ECE38E5A21D23DE9227BF5577AE83295D51FBE528AE6A69D4A8A2DDCF1A
cs\WindowsFormsIntegration.resources.dll
md5: 368A584D70A3FD25813F8B7EA8858157 | sha1: 48F5ED425C204A86F69C17C64A228CE2C6FE5909 | sha256: 3A8EE269F890D2F7E0311895AA766C8115C6BDB6F61B62D4D9AA27C8EF77F076 | sha512: 43C2F9585BDD78B185FD4215050DD6BEA6E0078ED09B673C4CEF4A3CAF24A2BBE32976CF3B24D04C82917376D98048B9A046C05828A67FE7FD76F986EC581A02
D3DCompiler_47_cor3.dll
md5: 7641E39B7DA4077084D2AFE7C31032E0 | sha1: 2256644F69435FF2FEE76DEB04D918083960D1EB | sha256: 44422E6936DC72B7AC5ED16BB8BCAE164B7554513E52EFB66A3E942CEC328A47 | sha512: 8010E1CB17FA18BBF72D8344E1D63DED7CEF7BE6E7C13434FA6D8E22CE1D58A4D426959BDCB031502D4B145E29CB111AF929FCBC66001111FBC6D7A19E8800A5
dbgshim.dll
md5: B6BEC826632E9531BA3BDD7EDE0AD011 | sha1: 843ED2D764B1214E708037C0C3656B97DF452BC6 | sha256: 52B4B1326A4B98C5B4ECE05E5A8003426349C1C62AD95D78F069AAA2E37E09DD | sha512: A73F444A66CF4DA74DC87D13B8875C72C09B183F00A51F050F1161A22861E2F9905BF1BBBC598EA0AEFCFFF6D5F723DF3755E214CDA134BA42162694428245D1
de\PresentationCore.resources.dll
md5: 591290070CAF5520293899CE48D2AC7A | sha1: 62018240BDFD07BA7A11ECB2333AD0F5E95F0069 | sha256: 1776453B9FD4103F25A25198F6E74BEDDF22CF73F5D3E329FB4D57D46C2FB09B | sha512: B21ECE40C23EC242224D970A7B7892287078C270805A781875FB04E3B2F42DD8D037DAA233FC33CE31DBEB8866BCB3BF7D265701B1255F1DF094A29EBB8FDCB9
de\PresentationFramework.resources.dll
md5: 9DD429E0B5C692953E568C51429E9E59 | sha1: 6D0321F5A83939CBE8D54F8CF64535D9F913E980 | sha256: 7FD6E41EF076E8146B97EF304BB499E9851FC7B617223B0C2D2DE5DF25839287 | sha512: 0EDB84B095310B21DDC3C8AEBA283EDE6263808FD69AEEF95FF855E2227D6894A0FDAAFFB29D43FC089A753BB1EA477D51DF63FF60E18CF2AF190C9584C7D48E
de\PresentationUI.resources.dll
md5: AD8E8DDDFC396D62AAA1AD7D644A1C46 | sha1: 448AF0241044169C7CE6FB3B1406A68761F7AADB | sha256: 075BC744BB2C948A985F436400626474105001BDDB38821DA73B404AB801724F | sha512: A4F7BCCA291ED3BE312355FAF94FC4682988BD8BA75255C8DA0D9BF970CD395981F5E6F2AED9CB81476E46E6CF4AF40734DC42A283A46018B0CA1A99369DCA94
de\ReachFramework.resources.dll
md5: D2C5513A81BA19D56D18EF81353192B6 | sha1: 5E569824D79F3EFB3415F163E8477E80F10C57F9 | sha256: 7E38E7317DAB09FED84882B2231887AFDB713DF9B1F7D9BF074314D219C66C22 | sha512: CB98A384DDA26E1B4FBE2B46A43B70F9EC359C2B7126B52D14BFDCA4F32671B6936F172DD0776C33CB8A7510C55031F0A9B3B133E046034F4E735E93896A254F
de\System.Printing.resources.dll
md5: 400DCEA6BE50C8DC626A40C4D9B56E9E | sha1: DD08D909098D6BA757DBB2BD1DCEC5FEBF8F3736 | sha256: 54E27E975B2A6FCE4104332EDF1385170A0EAA24037D968DAA3DCD51AC042881 | sha512: D63FBA8ECD3D9ABBBF1859FB5B5252630BE0D0AAD5868C95BFA208CE147F7A83FE0B9C6451DCC5E95F80D93439A46743046AEF6C5DC4ED2EA98B1837694388F6
de\System.Windows.Controls.Ribbon.resources.dll
md5: 1DDAD84C28561FA8D3FB97E061880418 | sha1: 10A929267776690747CF89201835D041F07B9831 | sha256: 0E711887CAF05468B3FD82CCADC400EB481929DDD4009EFDD9AF537EF3AA76D9 | sha512: 03090BC5B325925468AD241F30121DF0ABCAAA1359E3D44165565770BE5C12A3777E51CAD751290800033D3EBA66DAFB1FADD3B1097EF232DBC2895CCD7D79B8
de\System.Windows.Forms.Design.Editors.resources.dll
md5: E22E1B6A3446C41E89DB3443C4DCF010 | sha1: F9627608A819ED87F17A4D41B5FA432271D6037B | sha256: 8AAEA371D080A0A50402CC3C9F8436627593F299D2508950C814C5363043FA3F | sha512: 543F02DA0B61CAC7582648E57AFC53054BD30E3E71B6C90D322DC6A6A163F4A986558B2F265FA8A9F12C77266433539668E8772B5101290B353F74F7AB6E0DE1
de\System.Windows.Forms.Design.resources.dll
md5: 63434D15D8F33D23C1C68AA04B34AF53 | sha1: 0A9A61F0191DC8B67C2ABC64E9BF92662A7C6E96 | sha256: 28A6675B1DBC82FB54B3D7F89C6748E709D00C783D7DAE413E47CC08E718265A | sha512: 68E143BC1B8962856A614DFD8F3AB1B3860B420305645489638811F606F6D260DA489365DBFD04296DE82C32511BEF1FEB38B3195B052DF2EB24C5E38B3907FC
de\System.Windows.Forms.resources.dll
md5: B258D5305EBAF9DB15BAC28426519F20 | sha1: 58A9F0F45187458634AD52254E9994B49AC24D4D | sha256: 2055AA8CDC3F877BE9AEC7A7D0F59222C703603E11D60C3AFBC4108C45C2B7F1 | sha512: A9000F8485F7497BBDE5B44B8C1691978C2F5DB0093EB176A0DFE3D53F5AA87AC6B7BA27ED264FCA3F7570DE590057F66A0A497B52E1E285EA32C0BE58AAB0D5
de\System.Windows.Input.Manipulations.resources.dll
md5: ABAC19DFEAE2D8FB57E66BF555603BE7 | sha1: 5D22B96E672F885EF1D3F0B4062689F2E3D2BBBE | sha256: 4092A1C80204A4562382E165DDD17381F4AE0DCC198E6E1702CAA907657A38FE | sha512: B4FEAFCA1939DAAA56BFFFF6AF21B07CBEDE13FBDBEF263ED450071A735284F4D779176BAF79B989DCE7E8EF34A312EA06BAABB1B298A6CD2BAB584D65EC2EDA
de\System.Xaml.resources.dll
md5: 774B0B426725AA4A2638D6A376005028 | sha1: 6C1875977DE6449487D538E88B994AE92D1E8432 | sha256: A98E980228440C09CB89CA7C9D809B773ACD91828F76718B81EA28E565DDA862 | sha512: 2A0EC81ED2BFFF7AD90DB955945E99C2436C40B3F68BE6811B5C8613109AB8A85EA1CEA23F576BA8948E2F2B99963C757BC84FD8DF49404390133E6A78D873AA
de\UIAutomationClient.resources.dll
md5: EB840980EDDA08ED7A80BB014AC4D1C5 | sha1: 9CF7831247694A11FFC0E04FBE3A429221F3C452 | sha256: 1DA88C5CA9DD850250F5E56104CBC1415BCF2A3F13887784D65D651AB2430110 | sha512: 8CD447B13D9B825E62433511C3373B2B8E98F83EE92AF3B5F04B5A99425921FFCB60A27583F0C63A9E3898C9A845B79E2AEAC40E10E54ABF928C0DB3D495C26A
de\UIAutomationClientSideProviders.resources.dll
md5: AEE93EE63A79C01AB847938DD92A5989 | sha1: 352C8E1E1766FBB1625F981A1138A7C430B41004 | sha256: 18E904995A507F541922C18EAADA1A26A3BEF8AC73C0559E36DE64987DDD217A | sha512: 43B3A871956268F1630A9F0743B8FF3F2555973C05E72741D5BE72CB826138D7ABD0429734AB4CE9531C6E417789D162EDCE97C5B6FC342F52D3AAC1AC177A00
de\UIAutomationProvider.resources.dll
md5: C6D77C0734D0CD9C2CEF59078BA78335 | sha1: CE8C2E9EC5520697D176EF2F5E193E50E87BB1A0 | sha256: C373DD6EA192DC4FAF4901419E9D2E97B6BDFB153774A30CB1DDB5C03E13C980 | sha512: 8E9E7C2E78BD4CEE12C3F9E4BE46546C9CFD75D251054FBB8BD653FF36953F19A909A56E18BA2BAFC19DBC5764199B7EFCBE5EF0EB9ADDD2F7D93778864B078E
de\UIAutomationTypes.resources.dll
md5: EE64CC979FA7FF285A630E6F08381872 | sha1: CD3489845487F3458E8E83989EDF76B597F18CB7 | sha256: 34AA8ADAA9E4354AF02B19D67D61C0891855D9C4E8F44ED8799F5BEA6F53DD9E | sha512: 3E10D627307FB4AF8104FBCFB78C6FB77A628A13FF0AF790738434E02A30C66266FBF15946411E6B9B90D867B6A8C14F3A8A0BFB3614CBDFCBE0E53BAFC09FF6
de\WindowsBase.resources.dll
md5: B4589DEBD8A5529FFFB45D34F207C725 | sha1: 182E72D8577761C80C2DA56603F2DAC7711BB8B9 | sha256: 6D865CC09E7996FD703F58FC60FA6DB2051B6CC86690F9D9E0F5D8616AF81090 | sha512: BC50F8F3E069A4D67AABA63EF20B7C38CB377A972F566146CD3722DD73B511214C5CAACD399C5B4F8F63D299B85578F263B576C12F19B27EEA28E00AF2D12752
de\WindowsFormsIntegration.resources.dll
md5: 2B1BFCABC9D0ECD66E6292598E1594FC | sha1: D34B5DDF8C414016445277097D253DA2DB8F3CE2 | sha256: 57A9F7D9DC945718403378FC372E19762874C953F8DB2ADFC8454BB3B8B0186F | sha512: DB6B57BBD9630B0A48A0523AD3F150D8CC19DD1A0548ED5A4EC8DF32F6172234BC8951B94031BB91E956025EF261A3C10AECB41929FA88B077E140514D854DB0
de\Xceed.Wpf.AvalonDock.resources.dll
md5: 5C782345808D68C36D292BC9D805B5BC | sha1: 3BC445C536E90541291459A68FD17C52E34D027B | sha256: 2A2B767FFA22D1D1BDCCE3F41E8DF1A6C8A88D25CF524A410DEBF4D5E0EB0809 | sha512: 152DC39B16B7108D4ACDA34157ED3313567D6462C7CB9DEE5D36E9EEA308F921D6B1C23488D0B1853D9F69083ED6EFB8CBF39E9434C8CB5372B74374A47D41B5
DirectWriteForwarder.dll
md5: 931ADF312B9EE35B1FF800CA2437FFEA | sha1: 023035793FACE44B2CCED9AD5725A664B4B4C3B1 | sha256: 06B04FC286187405A3A6C85581CDA1C38A9F22A2ABF3062C91232CE022FE984E | sha512: 6F07B27E3B83B079110AEC71EAD5291998349B94433AA67CA971E9B2100697A455965AC7A1D2B1A7EC6294E50752351EE450EE0CFDB7D67EF967F1A6B1B6276D
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: 539073084DF0B9DA5375B16C43A6007A | sha1: 67BE98F13A2AC69D9128B46D095D2C545F51E2EE | sha256: 8DBF98A8BC1C16055163C2613D8441A3DB835F17B1DB95EE8BFE7F8DDC300386 | sha512: 94D2581E409E41FE8195045A6F4CD738DA94FCDDC11044B9E0521EB775B97A2875CDDF9B1669C9010B14C7ED86733434AE5E70B98B79F280A31105ED9E41EACD
es\PresentationFramework.resources.dll
md5: F9C06E2D67D4FC8CDB1A12388B51E8D3 | sha1: 4E4CEF2C6117327A457D5E732468BF4356DCC195 | sha256: E95ED4188678306B01B5B93A053364DCB86FDB6B54FE316E3CB8D548BFDBE697 | sha512: 6CBB736520FFA5CFA0256483106EAF8E1C56181D4B95C08861BE183331CCBCAFBF97A83C133122E80E36D8F22D6674CDFDED604C59E6163B42E104642A746426
es\PresentationUI.resources.dll
md5: ADD712F2254882275FF018497FB348C1 | sha1: 9A4360B489CE74216D27F1BFDA99AA62BE2344AF | sha256: D7556E176E2D7F4057D18E4C7B072C4A98F11563BBE41716DE6FC392EDF9FB86 | sha512: FCC0D84563B096DAEF08CB178BE6E632B11AC7A40F798F2D6AE2239544C9CA17891F0F1AED33019F6B3CF98AC8F6F7BD83E90983D320AB22F8D8334BD6E4ABC3
es\ReachFramework.resources.dll
md5: 9A8FC249B51C2E416EA8F6E847DCFB87 | sha1: C440A5C3F347D10CFFF755F70FB318A1AB40B5C5 | sha256: 0E674CF74ECD49C8BCAF4D5A35FC8D628902A7003F47BA338630171219EF15A6 | sha512: 194CF5B13C8C635A296C571515A4ADFA4EEE6A6235489C613CA231BC75C93F834B720CA1D4D7137B760DD5D84D0308BCFE35577FE9D211A9E5D95295077C4FE5
es\System.Printing.resources.dll
md5: DF7CF194462C82C5917F4235FA81DD27 | sha1: 14492CC307F17751C640E5404FBFE9156D4266F2 | sha256: 2BDD79B17797890139806484AB793AFFFF16238747CA00ADA5C3E6E57C9F25A4 | sha512: 386BDDD898E5987CC787CD9B11B686558CE7C42FCDF79CFE863500E7EA1F80AA7C7FEE19894915C0E058DEB127C2250618A745BF7E94727BC9928D92BA9B3ED8
es\System.Windows.Controls.Ribbon.resources.dll
md5: 4D01673BC5A7C2429F1195997B9D3DD3 | sha1: 2469C38E3E6AABF9AB9D4D36F81074BBF3EED613 | sha256: 56D35E081F9F7EB89372D283013C4E28B45DEEFC7CC143ACDE6B548D6EF732C6 | sha512: C4B7A21EA5DEC60332C6A3FDB7953FFD9133788670C7E94F1F1ACAAA8CF1B2F2806F14272F19D16961C154BE30386CBBF9C38931717E4F42F22382B4B48CE89F
es\System.Windows.Forms.Design.Editors.resources.dll
md5: 6947A923C7682582D27782BB0E89D414 | sha1: ACBEA3FDB6C8BECE1058C6D5C9892E196EE52659 | sha256: 7D2BAA80D7EC21E8598289FBA3D42367665BD7C2328B8EB16FCEBDE780D0C392 | sha512: C733931BC3B7CBF429443F023DD064A71259FDC9B2C876F82277F449378FB541DA499AB455F39F6335C14CAAA81FAD38CEAF80312F1F76EB76D1A961DAE01082
es\System.Windows.Forms.Design.resources.dll
md5: D516098810F8086011865CA1DD10AE19 | sha1: ADF69AD434B4F9B7D76AD1ABDDD9976DC1BB8486 | sha256: 53E631044BD34CB0FB348F7BF06F5B2B503BC863F9CDAF5FED7CB3499386EE34 | sha512: F0CA753853A2656BBAB83248BF965150C3D758EB1EC6A8F9EA45C56D47D4AE6CEC0CCB074568A9415F2A38175FB0112439897F5427063752725DA79FAD57D7F4
es\System.Windows.Forms.resources.dll
md5: B12E63B89B85DE35C2BAD24E60F7C8FD | sha1: AAF83E0084A2016818358C32C3A30BF636CD3738 | sha256: 1F3B1DC5F55C7A72FCDBB71D29BE811D7D4351FB07DC2BF51CA952F69FFB6AB2 | sha512: 18C4DD19D882578A0B18FD45C159160B6AC024135BCDF56450EBD48155C974864CC9A727FEA88D1FDE360FB935EA7C1D19F00B3F11854D77A555D2ABD01A6DB5
es\System.Windows.Input.Manipulations.resources.dll
md5: 27A54F1F826528D0717546345EA04A01 | sha1: C8D1C633BD6F84B169BFD08E3136350037BB23E8 | sha256: 46FAC2D0026C4E546972C00BA9E658CB2B9C11E27B3CFFEC329C185E7A18CC84 | sha512: 0450561C5711BE3F056B641A622424A94E7806A4860D361D8DD968B2203964A7E107AEFE7C9CC68CE9B84A029BEED78FA39241988C6140BFE6212ADE5AE7B072
es\System.Xaml.resources.dll
md5: A133CEF205BE1A198491A2909A32D15C | sha1: 507003899F87E8423C8D9EA32D3A96A4D535D05A | sha256: 9CFBFE73C709A20806C224C0133EA16490D09A14628E68CCDB01D6860013F264 | sha512: 549073D88FFED867FA7E266F54D68AD5EA8F6C68399DA01763E02D2C9B0ADA8F3106F7A10E2B1DD30AFC0FB571A51C1A4C88CA83B599D3ABFC4BB1F4AB3F3B2F
es\UIAutomationClient.resources.dll
md5: 529C7D364FEA082F18E3CFC45C7D0C9E | sha1: 820E873AB0C3E17F0158910547C045FC83BF6067 | sha256: B7D460EF9C66A6BF7F7D950564D87BE901A2156166553BD7EA4ABDA0565EAD2E | sha512: 5B95350F9F96FE7FA1F21912BC4704EA905F8B0AA5F16A9D6CB196B4FA7857831EDAA4DA3864FAE09303915BE8600105612E7A0524384AAACA134FE396EDC274
es\UIAutomationClientSideProviders.resources.dll
md5: 472A35481C411B556EA71F30889AF34B | sha1: 4CA69262D898DBA9A04D8283D8EE7EBC8673EAC9 | sha256: 7AC8A5FA85BF519372EB46DAE7411F6A964D19024573439D8A2E060B480E78E3 | sha512: 8C6EB677DAD6C746CF63653387061AA1F2146A3AF9716E65ED8CCAAA0329B2E3E1915FDC631A354D1E441B6A157E315148656DAA179DFE4CDA89CA9CEBBF8DBC
es\UIAutomationProvider.resources.dll
md5: EBBA7ABBD5EA3712208C6757C1108330 | sha1: 5EF270F4CDC6D465344734028C984507C6FAEC99 | sha256: 504D235421D037EF2F2FD4C0B94721BE9B15CFD5413683AA630657F5B07BFBCC | sha512: E65A347B5FE24545A7CA216C44138C601040E98C3E518751E648D61F7D7EA32513E5E73AE883F0627F69C1412C2C0E04B0F86EE6064E8AA5BA87B0C0AA80DAFC
es\UIAutomationTypes.resources.dll
md5: D9A1B1C825C14475D1F51345B3BCE286 | sha1: CB1BB6E300DAE55CC28CE925A9398FF483F4B47C | sha256: 20DF05BE6725B5A9B242FC829ED1C8790E895104CE80B6A897D7A15E89334DDF | sha512: 785C02BB851785BA94E6D15202890C59910EAC1D5B507D79C38068DD1D57EC02DD8076CD1AD2FD4B704E7E800E3612E8414011171B99BB9E90587C73F7EEC3F4
es\WindowsBase.resources.dll
md5: 809203243E08C9F1B8FF3AA36772FC74 | sha1: E1586841420BDD8E6719F4FBA3CB8E5C6A4841BE | sha256: BAC7B30E8BC65D2DC95812C74A250A7B483525C717200A867120E7F2FE101130 | sha512: D97F517926B07118C015D5424870D60B27CC5AE8BDE3E7D12A4F389827F1C436CA728C7DCFFC574F8F9242A4BFBEC7BC53769B473A6FDA70FEAF70E26B501623
es\WindowsFormsIntegration.resources.dll
md5: 02DB08994598CE6FC9F8308C7A651A32 | sha1: 4412B5742FB3984D41BC8420B971319403BCF3B2 | sha256: 073DA4556C139BDB72D0E7EF3AEE8A6BE42D289A61DFF6CC1518B432F805AE0F | sha512: B96BD23BBC7823BD0C945656BCC8C639D983D1AEAF6967ED2DAD58A23254AE9F4A0DDC22F30AA7AD5B6F9DEE7C8D2CED7A3B0737F8C7C03422F400E47EE5F7F8
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: 55A194CE09C408205B0BF3DF07382BDC | sha1: 29007998900C3DEC8C60FE4811ADE782D89EC8E4 | sha256: A4496DCA12F0C3ED25EAEF9BF747557F3104A6238BB31A46BBE23954EA02C3D9 | sha512: 9A499D8AA5C0A1B630835D7D3750509358FE0752A1E6E855A99B1377E8E31545984B511A16141180AC438D33E1B7A3BBCA4056C132B416C49389D567907D28DE
fr\PresentationFramework.resources.dll
md5: 9AF43A2DCEC4D5896E6B819FC539BFD9 | sha1: 7358C41BEBF1CA9B5F7EEFC3CEEF2C6B244238FB | sha256: 84205AE8BAEDFDCD52E892EFEA56DACE0F5A78504B6BF5B1932DE8440EB28EAD | sha512: E169478CC13FB1D8D61F874F0BAA909BF09CD93A3FBC037671542B3C1D7DBD729F13C78D4CAB685A4C8758D5998EDC0764F4A80811CE4A6A4CF22BC39F337355
fr\PresentationUI.resources.dll
md5: 36CB3B6BA749646D77AFBF003E43A581 | sha1: C50F7E4063DDFFA6E81B0CBF28CB5D80F4EB39CE | sha256: 7CEC57416A9B68BE480D6858D2D6A06EBEB3FA7981986DC44CB28EE1C4F877E3 | sha512: DB91CA4825AAE430D883BC72248547D48FBE5B1A372549F7D7332E379B6620C462EFC03C2AB99869E2BEBC1820E7B304D53D7F52F3C919E92149D71A28B2A9F6
fr\ReachFramework.resources.dll
md5: A71D83E3B50789281C22D578C83A7D4F | sha1: 5AE720066C097209F4506EBE6B991298E21BCB35 | sha256: 300CE56886B842C18DC9CD379FA9EF8DA8F62244D867AAAE2EAF20777F16B3E1 | sha512: 79410F66262B458B140429F78472AB436227DD1C3A26EE42A24348728DCDA1A1C8BA4DA9C4759D803752F5B5CAA8E0971166901DB1BEC5BC8AF87244B9F6B12C
fr\System.Printing.resources.dll
md5: BC9940C8B22B1DDDF8967EA781003088 | sha1: A5A728B9C85268462AA9B2F39E01CECB89675BFE | sha256: AA766F49FD78C36D9F808FBF4CB4879DAEE69892AC1E0C0AD1E0D0854193BFBA | sha512: 189564F7989EB0657A2174E72393B399F211D4D323F44F0AD7DFD44BDE033817F480378F6B6253C5FF86F4E8B99483E0601EA167340B24B40922A96F730A6377
fr\System.Windows.Controls.Ribbon.resources.dll
md5: D21B43E9D74CCC8C58E3C7BD5A38EF78 | sha1: F77CB54370AD1676079CC10E9F05895A162038D9 | sha256: 77236D5D2A6A7DC49050C6DA49483CC8B4D15845AE4EB201DD5AC6559F6C6A8C | sha512: 287694CF168720A40F366234CEF3B69D18200A6E559F964AD60177276EB6566DCD66821BDF05D3338CC7DBAD67241AC7F9EB6750F1AF8BA8A9E6488622534F36
fr\System.Windows.Forms.Design.Editors.resources.dll
md5: E63EA410517ED615F51E063A11BF9041 | sha1: 5BD62924C4283AEF9F326C8A20B467048771B99F | sha256: 0C08143E5D11022F0B02F591D992D44AAC54D6F3FE1D083E880AA12DAAE5144C | sha512: E045459D85C7FC0E755E3D98F59CD5AEF94B82F9052F468DF1F716D6775399B3C431EF0BBB2FB58B596962AE4F13551FE18A16944D9BBD013F146261CCD6C90F
fr\System.Windows.Forms.Design.resources.dll
md5: 853C0EF417031C0584DA65F301D630B2 | sha1: CD9718A1D2D1175C82001593EF09D813C114E023 | sha256: 01EA58D80DC9629018B8E44C9DDCCE0543F3E4CB954FD38EFBF3C5D424245AE4 | sha512: 68FD06575FF3712FB6F029DA54E467B1F4E12E8F21731E87277E17D077990A50F5DF090840C68B68F21D2456BA519A726D891F3D408F6B80ED813AE8EB006F20
fr\System.Windows.Forms.resources.dll
md5: 94EC1C83291BD3561453136722CF2FD7 | sha1: 8B21CBB1BEA8E14D85547F6C6AD331E5C28551DD | sha256: 732522EA1BF719B890D8EDBC840E38E5907CF15A112D70B1CE082C7C4AF6F41B | sha512: 05A6B85EAF617FC6AC23C866E466019B73BFCFD07406E33DBC2D593A04BE6A2ED5F3162D6E8F075C25DED6A4333C86618317CBB86C47258A60A3D47D40040971
fr\System.Windows.Input.Manipulations.resources.dll
md5: F62ADDD6DFFF3269E5987AB8927C335A | sha1: 8C377D494A01EA228FBF2683989D2FF8000C91DA | sha256: 8FCBC3763D2417CC078C7C1E93BE3E7FDA7AEA842093FE0842D577BC9660CF22 | sha512: 0FF30CE0FC5763DEB046E60A51DCD3660FB465750608AD479050497E4E5CE8C1D8FAA25A6527FBD50782DE6ED383CA45776A38F4B0B1D38B75FB6FC3AB0F2F9F
fr\System.Xaml.resources.dll
md5: 91997796D2662F4635EDF66812B119B2 | sha1: A481B1688B265B9AF0A6778EE986573C29C30329 | sha256: 17F5C5CD218D22F4A22300344E1219AC0F452DE90876805D804EDDC0F94472C5 | sha512: 6D50539614389DAB2B516902AA3C8C43AB167028526894524889520DA297FF478C1721DDB6C244E2C6B0D03121E6193D21ED4C385F05F4A380052A03CB1BFDEC
fr\UIAutomationClient.resources.dll
md5: CDE25C2963F0A657562992D9AD7E97A0 | sha1: 40423EF8364BFF5B9ABA058EA4356C88F5029486 | sha256: 87B144BD758616BBD3BF4353977EEB328AF2A9FA51F77C0B6718BA8A90928FC6 | sha512: 664665688E153ABE0EAB1F9D436DC956321DDC4D484F5CD82468E5ABFCD4F080BE2C1DD7260C50804A4F17E3A889B99078578BD139D445997292B3758F0BAC51
fr\UIAutomationClientSideProviders.resources.dll
md5: 265E46C43F41E713CEC06784422047A7 | sha1: 0FDAD9BA489BFA4CBD03848A969AA081105DF984 | sha256: A1E1A8EBFD20246C2676F2460766F4E53FC849E045D53A653D6B7098F52BC8E4 | sha512: 5D5709962D518A15DD73AD8F9F2F496F37302703164947D42AF5DDB8947C967232EDC132059969694DB79FC69F4E8941B747F6DF8E636C7763FE978B131B5529
fr\UIAutomationProvider.resources.dll
md5: F911F00CDFF27A6BF6890981DE1A25D2 | sha1: 36FA9F541586AC08BA3A6B55109921FA78E632E0 | sha256: F947ACFD1BD2488B68236F5A0670D7109D372E2BC4AFD2DFB8AA6676C1A519D4 | sha512: FC9B4C1C3A0B7DBACD546CBA957D0D67CB540A831A9BF1316F56B786052B07F851A7719A1EDDCEAD719ABE8924BB26FD18EA95B9F3063486FA33AFA4C23DC1DA
fr\UIAutomationTypes.resources.dll
md5: 907047E71A3C331097FA7108199804D2 | sha1: 353BEDA5B6A493C3B4636C1E5CD336B53F38BEB2 | sha256: 78C491B093F1F23B4CFE96BD92C786858C7789D9D8BE234CC6B1CBBC1F766B9E | sha512: F15D353A5ADB8566C4E1C57509C9F85D8CFB9B10B38921BA6B2848DB5DF0D4E71CD60CE8186EF51832DA9F4CE220FD70D9B83723D12EFFD53E588C2BBA725137
fr\WindowsBase.resources.dll
md5: A7D2945B1ABCCCDCE6D7D8BC576A5B4E | sha1: B394057B252205E520B7037B53A258E17063A445 | sha256: FA07B29008925BE55CA1FA564F92232889A8F58FE7CF09DF17D9AD0E606CA406 | sha512: 4DFB2BCA7287FDE0E8AA2D3C6A6BED055D0B86EF16CD06D9FFF400E4B21343B82F73CEF6BE0A83695A42369B1156164EB0039526BDE91D55289A43AFB11E7BE3
fr\WindowsFormsIntegration.resources.dll
md5: 4E5FC7A468F90CE83C2F13F041D70996 | sha1: 5901A0932152531A2591C6FA0531D3F3C7A9E8FC | sha256: C8449EC4E59F0202352599B9C17CF8500D81120FAB49228B1075742C0A269100 | sha512: 7A4A35AB189790589307D73A19E6AC808BF1A3EB075DA0BA725243F6AA133C22F07FD9E0D0AFDEF90ECE8279CDFE1997E50F8B54C937E2539046AFCDE597F4B5
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: 95CDD8C7B794D57DE6D951C8976790F4 | sha1: 1BA3B762D33DF9A1B972054647AEF9DC0D1DA5A7 | sha256: 55136708EFE8964F27E975966F369936FD0B93318919984624CCD179E615B85D | sha512: DF5454C4F129F7E9BA043CB2F3B900EC612AF94485D6312CFB6A60F900CF82D4512230991A2A6AD1356A3B56C4010EE119C114E9B848726035B459DBAD377CB2
hostpolicy.dll
md5: 4DD07BBFECC21E2C81308B10C2DE639E | sha1: 406C776BDE7628D372A8ECF7C850617042642BF7 | sha256: 065475BF42ED525C6C90D9FAC831A379C478B4A3EE227BA2F15E2FE1B3F6D925 | sha512: 7A31BEC10EF7F23B0E7BC1FDE2EADD58D3A2ED8A815CCD1F00DDF6D911BF0BF155FB3169D17AC0761562684ABEB41A4AEC92C668FF4C4B8999DE7CA4FC391B04
hu\Xceed.Wpf.AvalonDock.resources.dll
md5: 7B66E95B7F6987C501B460EBC57E082F | sha1: 78498F6F3EE4EA7CA3F66E9A1D22D6AA5E481502 | sha256: 5F96D68478C1FD1EE8DEF1D7637EDAB6C3E5C0684F54AE340F9CC7733EBEC52C | sha512: 9D454134526CC42506311D191A0428385644958A37299BFD6B34D4B01B28BE4C2CCC67A66CD90777EE0C1FD8B04825B55BD5BA4940C0EB36A402DE765019BA64
it\PresentationCore.resources.dll
md5: DF229F69EE42E2F0F81ED2052A556471 | sha1: 12786942DCBD102D2A6E5C60300404706D2CCF07 | sha256: 988E5BB75407E595D9973883048918EC14DC6CEFEAA17BC5A6A2E4FB3C55EAD6 | sha512: 4DF59D16BDC44EBF052319C89138A1AB84FD1F54A223ED7646DDE84DEBFD397F41275D3BE624F5FE3B396759E2F3180259BD7815A10ACFF86758C0E6403A47DC
it\PresentationFramework.resources.dll
md5: 79BD13B34951838118DBE92D372ED1E7 | sha1: BE085A3B82D1DD672677552A133BBAD34A47238D | sha256: D2C1F9D63736FB175C8923EBC6C2D60480AE9C686783370C6983FA936CF190B1 | sha512: 29972DD1AC9CE264251EBA23E06ECBA26973E9390E412A4E3918C971538B3A9A9F0007424B85B6A67D8AB98E185F32CD19D46A6E94EC9FC87FE1C8FA688A4842
it\PresentationUI.resources.dll
md5: EB0FDB5F02F62D4CAE4553DFC4A52812 | sha1: B47F0E9B6CD37953A95DD012AA63904BA31C98B8 | sha256: 864928929858C1320F2A8FB1AED85F75EE4155FD48EB0752DFBC1FD3E72F646D | sha512: B7838B7DB107301E33E99A88C36856CFD05C3763782D311EEAAD05E30BDFB6EF1FC03A461D4E386E7A138481182080A08AC43330E380E2CD092FE2EE27035D40
it\ReachFramework.resources.dll
md5: CFACDBA3836F8EBEDC8FA01509A57249 | sha1: 13CD0E8CE650040AD5A08FEE7AF4D10772E8AFEE | sha256: 590FF9446770B3F1C55FA6AC89865275EF9F74B4B197DBA40302957CE4567C90 | sha512: 395BBFC2BE0F9AE561B4EF52504B9D1B3864DCBE3A4AEAB473EFE6A3EB465173AA97C900987FCB4ADA21F46EE3DFC9BB39FD75635562445E93B1577CE4675339
it\System.Printing.resources.dll
md5: 62BB084B19E97239C534D5CD3CB4F69D | sha1: BCF99F82AC1B32701E8E73AC2D2ACCA52FF075F1 | sha256: E673ED27C81A6B2D782DB11972DBC9AC663C52209DA4B11578C5DC9346E0C2F2 | sha512: 5A5F9244DDF3207991F9B6B169907EADA1B35F57D7D4347BA9647BEA361BDA72FB97AF61CE9F9C6DF48715C78B4B3612EEC5BFAB35EFB9A8F1F26EC589E5A7D4
it\System.Windows.Controls.Ribbon.resources.dll
md5: 708A2B47C69D779C9C0076744A59FF20 | sha1: 3B0370AB4AAF8F7F1ECB50C050606382E5631878 | sha256: 6A1E366DBC338C0304D419E754BACAAB0E9848E82C97D3C6D3B8F0BCDE2BB914 | sha512: 21A2779B34AE801E9F8E3F53EC911C07F08527E9253BCCA5DC74BF4455256626CE8477D3CE6607B36955E11FCDAB1779BCD60762DE4C42FF27B333540E691CC1
it\System.Windows.Forms.Design.Editors.resources.dll
md5: 83E3A1F6C442DBE69C49896631DDC295 | sha1: A2F47757B67CE63AB5FFCC1506712E9F0477DECB | sha256: D4B55E094D40DA185A0F3E5F21654F1A7A1250CCE988A16B0A84F85581BC1F46 | sha512: 067159DB377B77B7A62113D92F5DFCCD450227BE8058424AFBC30C5AA80B7D181F619239F3FDBA9EC8491084601A2B74D529A17E1D07CB3020C8DAF13CB4C39B
it\System.Windows.Forms.Design.resources.dll
md5: 7F20AFFE651C32F1AABB60E5C9B8854E | sha1: 3DD5E6707A00EE2EA4649C5719F31B16F5FEF602 | sha256: 48ED670959BEEEEA35C83D0EE704BD5A403D7B3C15D39489C3DAA8440C270AAD | sha512: C0DB378B64622BC002BD98D6ADF6DF86793CC82068CE4414DB543B1B9058AA9763F4E5BE2914684B185C0854B1A01B79C4D2814B6FF579A79C8B683CA3A4099B
it\System.Windows.Forms.resources.dll
md5: DCC0B5A59D5B3F8368B72496C464B73F | sha1: 9246466C9605375836F55482F2AF7982C53594ED | sha256: FDB7737C20A9B098356C8E86E9C570BAB9F13173D7FC8F6B658992BBC3560676 | sha512: C31EEC5C0C3D5AAA09665CE8F279442AE33C1B5C90D14EAE0BC42E981708F1B1CCC6038939296FABE9EFDE82D4AD8B7DCF6FAF5D1119EA3749CB5898EE36E860
it\System.Windows.Input.Manipulations.resources.dll
md5: 491BB3EA194416C8BAC57DF7737573EF | sha1: 2F69C4973ABE830021AE2B619087F2B1A671023A | sha256: 5444B5AA3FEDE8EB2DD56EB49E86B508D084F2C68CF795422F2E900BAC19E805 | sha512: E05A5C9BB9BE2BE8A972A0F3BF469EF128676BEC8A20F8DAFF64538306CDBA4895C4B7653199E0F0595FB82CFE2EEC6B55BA86E924C7FFFD49E97E580CC2D8BA
it\System.Xaml.resources.dll
md5: B000B0D41794A7CE1EA45DFBFB96FDE4 | sha1: D3B9721A08850D4F1B08D975487FD9C22E0BFF8E | sha256: 35C309D67E0EB4E2D63165EA53E7FA445EF1FD823C70522BDC2827BCDDE2F07E | sha512: B28B86B77B7AB9788014809104214BFF47210C74207DE6509F809D89EB7E2A2F8449BF9390717CCB1473F71A362B68D222AF783998E943A62151AAEEE618EDA8
it\UIAutomationClient.resources.dll
md5: 5883DBAF8E85A468DFD2BD913611A04E | sha1: C21AA56D952531B5A66BF27FF83CCC7E81A2FD7C | sha256: E2B9E77AA2AFE5B70BFD17ADE95E71816641C960F14BA9F5F46F5EC7FF46393F | sha512: 39F0DCEE8AFE246943EB8911C6B523AC1366D71DFCBC92C626B430E2DFFAF9EE71E539597935DC47854410AE843FCAFA792C8E8B3C8C7507B96DABAB00963D66
it\UIAutomationClientSideProviders.resources.dll
md5: A8713499A26EE89CD0C49B84CD85EC0F | sha1: 7D80D20E692C1FB77170C50EBD747D4916DE5FDF | sha256: DDA6227F5161D412B6159018435D15D9C78EEFC5DE6E1BACA0D9973AC5C5A684 | sha512: BA4A182DA408DD9D50AB3E6836C0AAF7C83587C448326CC6D91AFD8BA9C429F70DD2B30E74D8879B33C69A0017A8BAF13D19985914EB65B369CA5C046A5862A6
it\UIAutomationProvider.resources.dll
md5: 62234D299A8A15761D052E74F5D8F7EB | sha1: 3E3B4819B6943736AE3774076B8214ABA4C6BC11 | sha256: 1F9600871EE1358C121FEB566D3BF573F27F3F12B5E09018F05BA995CF692B84 | sha512: 3381CB4C37EE55233D330FDF1F1311D316577A129421E7C9409D810BC79AD24C740F3507B697C5B6D02D39B1F005753AFF65CB8E0D0516E47C912192CB197818
it\UIAutomationTypes.resources.dll
md5: E4D224CA292B17666E7CD891682A851A | sha1: 20C9B009A2DBF4CF9DCA0617929DB7AC96140F13 | sha256: 8D7F82E6FA6F3393D4746121DEEF23D3FD91293F67120B2501AA83D96B0EFB3C | sha512: 02C5EDD059DAC1CD545BAA61B232F6941F0E0E7CD5137A26C6D6BE19DACE715B553AAC08F38998C9191959558D8044573063162B3911FC4DEEDBD5129ED92325
it\WindowsBase.resources.dll
md5: C89A84153CC20D5353C48B64B46C55AD | sha1: 2218EC57605CB916F8A970B1DAE882006B31A158 | sha256: 50EF0E1A700E23095460070DAFE6050BC3A2E7A3A802873D0FE8BBFAFE03D69B | sha512: 67FD65BBF49C4FCA92CA70BC61FEA3FD222F40B1E3A1716279FCAA2254B49A026728B2939A6DF545EE1BE74747A7C95A279422C9A66A8E5A3FB3B8A9DE7A9F0E
it\WindowsFormsIntegration.resources.dll
md5: 0E76D82C38354405BCC473D733011B82 | sha1: 905ED407FAC6DB55364F33CE96D41544E0D8C725 | sha256: BCB643C1CD7283F12C7560258A3C7B972206B11A09E9A796817E1F6151EAD9AF | sha512: 36EFA5F6B997EEF8F695EA14A77225DC59CB66B32D9C107452EE039EE4B42578B2117BD6EF62DC58E4F8FA44AD947C4A87FC96BEA081FD6912A26EF8A4BB5CF9
it\Xceed.Wpf.AvalonDock.resources.dll
md5: 287F8F90090DF53ACF06AE1C7A361DA8 | sha1: 2C13219535514050FF62261A06C640E2AF3430C9 | sha256: 9C01223C2D089D9A96AB3710893280FBA0DC20A74B78EC4D75DA0BBB4948EB06 | sha512: A406E8A72DADBF564AC7BAB8332BE5D1BA2F5AE2C8F555EA4CDED481074005B1C8DD58861A778C34FD28C295B9ACD2D2D70617E559EEDC5488B0BE3E7FCE47E0
ja\PresentationCore.resources.dll
md5: 57F3021C6B655BC6D7DEED24BC855760 | sha1: F6EFFA3708A5A19816691D053AB528102D27F96E | sha256: ADB98E7B6FBA598701B0D9AF6B29E7E15534673F1EC1ADD370FE7B2D4B0B6ECD | sha512: A6EA6B99A8653D9961570FF1E24676595D8D04ECF0D11B208F8235A8A06B2989B32FF68B99322A429C7EE518BEA20F9017C540BB5381C9DE3845997F54B90B3E
ja\PresentationFramework.resources.dll
md5: BDBC6B1F3010E9CE698FEB609A6D41E5 | sha1: E8D29282435A232EDD33A4C6B942D47B502F1A56 | sha256: 7D9ECCD159110FFDD2584A113F716CE8548B1BB2B0A8AC1438DFC9F45A49B7AD | sha512: 9D2964B84C3922979A4AB66712BC04F1B8622A287DCA69B9A334184D80C148F65C79B2ABF765370E02536D24BAD9B0E44ED59E53E61DD969A6456B1A4FDCF802
ja\PresentationUI.resources.dll
md5: 5CB36B543F3E838CFFCF61BA6B68BF4C | sha1: A9FA238F331892B3CB884AC8D0ABC8510E1A3E45 | sha256: 91AD6138FBC4CA8BF27E96937541C2FD1BC4E69C4D684AEB61FEC04956263705 | sha512: C8DD7AB42C41B2D4D4D9EEF11CC2CDE744AC8AD57C56EB5D7F536A982968FA377126583E410172EAD47B2D3B602840D3B55B1BA9D42657BD4CFD8E9E2D501DEE
ja\ReachFramework.resources.dll
md5: F43277AC71E0DD74D1C6079C4369B625 | sha1: A5A14FEA7C558C7B68C66A3D3E358CA83E6747F5 | sha256: 59F7C130AF465717F117197868420FB968756BC308D8F87217E1406D53D39704 | sha512: F2EAC62622FA0B9BA29979BB1D8A792761DEE204218FBF38C792A3C8ED82EE7B62BCEA684A5B2A04E9C563D1ACBB1577E1870BF82925466609212A933A89D762
ja\System.Printing.resources.dll
md5: FDE7072083F71BB42E771AAFC048D96A | sha1: 5AC441BA873C356E3E18305B6C41F5491943243B | sha256: F8454893427A205C6188FF729B69C72AEAF98CEA58E6D0CAE01C983A3B3DF263 | sha512: C58034E216E4938BF590C11994FDAE91E1B2095621DA9A8E387ABFA60A4D8590735112AB72C1D44BFC04F5D5DFFE77D4ECB55F39002A167DC3B045E139E48A72
ja\System.Windows.Controls.Ribbon.resources.dll
md5: F24594B4E50315E4873A3A36DC1242DC | sha1: A023093D36F773D60869F5299BD4AE68F7C608BC | sha256: 14B695213D436F1685A9493E41A2E81FF28B463B5EF33F8068698E8C2D5AA354 | sha512: 2BEBD42E96284D6C21727A18FEB62C1FC0DBF6CDBF3278F712EC24224C57109DDC18B9AF2A55AEE4C051806750DCA675B204EFFBBBDA676156E422176FEE5653
ja\System.Windows.Forms.Design.Editors.resources.dll
md5: 3A63AEC234DC2CE0E7AF86A7CBCCFEF4 | sha1: B5089F49FD7257EC5A876232B179756916D9EEB2 | sha256: 1474E19621259A27E6D6DC1084C414967ACD6625CA4E57B092B77CDE590F93E7 | sha512: 57142EB5DE6724D4E9D2CBCF07B6488D90E885C4E8F254F7173985A55C33B2D843EC6F94D65B4C0C04FF32278FA442E83F4FA06E99AE581D60AB65737B4DCFE1
ja\System.Windows.Forms.Design.resources.dll
md5: 504FA275984A542D1BC884E31BE2F25F | sha1: 828FE7ABA44DC3DE5923B5FB722DCE9776C11D45 | sha256: 4149A9DD9227AC2E6096616FD2C4AA91AE651B104C3935B9C150F35F05DCC409 | sha512: 53833C246C88C83126E37827D38BE8EFBA9615B45A491FE6DF71116E660CA755D7F934B32146ED0B99425DC10F016F41F1761AEFBE5728167A7587A7C43D96B6
ja\System.Windows.Forms.resources.dll
md5: F8AA4270B3C4FECD12C674645C0DEAA0 | sha1: 18D52F907D46C6711C2E26B883D9596E90B16C2A | sha256: 5D1972BE9A3C016FEC8B159EE10B3335C6729B9794F9647E94DABA0B3244E8AB | sha512: C20A8C0E6594119D0AFCC996F82D06055D60F099411F87C31255C24773C348DE2337AA7FD784BBD58A0E55CF3342951A8C86C9218CC3A146BE8BB4545C7C6FDC
ja\System.Windows.Input.Manipulations.resources.dll
md5: B2F192EB39769FF3B44EB478D1713552 | sha1: C8AA477A23C47F436ED86105E835EB5885F01EAD | sha256: D5E2F5379954DF0E59390DD6F06A14910EDA5E4CFE30DBD92B49A749C0755ACE | sha512: CC67C51B25852A1B499614AAFD4DC1857C4AC952BBB43DA13AE7300184B58770E5CE91F81E6D5D4C52BA74970041023425861D9B109BF3A2D13E3524432B0EF6
ja\System.Xaml.resources.dll
md5: A6615F90FEF4A76F855C3987C2B52A66 | sha1: 9ED337C62FC0A57238D3BDBACA63AC87DC078258 | sha256: F57961943057A56D8BD15D3E4F05CD34C35035EA946FB71AF35FC0F712881F45 | sha512: 737E1A97B4578ECB2E746C302A8DD8133F51AE061279C8C96BCAA0378895ED48B7F4DD0193FCEC80EF67E56640CBAA9E9243E7ACEF14A75FA8C32699057AED61
ja\UIAutomationClient.resources.dll
md5: 5D111EC65FEA60D437A8C1E3F1C3CE2E | sha1: 9D9046DFBCDB2175A173C4C691E932FE9BA72570 | sha256: 09C1A73403EDA936521D853B0BE55D9101A94CD01525C33CD79661C5A187F305 | sha512: 854B3E0BACF005F579B63CCCB77C4D3D3BAC601CBB0E3F4828FB3F353E3B54518981D5AAA5F0CAB8AB0BF09BB6CB716C61E3B0851DC2C2BD22A3C66313114AE6
ja\UIAutomationClientSideProviders.resources.dll
md5: 56BB4445813F8A770EAF84A50D39800C | sha1: 88F5764EBA7FC68E6C000908DABD384CA743C178 | sha256: F40A1634DA96C87487C308238E05C74D91BF1AD324278FF61778BC9CDFEA3A52 | sha512: D662F3C53B7EFD82819DDA4AFD72F9477AC02D7AECBE62675790057297A7F6D44A91729A2E09E124C8ED920A12D0220842175064F354B1848A796D6BD0AFFD88
ja\UIAutomationProvider.resources.dll
md5: B2EFBD8FEC9F0C606AB193CC23166B43 | sha1: AD25ECD439B7998D63194AA0E268E3706E307F51 | sha256: 96B730A4307DD7F512C7D52DCC2C685954473D7FB5D4B9457D7A3C7D67E69814 | sha512: EAF4E80171D992228FD70154249B81D894ECC28C6E9F14582C8E3B0886926DDF8F64A4A69EA8D4EEAF548DB92769781CB7ECCD6E8BF244D39F101533E2E3A916
ja\UIAutomationTypes.resources.dll
md5: A3D3F66D7F21356517DDA635E75AD069 | sha1: A5F4A8EFD55C1AF71EA907E894C72EB0F80E18C8 | sha256: 932F2DAB41BA34085B95F0C32A7CE4F5FE5514B41E681FB0280A5F9D76907EA9 | sha512: 50DD797D3D378FC83E926E8E0F9610A890A63F64E9700F29008336E3EFBCDADCBCD5DEC7B67934E485604F532C558A9124E806058FAC6721E8D543A6CAE47756
ja\WindowsBase.resources.dll
md5: 311DFA91FE7B0DD92E23DA1AFF593BB9 | sha1: 39D609233D946167EA71BA650E60CA60D8F80242 | sha256: A8D2E10E14F719FBD6B237E90D42514BB1E9B65749CDC420A1B5DACC8382712F | sha512: 18B16246CCD16ED69992BF42F0A59EFC7A81C23FD27022B24B1D831D8FEFFE58219908A7A03131D386335C650852A3CBB85971AE6C608946FB3BF55666B818BA
ja\WindowsFormsIntegration.resources.dll
md5: D3D9BCF2487456CB17A16F402619E8E9 | sha1: FBF025A32A8E739998BD95EEBB684B8B0DAA903A | sha256: 23B6AB7A4793EB4EC807EFC03918544012630F8EC515B0AD4EFD0784C18C78C1 | sha512: B219FBB0160A20FA3B3F5DA75A49067214A914E1E634C0182D80214D50B66D5932754516C39EF0767E1D99C36EDD2E986B23CC949D3B93685CA526AAFBB2E1CA
Kamban.Contracts.dll
md5: 5DD9807186BBCAC130ADC65683199748 | sha1: 090ACF3A67295AAD74477FFC02C43E96E7CD5AF9 | sha256: 1E9E9AC3B7AED28B8D2E4C9BAD72E13B828BDA81B69E3D133D1206E25BA77D6E | sha512: 7F654C766CA7A39E63C25882C08CCE4D796C94668534A63DCFAAEE8BF0444CB15E770CBFC2B9274FCAA105AA634F7EE5BBA1B5A7702B001792D7FEC7E0433E75
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.10": {
        "dependencies": {
          "AutoMapper": "9.0.0",
          "Kamban.Export": "1.0.10",
          "Kamban.Export.Data": "1.0.10",
          "Kamban.Repository.LiteDb": "1.0.10",
          "Kamban.Repository.Redmine": "1.0.10",
          "Kamban.Templates": "1.0.10",
          "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.7",
          "runtimepack.Microsoft.WindowsDesktop.App.Runtime.win-x64": "3.1.7"
        },
        "runtime": {
          "Kamban.dll": {}
        }
      },
      "runtimepack.Microsoft.NETCore.App.Runtime.win-x64/3.1.7": {
        "runtime": {
          "Microsoft.CSharp.dll": {
            "assemblyVersion": "4.0.5.0",
            "fileVersion": "4.700.20.37001"
          },
          "Microsoft.VisualBasic.Core.dll": {
            "assemblyVersion": "10.0.5.0",
            "fileVersion": "4.700.20.37001"
          },
          "Microsoft.VisualBasic.dll": {
            "assemblyVersion": "10.0.0.0",
            "fileVersion": "4.700.20.37001"
          },
          "Microsoft.Win32.Primitives.dll": {
            "assemblyVersion": "4.1.2.0",
            "fileVersion": "4.700.20.37001"
          },
          "Microsoft.Win32.Registry.dll": {
            "assemblyVersion": "4.1.3.0",
            "fileVersion": "4.700.20.37001"
          },
          "System.AppContext.dll": {
            "assemblyVersion": "4.2.2.0",
            "fileVersion": "4.700.20.37001"
          },
          "System.Buffers.dll": {
            "assemblyVersion": "4.0.5.0",
            "fileVersion": "4.700.20.37001"
          },
          "System.Collections.Concurrent.dll": {
            "assemblyVersion": "4.0.15.0",
            "fileVersion": "4.700.20.37001"
          },
          "System.Collections.Immutable.dll": {
            "assemblyVersion": "1.2.5.0",
            "fileVersion": "4.700.20.37001"
          },
          "System.Collections.NonGeneric.dll": {
            "assemblyVersion": "4.1.2.0",
            "fileVersion": "4.700.20.37001"
          },
          "System.Collections.Specialized.dll": {
            "assemblyVersion": "4.1.2.0",
            "fileVersion": "4.700.20.37001"
          },
          "System.Collections.dll": {
            "assemblyVersion": "4.1.2.0",
            "fileVersion": "4.700.20.37001"
          },
          "System.ComponentModel.Annotations.dll": {
            "assemblyVersion": "4.3.1.0",
            "fileVersion": "4.700.20.37001"
          },
          "System.ComponentModel.DataAnnotations.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.700.20.37001"
          },
          "System.ComponentModel.EventBasedAsync.dll": {
            "assemblyVersion": "4.1.2.0",
            "fileVersion": "4.700.20.37001"
          },
          "System.ComponentModel.Primitives.dll": {
            "assemblyVersion": "4.2.2.0",
            "fileVersion": "4.700.20.37001"
          },
          "System.ComponentModel.TypeConverter.dll": {
            "assemblyVersion": "4.2.2.0",
            "fileVersion": "4.700.20.37001"
          },
          "System.ComponentModel.dll": {
            "assemblyVersion": "4.0.4.0",
            "fileVersion": "4.700.20.37001"
          },
          "System.Configuration.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.700.20.37001"
          },
          "System.Console.dll": {
            "assemblyVersion": "4.1.2.0",
            "fileVersion": "4.700.20.37001"
          },
          "System.Core.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.700.20.37001"
          },
          "System.Data.Common.dll": {
            "assemblyVersion": "4.2.2.0",
            "fileVersion": "4.700.20.37001"
          },
          "System.Data.DataSetExtensions.dll": {
            "assemblyVersion": "4.0.1.0",
            "fileVersion": "4.700.20.37001"
          },
          "System.Data.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.700.20.37001"
          },
          "System.Diagnostics.Contracts.dll": {
            "assemblyVersion": "4.0.4.0",
            "fileVersion": "4.700.20.37001"
          },
          "System.Diagnostics.Debug.dll": {
            "assemblyVersion": "4.1.2.0",
            "fileVersion": "4.700.20.37001"
          },
          "System.Diagnostics.DiagnosticSource.dll": {
            "assemblyVersion": "4.0.5.0",
            "fileVersion": "4.700.20.37001"
          },
          "System.Diagnostics.FileVersionInfo.dll": {
            "assemblyVersion": "4.0.4.0",
            "fileVersion": "4.700.20.37001"
          },
          "System.Diagnostics.Process.dll": {
            "assemblyVersion": "4.2.2.0",
            "fileVersion": "4.700.20.37001"
          },
          "System.Diagnostics.StackTrace.dll": {
            "assemblyVersion": "4.1.2.0",
            "fileVersion": "4.700.20.37001"
          },
          "System.Diagnostics.TextWriterTraceListener.dll": {
            "assemblyVersion": "4.1.2.0",
            "fileVersion": "4.700.20.37001"
          },
          "System.Diagnostics.Tools.dll": {
            "assemblyVersion": "4.1.2.0",
            "fileVersion": "4.700.20.37001"
          },
          "System.Diagnostics.TraceSource.dll": {
            "assemblyVersion": "4.1.2.0",
            "fileVersion": "4.700.20.37001"
          },
          "System.Diagnostics.Tracing.dll": {
            "assemblyVersion": "4.2.2.0",
            "fileVersion": "4.700.20.37001"
          },
          "System.Drawing.Primitives.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.700.20.37001"
          },
          "System.Dynamic.Runtime.dll": {
            "assemblyVersion": "4.1.2.0",
            "fileVersion": "4.700.20.37001"
          },
          "System.Globalization.Calendars.dll": {
            "assemblyVersion": "4.1.2.0",
            "fileVersion": "4.700.20.37001"
          },
          "System.Globalization.Extensions.dll": {
            "assemblyVersion": "4.1.2.0",
            "fileVersion": "4.700.20.37001"
          },
          "System.Globalization.dll": {
            "assemblyVersion": "4.1.2.0",
            "fileVersion": "4.700.20.37001"
          },
          "System.IO.Compression.Brotli.dll": {
            "assemblyVersion": "4.2.2.0",
            "fileVersion": "4.700.20.37001"
          },
          "System.IO.Compression.FileSystem.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.700.20.37001"
          },
          "System.IO.Compression.ZipFile.dll": {
            "assemblyVersion": "4.0.5.0",
            "fileVersion": "4.700.20.37001"
          },
          "System.IO.Compression.dll": {
            "assemblyVersion": "4.2.2.0",
            "fileVersion": "4.700.20.37001"
          },
          "System.IO.FileSystem.AccessControl.dll": {
            "assemblyVersion": "4.0.5.0",
            "fileVersion": "4.700.20.37001"
          },
          "System.IO.FileSystem.DriveInfo.dll": {
            "assemblyVersion": "4.1.2.0",
            "fileVersion": "4.700.20.37001"
          },
          "System.IO.FileSystem.Primitives.dll": {
            "assemblyVersion": "4.1.2.0",
            "fileVersion": "4.700.20.37001"
          },
          "System.IO.FileSystem.Watcher.dll": {
            "assemblyVersion": "4.1.2.0",
            "fileVersion": "4.700.20.37001"
          },
          "System.IO.FileSystem.dll": {
            "assemblyVersion": "4.1.2.0",
            "fileVersion": "4.700.20.37001"
          },
          "System.IO.IsolatedStorage.dll": {
            "assemblyVersion": "4.1.2.0",
            "fileVersion": "4.700.20.37001"
          },
          "System.IO.MemoryMappedFiles.dll": {
            "assemblyVersion": "4.1.2.0",
            "fileVersion": "4.700.20.37001"
          },
          "System.IO.Pipes.AccessControl.dll": {
            "assemblyVersion": "4.0.5.0",
            "fileVersion": "4.700.20.37001"
          },
          "System.IO.Pipes.dll": {
            "assemblyVersion": "4.1.2.0",
            "fileVersion": "4.700.20.37001"
          },
          "System.IO.UnmanagedMemoryStream.dll": {
            "assemblyVersion": "4.1.2.0",
            "fileVersion": "4.700.20.37001"
          },
          "System.IO.dll": {
            "assemblyVersion": "4.2.2.0",
            "fileVersion": "4.700.20.37001"
          },
          "System.Linq.Expressions.dll": {
            "assemblyVersion": "4.2.2.0",
            "fileVersion": "4.700.20.37001"
          },
          "System.Linq.Parallel.dll": {
            "assemblyVersion": "4.0.4.0",
            "fileVersion": "4.700.20.37001"
          },
          "System.Linq.Queryable.dll": {
            "assemblyVersion": "4.0.4.0",
            "fileVersion": "4.700.20.37001"
          },
          "System.Linq.dll": {
            "assemblyVersion": "4.2.2.0",
            "fileVersion": "4.700.20.37001"
          },
          "System.Memory.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.700.20.37001"
          },
          "System.Net.Http.dll": {
            "assemblyVersion": "4.2.2.0",
            "fileVersion": "4.700.20.37001"
          },
          "System.Net.HttpListener.dll": {
            "assemblyVersion": "4.0.2.0",
            "fileVersion": "4.700.20.37001"
          },
          "System.Net.Mail.dll": {
            "assemblyVersion": "4.0.2.0",
            "fileVersion": "4.700.20.37001"
          },
          "System.Net.NameResolution.dll": {
            "assemblyVersion": "4.1.2.0",
            "fileVersion": "4.700.20.37001"
          },
          "System.Net.NetworkInformation.dll": {
            "assemblyVersion": "4.2.2.0",
            "fileVersion": "4.700.20.37001"
          },
          "System.Net.Ping.dll": {
            "assemblyVersion": "4.1.2.0",
            "fileVersion": "4.700.20.37001"
          },
          "System.Net.Primitives.dll": {
            "assemblyVersion": "4.1.2.0",
            "fileVersion": "4.700.20.37001"
          },
          "System.Net.Requests.dll": {
            "assemblyVersion": "4.1.2.0",
            "fileVersion": "4.700.20.37001"
          },
          "System.Net.Security.dll": {
            "assemblyVersion": "4.1.2.0",
            "fileVersion": "4.700.20.37001"
          },
          "System.Net.ServicePoint.dll": {
            "assemblyVersion": "4.0.2.0",
            "fileVersion": "4.700.20.37001"
          },
          "System.Net.Sockets.dll": {
            "assemblyVersion": "4.2.2.0",
            "fileVersion": "4.700.20.37001"
          },
          "System.Net.WebClient.dll": {
            "assemblyVersion": "4.0.2.0",
            "fileVersion": "4.700.20.37001"
          },
          "System.Net.WebHeaderCollection.dll": {
            "assemblyVersion": "4.1.2.0",
            "fileVersion": "4.700.20.37001"
          },
          "System.Net.WebProxy.dll": {
            "assemblyVersion": "4.0.2.0",
            "fileVersion": "4.700.20.37001"
          },
          "System.Net.WebSockets.Client.dll": {
            "assemblyVersion": "4.1.2.0",
            "fileVersion": "4.700.20.37001"
          },
          "System.Net.WebSockets.dll": {
            "assemblyVersion": "4.1.2.0",
            "fileVersion": "4.700.20.37001"
          },
          "System.Net.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.700.20.37001"
          },
          "System.Numerics.Vectors.dll": {
            "assemblyVersion": "4.1.6.0",
            "fileVersion": "4.700.20.37001"
          },
          "System.Numerics.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.700.20.37001"
          },
          "System.ObjectModel.dll": {
            "assemblyVersion": "4.1.2.0",
            "fileVersion": "4.700.20.37001"
          },
          "System.Private.DataContractSerialization.dll": {
            "assemblyVersion": "4.1.5.0",
            "fileVersion": "4.700.20.37001"
          },
          "System.Private.Uri.dll": {
            "assemblyVersion": "4.0.6.0",
            "fileVersion": "4.700.20.37001"
          },
          "System.Private.Xml.Linq.dll": {
            "assemblyVersion": "4.0.2.0",
            "fileVersion": "4.700.20.37001"
          },
          "System.Private.Xml.dll": {
            "assemblyVersion": "4.0.2.0",
            "fileVersion": "4.700.20.37001"
          },
          "System.Reflection.DispatchProxy.dll": {
            "assemblyVersion": "4.0.6.0",
            "fileVersion": "4.700.20.37001"
          },
          "System.Reflection.Emit.ILGeneration.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.700.20.37001"
          },
          "System.Reflection.Emit.Lightweight.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.700.20.37001"
          },
          "System.Reflection.Emit.dll": {
            "assemblyVersion": "4.1.2.0",
            "fileVersion": "4.700.20.37001"
          },
          "System.Reflection.Extensions.dll": {
            "assemblyVersion": "4.1.2.0",
            "fileVersion": "4.700.20.37001"
          },
          "System.Reflection.Metadata.dll": {
            "assemblyVersion": "1.4.5.0",
            "fileVersion": "4.700.20.37001"
          },
          "System.Reflection.Primitives.dll": {
            "assemblyVersion": "4.1.2.0",
            "fileVersion": "4.700.20.37001"
          },
          "System.Reflection.TypeExtensions.dll": {
            "assemblyVersion": "4.1.5.0",
            "fileVersion": "4.700.20.37001"
          },
          "System.Reflection.dll": {
            "assemblyVersion": "4.2.2.0",
            "fileVersion": "4.700.20.37001"
          },
          "System.Resources.Reader.dll": {
            "assemblyVersion": "4.1.2.0",
            "fileVersion": "4.700.20.37001"
          },
          "System.Resources.ResourceManager.dll": {
            "assemblyVersion": "4.1.2.0",
            "fileVersion": "4.700.20.37001"
          },
          "System.Resources.Writer.dll": {
            "assemblyVersion": "4.1.2.0",
            "fileVersion": "4.700.20.37001"
          },
          "System.Runtime.CompilerServices.Unsafe.dll": {
            "assemblyVersion": "4.0.6.0",
            "fileVersion": "4.700.20.37001"
          },
          "System.Runtime.CompilerServices.VisualC.dll": {
            "assemblyVersion": "4.1.2.0",
            "fileVersion": "4.700.20.37001"
          },
          "System.Runtime.Extensions.dll": {
            "assemblyVersion": "4.2.2.0",
            "fileVersion": "4.700.20.37001"
          },
          "System.Runtime.Handles.dll": {
            "assemblyVersion": "4.1.2.0",
            "fileVersion": "4.700.20.37001"
          },
          "System.Runtime.InteropServices.RuntimeInformation.dll": {
            "assemblyVersion": "4.0.4.0",
            "fileVersion": "4.700.20.37001"
          },
          "System.Runtime.InteropServices.WindowsRuntime.dll": {
            "assemblyVersion": "4.0.4.0",
            "fileVersion": "4.700.20.37001"
          },
          "System.Runtime.InteropServices.dll": {
            "assemblyVersion": "4.2.2.0",
            "fileVersion": "4.700.20.37001"
          },
          "System.Runtime.Intrinsics.dll": {
            "assemblyVersion": "4.0.1.0",
            "fileVersion": "4.700.20.37001"
          },
          "System.Runtime.Loader.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.700.20.37001"
          },
          "System.Runtime.Numerics.dll": {
            "assemblyVersion": "4.1.2.0",
            "fileVersion": "4.700.20.37001"
          },
          "System.Runtime.Serialization.Formatters.dll": {
            "assemblyVersion": "4.0.4.0",
            "fileVersion": "4.700.20.37001"
          },
          "System.Runtime.Serialization.Json.dll": {
            "assemblyVersion": "4.0.5.0",
            "fileVersion": "4.700.20.37001"
          },
          "System.Runtime.Serialization.Primitives.dll": {
            "assemblyVersion": "4.2.2.0",
            "fileVersion": "4.700.20.37001"
          },
          "System.Runtime.Serialization.Xml.dll": {
            "assemblyVersion": "4.1.5.0",
            "fileVersion": "4.700.20.37001"
          },
          "System.Runtime.Serialization.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.700.20.37001"
          },
          "System.Runtime.WindowsRuntime.UI.Xaml.dll": {
            "assemblyVersion": "4.0.5.0",
            "fileVersion": "4.700.20.37001"
          },
          "System.Runtime.WindowsRuntime.dll": {
            "assemblyVersion": "4.0.15.0",
            "fileVersion": "4.700.20.37001"
          },
          "System.Runtime.dll": {
            "assemblyVersion": "4.2.2.0",
            "fileVersion": "4.700.20.37001"
          },
          "System.Security.AccessControl.dll": {
            "assemblyVersion": "4.1.3.0",
            "fileVersion": "4.700.20.37001"
          },
          "System.Security.Claims.dll": {
            "assemblyVersion": "4.1.2.0",
            "fileVersion": "4.700.20.37001"
          },
          "System.Security.Cryptography.Algorithms.dll": {
            "assemblyVersion": "4.3.2.0",
            "fileVersion": "4.700.20.37001"
          },
          "System.Security.Cryptography.Cng.dll": {
            "assemblyVersion": "4.3.3.0",
            "fileVersion": "4.700.20.37001"
          },
          "System.Security.Cryptography.Csp.dll": {
            "assemblyVersion": "4.1.2.0",
            "fileVersion": "4.700.20.37001"
          },
          "System.Security.Cryptography.Encoding.dll": {
            "assemblyVersion": "4.1.2.0",
            "fileVersion": "4.700.20.37001"
          },
          "System.Security.Cryptography.OpenSsl.dll": {
            "assemblyVersion": "4.1.3.0",
            "fileVersion": "4.700.20.37001"
          },
          "System.Security.Cryptography.Primitives.dll": {
            "assemblyVersion": "4.1.2.0",
            "fileVersion": "4.700.20.37001"
          },
          "System.Security.Cryptography.X509Certificates.dll": {
            "assemblyVersion": "4.2.2.0",
            "fileVersion": "4.700.20.37001"
          },
          "System.Security.Principal.Windows.dll": {
            "assemblyVersion": "4.1.3.0",
            "fileVersion": "4.700.20.37001"
          },
          "System.Security.Principal.dll": {
            "assemblyVersion": "4.1.2.0",
            "fileVersion": "4.700.20.37001"
          },
          "System.Security.SecureString.dll": {
            "assemblyVersion": "4.1.2.0",
            "fileVersion": "4.700.20.37001"
          },
          "System.Security.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.700.20.37001"
          },
          "System.ServiceModel.Web.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.700.20.37001"
          },
          "System.ServiceProcess.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.700.20.37001"
          },
          "System.Text.Encoding.CodePages.dll": {
            "assemblyVersion": "4.1.3.0",
            "fileVersion": "4.700.20.37001"
          },
          "System.Text.Encoding.Extensions.dll": {
            "assemblyVersion": "4.1.2.0",
            "fileVersion": "4.700.20.37001"
          },
          "System.Text.Encoding.dll": {
            "assemblyVersion": "4.1.2.0",
            "fileVersion": "4.700.20.37001"
          },
          "System.Text.Encodings.Web.dll": {
            "assemblyVersion": "4.0.5.0",
            "fileVersion": "4.700.20.37001"
          },
          "System.Text.Json.dll": {
            "assemblyVersion": "4.0.1.2",
            "fileVersion": "4.700.20.37001"
          },
          "System.Text.RegularExpressions.dll": {
            "assemblyVersion": "4.2.2.0",
            "fileVersion": "4.700.20.37001"
          },
          "System.Threading.Channels.dll": {
            "assemblyVersion": "4.0.2.0",
            "fileVersion": "4.700.20.37001"
          },
          "System.Threading.Overlapped.dll": {
            "assemblyVersion": "4.1.2.0",
            "fileVersion": "4.700.20.37001"
          },
          "System.Threading.Tasks.Dataflow.dll": {
            "assemblyVersion": "4.6.5.0",
            "fileVersion": "4.700.20.37001"
          },
          "System.Threading.Tasks.Extensions.dll": {
            "assemblyVersion": "4.3.1.0",
            "fileVersion": "4.700.20.37001"
          },
          "System.Threading.Tasks.Parallel.dll": {
            "assemblyVersion": "4.0.4.0",
            "fileVersion": "4.700.20.37001"
          },
          "System.Threading.Tasks.dll": {
            "assemblyVersion": "4.1.2.0",
            "fileVersion": "4.700.20.37001"
          },
          "System.Threading.Thread.dll": {
            "assemblyVersion": "4.1.2.0",
            "fileVersion": "4.700.20.37001"
          },
          "System.Threading.ThreadPool.dll": {
            "assemblyVersion": "4.1.2.0",
            "fileVersion": "4.700.20.37001"
          },
          "System.Threading.Timer.dll": {
            "assemblyVersion": "4.1.2.0",
            "fileVersion": "4.700.20.37001"
          },
          "System.Threading.dll": {
            "assemblyVersion": "4.1.2.0",
            "fileVersion": "4.700.20.37001"
          },
          "System.Transactions.Local.dll": {
            "assemblyVersion": "4.0.2.0",
            "fileVersion": "4.700.20.37001"
          },
          "System.Transactions.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.700.20.37001"
          },
          "System.ValueTuple.dll": {
            "assemblyVersion": "4.0.5.0",
            "fileVersion": "4.700.20.37001"
          },
          "System.Web.HttpUtility.dll": {
            "assemblyVersion": "4.0.2.0",
            "fileVersion": "4.700.20.37001"
          },
          "System.Web.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.700.20.37001"
          },
          "System.Windows.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.700.20.37001"
          },
          "System.Xml.Linq.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.700.20.37001"
          },
          "System.Xml.ReaderWriter.dll": {
            "assemblyVersion": "4.2.2.0",
            "fileVersion": "4.700.20.37001"
          },
          "System.Xml.Serialization.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.700.20.37001"
          },
          "System.Xml.XDocument.dll": {
            "assemblyVersion": "4.1.2.0",
            "fileVersion": "4.700.20.37001"
          },
          "System.Xml.XPath.XDocument.dll": {
            "assemblyVersion": "4.1.2.0",
            "fileVersion": "4.700.20.37001"
          },
          "System.Xml.XPath.dll": {
            "assemblyVersion": "4.1.2.0",
            "fileVersion": "4.700.20.37001"
          },
          "System.Xml.XmlDocument.dll": {
            "assemblyVersion": "4.1.2.0",
            "fileVersion": "4.700.20.37001"
          },
          "System.Xml.XmlSerializer.dll": {
            "assemblyVersion": "4.1.2.0",
            "fileVersion": "4.700.20.37001"
          },
          "System.Xml.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.700.20.37001"
          },
          "System.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.700.20.37001"
          },
          "mscorlib.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.700.20.37001"
          },
          "netstandard.dll": {
            "assemblyVersion": "2.1.0.0",
            "fileVersion": "4.700.20.37001"
          }
        },
        "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.36602"
          },
          "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.37001"
          },
          "clretwrc.dll": {
            "fileVersion": "4.700.20.36602"
          },
          "clrjit.dll": {
            "fileVersion": "4.700.20.36602"
          },
          "coreclr.dll": {
            "fileVersion": "4.700.20.36602"
          },
          "dbgshim.dll": {
            "fileVersion": "4.700.20.36602"
          },
          "hostfxr.dll": {
            "fileVersion": "3.100.720.37104"
          },
          "hostpolicy.dll": {
            "fileVersion": "3.100.720.37104"
          },
          "mscordaccore.dll": {
            "fileVersion": "4.700.20.36602"
          },
          "mscordaccore_amd64_amd64_4.700.20.36602.dll": {
            "fileVersion": "4.700.20.36602"
          },
          "mscordbi.dll": {
            "fileVersion": "4.700.20.36602"
          },
          "mscorrc.debug.dll": {
            "fileVersion": "4.700.20.36602"
          },
          "mscorrc.dll": {
            "fileVersion": "4.700.20.36602"
          },
          "ucrtbase.dll": {
            "fileVersion": "10.0.17134.12"
          }
        }
      },
      "runtimepack.Microsoft.WindowsDesktop.App.Runtime.win-x64/3.1.7": {
        "runtime": {
          "Accessibility.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.800.120.37002"
          },
          "DirectWriteForwarder.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.800.120.37005"
          },
          "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.37005"
          },
          "PresentationFramework-SystemCore.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.800.120.37005"
          },
          "PresentationFramework-SystemData.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.800.120.37005"
          },
          "PresentationFramework-SystemDrawing.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.800.120.37005"
          },
          "PresentationFramework-SystemXml.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.800.120.37005"
          },
          "PresentationFramework-SystemXmlLinq.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.800.120.37005"
          },
          "PresentationFramework.Aero.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.800.120.37005"
          },
          "PresentationFramework.Aero2.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.800.120.37005"
          },
          "PresentationFramework.AeroLite.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.800.120.37005"
          },
          "PresentationFramework.Classic.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.800.120.37005"
          },
          "PresentationFramework.Luna.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.800.120.37005"
          },
          "PresentationFramework.Royale.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.800.120.37005"
          },
          "PresentationFramework.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.800.120.37005"
          },
          "PresentationUI.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.800.120.37005"
          },
          "ReachFramework.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.800.120.37005"
          },
          "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.37002"
          },
          "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.37002"
          },
          "System.Drawing.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.800.120.37002"
          },
          "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.37005"
          },
          "System.Resources.Extensions.dll": {
            "assemblyVersion": "4.0.1.0",
            "fileVersion": "4.700.20.22101"
          },
          "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.37005"
          },
          "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.37002"
          },
          "System.Windows.Forms.Design.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.800.120.37002"
          },
          "System.Windows.Forms.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.800.120.37002"
          },
          "System.Windows.Input.Manipulations.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.800.120.37005"
          },
          "System.Windows.Presentation.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.800.120.37005"
          },
          "System.Xaml.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.800.120.37005"
          },
          "UIAutomationClient.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.800.120.37005"
          },
          "UIAutomationClientSideProviders.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.800.120.37005"
          },
          "UIAutomationProvider.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.800.120.37005"
          },
          "UIAutomationTypes.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.800.120.37005"
          },
          "WindowsBase.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.800.120.37005"
          },
          "WindowsFormsIntegration.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.800.120.37005"
          }
        },
        "native": {
          "D3DCompiler_47_cor3.dll": {
            "fileVersion": "10.0.19041.1"
          },
          "PenImc_cor3.dll": {
            "fileVersion": "4.800.120.37003"
          },
          "PresentationNative_cor3.dll": {
            "fileVersion": "4.800.120.37003"
          },
          "vcruntime140_cor3.dll": {
            "fileVersion": "14.26.28720.3"
          },
          "wpfgfx_cor3.dll": {
            "fileVersion": "4.800.120.37003"
          }
        }
      },
      "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.10": {
        "runtime": {
          "Kamban.Contracts.dll": {}
        }
      },
      "Kamban.Export/1.0.10": {
        "dependencies": {
          "EPPlus": "5.1.1",
          "Kamban.Repository.LiteDb": "1.0.10",
          "Newtonsoft.Json": "12.0.3",
          "kenjiuno.PdfSharp.Xps": "1.1.6"
        },
        "runtime": {
          "Kamban.Export.dll": {}
        }
      },
      "Kamban.Export.Data/1.0.10": {
        "dependencies": {
          "EPPlus": "5.1.1",
          "Kamban.Contracts": "1.0.10",
          "Kamban.Repository.LiteDb": "1.0.10",
          "Newtonsoft.Json": "12.0.3"
        },
        "runtime": {
          "Kamban.Export.Data.dll": {}
        }
      },
      "Kamban.Repository.LiteDb/1.0.10": {
        "dependencies": {
          "Kamban.Contracts": "1.0.10",
          "LiteDB": "5.0.7"
        },
        "runtime": {
          "Kamban.Repository.LiteDb.dll": {}
        }
      },
      "Kamban.Repository.Redmine/1.0.10": {
        "dependencies": {
          "Kamban.Contracts": "1.0.10",
          "Newtonsoft.Json": "12.0.3"
        },
        "runtime": {
          "Kamban.Repository.Redmine.dll": {}
        }
      },
      "Kamban.Templates/1.0.10": {
        "dependencies": {
          "Kamban.Contracts": "1.0.10"
        },
        "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.10": {
      "type": "project",
      "serviceable": false,
      "sha512": ""
    },
    "runtimepack.Microsoft.NETCore.App.Runtime.win-x64/3.1.7": {
      "type": "runtimepack",
      "serviceable": false,
      "sha512": ""
    },
    "runtimepack.Microsoft.WindowsDesktop.App.Runtime.win-x64/3.1.7": {
      "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.10": {
      "type": "project",
      "serviceable": false,
      "sha512": ""
    },
    "Kamban.Export/1.0.10": {
      "type": "project",
      "serviceable": false,
      "sha512": ""
    },
    "Kamban.Export.Data/1.0.10": {
      "type": "project",
      "serviceable": false,
      "sha512": ""
    },
    "Kamban.Repository.LiteDb/1.0.10": {
      "type": "project",
      "serviceable": false,
      "sha512": ""
    },
    "Kamban.Repository.Redmine/1.0.10": {
      "type": "project",
      "serviceable": false,
      "sha512": ""
    },
    "Kamban.Templates/1.0.10": {
      "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: C6995640944F9DE172BB9BF089F376D5 | sha1: 854C065AEF90C72071DC1EAF7CFB360216FF359F | sha256: 829256BC7A883432C6D1F77651936B0BFDA1D8424A31818DC48C63E2D8AA40AB | sha512: 9B46807D79C8CCD7B5A7DE8A61867B7D0B62437086872F4974E0F96DDF51AE2107D62A478FCA1147ADEE335147BFE18BB128118BF654626FE8F31ABB9F121346
Kamban.exe
md5: B427286E0D36579AF0D491E5EE6E1BCB | sha1: 3C6C88BCDA1E5CA011A0F500B689A2ECACCA00AF | sha256: F93F0AA006A43FD7C64A9F3F644AEB74A9E2F52DFEB0664F84028CCD305B043C | sha512: BC440FD5EC5207B66B1EA47C6099A7ECA5654E01198CEB49F0C863EA9648110830AC9A45CC0E3C40779A39A780EA053B8DB090D2AEE8E2437D37981D9B9C2062
Kamban.exe.gui
 
Kamban.Export.Data.dll
md5: AADDBC1F3055D838E25BB2877E7C3B35 | sha1: F81C6ADAB5749B3440B643CC8EE3D3DDC56BF519 | sha256: 078E47B7BB181C0D1855AC6C1A78924E7A1AB25F646DDCCB2AF1823AEF75698A | sha512: 817985B80DF24185CBBCD466787D75B1CE4DDDD81673A7D0F67CCAAC27A9414B32B8EAF33F2E4EBE6B280FB60E26D15070529D201183FC5710EA6490A4FDF681
Kamban.Export.Data.pdb
 
Kamban.Export.dll
md5: 84571006F29E25F6A93FEC69C2AEA489 | sha1: 92023FBF77152FBD3B618F1E2AEEF4ED6E3D6F4B | sha256: A2FB64EB1C984C21291EE854C9FCC23B0DEBCF3A8DA0436E87CECB39CE68A91C | sha512: 79AC34C9A9A3FF7D4B3B817AA36E2BE3B58C92937CD006A1A3E2A652C3287D4668885F3E30EF65294E9325B16AB3DA48B3AE270F618D7E4F351B4F84D782DF8B
Kamban.Export.pdb
 
Kamban.pdb
 
Kamban.Repository.LiteDb.dll
md5: CDF7FB53CBCAB24DA5E5A7473B74E083 | sha1: 1230769E385199165BC9802F01ED4BA80FBB80FE | sha256: 7EFC03E7BA7F1785A3147A41FB765799FFA2D5A4B1AC53371D5FC73D5B7E6E2D | sha512: 96B09FBA7BD176333D3747A1232108B740D3A58A20B0D0A2A4CFC98A4F09161247B133A970C0FBD4EBD3C38C20011F90646A9579663A6891DC956EBF943FC04D
Kamban.Repository.LiteDb.pdb
 
Kamban.Repository.Redmine.dll
md5: 67090A7C5F6C99E1606A2E58F4760102 | sha1: 07235CC2140295E9CA143ACB28D0534708C2A907 | sha256: DE616129CF60D26C2E08BDF2BE53C947DEF18017C12A89E332E6D6730215EF52 | sha512: D6985028FD69B7DDCB1C054B7F85B66E3FE2E577C15F756944B9D872FFBA2BDE66F8ABFAC53795540D250DD1E8DBBCBD6284D4EBD69DFACED977FCF4C22ABBAA
Kamban.Repository.Redmine.pdb
 
Kamban.runtimeconfig.json
{
  "runtimeOptions": {
    "tfm": "netcoreapp3.1",
    "includedFrameworks": [
      {
        "name": "Microsoft.NETCore.App",
        "version": "3.1.7"
      },
      {
        "name": "Microsoft.WindowsDesktop.App",
        "version": "3.1.7"
      }
    ]
  }
}
Kamban.Templates.dll
md5: D29E08994E274E9062437C4713BE2A19 | sha1: AF4C07828D9521C42CF36F25A9E3B5116F7ECECB | sha256: 26B1F69B535372DCBCB63254BA1F88BFBD2ED201522CC0D30D568E5C098FB3E7 | sha512: 1D199647A34B7CBE65EDC3B9E8A9864B9DDC892002E9875BFA4625E43E54D4E6D6B9290958CC8EA84A6BE296116CE561556A351AAC02A5004B7BE1980A546FD8
Kamban.Templates.pdb
 
ko\PresentationCore.resources.dll
md5: AC31CEBAC2B5A0B025D6128ADAC4E07F | sha1: B41F791C918F0E299AEC9141AD1DC93E53E48312 | sha256: CD5CD74A4005CA9F99261FBC44480F38D624F82FFB8844478B33DEE4C4140981 | sha512: 3EFF13D8FC321779EBC2DC1674B3DFC13ACD21DC8224B546351FD096D0A9607C702F0AB017F3FE8FABDC98F54B804887D16EE2FA73BD74D3AD5CB6C7C88689BB
ko\PresentationFramework.resources.dll
md5: 17EF35598980A067E339D110FCD3B90D | sha1: E53C447F6751895922CE37F3E530605ABB9DF5BB | sha256: 68BEA736F2FE07536DB8B8970867059A4BA4BC636EF943691A624A797567F768 | sha512: F9C3D3161EBB418A39E6B9C5C7115663EDA8ABA05AA1DE080C52059BAF14A709447E0675C270CA9C247F72678CA7392CA5C18BA4F72E9EB24FAA0DD01B8FF626
ko\PresentationUI.resources.dll
md5: 83DFD540C14CACE2A103D094B253E763 | sha1: C13B98751B0A5BA26F5FA9DD3D417E9D3FE64C71 | sha256: 8EF517102E6395CB6E354E87245E5B53066DD862004EE39524C870199B5F6A83 | sha512: FAED2062806F9D761260EEEA7E01BD5C1BE7845B48F13233CEE43E9B5EA515ED1BA57CF185BB09B7CE950D8E93F532C0538994E539619573FFA21AC9657796C0
ko\ReachFramework.resources.dll
md5: 49A1CCB2AF381FD62186040233E8B64B | sha1: 4830084A256086F6B86F803647E97784FF824EBC | sha256: D07D07A3064A39ED4061D3E416FA79ACC77C980FFDEAFF906E6C49A313144A8C | sha512: D0A9D039029769F3E1630CD941B75EE0F0E0C56BBCBDEACF7F85C067EFA78E37B5DC71BA0135E98EBE88299A31D6561819B73749815FB1CADD60232632341341
ko\System.Printing.resources.dll
md5: 630916BDD1EBD0BCF265347E5832260D | sha1: EEA5EC57DF5B8A989952BD197F14611652632BDF | sha256: 802006D09EA1F4665D1EDC58819374F12DA4F8DB50E77DF365487EEA9CEDAB65 | sha512: A8D51717CF5C977AB496573ADEA12D67BCF1B34C0C32DE44583939E6F13F5A176A597843B6907198080D9FBC6D17A5110E6C6338903D23A9CC5F52F9C919FBD5
ko\System.Windows.Controls.Ribbon.resources.dll
md5: 109564947CD684709F736BD6ADFEF874 | sha1: 1116833B0D267995E786C9CE4396972D5B1E64E1 | sha256: 6F6CB8A5E81F878DAA6794420115D0F1B02BD3A20E92E3766DB94D83EDA1061C | sha512: 5A4AED059A13DA2D187B5AE95037A6C6FD5D5C066256D85E459F815DCEE0F9B964445D8F285F3B57E4A702379A41398AEB82F8418C604DAA85DC12E922DD293C
ko\System.Windows.Forms.Design.Editors.resources.dll
md5: 51B4CBDE7E71494B6F2E2C1B144943E0 | sha1: 81D703D44A79B2BD4A62B28AB7FE3951D6FB8C42 | sha256: BE6F8FC9925137489B938DFF7DE6FE777EB251870BBE6F33FEFBE24FDA60CB17 | sha512: DB61373861B5365D15C4EF0DD8499C9CF05BC67259E28A1584AFB317C62C0C8A4548C6DDD421C0784102B8F519E2EEBBF61607B1816C02AF05CEE150FFD8F441
ko\System.Windows.Forms.Design.resources.dll
md5: 49CAC07514A466EFED8B208471A9608D | sha1: 817C21C819ED56B318C69737EB5DF6963CC006EE | sha256: 6830CC01F8D9230E6455952A8CFFACFD489097F08A813CB2D017C058649E3FFD | sha512: E5B99CAF711F9FCDA08C35D245E8938548720E8E2C5D9872CA12643734129F8B8F0F7B41FB9ABBC46623AA3E1CA17AC3A71ED9EBC874B041AFD88FE1AF9ABB54
ko\System.Windows.Forms.resources.dll
md5: A2849EAC7A66EBFEFC3635F5327E3CBE | sha1: 33FC47C53D489DF007AD09F84C18F87E495492EE | sha256: 8FCC73CAF267CC8DC6EA500A6F33E689593536F82B36561C9695B2BF847BDCD9 | sha512: 9B7E8DE53AE162E6755AEB9CB1A84F6E48BF0DE8299524D84E36C9D788E20A00796BCBC6FF8C9C84D7242508E7F4CF0634FE88C937C9AE7ABC514B986EE16205
ko\System.Windows.Input.Manipulations.resources.dll
md5: 07F334F0A6BEA422CF8F0A19796BC4BD | sha1: 275FCBC0A395404C22448530598FD6B9ABAC179A | sha256: 1E1E21ECA7299426BA6301E0B6DE9FD91399E79C2AC756D88BBDEF7ED699D1F0 | sha512: F5E5C84D9FDEFC252BF556C5301F02C40EC3F40FBE661D5002F01B548758A6A48C77F4598AC5DACFFD01213E95EA7BBDDC15E4D9D47A06F25ADFE4B2F83BF725
ko\System.Xaml.resources.dll
md5: F708D7FA7CB05B9C011991AA4489CDAA | sha1: 38EBE34CE25FA9FDAE80893BAAF6A668B9C5EE2B | sha256: 40D1B362F2DF1C1C67A00E6ECD362E99067166ED57A58DB166A17C293D62F264 | sha512: 0E5D3BEC40DA790AB9F42DCA00EA60835F6A613BFCD539A75576501DE259FBD8C9552D9DF9FA2221753AF8CCF507785FEDBAC37B60A3A4FA1AF0CB614C97973C
ko\UIAutomationClient.resources.dll
md5: 40DD05F95C8B1EF6FCF6416899AFA615 | sha1: A5EE712A7A091B1FE2AD4BCD5AAA13C91E493EBA | sha256: 4B6B0C2FF2DDB6714B4AFAC72667AF90161A6E088FC2A53C743B355F887DDED8 | sha512: DD238AB4402CEC6D2E89471C316B98647A149F441F698EEFCE5334630A39B1B440C11A38E690F3881381CD536350EFF309D4F2DB342011410C073D8563294FA6
ko\UIAutomationClientSideProviders.resources.dll
md5: 91B7B847D9CCB50D5A799AB50AA9B598 | sha1: 2A2FBD50E981E7B95E846764B015BDFF28B90124 | sha256: B4BA9CD46DB48BB9435A67E385D07DC87E36C4F0D227A7507A741306EF5C2AA4 | sha512: 749660C7454AD41F90FB36B4BCCB46FF0B926C7365370EF7A7B2E3AB33A3353A400C79DBBFFF06E70B09363A92D1E4F5F4133B46914E5EFCC5B17B9DA5B952B9
ko\UIAutomationProvider.resources.dll
md5: C4F5778C8D26C142B82A39C66CEF4C6E | sha1: E226F1F21D66C3C60AF781586CB231DC688F5E50 | sha256: 3A65AD4D9EC1ADD738F43570EFC303DD679CF280B780266B67C7A96FAD9D94C0 | sha512: 394821E27775BFB0028D45451DC3DEBDCDDDA1ADAACB2DEDE0EEE10DF9D065A31CBFFA353623BE1B7AEAA734000D0F8F8BF507CAA671EC3218BD5DFA0F3BFF75
ko\UIAutomationTypes.resources.dll
md5: E69D3921560873FE0E7D7921B2C1E7F0 | sha1: 23294DBAC438B48A9C3DD71BD522235ACBBB94FD | sha256: A4DB0801BF93EF27F958998A9E3C4B79B7EAFB7B9CBE6F733C0561D6972D8D4C | sha512: A26ECED0090D4700BAF9E78D4A71DF31E4F052EF04ABE15934156D7A71035B7AAE6FDDB436A998C51BD1B3E41402BA2B3CE9F4931DB5853C0750FBF473BA73EA
ko\WindowsBase.resources.dll
md5: 8F4DCCC74E5CCA168E2B12C45DABA993 | sha1: F3A7396F7C8521038BCBCF058D6F2AD110A17EC2 | sha256: 2016528010554358CA37A6E51E9DC40880608777A064A29C360FBE229BE28F1B | sha512: 7A60CECA08141D04C0336B073C053B959731140C0DF2FE6C372A32E117C3549DB02A4CA48F73D393CEE8FA2C7AFEEB626B5F3BA861714CC0BD3F944A96FAC2B1
ko\WindowsFormsIntegration.resources.dll
md5: 6BB145B1B84B75F544B36F89E5039D84 | sha1: 2B47E1D4E499D87C5CE0F81AEDD1D6F8C1DC318E | sha256: DEF9E12EBF6678F15E77D91014379F0477F993CF964BCAAC61670A86045C6643 | sha512: 21BF14B7530BB08283BDA55CAF9C59EF0BA984D1C181B50066C9FFF17DE898270BDDAD18D680E08E3842EC2D9F3D7286D359D5D8444F6723F4FC5D03FE44EEBD
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: 8DEEA3867C7B8E3DD0E69E11DE98D8F0 | sha1: B0FFAD5B9E795A9BD94AB66561F9F184410B494B | sha256: E1C0BC4B94DAC5E162174939A709397FD0241567F41172FFFD9FF6FA5E35A2CB | sha512: 91C8BC76EEA4560AC75481BCA52B13DA54A0F0A6E4A735CEAA5117169F5C6FF879242402E66E0D4DF6A512BEE0CE283477CFA61DFDA4525CBB56DA21D577617F
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: BDA6F68136B868ED039D3775BC8A10E4 | sha1: D8C73610DB8168F9CF8A1F4A6F08C49148D1EC37 | sha256: 41BFD796913E525170EFE3EAA541DE9CBC3117C80DC35840951F155C83A5BBC9 | sha512: 8439BC0FDA2089EE1313D9278DEED650EA89B148D4A9BB72D7AB714F84E23EB31A3C5F704E37D97BCFA7C3A632445A688AE96D463051F387AE608D5DD57AD2B7
Microsoft.VisualBasic.dll
md5: D22523F7CE282A48B73D919B8668E473 | sha1: 2AD226FCED39A8E4B45AAD2E07190729A87225D0 | sha256: 385B1A04CB5C30B54E266B68E2442F5758CE1D240C9DBAA18231348EACDAE230 | sha512: FF334D530F3728D3796263DA1E4E7D4BBC8D4CEB4FBC7E72DC9CEDC01C2917A78D5A96A54DE9008715ACF57B739ABA854A9A496C744AA0E6A041A0532A712FDE
Microsoft.Win32.Primitives.dll
md5: 8760A7034F7AB59181598ADF154660A0 | sha1: ECA14BD99EBDE12DEC0839249B5853F75D4BDB55 | sha256: AC3F07712771A94F1B2AE1C0C6D83A0CEC6990E566AFB782ED9E8608C14470DA | sha512: 8FDCAEF70D08ECBF193A09FDAF0B6112DDE1307D4B292834B2C7041EF550C94FC30855AFC8A0EE3E3C27B7E2D13E4306E0DAB66CB9D6271FD9638071BA98741E
Microsoft.Win32.Registry.AccessControl.dll
md5: ABF267AEA973EF9025A967F16FF148F1 | sha1: 3A8B4DEF247F6C6046B096B9FD9B17752E509F3E | sha256: E67376526F09D998F525AE2B68E8636D7CBE07A6826EFB39A90B8D272455A077 | sha512: FE26226E6585AE43344C8E0919C3776A85061E97BFA8FC31D8F7CE23D5F0F1B3E30D95A1544A1942C4183F8E9E4AA688091962D1EBFDE43EB25241862538FF5B
Microsoft.Win32.Registry.dll
md5: 3B1CE4FCAC388DCBBCB6DB64F9A38F5F | sha1: 69E1253B2F6B86204C5FCA7948672411CE719B4D | sha256: 6C36A1472EE1B0F5FB484BAC04DB810E896C04089836A1C947F47FAF05334692 | sha512: 050213B414023344A2EED51C7AC86A8D9A389AFDE13935FB0F83640127ABC2443480431D97E5DF154010108995B7C7BA616CC573CF1717A3A260BB78D69A6722
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: E652DA7BE1059A4CA36B8971E04BCF9A | sha1: 38F93A49E1C103B22AC4C94740348399AA210208 | sha256: 398603D0D768D05EF02D863726E5BA71C9BE9C207F694584EC06E26C9A282215 | sha512: F487A1C363B5D5DB213F7A3F95C5953A6D17D53B0D9D2F4A102B1687435004D5CA5B1CBAD54BDF778F9FB24089DEC98B2F163201B0AB1D4727E84C52FAB10A64
mscordaccore_amd64_amd64_4.700.20.36602.dll
md5: E652DA7BE1059A4CA36B8971E04BCF9A | sha1: 38F93A49E1C103B22AC4C94740348399AA210208 | sha256: 398603D0D768D05EF02D863726E5BA71C9BE9C207F694584EC06E26C9A282215 | sha512: F487A1C363B5D5DB213F7A3F95C5953A6D17D53B0D9D2F4A102B1687435004D5CA5B1CBAD54BDF778F9FB24089DEC98B2F163201B0AB1D4727E84C52FAB10A64
mscordbi.dll
md5: B004ADBAAAEF49D0BDC236D5419646CE | sha1: 6083E34D75B6FD57E91B4081F4BFF3307178A1DD | sha256: 37E623B50047604755094CEEA2A71A1FE38734635A04BB99C575690BD4776813 | sha512: D3115B4ABA40B9BD719505C2BE94E8CA036CF2E141BAFE36FCC2B1C9A5B6D660DB8C3207E8D1621501AA99D65A1583D8B6DADF4130AB6C85AC7FE7C891B8B54A
mscorlib.dll
md5: 9122D9C987CDDD823A4E4E2F58772F10 | sha1: 329C22C45FE4428370433B35F8EBDA085A36C25A | sha256: CEF334D83D0A911A28D55A966C84BC04FCC290A15310819CCFC5BE999503BF31 | sha512: FC8E4DD6638198E6B459A0C53C1DE30CD0C491E9CDF15AF4DF6C1C1F8BC0F39ED85D721EE8FE8EE1BB34D60EDB8ED563D2FF834DBCC26B47D59B17DBCFF7E70B
mscorrc.debug.dll
md5: 61E22C844547C07D6F167DF81C0A80B0 | sha1: 8E74521AB91B14743D8983E29128A1B6A4BB01B8 | sha256: 956822A3FC28FF0CEEE1C7E2232AC605C22A9A4446EC7BBA8A0823981E5BDB7F | sha512: C75077F26BC73A167830F08BC5EA05E1F6BD25F33873E4D2D722DAA9DD0D00536021057392A47BCDB809F92966FD1F25DF00D2836B073A1626594F28340AF2AF
mscorrc.dll
md5: F0B2750F72FC351D1A7F7C24FC04B608 | sha1: 674811576C10AC327B60FFD709C77B505DD08277 | sha256: 0ABDA53A31257B22B4E8B3C5EA825DC2CBD833716ABB28163E1646D3D2376081 | sha512: 92B99CA8AFBE4F97696383FD4F40EE3E04BFA0A8724DCC3B6117F9876336DCAD16FC2F6D6B897603834E7C2380CF1D1A838CE14FFFA08DAC2AA87E0E4EE91858
netstandard.dll
md5: 3EF5EDC14798C59DE593EFE31EFCED57 | sha1: 6693117A5E1BB397F1C064E79860FFF1CB7B87ED | sha256: 2B6A0729DE493A204616EF4A0234EC1CB2EA0F1CDE7368678349F146BFC84CC9 | sha512: A325B241D3534CDD53BF793C7F0E80BBD1B1CD42ED991784AED9DC821C878B5506EA52A55A7C5629FA590859F861046BE6EC66BBD5058DE3ADDE69846D04173F
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: B9BC676BB8A5095820649146FD568D4B | sha1: 6FA8B306202AA5F5ECCCC812B2B3B0A5DFF90BC4 | sha256: 176728045815E5F992F5E94CDBA7BF655DF42FECA8AF00A926A35F3B7BF44336 | sha512: FC0E5A9A46B5375BC384740F2462FE7EF032349BBB1D569B0803A985A6797F9DAF69F3E80B4A99CEDF71CAE30BD6C8E472EA73FA376566F47B3D38B7DEAA2F4B
pl\PresentationCore.resources.dll
md5: BF469ADFE9C7AABD145E09494467D7B6 | sha1: CD69CDE34CC025443DEEBFEB27C017DC5819073C | sha256: FC6E9FB3FA5819173E0E83B369E3AE95B7DCC1261768A1DD865FEBE2995D17CA | sha512: 2526753BD94773A8120C61EC1C4B2ED8231A7821C771039CD053B8CC7A650226B7B140C70A1A197E7DA878856E1E018540DE437B819B4252077DCDD7B701C11F
pl\PresentationFramework.resources.dll
md5: 00860251843EB1C2F3A8F453305CB641 | sha1: 0CC8FF7DD4803E6097B161B0B6E39AF751556CAC | sha256: ED050601AD7E6BE8EBBCDCB09C76FEC4CA2716CA59696994A2EB545D050437FF | sha512: C4E75C3080D58A5ED00D7EFC1153CE23C0743B3053370A72FCC8C1B13C67591D192E98D1DE85C7A68E5D29345095E77FA4CA7BAC2797577AA8B40BEB3CAA9B60
pl\PresentationUI.resources.dll
md5: 424AC73B9588B35F1A0C4E402F65017D | sha1: 672D0CDB944F5914536D86522563484EED1B3666 | sha256: 11D8C9D3758E719CE6871CAAD017F06503CC6E94DD14D5A4AEEFCC019B9093D3 | sha512: A335F8D640072C7471995310379A187FBA63D90E47B1F9C5682FA99198E9854ED9847527CE37448863AD47459AB7A2AF3D9E8EFD78FF5B701BBD4622D0E4D53C
pl\ReachFramework.resources.dll
md5: DAF39F9A2DA9A7575BD7D2F77E602649 | sha1: 909736F089A2573C1368274C85A42AA4B4AF06F4 | sha256: 3EA4B1DBCA89A098C393276236034448F99AEA19D31E3A0A959137084F5AABE0 | sha512: 8F537EA3DA0A6C1EE4DFAE9C30C3B73A5ABF5593509E0CDBB7D39C1CCDCA63B5754290EFCE29E66C57C7D27872E07684C51A5875F86C1AFA3D87E2B61E2F8600
pl\System.Printing.resources.dll
md5: 01C9290FF7064D7A9470BBC3EDF631B9 | sha1: 19A2B9CE8E4B0C1BDEA8E4BBB3B2BE1F3C49853B | sha256: 40459EBA1322FF2215DB7BA0DFE918094FDB7B3FC1C910E1F6A679582E684425 | sha512: 32D23367573B8B65909E18182C2EB65DF9CBA1FDE419048729A4769D4E97EDCF871C1F33BE0C6B1E33960CCE46F034F8FCFDFFC77DD37B4DD1BE682A472A1980
pl\System.Windows.Controls.Ribbon.resources.dll
md5: BDE96F0446FFBA841892AEADFEBFB8E8 | sha1: AAF553F148AC5B8C9592B63EB15276A646B80433 | sha256: 5073FF55969A71F7FE46A0E2E313751CA9D2CCFCBFD298516281F378FAB46B76 | sha512: A289FA126C8455B5F37CC642049D0205CC4F7D7C1E34438FAD68C449006146060D585A740895D7AD1D6B023C1BAC7BEAA9921726A310654508E54E157ADE9257
pl\System.Windows.Forms.Design.Editors.resources.dll
md5: 6D68A7FB39A2770D14E33C98D7DD6A51 | sha1: 1142764E2DD0F9B407A480913DEC9209482C5841 | sha256: AF0C96EA0BBBBC9F50B1391A2DBC7D4D914163771481630F221BF496005978F3 | sha512: A9A7A1DF58B693C40A257764BE7A346DC4FF996E2AE6936B83DE5E120E37B16582DC440F45423791FFBFEE32610FC25CC6E1AD8721510B2E05CD579DFDABD379
pl\System.Windows.Forms.Design.resources.dll
md5: 3374C3221020E303651AD77121D9F3D1 | sha1: 33EE2ED0895FBEDB50667845B05ED635E1FF76FA | sha256: 72C8A127186CAE348912C880587BA4320491515269658865741CBF95326929ED | sha512: C0F7AD7059F404A25CE8968660BB6BD7C3D8054FD350D637E27C693ED40F0E6CF56D928F43398FAA9011C9142F2E0F06635223223E1CC3E6BB0549DA6B4BB270
pl\System.Windows.Forms.resources.dll
md5: 21493AEFADCE34319E5032A62C3248FC | sha1: B48CC39B352E674280359495051F9F9CE252C322 | sha256: B340704D68557B90BD1AA91FD3532DE0564F84BC38DD6037F4418D0B3FF3A4F8 | sha512: D120DD11E77A450AD39F42C0215BE27936EADCE8E031AC963890B1CA9D7AC072C802A3A5014744F0701815AD14F47419515C52BFCA4379AF3538F1BC37C5F1C3
pl\System.Windows.Input.Manipulations.resources.dll
md5: F92F64A3961301D7FACA40FEE9EE10DC | sha1: 62A79A3068E11A7A43E1AC20C1D912F96896D91F | sha256: 086B9BE716451C3BC39AFAB35DDB577AE7BCE198C85CCB2D720DE9EB2254E922 | sha512: EC47F114F2D8F6F65AFC0EEFA6726DDB07F0D0612AF9ACFFF5F2E21AC9A620F28506D24092219515E2DFF8128F1FD4E1AF2ECFB59BD9487554DC1070ECFD8D61
pl\System.Xaml.resources.dll
md5: 07379C7CBBD1145EF08BC294CF99B68D | sha1: 03928BCEED5EBF906A529A113FAC4922F766A2DE | sha256: B929C20DEB00310ABA61A5DEC3C851F99B7F5F3E59D326423E3A111D3A338B02 | sha512: 7777AB2B52108F46469631D8D18D71B034C5FAF9493A299004A8FE7CB6A8B05D62B5675DAF5D85B3B5964E308DAE6EE14962E573B9BDD2F4773C3D7B43D0CC38
pl\UIAutomationClient.resources.dll
md5: 7740F2DD92729A3A3DEFACD6FDA339E3 | sha1: 918243911A6390DC344A2B0848E915F2625A31F5 | sha256: EBF50C75BD4A89BD4EF38C66E4A606A8D6778EA7CBA6A193CC3A795A709B80A5 | sha512: D5E85740243199A1CAB5756049780DA7017C408348C782B1AC6FDA4157FD21EC804D24E46B576EF88F4ACECE6F967C52880A69D596358A66B5724B645C8BF7A1
pl\UIAutomationClientSideProviders.resources.dll
md5: 5450466A96E2302B3D3AF164B83D4011 | sha1: 22233A93E561220A80ACCA9512178DD047AEBB4D | sha256: 6FF78A3FDB9D966564CF106DBDDA26225410A8269BD5ED0F844FA3467B1D0CE3 | sha512: 68CA94DD1F50946A58C6C9AC29E99689C106B10276C4EE3E3BFDE685C852A161265286D92DE1327E07CF99C9E03BA5EA8F15DCFA6C97C2CFE464200FD8F51A21
pl\UIAutomationProvider.resources.dll
md5: C13CBF0D8C70A907D84778AD0F872104 | sha1: 24B51068467754A8A48B5CCD647EC6B3007BB793 | sha256: 20716CC6547F0D9D9B15E9C62340FBA8E724BEB82A40B6032C0C6C7A568D40EF | sha512: 43957F28C3C4D4A195351572CCC4E811BF27FE81E1630FA8C805471DD160FCA25120758716A6A7C14E424EDA7BF01A405668EB5EE9D8F0E039FFF2C8190253B4
pl\UIAutomationTypes.resources.dll
md5: 7E31F16EFCF6308487A4830AE22788BC | sha1: 1774111D4E4C8E2B5BFEFF9F3E7859798F3A929E | sha256: 3460AA5CFB52A655AEC85D4693EC7DFE1244C26BDFFD57FCCEB5FD98F38CE67E | sha512: 80B119CC9B38782804E9A51D01AA0C120F201BBC1AB3D7B47151DB03FE967E36A1BD2F85CC8D90FA8682A218905EEE82A2545E4254F2B83767AD53D4438DB1F4
pl\WindowsBase.resources.dll
md5: 4DBB5804FB1AEA69B63C086D6454546F | sha1: B0726DF909CEB773CD2CE3C06CCA05FEDBF5B791 | sha256: 7279C701DC23ABC17DCD4B9CFF6BE774C6CD42C332FD2B640E4BA21E962D3DA0 | sha512: E034D1D6DA294365FDC23FD89FDBC8AE3008676133A80C6242A292C981F38543685ABA4400290FE3CE4141E354E0F9988E92ED07C4E44C6B2D7E1064E1C5B081
pl\WindowsFormsIntegration.resources.dll
md5: DBAF345E35D38C28677FED13D3A1A78F | sha1: 262DAA85E9E4767C0FAC15F041CBA4F65829116B | sha256: BD1DF1DECAAE8E7E826463B05CEF3F63D03FA95213C154BCAB8D6E8A2F3B63F1 | sha512: B5851A3603620A0D9921BD1601E6BD6277B5CEA711F14BC513C4F3860C42B407DD1F31AB5B90812855D49CA3F74F7A25D25A4A41ABB833348B448CB1438C0D43
PresentationCore.dll
md5: 8D384927068E4549F38B0CD6DDACFA92 | sha1: FEB818A14C416E9CAE5674884F16D0D846E098C6 | sha256: D47DDD8994C10F50F1D7578C2746B36680D77AA424AE6993CDC41A7CDB21376C | sha512: 6A789344977FC10357C2214FA26119CB48D0BBE7A1EBBC8583385045B37233CBF0A9D9F86B865BE957B7FAA79244AEBAC4EDB03212A9FE468E0FE8CD2E0D1D20
PresentationFramework-SystemCore.dll
md5: 723C8C884D833078D7D898B2C8D9BE38 | sha1: 9D413C17BB1C0CCB8263A695246F369FE6F8011F | sha256: 93F831373C1B7C0F582736A833A17276CF31B454293349677CE502CFA75DF430 | sha512: 562C22CFB616E87A0351D2A5EB9763C71407B791B53E66F5E82AD72AEF3741F956DF20654354791804DC23CB0B7E7FA64192ABCBA709AD90FA1A2821DEE85D03
PresentationFramework-SystemData.dll
md5: BE317CEC52C0D7F6797A0B47AC2CFD29 | sha1: F3BB5575DFA280FDB86CD27EC565FED1FDA39271 | sha256: 0A3BAB0B08BFB97BE5D4ED5F957D7D13748220BF77332A54DF000FDE2E5AD6E7 | sha512: C0B6F44C43C3CD801A2A602AF4CDE0E6F5CF8044D9D4ABA4B265913D161E56723C555B31387E0173F87AF3D5D4B963034A55FA3AC2A49E0BA4031DD64ACD7B7D
PresentationFramework-SystemDrawing.dll
md5: B5B162CBDBCE4F69AAD7365AB79C1BE7 | sha1: 7C8F3605414A7594D1D32F32AAE624B05A5F2952 | sha256: 39DC11119F61890A6E95DD40C69DC4980C9BA0D22E64A2F145F665C9CFEB6AFC | sha512: DE8D043509E9BF60BB5B385A60643CD7F8360412537E667B3C4A6F27F18B045568F72C61E531C594FE759DA40CC825E6F112DF48EA1286F9746DC7D3096620ED
PresentationFramework-SystemXml.dll
md5: 87828796E82B7CC735F560B86166797E | sha1: 3A6EF6B2027403196FFF0C41AFF1227872A7CCB8 | sha256: 5C7F67577FBCD5BDE0FD3A74B81F0B36A804D5B14BE1B882409A9E1C2A2D02B5 | sha512: 6139F3B865DCEB7064FDA2CB4FF2122A2F30A2CA5E5262402F821FBFB9CC8BCA782D3B00B7AAFDBDC88D43AEB88A469BE0D58C14B52126ECA1FA2543DF18DCCE
PresentationFramework-SystemXmlLinq.dll
md5: B9D6F66AF739083A44B33C423E922BF7 | sha1: DD8B5589D8D84DB5E6B4008088301FF586479D96 | sha256: 73C03FDAA937ECFFF4BB31BADF07EDBA3AFE87ACF18BD4077254FCAA047F05A1 | sha512: C52B1F9DADCBAA011D43815786E63C2CBA38B3462F92D701ABD157F2F2B51F3CF362DB8DB09D2E4F508FBA1839F7558F7979CA26E02C86330932C6CABADC31E5
PresentationFramework.Aero.dll
md5: A71B81A7EBA33D2D743004ACB70C3445 | sha1: 7097BDD8ACB93D27AB7BBE586759D530A1326098 | sha256: 2ACB119E32DD33C183041C632B72BA2DDC7EE4BDDDD21839E72022E905A90BE4 | sha512: 95EC5827881EADF8B284679D10D9ECE7E3756B9F986EA625D019C1005A0E01488825DEA5B0048657F43AC5F6CEAE68772DAEC2F44D23C788FB936AE61EEA76BA
PresentationFramework.Aero2.dll
md5: EA2FDF110E5A113ECFDFA0AAD86E1C79 | sha1: 4FEBB42ED239ECA59D3C99CC9CAFD0EA83A6D4C3 | sha256: D015DC91BBD609E15C063688B4EC27CE3998644437FB94DC916EAB42B3869838 | sha512: 679B353970FEB688DFA4050EF136A92DBAD4340C351DDC6624B9C05EC3FCC2D0AEBA129F8676CEA7ADC2EA233DD66DD11D447F5A660AB3B8BD051C450BB9FE8B
PresentationFramework.AeroLite.dll
md5: 861FB796A0C84987DCD8697714D6820A | sha1: 1CE27A2CBB3EACB095448895902D693E129271C8 | sha256: 4AEBAAEA4E4981980AFF134404E0FBA0BEED4754E04D34592F379592C0B16637 | sha512: D2AD8BD7D2721A887840179685365CAE95482FC10432EA555EC79E85F88C159ABA4028835980AC6BFEF54849D6E2B9C58A2C9FFB31B30C51D7600830F6BC5305
PresentationFramework.Classic.dll
md5: B26801B50802CDD547AEE363F2C15989 | sha1: 38AFD8EE8BF6530FF09658F932DF8517B2CBABDE | sha256: DAD5BB6A0B0D5015ED57FBD53281F3E277CE8D2D0B11F5FDA6B432D5C140B2A5 | sha512: 2E8DCA5FD677540D15573F76FD998A46883041A2934B930F5ED7E1DEB8AA4062A0E1D90D7790BC4859938ADF72B4B6CC065C184251E90C524B763A4A424F9B8B
PresentationFramework.dll
md5: C9AA0702C9924B6BA6EDFF7FA27343CA | sha1: 9368B540C1AA13ACA456E09370E005B8DD55473D | sha256: 87DD71ABDCF2F685FADB122489FA29E8D31DA43CC0304BAEFB3C16891097B92C | sha512: CACCBB6820A41173B483787BBE34150F09A7B391041B76E400DF78DDE7F03E57D8A8159F82431E6C875761275ADAC92ABF5859A0AA4E2454795F51D9609EBBDB
PresentationFramework.Luna.dll
md5: A32D75693139648BBAA86514D6C33BB3 | sha1: F00238286AFDD3D23A1B5206129F4D76ACC0BE25 | sha256: B867DD4CBCCF8CC6A760143876ADD2F1B37EBD21434DE7D4BC827787D8B5818F | sha512: CD97B2CB18AD2410A10FA013204B6E2E0C6320754883B7FF55C9F0AF637CB26115BE974C1F8E2B6108F90C0AFECADEB795EF5942711FE8C661EB3C97992DF948
PresentationFramework.Royale.dll
md5: 38DF1FBB016E89ABB09059B83B1F3FAD | sha1: DDCC26371A8F36C29D18B166D40B01CD12828EA1 | sha256: 6C775654E6993656790AC87AC493D87B75BF5AA548E2DDB1FCB605A41C3729B5 | sha512: B34C059A3275F351E7984EB76B249042EAC48E47008DE2B47A397FB0C2BCBD977B5754968B0E6561C5865FEAFE3444EB8E93A31309DFC5017AD41112D3D9F57A
PresentationNative_cor3.dll
md5: 86A5DFCE1F2434B2997E13D6476F4124 | sha1: 4C279B29106D5D5BB6ECCECFC2AEE6214754D997 | sha256: 5C11812F7984434DE24CCAA7724A329E5CD06F428E883B51D072902B34246CDA | sha512: 60DDECFF16B6B71D87D25D52936CFB4A26A740F8503895CCADFB614ADA36EE3393714D162FEDA406F2A3B1A91B17BCCBB4155912EF47898D0030537753B32142
PresentationUI.dll
md5: BE101C8AFCBAB1FAFDCEE4565164C15F | sha1: 47460EA67710374B6BAC024ED970CAE18D8B2E74 | sha256: 76A34D1A0AD1C641B6DBB4124C894E49A7737FE408F8581549C8EB52A4BF181D | sha512: 73B3EFDE3D7BA340798AC05C44E14EF2331E1B039254AE8FF5BC5F3AF3561C09F27A915448E107AFC13365B5332448ADC6686A7F3F68457D1D2DCCA3EBD19C21
pt-BR\PresentationCore.resources.dll
md5: E746780B2B2E32ACA7CB515558F94301 | sha1: DE26C346368BDE1C7363685CBDC3254D97C88F03 | sha256: 3E423C853852191B840706B03B9BB8D4FA2046F324199C312588EBC48604AE7E | sha512: DCE505B7F0C08CCB0F881724AF528AEA13EE8B8B29931C03400AEE4E746E8FA0CDB1F2D6EB64D0EE9D1F77B42C5B4D6CC02615467748A56184470F2B3EB2CE0B
pt-BR\PresentationFramework.resources.dll
md5: EBF30B78071CDD156538C0E297101DA2 | sha1: 503EC27B835B370EEB3C36A6DD3E200BAA718A1D | sha256: 31DC82D744F08B0AB907D4F3EAF3B43ED3C52DE3C42A4ACE72062B2326F456BB | sha512: 1119A164E8C84C6BB41E2BC46112DB2B4CC90924033CEC2FF0A7E6E18BCADC2BE4AA16487F887F15A89375A1D992A213B7578F0ED489E456AF385335D8C1AAD7
pt-BR\PresentationUI.resources.dll
md5: 15261AC1F9FA4AD23F4911048A4BFC28 | sha1: BE9DC719C809AC67E37E01C48226615B260E4D77 | sha256: 4872470766C6CF1D59B775EC4DA5338E04FE023018AEC578FE0E841658A19038 | sha512: C52BF8B5F786FC75C9FC0B2586DDF309010766E85602C7C764339E4F490AAD17AFD213E341ABD96FB2218B8FF14EEDE7AA10399E9955E4AC6A94C99CE02D47DE
pt-BR\ReachFramework.resources.dll
md5: C0BA2DB66F711DC94E041CAE4BBD1A65 | sha1: D0FA2E9DEFB94F7F36A6F580D7B6BB489E6DB7B9 | sha256: B685C4EEFA4B2ABA7C3925B110C252104F085F1CB0CE507A56EF1A6BD4A794B4 | sha512: A67E77E3ADEEE153836531BE2F9657BCCAEC225994753EFA32391B692E1A9C35B3CCEDEFC782BFC053C45EC501186F6591AB2796BEFB841C7ACAF87C3BFF863C
pt-BR\System.Printing.resources.dll
md5: 39109FAA21B746D220C4AF687E2C806C | sha1: F60C28F4892C4F94C9EC26680E1F7CD2673AE338 | sha256: 7B5AE3124D9144E262639EF923310B4AC735BD2A580D517E84D5A2E618C6FD20 | sha512: B867A3DE41F863A139790D5C7EF9863BB260A051ED0CEF7FAEF96C141E9EAAA90C477A0ACE759EF0DB791C65CD217ADA240AE0680BED23C7062FC97F0A76F0BF
pt-BR\System.Windows.Controls.Ribbon.resources.dll
md5: 5787D4F18B2970EC7EB7ECB1349B2CDD | sha1: 4713BE4A695AD5B0503B567EA4A18B7CAD4879D4 | sha256: E34A5541860F6F07FE5675F010B3C46CDBBE9055974E6A3C67DCE7511A92B12C | sha512: 54DA2760A3362711A50178C6076EDB8311F96BCC90D7FADEA1DD39A12BD940139B9D4CB6CD5D765BC4A0EE1BC8AA233F3D14098FB55C45C023006E64EFCA5A9B
pt-BR\System.Windows.Forms.Design.Editors.resources.dll
md5: 36F3E4E207F9473CCFF14A36AA96E196 | sha1: 48E9D43FC4138CEE4B9E42D8E03E723750FFB362 | sha256: F8FAC386787D7DBC4BCA136E3032682CDDF605107055D34810C67669FC51035C | sha512: A6E5BC02F10865B08D5FA205E3939EE64F9998ED87FEEC503ACB3DD52FC3A37CD804367651748C40C3F28AE27173BC385A710894A0C9D1B5138DA0953D25114B
pt-BR\System.Windows.Forms.Design.resources.dll
md5: A577ABD6882D3330A17D9BFDCC3A42C2 | sha1: 0097E9AE3E6110BD83A6B8354508F42AE6C1FCCB | sha256: FD969B52C4BDFF7F77A1070B89F6B2794F8AB53CCC3D999A2EA679AD228AF078 | sha512: A1C60DB5E57F693B2D8AE94721344754201324FF7684EAC9D7F63654B924ED6E80922D807A8340CB1B4D7AE3DEF3F5C2583823E1DDAF5240BB1A126AC378EDE2
pt-BR\System.Windows.Forms.resources.dll
md5: B8B6A802E5A7CCDCE6AB97A05BBD17C7 | sha1: 60ECC5A7BB93BCA93AFC3F0664439B414195665B | sha256: 70D98ECDA8A0B468DFF27F271D0CFE64054509B0EE73D64CAD3D9E7FD59A01F8 | sha512: CA5D1730D7E39C2D401C744FED9EEAC75140A5ED79E9451D6FEDB7F5D85A6EBE79D810C7B0702B80389F7F993016D59D66CE93F57CAA65161FD855C0C69A8692
pt-BR\System.Windows.Input.Manipulations.resources.dll
md5: EEBBE850C1542C8C13A5417AFE92A3C5 | sha1: A64BDDFECB845CA602D73A7A81F164FCBE143734 | sha256: 85A77C67B742E7439B192CABF6B75A84CAC01F533552D2846FBA5B39F7B18E50 | sha512: E320FF60790FFA08642C779A02D6B5E6D39E27615197C945DFED4619B2DB946022BCAAE98075E02CEAB7B5DCA11F06CB5892B65AE9238DA4D8FA1C4BF100ACF7
pt-BR\System.Xaml.resources.dll
md5: 1C6977E1918F89C66CE3286A5C809F41 | sha1: C6F92662F1D625190C40EAA7C34A36A7B6F5071B | sha256: 5ED2F24C3CDB61ADCC92035DCC49A3A127AAA867A50690F7CB2D6C3B96B26262 | sha512: C79C41E6F22AA02A1F5DCC9A5A85236504AA73E6CE2EFA7E33B07B920A72D60A4331E57D7D04DE942B41BB68DA72F0B1424427C54350C8862B6CD258A2C67228
pt-BR\UIAutomationClient.resources.dll
md5: 703D58C4E0487043D5525D04C9BF4D85 | sha1: 31AC205D56701D99C82E72945E41DDC6527F97A1 | sha256: D22E8B99E9BFFBD0AF3592065876F39EAAAA2375487D45944060A0E0C9566F0A | sha512: 5E123267866543337584D4BC69D07074923EAB4531352DD7181383C9A741B0A45D3BD3ADA2463518D3613C39C0B13C772308371345A08387D1E00F873DCC5430
pt-BR\UIAutomationClientSideProviders.resources.dll
md5: 654DF06E42A835F061610766BFF2D240 | sha1: 2BBB3E9B1311B2292A498EDFBFDE71D3C10F2B94 | sha256: ED1AE62FB6FC1AC983CC8AB331A31C1EA0C8E2CF16A188274907701275340B28 | sha512: 00A137D9B893FCA264FFC91472B1847A8DD2BB6A29E2495262297DD39F6656B3279F5DBE49A2E09598CB9CE649BCEABEDC97282067E83BB1CF37F4AD73276236
pt-BR\UIAutomationProvider.resources.dll
md5: 120FF288E5FD83EEC3F1F949BB1AE7B1 | sha1: 9B9B70D72052714F34213461BDB209F3D7F0E927 | sha256: 1D51E4608D5F906B7D17D50023CE1CD5DD685102C66CFAFE6DAA087CB86E3A9E | sha512: 94F0DF7BB50F7C4D464E97AACF863691B44E0CD5F4087BA1B8CE78ADBB96F27DFAD2CED6DB2432B8023D3F2194C3AC11260EACE3D02BCE66A5559AA43B72A7C0
pt-BR\UIAutomationTypes.resources.dll
md5: B395EA50085CF607A90B04403CDAC966 | sha1: 1400D1E2E809CD26671951D8406DEEADEE9CFE2C | sha256: 254F6D33DE1184BAD3696DFA65212FD452ADD8FFACFB33995255A019FC1CDC71 | sha512: 33402D81BB4FFA4BCC165ABE210BE2F94F382F7FDE7975092F2FAE31C2C1F14C79528326F93A804FC89D9BDBB6A755624264CBA8FEE79BAA905B663B8B2EE0A3
pt-BR\WindowsBase.resources.dll
md5: D387E3D5B253E2FFEAE7BF414F7010BF | sha1: D7EACBE55D70F15FA516550934502900F2316F3B | sha256: 279BE5F19450504953588B01D5FD2ED36A74E92BACE2A12B0F98F8F907AF763A | sha512: 7DB144014E2B73888E5D1B43C4A909E52A716CE21795E7995F028A06A7A1236D557B02473C60210E1CD3F134C0D4708B02E94D75DE6D71CD0AD357945D962C32
pt-BR\WindowsFormsIntegration.resources.dll
md5: 164FDC773F4CBACEEF08A8BFCBCEB4E5 | sha1: B729923A980EEBD160884805E6FF7F03E1A4C779 | sha256: 6B0157F10A8F52422FF777D7669EDC979819F1EFF3A822F1499D9B0AEE220F25 | sha512: E06BB18F30D7CFFFDC0FEBB0E5C4FBD9342DCF23CD72F3D2BD0F2251AC36CC297B19F445C86355F598039F8C44D148D2B3F5353017084464BE5E06977A7AC7ED
pt-BR\Xceed.Wpf.AvalonDock.resources.dll
md5: FB0BEBB81586D46972E9206EF811609E | sha1: 66A91520E2BBF16618C3AD5A11B5EA8C3047E182 | sha256: 7A7B2064E4038A2B104E10901DB7E0CFB5ED88BCBE53C1DD614F1506FBFDCD1F | sha512: FE55FB555D7E030207EC55A737A80605753A703085829E693C8DBDD4A1BD58775DA12D1C90759999B319C910940AAAC11E1EEA8CECF51785FDC25CFA75E8D63E
ReachFramework.dll
md5: 3BE3379281D0AAEFB346B4B6DDDF232E | sha1: 11D1D0AC7A26AC37F3049931BEBF4393D8523171 | sha256: 3D11918D4A89DF184D5288E142A5C7DD1B9917DE4D9F98AF171AAD168DCF0F90 | sha512: 2085EDCEE90B664EA1E37A053086011D4CBD9A7A20855793D22A502D8C62AA5FCD8D5C94DF8D76177079F752C611E8EDE4942CE45ED14737F79558B17E580DE6
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: 7E985F2968D63B323C36C974F5DE39EF | sha1: FBDB1C0235FC3EA5D9E7E576296D582AA1C3BDBB | sha256: 3E9DB23FECA59CCAEA58684B152E51339313FD01355822871D1D65F2B3006B12 | sha512: 32C2488B61D740EBA8C3845BA1E40E9891A3D7A576B7845006FC61B90B8AED806B4C1DF011A1E8A089781BF759F8860E30A8BEDEED63FB89F8F23B9376245228
ru\PresentationFramework.resources.dll
md5: 326983CE5BB801B2C4A9CADA514E3725 | sha1: DC28EB4AAEFC23A592D751C0152CC537DFF65ADD | sha256: 1BF1D33931BA0FFD89C42346DB030E6968B79324AEAE73B41053F932EB22722D | sha512: 2DBDCDC3A1A64BEC4F6BBB7D3F8BD85CCA6411DD9C52C5D8BC86B68FD58BC74D72F20B9193DB5F4614A0BC2CCD803039DADA1BBCDEB21DD8DBEB908A9536BB29
ru\PresentationUI.resources.dll
md5: 14F26902C4C66F6CA8A845429A7D5984 | sha1: F8861E5217E5878B6947A7CA753A68A8E11998A3 | sha256: D2E7A6BBFB128DDFCDCE95115382D1C81430EE012A568F986CE15183290BE5D7 | sha512: 596A3FED55DC53E6F81C42771DBF6D595582273C5B05F6D03E3776FDE56A3D3E9F73A94CF22879BDA46E508D69171B3934D4AC49D34F2445E02368AA5A60DF66
ru\ReachFramework.resources.dll
md5: C1A4AB807C056EA25D4E30494D031035 | sha1: 29ACA7A0C83950ACAE570DAE1DD63F2B1C13FEB2 | sha256: B9201617E777B2F196580FD37D552109345E008D26C76D5BC4A467760CD7B2A9 | sha512: 398D124AC87340C2FE1C880FF52A5C4BD2A1C9C5BB5B79826060FFF040F8EEC468D8BC3751B595939AD38AE16F38FC0D40937EF2258C75E123213A6EBE37A3FD
ru\System.Printing.resources.dll
md5: 9A97DD9829C8CFD324F081A6037DE38F | sha1: 4B959B21672E5B02CFB6FB2CBD8CA1001F9CF4FA | sha256: DDFFE7490107608E62E4E7BA60B5719822AA342D9658C3FEB4BE969F18E7239F | sha512: 1F449A1039A597EFD82D504A52E427762C9D79A7BB99F8CA32365E60519EEA80D314EEF793E650970F8797634844E8D56BAEF6DC469884576FF0CB5E7E468487
ru\System.Windows.Controls.Ribbon.resources.dll
md5: 3C37A84D8CD4735DC67F8FF216474D69 | sha1: D90167772F0C405C471B49C87A8418CCD27C1594 | sha256: 134B374403DDC345942807BDC3BCCFED3D5FB5D8B6E6864B03A35F1D4FBF086A | sha512: B5EE67B9CCD6D5CBC1BC30AFC322CB78D580D561FD0DF248BE6EEE564D193B30CE758F7A853F84DD86714AD937840F8BF405A62DDE099406BDB979504F6F3E26
ru\System.Windows.Forms.Design.Editors.resources.dll
md5: DD858969B5544ACE9CAA5DC3F30F26B7 | sha1: 1F2CD99EF47766A1254321F0539822BF1D6CDDFC | sha256: 17760EF81E20DAB4591D140873347C36421B54D28AE584E96BE479433714F6C7 | sha512: 4014AF5C731EF5F4CDE587E2B584A488746C121320EAD1B3A9DC34714898141F46A2063AA363A739FDB31703288D08AA59F173FB0CBE7419F0FB4F9B5297DAB8
ru\System.Windows.Forms.Design.resources.dll
md5: 3AA60DAB885891FC99A619B28D927460 | sha1: A1E859525261C3DE6567DC9CA0D9D19835AED698 | sha256: 40E8E6853BAB849AF4FA6F8ADBDF256EDF9036A8A8F6292F43FFDF72804C23F7 | sha512: 9BB1EFB22203D54421B795ECB46160EE5F63B4CF90BB22BA727E984399EC4AF2BA13AA0CE4A967F7154C9A6B0C4E88A5E62A0A229E2377AE4B85F79890D46469
ru\System.Windows.Forms.resources.dll
md5: E06EDCB1FAB27EE2FCED5A6D26862DCF | sha1: D73CC37EC452B114F996220E33CDFA9E8E3C9D5E | sha256: 7838807EE32AA8730A3E297527254686A8ED72531630CD1A5C9531027A089066 | sha512: BE101E072EC4CD7FA4F03793747797C0AB2F193626CE964C79FC6AF5CBE61FD2569D7B51BE30FD0E51C6318F68F760FBC2138283F65F8650BBA0524FD6DB377E
ru\System.Windows.Input.Manipulations.resources.dll
md5: 4D454B941EA988FF5C581474D0496CA3 | sha1: 26F87A5333222C3DFDCEFEF1378A9CD074529C59 | sha256: 98F3A58E6E66A4449C32A5D878E0364611F2395327EDA8CE515755A0630A94D5 | sha512: 9254CF34CA7290D73ACE550D5DDB4AAF1A399DE449E8A094D30025CEED22BBBFCA8DA2BBE14CBDE322FE2EE762F9D037517904719971F05E488B2B92B399074A
ru\System.Xaml.resources.dll
md5: 8F0995DE3A2BFFD72C1313300E1B24AC | sha1: F61547F901E8CF0C49F5538E37DFE4142F849DBC | sha256: 142C8500E3A7C80EB2BEDD5CFF35A65877939085005D7CD03937C0ED67573760 | sha512: 383DEA3A0E1F7B10E675E334233C87F12C50B3A869104605795CE3046509ED0BF1FB0171F46271820F0F8FA50762EDF79E03A584187AF31B734B4277516CBA32
ru\UIAutomationClient.resources.dll
md5: CF6BEED13552CFC0A174EC462585ED8C | sha1: 203DF6F993B789824D551B25B3036442BE05DA57 | sha256: 75AF9C9D4B07BD46293597CD412D93AFF7936946DF2FEDE2B7B40BDC879668B1 | sha512: A0B769C12CB8B7DE756CB57F6CD8C3D3FE7EE68197C08E13BA1876C6AEE1E09211411F5AF56014E71F066AF151FF7BEF5780199582E330C694F33EE24CC6F5F4
ru\UIAutomationClientSideProviders.resources.dll
md5: D0C51AE7C02744017EE47A045E2785B0 | sha1: 7E8D2053242C943961028761335C958912E39600 | sha256: AF9889C067B27854F569C04E40C51FE8388EB9336F93A6CC78983A0DA94EEEBF | sha512: 6386C3C08F5D39DAF64A84E7F5D3A74D75D709F7E43567FA9DABBF336163264752E8AAAF2A69622C935A1F1DC2167E5E145BFEB79FFD5A566460681CB3278E0C
ru\UIAutomationProvider.resources.dll
md5: 89F1AB159C2C220D73876F56C3AC5FC8 | sha1: F8C9D8E59A9DE57A367B43208597F028E229B9D6 | sha256: 0A3861D572DD47B8E2C15A139811A693DD182D85519E1995FEBA956EACF308E9 | sha512: 29F2FE3C277CA2A07B026E1512F389DA86FCD37C9821C31823CB9E54A4833C65C4175E1FDE18C84237EA88EE2DE85E352909E8A4788DD562E2D076FBE1F5494D
ru\UIAutomationTypes.resources.dll
md5: 3A1A7A5B6213A8064ACA78F26645AFAE | sha1: 680E372DEF48FF892B8766DCA48C065F76F499FE | sha256: 76182885A2E8A746F58AF4CF35EDAC9F27C22BA2CC95FC8F0B258FEE93E360EF | sha512: D7792971239818183A94573416A6EFBD6726EE796CBABDB061B58C4ECCCE53B8504543303DF1601A54A939398B3FE6D111D606A38BD109AD5021AE9CC3C86293
ru\WindowsBase.resources.dll
md5: 154C5D6BA867AB2A2830E0640D2FF02A | sha1: CAB95A347FF5B6914844C77DD093C8A922AA5973 | sha256: 4DC778AC8DF4822048AFE64AB211691E70A5B975D39B06BF78E1A826595A9F05 | sha512: 2D259EE30B40131D73383833F24E23E65CD112B4799AB36F8733E884D45F72088337A37AAEEAC6F24DE410D75B6278A71B2A6BA9F24C11DF833F7BC345F33D89
ru\WindowsFormsIntegration.resources.dll
md5: 0A1D6F28BE681A0E9DFDFC302201FDDB | sha1: 075E8C8B3EC0917ABB86D12805272C738C0B4B74 | sha256: E4020A97C1C1806C28608DD467EB6847BA50F03FEAA51BFF8ADAE8CC50B8CC72 | sha512: D7EAE60A077F69141DDF53988C61646A56E5E419DD1D7B747A0DAAD9844E5F374EA246E328D9BCAD55313ABB7B340E2258578C4773ADBBA6977927B170845500
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: 924D0F50963F968ADEF91634E41E2771 | sha1: 57BD9C5805605FA1F25163B881FF3CF02FB5917B | sha256: A2B07A4542E207B3544AE4D7DBD313573B6203986DE4D095A787FE1798E0B745 | sha512: 8D120977271AB3F70161AF511874C6FD7EBEB3E791B847B1BD7252B807CA7239A7CCEDAF14C799A4EA548AFC85D8BF36DE480F5FF887F3DFB44E91B9E67F7D9B
System.Buffers.dll
md5: 32B77D255099964F39E1C261DAFA1977 | sha1: D3E24D3CD33AEA9FB7C63FC5308A538B2BFE2D68 | sha256: 0232B3AA3967CCE0DF3DF21929239C67E12B47B17E04B3992CAFBC6231B4DCCB | sha512: B6F0F62E763661661055FA5A71DB97256FE509896DC9084309A9B8D46A95535F18D77F1371352E4B96D1C05BEA6604C5E3954E3C4C1E04DAFBDDDB7C1E43EAC7
System.CodeDom.dll
md5: 134FC022AE27F9C328CEDA0DB5A19D61 | sha1: 94DA933E4E2BC8E150504A9DCE4482CAC0ACBD46 | sha256: D8965F1BBDE1AAD8AB74EE7803B28E581CCFB4E0A33ECE1C547CD0FC57A23CD8 | sha512: 5DE5E042BB8F1B7DF66C3BE946B22ECA1C27B516343A6941A6E22F64787974424B20C632633BC653D70C7EF49FEDB1AFF2C223E59477252D3AB10ADCC0CEE810
System.Collections.Concurrent.dll
md5: D39767896D2A49D5FB2CA8F0039A3F5F | sha1: 5A0883B5934256277C266EF5D80CE3113C5838BA | sha256: 8AB095E0DDED12F4A578AA3E7CEFB40B5AAA18C89769B0F1411E0AB5BDF97BAB | sha512: DF53BCE7F87DE57D046841FBFF72E6471131E64240BF6442F71468D47B61CD489B90CC19AC758C1F45284DD5A7362BE68FECFF446AC8A6515FFFE5E9639939EE
System.Collections.dll
md5: 8203FC6A57DFD968B00BEEAD63852507 | sha1: C44B2566C0A0B49664A02C91B1697609DE78AD80 | sha256: EA681E5503E7FC3B3FA9C894AB76136820F8F6006592A84E5F0704F4DA383B25 | sha512: AD044D04F1FDFD95C8772FC971A768DFE28A41F14C7AF9F48D31C1373B4809EEBF812399F96FDB80DDEB5A6546C78264D4860E78266A37749C798BF45483A031
System.Collections.Immutable.dll
md5: 62F494B80C77D10AEC68B3E9ACA77048 | sha1: 16A3029849CF2329995D0B36873F07508B8AED7C | sha256: A8E83EE6D3767003762B7AA452E17B24E439E9E9C5F020035918961230161376 | sha512: DCFF361AD5DED40532CBE92D1E96772808DDD5B188A3BF5E38307FF883D7CC6DCF638C7DA31593E7F8D3BE6AED4305C8EF5705D83AD07255ECBF0E481E886916
System.Collections.NonGeneric.dll
md5: 88D73AC912337D80609CE90D794DDB80 | sha1: 11612DC8911CAB3AEDC83BE8F36AD0CC52367D27 | sha256: 6D62474912F6E77A5A16B946D652DE387F065DA3CC17346510583CE649914B14 | sha512: 82A066D8090FD14DBF7EDA086F960A54FC4612898AE0A0393BA41ACA2F4D39F2736C491CC273799BEFC27B3C913CFBAA78B19B79E41DE317624191911FEE8926
System.Collections.Specialized.dll
md5: ED0FE78E82294ADF250964672F028092 | sha1: 635D0186D28488F5DADC7D7772403D52DB1767E8 | sha256: 3129C863000AAD0DEF82D1F76C584F4391DDF47380048A52ECEE22FC9D999D1E | sha512: 9551C7DECAF2014BAA31444C7A9989770B8F1DE3EF77A87D1044CCF4DAA7241FC0964E61E2326D841C58F9BA608F79EE60575E7C0336F48DCE7ADBCF1FDBD041
System.ComponentModel.Annotations.dll
md5: 8C5A05EEE78A18458B854A91EEBF71CE | sha1: 0112E9E05E64E8CAFA1AC078ADD826E0B7C2D853 | sha256: D331DFA020B4DA825249EBBCFAEB2E291832DBA8DC2CC4B209E066496ABF1C83 | sha512: C30E520824793779BA5C11C84DBFF28B47203869921A84772ED577C194683CE542E2D9C90F49CFAEDD3A4149C613871164B7B17452B97E5A2E69409468F08EF3
System.ComponentModel.DataAnnotations.dll
md5: 780E0399D4399A9C925FCA8F1EB82A81 | sha1: 995782453969D9246CD0C41791570E2B3DEA1152 | sha256: 628B09251BD2A65737523434BE1DAD400C3E7E3C6B6F6A35C3E2173145267337 | sha512: 765EA2A0FB05CC0B7F91E9C007A5E6BD6D32A8116BE64999DC4F6D8323C1D5C2BC787FBB23070A8B3787116A3F280092535A11141D64B3B590D3E48886A93BC0
System.ComponentModel.dll
md5: FFB93850552EEEEB48FB8D45E08DC84C | sha1: FA26AC8AE1B1470B9833B26A5F4D6DC68A2C4CA5 | sha256: F23B933EEDBC9445EDCF37DC54082897F66324C2CA99DC80F690B1EDBDAC4801 | sha512: 8E234C654600D47461EF512E38F3FA15483EBB2A45FDD3E3D1FE37E9B4BE68936122301DEA22F94DC7B98A4CBE0B178EBC6A3EC6438D35FC45A62881B9BB6050
System.ComponentModel.EventBasedAsync.dll
md5: 3D8C990EBFAD26A848A4A46909085326 | sha1: B8423E26EDE701C88718982F94B73378E5C965DF | sha256: 2FE9A16D03B1BE5D695005AF031DCE138E48EA96C892F8A2C8E79ECB9DA07E1F | sha512: B63B63CD8AB2559DBB4458B8D93663FE6DBD05172C571989E3DA0279585E572A4028397CEC006C589E865F4E2F86A7CA4F678E70AF52D7CCD1E16DAF3246BE29
System.ComponentModel.Primitives.dll
md5: B6D9290E61698200834FBCCC0E6FD6A3 | sha1: 215E0DB35845969A3EBCCC9CBCD3E1621B51234F | sha256: BB8ECAE9B9AEFA259660663C7A07D845F5C55A8CF61CCE11EC7B5FCA6E60293E | sha512: 2143FC3FD611D9C5BDE1244DE7808F7213B5CACA0334ECBB295BC04C5FD274571744FEBADF829B91502F786EF074ED8F19A5715CEC191B38DEC430E798F69DF7
System.ComponentModel.TypeConverter.dll
md5: 4DE9A9EF9AD33268C05C38C93A8C0DC2 | sha1: 3A7F09CD40D8DEDE281ACD75BFF8BAFA9B00ACB1 | sha256: 43525729D637E87AB689941C0553200D90B1338A6BA21DBD09CF504AA16A12A0 | sha512: B5BF80ED1D7F01AE43863F20BB250EF39C0A3F963F093B44080B4A950EDE0033693A57AE03A47BA0F14F381395FBD984F27708937CC212304E2978267E196701
System.Configuration.ConfigurationManager.dll
md5: 24CE03AD37BF7F58F11A71AD7F34BD87 | sha1: C04B53F3C0D5C721BD47D760D2BD3B75716FD038 | sha256: 2701458BF02E20819676239864F950D91D692220C75220020CEF8FBD2D3C5BBC | sha512: 730D4DB46BB5FBB4E765DBE1FB48B6AF3C5ED8E69C1472EA626C60A4E30245299EF116F0E2908DBB6F9807BF4A3474A0FB33E0FDADFC59B3954EE251307E0F57
System.Configuration.dll
md5: 5D45C1774075894E03807163BBEC3483 | sha1: E35376DA64A7078BEC7890AF6BA3A44FAE9740DF | sha256: A2407C8BB4A6DF3C6F66199AF4960BB7496A3878339959B94D671F5214E2B1F9 | sha512: 38BB2FD5B2E32712C9120CCD0E8748C08AF3683FCBC35FAA14EFBEDA36911CBEA7E662EB3290A2795D7C804E1CFD5B1E6631E89A639DD3A463800820D8993CEC
System.Console.dll
md5: 7A212FD46492899571BA65E1076FC591 | sha1: 69F69043D29419979A5150ED91CC5BD05C196F29 | sha256: 38A8D506F6737E934420A7D1113717E154878EF8BECC1C69C1ABA52E4146A902 | sha512: B957912BB77EB8EDB905873DAFF624916CC64FA10A02455BDB5E34AAB4ADA7C6B0EA80CD6B79053D1DE58D00D871744DE727BFAF6CEA8EB827E56C7B7B85AB63
System.Core.dll
md5: BD81D5E274B641DDB9D87AF539EA5807 | sha1: C2B50490763550E523397DD756E36B0F42D623A3 | sha256: CC9F743CC90E4944412D3B7AF891549B8BDEAA4408A4840D2E4186F1B8D0AE57 | sha512: 419879AE3AF2ED94D2CC10C4C491C651CD8E5BC134CC753FCF00BA0500F6F476ADF0DD74EF90FFB18D7C45288EE87CAEE7E0E365A7A81AF2DFA87AD32484EA96
System.Data.Common.dll
md5: 5C5753FDCDBDFB5FE409381855FC0E70 | sha1: FB22839CCD02C4610BDA3BF98C2D1FE44403E089 | sha256: C50B35718EAB7ED54F5F7DD4D859EAE0B1CF1BEBA940B72D666BB668A368C05B | sha512: 2DFF7169FDD879854FD7AFB7E554D00C908A8F43CB9ABCC897CED1B9CD1A54B27E4F64D27EFB8BBC09C1BA675C4914A21C8B86EDF432E1002FDCE22538905279
System.Data.DataSetExtensions.dll
md5: F3F4BE342AD351864C6B60BA8FA6B1EC | sha1: E66B2A30308EFD5A1CFBB39A7846B01DA16468E3 | sha256: EFAA6FFF9E12742FFD86ADA47CBA7EC2B23E27B98EE9A4C64FB0263A947736BE | sha512: 733D581A8C0B0A3D81260A1717655DE0457E972C40DBBCEC410E40A0AD00A53167BF94DEC6A21FFB405D57DDD12B5D70B5DB0C339DB50CB47DFF37ADD7036F8A
System.Data.dll
md5: A409DC9D233A8E3DA063EC4C0FDAAEAD | sha1: 5F318CFA025F620F6D33BF703D3C1DCEC32468BE | sha256: 88B67E87DF74FFA364A0395C1D2A41901FB66C17B8F20DD6056389EA904F948C | sha512: DEF3F0608FFD3F90DE1462600E364E114059401D6C8DDC4D26391BBC9CCD319C4C624228ECBAF6E5FCE8FB0D2F32200E0491501525E533CA74E78F8C066BB410
System.Design.dll
md5: 0DBB2A7C124A635F6EFBE6B6942CF073 | sha1: D9A97D765B8C445BF1217C686474559116EE8197 | sha256: 4D8438EA83E6FD53FCA30F36A191031776FF478E9CC27770DE48B8CB3B3D0701 | sha512: 413BE01482AD5817ABDBB6B247FC2EC0C7988D74D6C16B89F9690E20F32B55A51384781A58BD7C6D2071C9AE1C535D83F8B9B099195F154D4FA476F9047411D1
System.Diagnostics.Contracts.dll
md5: 521023FE80BC741289CAD57360EA0123 | sha1: 116E1D633282BFCD6BFCC86B8BF5CAF39E451218 | sha256: 8A631482A89067490A0E5E6394DBB03874360E100F0C96AE0D962963D83C5BB2 | sha512: 4976B3296A07FE51FC13CDCD8742AC224CFD58634E2F96FA33FCC2CF146345C599D4461DCC297461D3677FECF268DA9488C6C18E74FFD65E1156F69F48DC3BCF
System.Diagnostics.Debug.dll
md5: 70D7BDFA23ED7AF436A15563B453AF81 | sha1: 79D8946336D5E93C9C7DF032315218B006D62349 | sha256: 1255681AA0EE841804CE62F7173F9514B7594CFFFF0CC5DF392A470F3CDAF174 | sha512: DAECB2C5728D41B2F58BE1DE934B4C4F3EA183F4578CD0F9F99D54F43AAA163D5AC3F1CF6854941A6D2865F9E44E6BDEA6E17F208A28E4C792DB96EF774C2189
System.Diagnostics.DiagnosticSource.dll
md5: 1A68FCFE1ACE7DEFE42F37A066B8CA2C | sha1: 355C51F3A1296A59581B0A3BD8DCCAF009363CB4 | sha256: 0C987BD63E4FB3E1BB761403E174CAC818A638590E28BCC1F7C78346DC5A61FD | sha512: 7ABD2B4567BA84725F649CA3C317F8DF5AA3E3899E3FD0B620A2D177CD04D0D4A5E9FC5981D59D4C7AFD26B24F90C5E024EAD9107BE73A9A21E4EA308B2FDE04
System.Diagnostics.EventLog.dll
md5: 50A16F1C69D4FC26950B5A025E9FA125 | sha1: BF2241A4F54A58DAB390E21EAB37582852E253F1 | sha256: 6075323E45F51A496926159DC9A56D4594CE3EEA13700C88D405698B590CA5C7 | sha512: C1DE69E9E94D87E76F654D8CA02364E80725EFD5E8DA62DDD2CAB0EAD98302BFFADEBB411A5011B14B8A616FCCE3274A5FAA76B31A55D9DFA8C2AD488EBE76F2
System.Diagnostics.FileVersionInfo.dll
md5: 3827AB1E4E0B3FABE201A780766822B5 | sha1: 2705AC680E96F89FE7A0E71284EE034DEE00DC4E | sha256: 56D1CF838DC1B9094EBFC4B5D4A3067B2505C48008519072E004BED51A4AE0E0 | sha512: 67927AB5F4D711B17B4B7462467115D14C1F216D58D808AF3EF8B81AA3192579D7084597EB11DBA33ED28095D1126C252DDAA8FAD60BDEC514630C554CA58C6F
System.Diagnostics.PerformanceCounter.dll
md5: 9B4143CA4333617261D8ED190FA9BB23 | sha1: 82D53B96F5E4A30748D750750A126F34C7A46C01 | sha256: 57B3F5BFFD17F345AB7AAA1A1425F8451770F97726AF03C30DC0011B46D24851 | sha512: BE01441B0D4A6E155E263A96E723EEFE3369B36F7BFA1E943F139921916989522AB7EFDEE9503F3DFC1748D12373C1BDF42823A02F1FF41FFCFC4606D181590A
System.Diagnostics.Process.dll
md5: 67E1B46FB87CE49A293950EE29239A2F | sha1: ABCC656A938B09563971062916253599E321F5AA | sha256: 6F1EEC3A8C2851F3F6BD9D6285C8EB703CA633F94394D1C4E403C377CD8A1596 | sha512: DBF0677103847898AD95D6CEF2126A8A078F5E88F59CA65EFCF355BD36C3CBE1C731A658A98391C8E30F011E3FAFBD8B5D54FB91CF5D3D34FC57E9DE4FC2C305
System.Diagnostics.StackTrace.dll
md5: C16B75E6039CD27CDCA684230E6F94DD | sha1: C78805A5E72D790CE3A109F6131F145DF76B0F77 | sha256: B31217891C3639C2919E54C5886CACE0AE09B78A54CE234B2B88768A138F2898 | sha512: D2E3FA7B1FC0A5907508EEF4CE107DBBD098F4008F524FC7429E9A488E5ED73F25760C70279DBEA806059862AE3DCA9C3A75A68EF2812BA01ADB2C6D9C73E906
System.Diagnostics.TextWriterTraceListener.dll
md5: 8F5FDFCA79922FC837FCA3AFCF526FE4 | sha1: CFB7D74C73268F2B38EA5B7BB9E861668C0FBCBC | sha256: 562F43A9B1474859EE737D4B05DD953F76084D072627029F01CB2DEB9BF1C4A3 | sha512: 117E350DD82E4C9EFC072392542CC134EFFFB42A60472F634B6BEB7F956DF2A352B1B1D617A123517384DF4FE01F0C149A2F3B6240D8A1413F6B463AB401E822
System.Diagnostics.Tools.dll
md5: E73D8BE1F0ACF9E8636DEF79A6FDD722 | sha1: 39AFF53284D3E1E221E67C4083538874062D7C1B | sha256: B810FEED5B033EBBE7DDF8DD5970B3CA43CDCE8E0A473893FBE498F13B5DB778 | sha512: AD89931D4873872D6B8394F10595659E3534E60D3046C9E1C048E37EF04E06F12D6B5EEA4AD1711F8847D99E60CBAADE8F951E6FF6595CE891B0B0BFC00D6A32
System.Diagnostics.TraceSource.dll
md5: 9D4F2D9A3CAFE9D844F7E29851F344CC | sha1: 8D1B843A8B136E9BDB98FD1063B31BD409F43848 | sha256: 7780965B0B9A447DE107581324FD1D147EBC2EB396075642879542FA0E6D6875 | sha512: 7BC4F4D71659E795D3CE4ED78F4430DECA689A90EC5A3E33EAB1374938163356E61F7B24FA44CB85CB4A11508DF6A80E904A1D744C7177ECBE3AA9F3CEA87C2B
System.Diagnostics.Tracing.dll
md5: 194A6628628AA1F46E3E6C2B8F64516F | sha1: C9AD75A370F3DB48C438C9D7DAD8F054383CDB46 | sha256: 95CFB398500A11646F913F4FA34DB3CF33281CBDCB8813E91C22FBA7201A623F | sha512: CCAD4708A05AC0129E538AD1A612AEDAAB20DAE6CB7FDB0FB3B55B049E5B13414E87060209930219A6D31CFB489B83636588BA190952B10C704F62E0AD61B2FB
System.DirectoryServices.dll
md5: 6B4EA792C2CA19D68274CACBDEFB257B | sha1: 65575377513B8FB867250ECFBBC025F8C215617C | sha256: 5238314D089383F72F3E8AA45A3535B34C4918BC21457BDDBBFA6BF8D4A76D21 | sha512: 5D78C6C86102CE1F4052201ACF232DC490E5EE5C671746279610B6668A9FEE84A5C91389D3650B3DE5A18CA5DD50D536ED8EE1CE7E48F7FD8E324B7A4005D55A
System.dll
md5: 40DB0628F2D27F2D6654C2E32719DD94 | sha1: 3A8BC1700291EA695A7F9A76B5B060E54B2F7D76 | sha256: 0D252FA8B9EC31FF22AC272235D1FD9B8615D4A470ECB322144EB9F7E30C0B49 | sha512: FC9344BC9ECCBFF26CCF3404C10E25D62E619F43546CDB7367CDAA15BB6583527921298F4B83A3EF65967B9A43B3032298EAA0EC014C40F3E149C2F478F29638
System.Drawing.Common.dll
md5: DA1355E74C56509D6F2E23BDB318B185 | sha1: 3EE376DC8E6966C488D10A17D6638FDFB5C754A4 | sha256: 9655180BC1120A007F66873D2ADF0486E7EA8F0B8BEF8342933E6A40441F28C2 | sha512: 6D8B15CDE56D7D1C15F3A60D58D5C75CBE9688FD129E2BC2F8EE020BD25B82F20556B66A791DC4F6B39E47186686E7DCD601265600799B807D98BC331DA84468
System.Drawing.Design.dll
md5: 3AE837AD7050F9C873A64293E7145BD1 | sha1: DBA3BA6F40B507AC1BCD5A92BF0BC56303C4E4D6 | sha256: 4BA07C114A2B1C395A87EE8A77F462B2F172E05AD71717F323918EBDFA0C5421 | sha512: 54E65BFF63D455BAB6F9E67C32F5BC35FD502A2FAF1F300759520462629C1635272445E88B997D7DAB779884069AEC3ECA1F31913009C989B21E2710B426A009
System.Drawing.dll
md5: 917E64CF39159364691AAF57ADA8D30C | sha1: FDBCDF9E78F0716C26B593329C152EDB8105CE91 | sha256: 05E94BBBE0173C1A55729CC387DA7CD7436829C659751082ABA4B68EA80B2437 | sha512: E6C986C5A16F462FF0D5B9C9E0151D9EF0E7DF302953EF0280A7A532FB6BCDE43B93CC985AD8B83A0AE917EC53C136C72A54AABACC12CD57EFEB94B9A90ACD92
System.Drawing.Primitives.dll
md5: F5FAD9AB16AA24352319CB361DD791A7 | sha1: 00DE451646B4C0ACCD556499562A518C1023FDA0 | sha256: 580D30564201DDB047061B3098C0011DACBFC65604C301F697F3CDD3802A1E21 | sha512: CD6B0A106D4A8734529540B17CAC8874E7DAAA4DDEEAC33716DA0F5B9E4AE85F2BBCBB4BD09F78B6694E9F36C242925637B2DE9C1A03FFED8CC94EB8D43AEE3F
System.Dynamic.Runtime.dll
md5: 26ECD17D0820412DC8D8DE7328DFFAD5 | sha1: 0CD4B6A07942D7F001449F2298F19CA2A870F646 | sha256: E165944E8A230C97799EA9C9603C403C9028CBDEE91CA99E81097FC0DE94DF5C | sha512: 6A11A368E4C9E15EE94C28662FF90EF664CE4F33FE3A8EC809B4036FA22920DE6BD5642C953BCAA7A3D88FCD636F47939821D11DC183086B6B586A0C1807FB93
System.Globalization.Calendars.dll
md5: A744CD8EC9A5EA384E92FEA743F92D08 | sha1: 12421A4525DF74208F47EDE3B323A3458183D7F2 | sha256: 47D9E929FC44F35C4514FCAE210D8DB4DE1293BBAF3EA79DA06706E1628B54B6 | sha512: 259825F122FB87BDCF195016960C41A89E8AED7BF5A39DE5256A044CE42BE32ECB5DABF5474B0DB1BE9917BB7E7C01A198B52CFB7855813064B1EDA9B407BAA2
System.Globalization.dll
md5: F3B16497FD63A3C5DB6798D6166E692C | sha1: 835849997E2D234DBF609DCC60A2C2BED2454BB9 | sha256: EA6946974832FB38047E975C2214C4A179F6382745CF08D40CE3E41DDE1FCDAE | sha512: E9D4A4E96C33153CFFFFDA9711631643BF0442E2198857E287F1143B62F2AAD1833A9F1296037C8CC6CD853FA22B8696370D3711D7B0EF7A1719565517161719
System.Globalization.Extensions.dll
md5: 2DF32898C321B45DA9ACA9D4236761B7 | sha1: DBF735B08B52D61EBF7D864F786D26647E948A67 | sha256: 6E53AF5E7E552FAA5E57BFF9987B7346DE8FC0D5889FEFEA11BF8618E28235D8 | sha512: B35AB67230FB6CBE31226E56D98BEDC714CBD6F7E9AB4D873D3FC4ADF1A40317959D5071C502CBAE608F9E6E6CB5C0A5DB5BA32F6EBDCDBB970A660393531BF6
System.IO.Compression.Brotli.dll
md5: 003E72BCD8FA3CFB95708A8D261817FE | sha1: F33D6020C218325F9F119E24B4A9CF98E1C43F4F | sha256: 533E57EE80B2A2244EB19ED938873B26FF5C6E61B4B8BD66B3FA29D279AC41DF | sha512: 0731503B438FB9BFA76225F57A846C5BC206971CD441782C0BF107DC704C3870B365529677665A0DEFAFB119608A9E2DC93C20D684910DD6A8E59D4BB8E25865
System.IO.Compression.dll
md5: FAE555163FACFD01D2F004683029F648 | sha1: E3D52AD17631B3AFADBC95C52527EB31378F325C | sha256: C03BC6E16DC63248E2318A3A45A36F5A581981CDA8A92CA8A2EA0B526C74B349 | sha512: F7AB9E8298B20D7F146633C3421F712B118349E1D489148446479A685F92CCC4EB69E9990BBD6A49D3A1040E679D9B543AE0D0233F890EDD90E10069FFA62165
System.IO.Compression.FileSystem.dll
md5: 3AE59DBD9974D5E62D139DEA79DE278D | sha1: 6FD098661341421308C8472EFEC95B4126C8F1F6 | sha256: 064D483090A5A7B2E08A9B1196B214E43E49CC85C81ECBFE4AFB1A904E34599C | sha512: 33662B4EC1C9067B097DE342105D392471710ED1673B70F59A8761B108C7611A6F1B28D7EEFE0ECAF58A4DE1A9075859FAFDEE30A9AC1F31175BA892F1B37EBA
System.IO.Compression.ZipFile.dll
md5: 3AA37ECC0A9A956A03094AFB892278DB | sha1: EC868EA3AB64819FE259EEB2C17C6F2CD55B3204 | sha256: B51A2F1706CBE42C0DAAF33708390A99FE375DF254C1E6A6A0FAE522700C6ADB | sha512: 26DB92655F668C0DD9BA26A83969D02253A493C625DDB42EC2A849FDC01D924293A3AB09D106EE13CDBFDA289980A7F37CB9191B6AB442E146BA03FB96DB20BD
System.IO.dll
md5: D6FEB3561F4A8EC634D6EDDE6DD64084 | sha1: 80D7A848F4E3C42AF03C9AAEFF8D4AA778CD14A2 | sha256: 3071D19FF978677B09BAFF94E7F8F0DD10991EEDE0D73FFDA26B90E72BC1A810 | sha512: 0D90BBA4F098E55D144F5AD6EAFA506BD90D2EEECDD3B351049DCD780EA1CA06D6C8B29C91D8689657FFA5CC2877F8ADCEDC0E010601DA91AAE06681C9FCD46F
System.IO.FileSystem.AccessControl.dll
md5: 09C512BC8B0D49F8CCC0AC216D822AEF | sha1: 2E21BA5C39E9CD875EFDF26884B5588497EE001E | sha256: F81A2B4145C75A91DB11737C1ACBDF7FE6B8E6C3E07EDA74852566D4033550B7 | sha512: A54858D97A92098FF7DB4CDEEC56E34EE5EC098DCD19272BAF310BAD0D1D9A88E2A31447EB077B6F015FF655D3936CA50F75704C348A60A332E8D6AB84EBD0D5
System.IO.FileSystem.dll
md5: A60DB7B195C074BDAE0908376E3921DF | sha1: 3AD52054791A28E37ACC680486228E4C505ED730 | sha256: 687D55E5CA6ACEB7B973762BEB5ED517C96A2BAFE0086EF80CB6ACAE48C434C5 | sha512: C1373444A66E5C94D5CB1E7622FCD2392C3388CDCFE6DD60242617C0F505621FE4416010D1512D74BF419FA25170F5A4A67A1EA1807D24BD6A46D4DB04FC7B45
System.IO.FileSystem.DriveInfo.dll
md5: 17792258EA8F41B2D485D09479257078 | sha1: 31FA07B9AE4E66A5A9E9F748978CF1D88BD35AFB | sha256: 24EAA6090C98D584D6E343FD2CE667557F387298EBF767C49C8AFACB52300803 | sha512: EEA4C74913EA3B066B858992D8208C6E9956BFD427ED7717327DA6C309884B325040DCD6629D8C5D49D2F50D4AFB3B19C72156E51315455AFF0E187F46868F49
System.IO.FileSystem.Primitives.dll
md5: B51379EE4685C87DC9CFC8116960625B | sha1: 538D20F6FF2BACC3EFF1BFFEBB692F2CA680B9A4 | sha256: 907A9CD4BEEB3FD77C75C9D7D43757314F1B90DED95EB100B6002E12DAD2E28F | sha512: F88BA4905503B747A71C690A6C8EC6EFA83C328DA03FAAF537B691B30C9DA09B6D2DC733FFBC6F46DEB80EDDAA100D90F0292767A1B6220E45BF87696DB3558A
System.IO.FileSystem.Watcher.dll
md5: FEB126B0C7F5AADF48E359C2FA49C072 | sha1: EC874FA69ED29965C04C8167A6AF9E3B99096DBD | sha256: B0D2D88A7A96B7CCD7DCB12F5E4D522C81A234BE5A2EAE772B858BF701DB2B57 | sha512: 4CCFEF2E78CFAF26410753CD3EF2B1B036601904DE4E02145378306A88B3731299B1D42DEC23C9D714A496FBA90F34C2FBEA190CF2DADD23657C5DCCA2E3C60B
System.IO.IsolatedStorage.dll
md5: 18341484898C0D774B1D1862E219297E | sha1: 01552FAAAC736F01FAF1A07A981967329C9DAFCB | sha256: F06CD03CB8E98510A26978F3ED6235D925CC30B34B7976A382A20F1DEE0C4064 | sha512: 08A41ABF9981FAD3FB9F0164D5E860E17DC87045F7218434F4088BEC80F0F7C06D8DD49766CE7D68621036979ACDA42F8CEECAFFFBFA0982344AFD40F8B2D319
System.IO.MemoryMappedFiles.dll
md5: 7CC8D1EF4CF3243A525CE26E5C07740E | sha1: 349F84E8E7C25607A4891E5E08CA2CEFAF1EFB49 | sha256: 22CC8FDDEA5B397274986A944EB557FDC2DC608AB37BBF1ABE1F4FCE23547E9F | sha512: 3B80FE1D7824413E3B8D58C87EF63B57D29DA55D597BE7FF690AA2165FCC62A8917C43B4976ED0C622CCC2F42001241BA885F8729C5079B81A81001152B384AA
System.IO.Packaging.dll
md5: 748C1669915B76B992340F491C424DD1 | sha1: 28C51ED56F911B33A84A1F03D067C5DB2D227163 | sha256: 9DC6D38E989FC130EED42EF28A8747659403298859946002118A1C324D66B434 | sha512: 602C7FE5378315CB93286BD6CBD8A15CF4994ABC23AA31DE34A3C710507E20F2AF8E61407F6C1E855F6E7F6A6A7DB4DB239AAB377610F465D54871BDEA5520D9
System.IO.Pipes.AccessControl.dll
md5: 1DDB11E2D0F6188BC2A29E7CF763E5C2 | sha1: 03160E86F873EA6BC39443D7B30B8AA8A9F8EEBA | sha256: 42067DBD33ECE07F0F2FED461F06984A44479B94DDA67C74F0BFFEA60B7F2028 | sha512: 4A7E15B2F06D02F723C1B7DC3705F0377AF741A5B4E1C37D0C47E050C2F9A8537EB97E429B9B70606959BB2A709E1BDA6A71C8AC645E0283587EA6933711BA57
System.IO.Pipes.dll
md5: DE863D3FEECA4D0664C37C65AF26BC68 | sha1: 4A067D3E14EDE0146A711AA9084D7C1D4883B5BB | sha256: EE8C37A5E0AF9B436F4AAF5972AE160A7EB5DB998D9A461C3040435DC2052037 | sha512: 0EBA9DE6BED087FEF5CA0642E295E86B4279962EC41B1CDD65E814C252D19B37DE3CBF3762C78B7C40F969CD657C627A62261F7761567F573ADFD39857EEE6A2
System.IO.UnmanagedMemoryStream.dll
md5: 1B0441C33148272A94083E991021CDB1 | sha1: 8CC31CE1E226DB30BF6D40E79813EC7EC889F1A3 | sha256: 9BDF9112E9A0737906B0600F6CE7F89831AA25CD75C0B2771843612059B94C35 | sha512: 44818E734E17A5DF510AE8EE8F28410FC251B2DF9F49CEB3FA40E534239DA0AEADA6B2BCD3E1BEF9E49B1B12D094C436A1E46B482D82F90900A68001BDF5FBCC
System.Linq.dll
md5: 4EA8270A61BC9D77E0E4CF1BE2B14162 | sha1: 798BD4745B78532C1A531C1F33CE5902289A446E | sha256: 103346DBDFE4A974075ABA26938F251B5A46A731E4EB7A6335DD438B65C0B71F | sha512: 3C33C910CE9C07F696667A74AAE4F9B596753C2987142E62037FC5B8AC75E88BA3E4188568634D0A705AB57D31C494E4A31DFAA2990031C3F8605221C62DC495
System.Linq.Expressions.dll
md5: 15DEB0C1C17531084C1382CB1A78757D | sha1: 1AAB297B0B5E1EA3B49ADAB70540774790BFE7DB | sha256: 4588A5120C8CCEE2697E7D3E77D155D3F194BFB922B0E7068C56BA34592D5779 | sha512: CFF62F1CA8535FE8C878AD7552BBB408792E506A2A72AEABF3FFB95A7C92F92280C54A676DB4A425DB4BDFFF43F1A45C67468CBA4F22413A584CA6A259B811E3
System.Linq.Parallel.dll
md5: 59204A1C6468CBD0532A754B886A395F | sha1: 364D61A5F476D985E17D1D4D519D5B49FA893C95 | sha256: 170704AFF089C8429CB8EC5A4056EC26F9AED4F9F61276D57983B7C84617DC14 | sha512: 2F8823D0E99277D7C0A10DB57E281CD5F9F560B284C0FD072D5041D433EFA6E6D222D8C54F188AA0F25D7A113110CEE50C1A2D5E5BD2CB2C044E9882BEE6E8EB
System.Linq.Queryable.dll
md5: 54A477F43B0303D1FF08EA84C12EC4FC | sha1: 9CE1D0B0BC46E7ACA4692761462E34DBF2B9F8CD | sha256: 9B93E66233F353983C0C55361A25E0C2ADF78DA1AD2B59793E2473A012D909B6 | sha512: 1DC0D370734F64EA8F2977F9EADB9BBB5B7FED386B554ACF318D2558B3755EB778223907FFD4F2F5D1155B0A25615A16C9938B494FC33D31C875A5813824CC7E
System.Memory.dll
md5: DD026E6A9028BF148F61368DDF722F5B | sha1: 5E1E0A9F713DB91399F8E6E4AA899F4F9E9A6A90 | sha256: 8633AA05283B64E437EE2F47C0187D31D5851F5D84D3086EB5A13F6624E3691F | sha512: 9CF8DF4C5E84EF3CFB3C71D1873BDCCBA2C8A374F30CD0B3A7ADFE2B40DBAE36E66EA493EA849233E6D969CE54374DC48A02189568BBC5732E13003208A1E9BA
System.Net.dll
md5: E30D85D6CBEFBEBA8163FD2D952984FD | sha1: DC0E85F352FAB46AA8FDB21B1E7E3377D2A48C66 | sha256: 309B7641F2664B487B18136424780AB5AD5C281FCDE5974D9D1FCD7E2FB710DF | sha512: 38305E9F586EF2E9F5EC7C7BE9AE7730377FD5C472AB742D4AAA0629C04A5C44CF2BB8A148D04644BDD478E506C8430379F8105B43EFF0923A872790EFAF5FD2
System.Net.Http.dll
md5: 60F9FB5FF8DFAC6B6AB4F6B8A0BD27C8 | sha1: AF9C21F3301D6D18A67B2BC2EF07088C35383D9C | sha256: 7BB1CEE03F04E03318486D28ED60256C65BFB7F5B8FC0AAACCE77F5FAFDDBCD4 | sha512: C68F199938930E00B12A7559EF976D25EFA67B3E0D67F226700D2293F8CEE70F78F8053D9D39A5C37026C349A1A2EA0686D64C0882091538C979D0EF540A6B29
System.Net.HttpListener.dll
md5: AD8E675B43545939EF6055CBE2BB98BB | sha1: 7A2668A3B02F07C00E1CAD5D4A70B1B883267960 | sha256: D5109EDFC77A1A15C1D4A66B0D9FB14F8A331A6FAF5727ED0E6840D32763CAD4 | sha512: 60474A1909270DD957FA4C91A01D6B796F7623699D0BEB6DB4A1B0E69D04AC2F00EBCDD7EC8CEA70C4FEC7E4FFC5115C2B4056C7EF4CE297F3331403DA0EE8B7
System.Net.Mail.dll
md5: 912FACEDF7A8502178648EBEB441C38A | sha1: 85EC3875E107A88F3D6776FA12241BEB4433CEEA | sha256: 04A89940BF1DF2320451549C05D1A9CF833BA7F7C126693A3B37D0B21187775E | sha512: DFB5DD88D9B462EA6576DC1BBAE3C01BE40515572ADD7879B9A76997E7605B42A40A7D47ADA8DCDE94E21A7F6F5D740334CAEAAEE618C46BFA0EEA36FBD00E58
System.Net.NameResolution.dll
md5: F1D88762268FA989838949D79DEDD463 | sha1: CCDDECF4A7667C0F3301D63171E6BAC7E5244434 | sha256: C606057A1C599B2DEB14E735CB9BBA9576556B02384254A9CD3DEC3CCAC45969 | sha512: 6F87E5A8AA36560344F5ABF46A99407CBB967579781F4C9F0D8EFEC01A83C69D3C2B0589D4A5D9F43AD4B82FC4C627EE9DF4EB851B91FE7A51463D0D3E96A804
System.Net.NetworkInformation.dll
md5: 4411A32898797DFDC12B89EB6AB2DFEB | sha1: 658A416764AFADD1354BDB2DF8F9064331564381 | sha256: 89D4CEAB7B587D80FAC2BFB9110CD5782BFE4ED2C00BB99B20D7760CBA72B370 | sha512: C4C0D00845807C8DA774AF4614D5119ED987217BE6894753723F9AE05BEA77B85354AD5FB4B52FFD04C6B7099F36B590065A2E9F0EA73C6982FE4503CE3D42C7
System.Net.Ping.dll
md5: 852EE9D94F18D735848915F1371B5B93 | sha1: 60CD9869A5DFC01F11A7AC34C5892AACC780B18B | sha256: 980EE9947D27EA427D144175C7FCF6DBF541730B514932C03FE2EC0F495B9C32 | sha512: 0C4216298D75731902741C1C99E39A0549E57661CB0C4409F51265FD9E2CE09EA8DAAF626034610C6451838F5B67A6166CCCD9B1DCDCA17D8467E1590C8A7848
System.Net.Primitives.dll
md5: 31B472AF7E88260F5C7519FB4BB35116 | sha1: 32C572C0C85F2F0236325E0D7BAABD270292DB51 | sha256: 85A89E944F5BB8F3BAED569036AB0A6D9742C9BA4F589926E88DE5ACA3922A6C | sha512: C77D2CE1D6BFD4F4C90EA7FFC433010484771E931A8D2A3F41E85D07807B6AD7D1841CC16E470F3021A1E23DAD0911BED55881F06203182FD3F1A1B41EC88025
System.Net.Requests.dll
md5: 9CF8E9E5968614257707837375B21098 | sha1: 1F8EC586EE06118A0CD5A100FA8B909844E35A28 | sha256: 9EBCD35C33225F04A641E15A729B09C10843EF8E61D20745BEC9E15D582B996B | sha512: 38A92B2F84E820F3416B5E21DD9279FD3CE17BC87F4B492A66E711E8E2C5FEF722930E1A18ACBF726F40970F63758D7199A9A18F4C57C25AD4DD663DFB560C07
System.Net.Security.dll
md5: 9909694D409939F09D2D009ECF0E72E6 | sha1: 719BF59F543AEDA0FDA2BFC97D7AE353760F0CD5 | sha256: 3D2FC88771A52B6E26BCB026318D7542717A4A2F20E17729AC681E944192DB1E | sha512: 6616D5B230E83C9C1A71DEBDEC07B25AFF4DD04BE4CB8A14F9D36CE15E859F7BD58182CC76A81CBB19DA6C342345F70BD582EC4F17B3C18B34AC7B0C14F1CD41
System.Net.ServicePoint.dll
md5: 90859D89122E798D3E450981286EB6F4 | sha1: 55D4E78CD8F10610629132568384992A26BC3397 | sha256: 9852EF610FE3B51941893C2A3E6F76D0D81A44F1C7E8A395B89A8A96A19C968E | sha512: 1A9E771C01A5FE8D4855755B1EFD54A07AB792070DDBF402094A88EFB75B0027F6C353F91CEC1B71B97E7E1EBCF4029C1996356D3F456F72EC9FCC4EC7C1DFED
System.Net.Sockets.dll
md5: DD58B313079E2043F272C2B1F265CE99 | sha1: AC24F62748861247F6E5BD99C08B79106746E56A | sha256: 26265FD19AD7CC169483A1163738C0C6C1301309507FF1DCBAC52E5970392F10 | sha512: 118A356342D115520AEEFC35932C38A78E38F889ED6E2C554FD60213137F42D0EB642B23F4C0B417D11C8A381456ABC5033A1F60AA93B5D3C69DCE79A05DC639
System.Net.WebClient.dll
md5: 567FA2FE84AFA66226B7965E952859EE | sha1: B3FA95A59BF438D231FEAFB960C919653C20DD17 | sha256: 0603B4C94F273C71DC667D60EB281CADEA9584E9ADE418157C62F2F4E76E464B | sha512: BE5017A9E463382EB4209F34ECA4A2673D32177812C121D8FD29DE13C88288C3725C75E7C42C978515D7EDF50449B3CA22DE0230021F208D2C8AA982A652BDE4
System.Net.WebHeaderCollection.dll
md5: 7BA69B82186C633A6B5F768DE8C63AFF | sha1: 594DF7FCE273B47F9206CF4B12ADB5CDE856D69E | sha256: 4355266268CA9B869E47413E193066C33250FDAD0A81383DBFB7D3D409912C34 | sha512: 230FA7440531BD85C88E299EE5EB41CC4A8951B53A60B4B784F6F3EBAF5FB880E8712A1992014424241223ADB4046B282012B635FFCA1DCCE2430F756D311F1C
System.Net.WebProxy.dll
md5: 55D5DA0D75F323E934D42B322B7989BA | sha1: 049D566BF41B280829545A744A8765DE22BA1F37 | sha256: 64A91B3E7B945614ABB7531C48659BB124B5A63F05A960DFE0630DA9AE2E7731 | sha512: B1C4DAC2B15DB7986CA694EC4B8DD19BA5A68029A8ADA429F935462E2B874CBDA089B8DA811283D91240BD63A6A2F7AD43BC7806636A6ABC05C7B0A9F7808193
System.Net.WebSockets.Client.dll
md5: 884CBEB00076283F57AC21D734A2C274 | sha1: 0539DB5E71A3546C96FDE2F4B8522CE314189983 | sha256: 6460849DBA1E97ADF00A4EF8C5473B7FBB2933D2DC12B977D82990906797230B | sha512: 9AAD12F86B2525E9FBBAADA91260FE4612B65C2F76B0380BDA610E74BAF9A942D39014D883149924CDFD585D2AD9280C8FC4DCD3B8CC4AD977D11C668F63CB91
System.Net.WebSockets.dll
md5: 803BD91B432FCDAF54058EB252F4D564 | sha1: F4E33BCD3E432F6A6ABD6E2292D9977231BC7480 | sha256: 11CBA1BC2A91FE22F556C575562B61481145DBD9544CF9749B36960D7A8168C8 | sha512: 6D94F56337E7A0173781478D513279B2C75A7DA4009C6C30877E54061F47F56D5D900E9ADD3DA8803B8215F5CF8434B561C1F3FC601F43C8417993AE56F9304E
System.Numerics.dll
md5: E5943225D253B1E11F942C915B91406C | sha1: 724D23D3DA02745604753D568A736E1E51C3FE74 | sha256: A5392B261CE40EA16689C1193E88A1E49B489B892966DD0062B0B60AF3AC04DD | sha512: EAE9E9FD8B5B5EDB68FF2D3B72FBBB559F27B56DA7E4A3F707D5D74461D8666011CB7C44A989BEFC3A2EFDA15F43B119CB5E2BF70E4FFFA0650E8C6A17A3B823
System.Numerics.Vectors.dll
md5: B27E7F73D4D8FE5E29F4A8DBA3BFC215 | sha1: E6BE4B982CB8EDB5B2141B9BCAC4DE022F55B6E1 | sha256: 328CAECE1AE7FCE67F4DBA0BBB0C87A2833C336E3D11F8ED579AD62D3DE91B9E | sha512: 1AD20477A17B463D35F51AFAAE76849E8A5427A208BA3617330D288D574B9C55175B1A5DA08D6290B700595D63CF131DD2E5AF1B051D07ED9CF98DE7E551879E
System.ObjectModel.dll
md5: EE53FDC67220E4217B2EA623813F5B71 | sha1: DC0D53243AE9DE423495D12C710F03E7BB6F6996 | sha256: 64E1464099BA05634FED3FEEB1E316C63BCD063BABD0D0E411CDEAB09BF9F0CC | sha512: 336B02CE555DA58C2BCD9DE090C96AC57F4712D147D22E8B79FD2302CF31BAD10F5FF473C89B706A83E89977E1E5ABBC160B906AC159DA541B03AAA39590C80C
System.Printing.dll
md5: 7A9CCF59199E25FF2D216BDF4AD2EC20 | sha1: AC9B6DB30AD0276EDE435EFE6DD5108B167090F3 | sha256: AB7E3F95496545090567A343D40ACBEC37913D353FF9B32E81AE1F9829D024D8 | sha512: C6D04CA0EECE73CDB75A3E77222615D45E4882CF027CD163041DD1735A61F906D2E22A76DD1FC3EDA709E08E082B7EE4F0C68523C164D53800507B1533C387D6
System.Private.CoreLib.dll
md5: 37281AEE13902D0902FC6958924E4F36 | sha1: 047C61E0B94E76A597610C6D2027230FBC34A45D | sha256: E30977DDBF20088CD5A252BF09ABCC1BE05C49B27452E0BF8FAFEEF0C482D271 | sha512: 822944A42621610723EAC985B3BD466ED8D757215C854DABB40815FF9FF9B4F71AF44AEF5DDD14DBEA995FE5DFC374A2A081053724C5A9D1637DB82FAEA3A6CD
System.Private.DataContractSerialization.dll
md5: B3E74E21D032FE758871B798CB8D2EC8 | sha1: 2CD2CCD523785AA43521B07C084CB81854D0A30F | sha256: 590E059C834CC89B6DFFBA7C53A2BDD8631E0D86590F57DCDE4DD4B6F7457FCE | sha512: F06DDB4DCEB3C5C49E19E3D4DAA1D6A507932C1B2EBB6518BBC80E6CFD78DBF80A45125BD48885BDD80F87088911DA1524C5B75F870213CB308067CD90D19B7F
System.Private.Uri.dll
md5: C1808CC95BA05A4761C8EEFD58AD242F | sha1: 5C018A15867033AA968E579F0FFC4190D283E2D2 | sha256: DD45DAE4FD48B21308D403A12095DBE67C6344610D9055DC5131D2CEDD287A6B | sha512: 50A65AD7CFEF0FF1C391A64883991C476CE03EDB6904ABFF437FAAFA26CCCE1FEB144BF5D576A4178BA829C951A070818EF739E28225704556CD0926C0EADAD7
System.Private.Xml.dll
md5: 2B5D62D9642734D8A9AD1279511C4DB1 | sha1: 819CEF4225081B5F925ACB2DBC5647A1639C37E4 | sha256: 98D5F721DDFDF5303F536FB7BEB57A5866472112D4656D7F81418E88EB903AA8 | sha512: B339B17390858C23E2D0F05D32AA6E99E3F32C09A65F61BB6559307D1D4BE860B3580A61B86E9D9791373D8CF7AB343A3BCB2537FAC495E99DEF82765A3839A1
System.Private.Xml.Linq.dll
md5: EF427B097C96AC044D890F95ECDDBE6D | sha1: 1A888742AF2CC3794D716BC5349A1CB61084BBCD | sha256: 79E66B4170CAC1DE74DF1EE0FCFC41BE0BE73B86D7EBC62BE223F6E7F62FC9CD | sha512: 931419ECF929417A2F1868134227FA05970733E14A2B3F25CEE92D00E0DA5905531181D0BEA1078BF92C78EAA327643018B5575E76FC37CF8143703E4CBC8C34
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: E25EFBAE94AC5EE15B7D10913059EB8D | sha1: 0E525BEE7870F77F585A57496158918CF9BAA4C9 | sha256: DF7FD245DFF5A642BDEE86738A92219AA1051288514583617FEDD4EF8BCD29F7 | sha512: 5E31220CE0A2F18A4C42A2CD6EBAEEA888FD5A7961B13E4DD4B1FB2285E06A0EFCE6C3E060BC27DC7FDF61B3F4AAD515914E3626A72BA72B59652542843610AF
System.Reflection.dll
md5: 3C85185B33794E6471BC25D179FBD129 | sha1: 01ABC31BAB387CB209A46AF3EA1EF7F1836FA400 | sha256: 402C0D07935E8ADEA3C75F7BB5DEDBA3283B7CD0495E3F99DF0C1960B8DFD40C | sha512: D054A84C3FB325C196AC3E3793CB6BA13BCC661319643A149D9983348EC60C81C4C1720F37158ED9D4A7AF30415EEC6420C59368B9B504D9F8FE135F2BC3EC31
System.Reflection.Emit.dll
md5: 7E6CC1FC785E20D7130622EA731DABA1 | sha1: B23BEE5F108FFEB3F6894A00F29E77B28ECD2800 | sha256: 7274169BA2714D915A63C7F275A713BE60110ED50C79E8736F8EDF80F489E4A8 | sha512: 603AAAA39F1D18A890AA5C583942A77BDB03082D572655B2BB5AAFA7CDC10747DB10ED2CC06D8C7D3721CCD4295B109A236B28CF182444706AFE432B03E02281
System.Reflection.Emit.ILGeneration.dll
md5: 5888EE13F7D79E5B803692BE1ED0D0B5 | sha1: 9145456ABDA1E921D63C4C570A1036515E5CDFAB | sha256: 3E679E28104E228EAD81DFB3ADD4E2EC241354EEB28A5DE6B44B4C772A28B2D8 | sha512: 12A61B90452EA29557F841E47C22A600D16EB10F8CDE63AAFE357DA78EBB8AC481FCEB8C29088DE8BF531CA9A1F7B5BBD294ADC0E8F185A8E2177856E7CFB0DF
System.Reflection.Emit.Lightweight.dll
md5: 52A8E85BF7F2FBBE2C3651ABC37C2386 | sha1: DAC670FAE42DE2C54AD2C1653D23FC0501A479A5 | sha256: 19BEEB17305E0208A784B1C0A9649783DE4D42543DC10274252FF8BBB00898BE | sha512: F49A4ABEA490F2992C29D47097AF571FCE1904D3AECF1C04A12D7D9CE6F1E7D33590F1A7F0492B283146189DFD781E769C7078C5ADF303BD7BC9D66BFEADF390
System.Reflection.Extensions.dll
md5: E81E555D153F2A2AC87710467AAC6805 | sha1: CB2CE18CA7275623D47DF4EFFEA7747C933AF151 | sha256: 405A8033D6245A0CC1BECEC5EFC8A2968FA7AE89A33424CA52F16FC648435235 | sha512: 0AAD8D7E0E7AD251A07B4A6FBE4CD35C3BD299BB432DA0AA31102B9578D199BEEC9935D2C0D1EACE160A727C0C8C3F5E691878E7B825896E6B52CAF5A1DB18B6
System.Reflection.Metadata.dll
System.Reflection.Primitives.dll
md5: 73C95538C74B8CE4B7AC4F66C0B94FA3 | sha1: 6C0C8655533BA755F8B7E1A71B4A790A87F713E3 | sha256: 2678FAE814AE5B034E2740A7CC328B541F6541D3B7838A4A6D2DEB6749FAD064 | sha512: 6F7CE6F682F53D98269903E252C7BB1060D5214AB76716D5065A287A4F71B0260F2C22BFA199D96451815AE9C1F68D59E56B4410F906B591D92B59E00AE8F07E
System.Reflection.TypeExtensions.dll
md5: 0EDB10425C35579DB1B944E6258619B4 | sha1: 860E8A6A1D9AC0D2242259576821090251D6F473 | sha256: 0D05D459DFAC6D5AEAC80EC7A0B64CE057C55786C0E85A2100E09AC675EC421A | sha512: 41CAB15855EA66416B4F2EB06245206BDD32ACD40B3E6E314F2D702229A94C2A67F86D6E0AE43721D3DD3A987B844BCBF866DA3310E3688B6D4AD9BC609EBC0D
System.Resources.Extensions.dll
md5: 254B454262386FE07EBF66CCFBEAAC32 | sha1: 5CF0A4484CF64CDD3A7992D460539D043AF6B5CE | sha256: B42024C52FF3348931FB45DD8591FA0814774E32B27EC1EA1A2B06B934DC4963 | sha512: 56401461FFC3F6B9723918D0C81A153A925391C492572AE69FB185AE4CE25D466DCF5192405F862548F4C0B5D0BBEE7031BDB1791B75705A07A8091A77CD8635
System.Resources.Reader.dll
md5: 4666166E7F7CBBF87D7EA704C02638E6 | sha1: 375A58128520FD07CA67948EDDE3627BE074D980 | sha256: 54196E25A54487FE1B4DD49AD010C66F18B86C9A24BE41C46AD006CB774E9741 | sha512: 6238FD17FCA404F6CAE95124AFE4560CE1467C8B7491BC0C187E3FD41EBDCFED7ADC227F6C6D7838CDC69038FF4724E48B8558642FB1EA34EDC309B181B2564D
System.Resources.ResourceManager.dll
md5: A1DB9F88A0490126F6AF67CE7E640C4B | sha1: 01E62493B22B11983E8C955C984BB9B2822ADEC4 | sha256: C48CC751CF45742B89BAE46843CDE6A063B282766C8B3B0A7F597A607DA7FA1B | sha512: 289D031CD77A9017AB395FBA339890E014E86839BFCBC73CFB36F5ED6DC65CF150F535B114421B11CD6C4F9664A7ACF21926F9C903F48CEED2A273610CC2DBE7
System.Resources.Writer.dll
md5: 45D44869731BD92CE07D79E3AE39B7A8 | sha1: B868708A4D86DE29672F42F1E624A3A0CF12ED73 | sha256: 82747E28F5C9DC55D30B28873AE7C129D03C43B1D43B0178043FE0BA3B47BE76 | sha512: 78C64701C1A36E07E0B37546F13A208BB454F2FBF26EF793D87486AD5A9DBCF47546B37E75BE5F1B66FA75B2DE5D6B001AE17928871849FEB68BCF2DC094BD9B
System.Runtime.CompilerServices.Unsafe.dll
md5: F439BB88830D16A370089897DEB98032 | sha1: 970FF7867BB629F8CBAB3DCCB0DAEA0E540554B3 | sha256: 3BC14DEB0B4C109B048BD28ADA67CBA83C51BEE694B51185211C4A0DC83A126F | sha512: E6435ABFAAE25705333D80B4B7174A18B48DDA7BB87833B930D9F87184ED11E46FBDBB70632AADBC89641A9738B8D106B707E013A91E8A62B83BD2ED4FCAF2D0
System.Runtime.CompilerServices.VisualC.dll
md5: 31A7B42CEA1BB518B0C70A4C41D4D683 | sha1: 0EF2887FB285C4C124EC302CCEB4684DC4F109C5 | sha256: 6FB162537C3044FFB71D30CF00B69AC46E591914E12EE0A2831A9095F79D3EF9 | sha512: 876D47B4BDD23AA19A10534D8F85C5CA3985D5AA84E947A701174BE9FF1B63C5DA64D47C3586DF2D1B0211D36062D00395B1287AA7DFA15BFFCAC86ECE2CA8C4
System.Runtime.dll
md5: 4ADE5BBFD396941DAFD1D14FFF92B3BA | sha1: 11BDAB7F6EAAC3FDA98D5E5ACE32BFFBC55C9E76 | sha256: 1AAC6E67BC3B2B39E7FD858CA852E7FB75126A75F09D154593D8BECAE461F2D4 | sha512: C0FE202F1CB2C2B06FFDD66D280D5E17AA4BF174565AD7461411BD7B1D708D4A9E279C00578D43D0419033D2E9768DA44D8241E080398ED6AB14FEBF81B94E68
System.Runtime.Extensions.dll
md5: AC9567B21F5DE914A284975C73030BBF | sha1: AE56F3369A72FE5AC7839702D9C099304B21365A | sha256: F4F2E2452487C3CD7C9A8F983B443946909A5B1B9D69484C8EB2578A989747F7 | sha512: 912423ACEAA7944037ECBF49BC5D96AD82C656D2EDFC05F35F80FA1586B88D66F623BE286C1A05CFBDEEFA0D179592C7241AEE4D874F178949160B8B0EFB5E09
System.Runtime.Handles.dll
md5: C6B0785776A1C191B84D3C39BAA63E56 | sha1: 3FD1D1737E46AA34EC0EEF250C19AF62A754A4BA | sha256: 6474E9A06CB3E5046325E50890E96449288FD2E2CB0285FDBD33F222957740FF | sha512: 4B501411191A9E30BE38AE755D7FC6A4E3C69A7008ABB8C2700AD3F8888A2DB47225DFBD716F62A5A463CE8CA75FC2393FDC9587E75D4AD3CBA543720136B43C
System.Runtime.InteropServices.dll
md5: E058BF903204A5846F7D1CFE47CE7D68 | sha1: 168FFBF0E1F5AF71AF0292AA65B66F1C4ECD7A62 | sha256: 1168C8779D11809E38016BE7E6E461BAE899D9D711DDE8EF43D59C6322E384C9 | sha512: 5880A11222DEFF76025391CAE658ACA708B637D408F9073F2F7B640C43EB8CEA1877EC973A6670325D85B63DEF591F917CB0751A252553DA03D206F52BF5434F
System.Runtime.InteropServices.RuntimeInformation.dll
md5: CA213859EB795EFA4EFC7D500AE80AD5 | sha1: 5296364DDBAC19E7E8E2732506D6DEDAE275B45A | sha256: 06F8946E2683779CE2F59F9FE61A0B8949F21EF0C97DC24D122FC5434F468C73 | sha512: EF9F660D8E6099CF93B574F6AF14D214CDE30AC864BDC5A5F6872DC917B039D04797CAFB761A4EC433A314041377A7AB28A82EDF7AAA11FA2DF9D8A3A2225C79
System.Runtime.InteropServices.WindowsRuntime.dll
md5: AE8D8553FBB97534333340191985E6D8 | sha1: 405EEEFF4B6A5732C3DCBB7A6444D5B6C25B8D34 | sha256: 3C4E5AB97F526447BB64A490A2B6144CBFCE6FE147DBBF5C756C9D191577326B | sha512: 75AAE8D360F1910626899DC1EB4C22BB7A58E8A3EBD62A122EE87EDA5E9D364722E98AC909C24F2F376531D9F62CF10AC47A5793395204817903B12AE8ABA649
System.Runtime.Intrinsics.dll
md5: DF347BA2ECF1D4270673548EBCC063B4 | sha1: B4E2D662222BEC7B26C8CF0D99E1ABAE9E7F3DD1 | sha256: EDD2480994BC0C1128D09D395437825DDCA2148C5D3FA27C71F179B2E4212BF4 | sha512: 753394E36F2B6CE7918F3E532E5A20AB16BC8ADE7FACE59929C45B29C2E160624B0AAF0AFE76F4155AB55937EE252CD064C8D27595BA63558685CDCDFF44D572
System.Runtime.Loader.dll
md5: A9DE85A8175C94A66B3CB276524C5F3F | sha1: 1D646F2A92B8F44D23F1A9AA1C83D58B43ED24F8 | sha256: 77DC92C077FA3AAA91C08EBEF9DD3ABB86A943792484A55840573161C1DD39A7 | sha512: 74B6C3EF9593C2D50BC7AA1D3606E7678AF19B8D77D7F75451D1BA5F9699924EC49F47B75FF97E88C23AC30BA4CA4F310E7826BD1572D440FABABCC045E62F43
System.Runtime.Numerics.dll
md5: 61E313FF8A55262FB905A90B51E69127 | sha1: EB52DDF715304076227A8FB1E50757CA35DB3778 | sha256: F7FDD47A1419573189D19ED87D2BF6B305B95C01CEBA5EBA6B167B3D66A4D04A | sha512: 43B483D2D096F9731E9659827288CEA8DD08D492888489E6861E3AFDC9249A9FAF87BF67324A78865DD30DBAD0CB39CE7EDDC90309328CBC315555CB9FD9DF8C
System.Runtime.Serialization.dll
md5: 86775DCB89533444426FE71A1666703F | sha1: 977C95C60791C2F6F0A54D9FA73EA09880647DD5 | sha256: F9CF4BE14F69BFED9402ECE5F9CEE0CD35A17907E09920C0D1440EFE7D08AEEF | sha512: DA84F8AB522ACC50A84E59376DDA52811892829836C552F9019D3119CDEBAA80A06B6F0690A631C92C6F2E675280707332878F2C2A7E846F585771ED17A8AEA6
System.Runtime.Serialization.Formatters.dll
md5: 542B99EEDEE06CE6EDA8B2A8CC0F96D4 | sha1: 7D00B0C9079785A09EFEE2338037B3F1C842BE6C | sha256: 1AF05624BCEA3A08A9A917D3DF225832FA65929072FED593E3D1EE08FCFED4B4 | sha512: D4E4CDDB4C39D3E363F509A2F95E85EB679697AA13FAA2314E36A5036056F2586664E7B1A275F9701B5B1039637EC4E5449C77A61B60E08FEFB8A38E20E1056F
System.Runtime.Serialization.Json.dll
md5: 12DB388BFD816742C3BD09FC72E6450F | sha1: D3FDB01BE1751CF3A5BDCB34E42E9CA3666488D2 | sha256: 460FCB2A183ED8F7C9DAEAC2E0E82245974B34CA31C67526C04C7E5A71D5C905 | sha512: B75C796B26FDC7ABC493065266AB4E3E098B72721AC704544069A4BBB60A24573C5FD297B653F05CDB599BCF1BAF7C6949FD3CB176615D4C8F352A14BBA6B07A
System.Runtime.Serialization.Primitives.dll
md5: 436B279DB8770CE8080C33B547C8CE5B | sha1: 89887FD7B69CC39A060E370AE347A700A0C73944 | sha256: 7E2B06A43534E6387DC4BED99FABBA543DC2D8351E5796B9CFCD1D3AB1B371FD | sha512: 13B1725A21DA7A86A8D4B8D155F9BB691538F0DC22F0814D7484E269B0288192B9349C11056AA70E463051EB7916AD3784BAF2BD41F6D54DEAACE414356EB197
System.Runtime.Serialization.Xml.dll
md5: D03093ACE4891F97DE3E017C81C43823 | sha1: AC318B4A154916EA055E4A38E3C3CBFC8A4ED38D | sha256: 81B681663050F2C63E6C062671959018156EDD6BC226C98C6A786C6885A4727E | sha512: 7CC13D1A96F7F793F7375F8632E99D21557A2C98D0913AAACD49C139756B58394A0AD07733E626B40B8C710461025DBF5D10D1DD5B7FDC369B384304F95A9B23
System.Runtime.WindowsRuntime.dll
md5: E2086F207E7670F7DE1CE214F2D4B345 | sha1: BC6CBE49AEAD35F45889CEA8A605178B3F9FBAC1 | sha256: C4A0AC169F616C2D3CAD04B8E0E3946B5D86A50E4E422A7FD5CF96BB588C4E81 | sha512: 2FD9F3BD3165FDE147EA7D2B17DA23646BF5E26B2F31D3EE87EC2E901AC41E4691111EA82C9B25360321001922CF638F51DB440E64D371E09824723FCE1B2314
System.Runtime.WindowsRuntime.UI.Xaml.dll
md5: 372DD9DE05D01AB174D6AABDCBEA5A06 | sha1: C5E91DBCD1B8C96AD5EDD4D1E89F0CA162F87C10 | sha256: 1C6EB8B40200C5EC75BB090A3E78660826D88858CB13747A7470FDE2224EF8DF | sha512: C2382F1F7E631A823E75B1F94FA2DDCC90BA032C99087989CFDAE409D8C2A20FDAF75FC0598CBD955DB023505A1CE1C89AADCF8CE184C4C8C865CCBC24FDB763
System.Security.AccessControl.dll
md5: 008BF8ADCC14AEFD2231FFEFD25EBBF2 | sha1: 2CD2668576848B4E60885D616F4F895D6398AE1B | sha256: DCE29635066BAA363C89E5525DE31D389367B61FC2446A35450C932AFFA21022 | sha512: 72BF3E00016DB1AD8931F39EE1B22D7969C6A2D9ADB9A9EF8F0F7F28EA561C6782F2BCA38BB02D2BFD239B5ED7430B50EFA6238FD2D4580638EE5C01AEE40FF6
System.Security.Claims.dll
md5: 981EF484F2664E31C522035A8234ECA8 | sha1: 5403413FEE893A522463732621FDD5A7136EC77B | sha256: 381A95BC285600ED0C9640915EFE67276E37E49EE7437FF7966D958BA6CD263C | sha512: 689E16F0FDBC94418D053D25D7DE050B2E7581B30A1CAB8CC7F83C2EBC644F6D9735B43705EEEE4BFE59E39189B6B237569374AF1185612559C131DB89F67B8E
System.Security.Cryptography.Algorithms.dll
md5: E0547B7705BC230B4CBF250BC2FC1552 | sha1: CF7C21ADFEC93326CE260E7317DF331C60516EB9 | sha256: C3956987DD713145FB4527743937D3609A797552324AEC25E57641E76862BEAD | sha512: 26CA9347A19B473D49EFF260D53009B57C00B86B1BBCC712669D00FB7CE9C460128CC238BF78729C722EB7FFC56E891CC45BAE1548343E26923B45ADA096E560
System.Security.Cryptography.Cng.dll
md5: 51783BD499832742541A84EE54BF7831 | sha1: 9CA5141F8C380D41144BA19D01D762519BEDE9AF | sha256: 6851C312156B562A3C472458DB8516903497A9CBF33767F886DAA705C2F618B6 | sha512: B21EE40E53D97310CBFCCD6FB07ED31955757E88048C97896D2C95401D6B6F16CE6459A9E088F1363D4B6911FBDBA188AE35815C70FE427DF35986102B0ABEB9
System.Security.Cryptography.Csp.dll
md5: 6C29DC7CD07C7E2F2AFB0DC1252EF482 | sha1: D34851F86A116ED009140BAAAA6F27D81D41B378 | sha256: B095C1BCCA9E8FBD2090F89498DCB451C22076D2A3E86FB5DAC779998E21E53C | sha512: 9B4190A1F4E1FEC18AA06DCFDC114ABCF03D25EBA40B96E3AAF1F3EF3147EFC95B22747E6616E0FB176A0AB7E2E6842511CB2495F1BE28353DA4D77B43922C28
System.Security.Cryptography.Encoding.dll
md5: 4927AF068CE1115807296522C3C33032 | sha1: FA5E38ACF3815AC3D7330A73A29BC85675A1E2EA | sha256: 560CAD972588BC0A33C37DA3D4E9220923976D8F76B04265E78A499E50C66A12 | sha512: 214CD913CD82F107270F275A7D809D5251FD154D2F3011A56EF4C404A201D3FB36A83D7C892448E71724B49E257E6225A7AFF7295FC52FBCB3E5C38209CA4C59
System.Security.Cryptography.OpenSsl.dll
md5: 8A21C14584FCE4126667D23684833C66 | sha1: AC6E984B7136FBD89BB5125A63D908BE6E8CDDF2 | sha256: 2B695579A69BDA858BABA7F635F8926AAEDAA594452423E7CE5832FC16A13D85 | sha512: 6EB01430C9090A91F77D9FFC2B292CA22EAAFC9AE020D8717971B67A99A9F01B4770157699435A716FEF2317777C03DBB98EBC275BE5CEE0DB52BCC1E30640E9
System.Security.Cryptography.Pkcs.dll
md5: 8780FD7B282F4D050B20D83BEB9B9350 | sha1: 0BFE145D9253FBBB4F59CF4E4387ED62AE028978 | sha256: A3B0AA0A332AF484ECA0D2DE6990981ABFB006492A16B937835444FD242D1DAD | sha512: 8D8F478E9E473F8B63AD4FB39989A76D8BC53141A7828F082EBFF7AF1ED4BB116CC5E78E141B26EEF9FFAC047409666665A4FC809B148FFF76FDE15718F5AE7B
System.Security.Cryptography.Primitives.dll
md5: 9AD78A791A4C3D445581ECA07D58503B | sha1: 1E5FCF00A09C67F15DF0904D0B75B0F56486BB81 | sha256: 21D327F5CC681EC13C173835CADA15D56357699BF0E7CE65195099BB19D40DB5 | sha512: 68A4450E2770D5A1566DCBE706DE69F05E2F53D8679099AAF0B15A59FBC21728F2C4691A2411AA1EA00403065E59DFCF954563A2E1838A1DD6AB1EA1AC2180A2
System.Security.Cryptography.ProtectedData.dll
md5: 39EC114ADA926E94CED0FB86F5456F74 | sha1: 0A4A4F51477F270B5F47D2B4A38E9CCEA3FFA473 | sha256: 53323A9D92493AA4503C8677854348E3FD393B809704E282DCD04488756EAACF | sha512: A45B395F13548604C1B2856B0039E095F49F70CAC57A746B2EA96298126643C04A0293A0C467B1AE463E48CF033DD1E0B7B26049DA436DE12241A0143D251FCF
System.Security.Cryptography.X509Certificates.dll
md5: EC821A58381499486A4CAF712AEFEA1A | sha1: 39E211AAC6A46BB2CF27607DD3D67247AD1E453E | sha256: 3AFE0AEAE90B65547AE5C2C97DFB9AB4955019450A69073D409E7AD7695CF19C | sha512: EF010A896185238FB281E5226D86E2CBCA0E29FC9C779111528817F2C43EEFC61D5F10A40BA103970958BBA78C61CE89D1C8E22A4EFEEF628C4AD87CE5F1BBF7
System.Security.Cryptography.Xml.dll
md5: BDC88B44DF8F2E7C99034B99FF1E6E0D | sha1: B79ADDBCA2EC7AECAA8592F7B73BD3E4C0CE0FFC | sha256: 6ACE69F467668C813C1C2A23A61EAB7785A1D15624B24FF31F83E158A774F183 | sha512: 85FB2DBE8831F9B276C8B3848DF12F58977163C8769BC3515B60E607D1EECE41A4FF9A2BA7A08C3FFFE89CEDFBD98E019320E05A6086998EAE2F76B0B75AC554
System.Security.dll
md5: 96D669FC89E360C89C7C85104A1145AA | sha1: 9C5BEB18EBDEA577E67C1610E31EC62721FA5611 | sha256: 9EF2A00FC7730944EEC9FF6170747DF1875E75D7E4F56D6E5BBD85A698A3D1A2 | sha512: 8B67CABCB194AB5281E48DFD5F5C1AA13710C18E7F83D6464CE50739E699A1A6400ABC2DF44C01241165C0452523AE90F3A14D47D74C8014DC6D26F9D5A95695
System.Security.Permissions.dll
md5: BE2693C0604AB9995968EE147E165B67 | sha1: 313F1894612CC596AB84F291C7B1F4D9E4B0F293 | sha256: CB77022062576F6E95994CC73E78172F06603BAE2799E62D99253CB3F34FABA2 | sha512: 34E16ED4B74C0F8E535359BEFF78F31B5D7CC0CA17E57D0D39CE535915399B6A13F6241DF0BAD5E63BE184E448655D053C09EC7BBE4A4F43717C16014CF7FB5D
System.Security.Principal.dll
md5: C39E2D2D562667BF82A4EE7DE029BFEE | sha1: D35DC3D5782E4807D2D92C7C4AEF669F792F0C7E | sha256: CB569FAB529829F28461B8DFCD2E401DBB21AF9082D49909EC2E803E1481355D | sha512: BB9206216050D97B97147296AC1F065F1B423E0FDB36BE171A9E8526864EA3CACDAAC24CFA147DA5D4456EC5ACBB3A4FC4003E00714DDEBFDF71632B449F8F06
System.Security.Principal.Windows.dll
md5: C4101DDA65B5F3094301985C455A23C3 | sha1: CE597EC0AF6EA41BBBDBAB4E6ED297559B776F4E | sha256: D52352ECBE044FAF4D0C762324E6A88811E51F708F2257138535AD87E7A044D0 | sha512: E6D7F4A2F16DD8270297DDAC8A361B15F64A327029D1C9F1DFC73B1CF94CD29F073E99A68C7C3C6E3026C4B1A5503411F32CA25CFEFA5CF8EA16E0E2890241F4
System.Security.SecureString.dll
md5: 8B5F8747F0A331980B7C7137E0B8E58D | sha1: 1C924E1CB843B25507E964DE846E8A32BD2DB7D3 | sha256: 91B1CA39C4798D96F4E90CE3F413D00F57CFC14099F6BAED0CB76004399E02B8 | sha512: C65E476A22D97CB2A2ECF94E4E562C980FAD3FB9E29B635B6F6E66F2D99D102895340DE787A83D4902EAD096D97D99F049ABD5D3277E4FDED18D6887C3B36C15
System.ServiceModel.Web.dll
md5: BA4842D8F2FAFF71BA4D3316B9069812 | sha1: 88D76FCDAA3908E8C537055600C13DDBA5CAFB90 | sha256: 92B67EB47F93421882AA9E553DF4C5C0C9B40ED540C87EBA25D51CBBE5730CD2 | sha512: 1DEE0A3E7B5685BFF6C5F66F69C99282B1E35417AF77B7877251D7EF7C682B2255DF3E3B3FD8DAF3EC40A9FA1F1E3BF8F1901D01C6069E45BF43E0F705F4E18D
System.ServiceProcess.dll
md5: D4342882A31D0158C950014669FFCBD0 | sha1: F736B0424259BCC516CDA5271EA198C0D81C3CBF | sha256: 321263537CBFCB60558CF8B83BDEB39E5A4FDE9A519D3773AE2404CC701E60D3 | sha512: 7A422ADD6C3F3E3582717D35D6996F41C5DBB1701355711F3766AEEE8F745C13F4F4E1E42891EC67E0199D503964ABBA10698BF18C5D2D0E5B780F59B5A4C8DB
System.Text.Encoding.CodePages.dll
md5: EC5173B08E8C0D9C93B40B57EE0798E7 | sha1: 408526A258EF2AAF3B7C67C42106AE3024B35291 | sha256: C6AC56E05A69AED6565CA635415DE9DFD8BBCD5BD031B5831915EDB9E119B338 | sha512: 7762452257B840E7CC5A95CE8BAB7B3F469CD422667B1F0A7540C82DC596F150FD6F2985786B9DCE66C175F8CC2007A1C676E933BABAB0148A88368BC4936CA6
System.Text.Encoding.dll
md5: 2133A799B0DFC767BC11C064B36633E9 | sha1: 2E482C10A1BC7E342D31C2C159F4B738AE8CE07C | sha256: 1EA4E66A131D48B502929C90454AB64D4C61071EAD52D897450DD56E79D0ABC0 | sha512: 9A50DBC778664C4EF5BCB478FDC03DD7B902497B4A522087A58C9520123A993D7E9BB653647E3E45DA434494BC6646445AB4CB3DCA471E2E96C9CF358803F8F2
System.Text.Encoding.Extensions.dll
md5: 28BCA17CDA96F30534D5D3F867AE64AE | sha1: 942AAB7E87A8FB0CC3BD4A42D013C8E0EE6CCF42 | sha256: 5E1BF3D955D4D7D63C73291B0E8AF3A5609798A23D168EAD24AC192FDE9C4C01 | sha512: A9DAD296C4321F291780DC349E0F67D78175D25EA4ACDA149C3A31B135F05581721FFDB610711E712B1B909EF8CA12E63689FC30312B46E1C197DB538FE628E5
System.Text.Encodings.Web.dll
md5: 51250CB95C8BC25BB044EA520009FC82 | sha1: B6BF110E97739B19CB457CFC25B743B972ED41CA | sha256: B036B709A59D69951F09D7A2275D0C15B385B2FA8087CF959E8C83E5D0B1E4F0 | sha512: 97D3DD557D706F14C8840D848AB5245E5E5A213CB10E391F2F3607F278F2BF7486F533C2D053B91B84171EAB1953B8F9F3D1594244226A3A548099CD50954A69
System.Text.Json.dll
md5: 79A826CAE8CE1877FE9D607DD0F6FAB3 | sha1: 24428E5DF814A0F9C3E427D78A9F1ACD43FF7D5F | sha256: 9FF4D80E6604E8442FBA36EE5FA1654758FCE9654E8CAE918D54C3C53BF1FAB9 | sha512: 9635A8624FA66989ACC76655FCAA34918D3D35A5F8BE74D886A90681BD626E5791AC41E82CB66A041CEC1C6186B66E1F8523D665C01931A75E1FEDABC29E5630
System.Text.RegularExpressions.dll
md5: 80E06CFC56776E751684326802FE7AFB | sha1: 153AFB2D896BFE71284212BA785C68DE44D36DAF | sha256: 7714A45B2529C1A382697BFD645A8E20AC5B8681A1046DD8BAEEE4160F859E2D | sha512: F6C635FE222A22BB9A13B4D1E46339F086CE7DDE15BA111C9C6B352AE8E76E4D01390B96C24151871670FC92FA5FB1D57657D315F4FD132C185DB29BF76BEF11
System.Threading.AccessControl.dll
md5: 98FC5A5A0FF1E1FDBE33C8C52C6B71E0 | sha1: 2E5C18A71AF11FE9E54B034303CF0E79C80AF55A | sha256: 9C2AED0E6529BC1770165A3A7E27296B4B1E6CF93C858F8DBF5120B227E69EAD | sha512: 9592C0C83323652F2DD7B5C63494CF2092B5CB4C7CC4489992AEA438A12E59725F3C520D6F3E1078598D7C15C98FC7E847F8B0BABD0796DD63A9C867F823063B
System.Threading.Channels.dll
md5: D352BDEAF75A422DDD1D5CD6E714BD89 | sha1: EEA3CD0E1694FD19F012EE6A36844F6DD30D94BB | sha256: 984EF94D54E367120DDC6643D92D8372E27524CD93971C84FD9A876E6DB61C2D | sha512: 5FC24084B076641B3A91175CE0C2358D2837D1952664145D85DDE8F41F549144506EFB7B0280550D0E15B67407A33669BC1CA16FFC98C838ACF31FBEF97B7D09
System.Threading.dll
md5: 041DD95ED8A121A4695EDC287E4F4EE1 | sha1: B90394EBB734B5E83DA096D7E0B302E40422FDC6 | sha256: 89DED7E509AB637178C884C658E7A326F44D408B13B0EDA8047C42A87A912CFA | sha512: 9CE1E556B04D9583AAC0F5F7C6F98DE7779864E3FDB407FB33736F9B7277168FEEF5918426F9BAE61DE6F5FE823E73A9CA0B7E46CD4E152BE659F05DFB7547BB
System.Threading.Overlapped.dll
md5: 6A8FF1DB8876C5F52A183D4AE99E18FF | sha1: A5A841C6B812BAB583A6EC5A313AADD39B617006 | sha256: E759AC96D411911D9755F9AFEA452EB8DF60569364728D38946E2A7CA3463846 | sha512: F1FB7AC096E3D2B519E43AAD85C59A83EBBBBEFB766D96D65DEABD196BCD58616BD8C47508BC9BCA32638D022ED395FAD18BC8F555B43A42C1E268F00D3BD465
System.Threading.Tasks.Dataflow.dll
md5: CB9B189AA4D441D16A9E2C44F0DA7C53 | sha1: 388A45702FC64D3C1162FDAB0E7BB318E73E346B | sha256: 027C0CDB9FFB856C2D56BF8EDE3F27BB04DB0DDF5696C7FD7ECC6D49503D98AB | sha512: 2EC7F5A7C62330E1B9AEF7B649146CBF5EA77608BA23C4A3207723BB6195112A7ADE48F5C065AA430F939B7EDA867EB585E373AA9667B453937751F3F9E0EC8D
System.Threading.Tasks.dll
md5: 9349BA5522887103BECB559FF6E392B1 | sha1: EBFFAA748953C0A4BD555FF207D6B78D8F2B987B | sha256: 22A579EC241A8AD541C15F803467568CE33A3C34E24AB55231DBEC285F37B32D | sha512: 4C7CA7BF0492C6E592A9276CE1FB8E50AA2CE57FC957BCC16EC1F07D02232463FDE378491CE752FCFE51D72AB96CCFB11A94BADB41EE4D2F0E3CF7EEB7BFBC9D
System.Threading.Tasks.Extensions.dll
md5: 85D77890AB8A61F70EDA7224EE11BE78 | sha1: 8CF4EF8F6027EAA10523E34B473AC0837CBE3147 | sha256: 7BC3586B871158EC68536CEB2F5060AF574D5033570CC76DBAFDC98775447937 | sha512: 4F8EF4DA31ABB3E0E0AA7EEE093B7F543E0F9963E6EBC185F556222AEE6118E8AFF5CD0D7ED8310BB810411A97046804D6C71FF3F3009BAD73420C0812B19B1B
System.Threading.Tasks.Parallel.dll
md5: 4B33C99F0B5B687CA8204841204DCB92 | sha1: 07060A77CD62852FC5D553820E2BA94039401CE9 | sha256: AE11B5A11BB5D341ACC610E8260ACB80518011CAB5729C7B1A4D0B6FB5C5C91F | sha512: 1C2B3AD63AA3A35409B32E39A38467C17E8F4501AE42D2D98259EA58D2204C4A9FA5DF9E00F1635713B1BE347AE32BCE5117C655EB237EBD504C1CDD896522BE
System.Threading.Thread.dll
md5: 2F66F78C3D49B0635B6EF8BD112FCA9D | sha1: FCCB51CEBE65D19CA7E78A2F2AAE0BE668FFEAFC | sha256: E829E7BDD050E22594199043467F4AA9EC332281A6D802752A94542E7FC7CBE6 | sha512: 4D38AB654E9457569AC1C374D2AAF78BBE3DFBA16091639E715605481801CFA0DE627284946AF66D63ABDF4FCD616638B04FA583DC580186C8596BE50A4F38E8
System.Threading.ThreadPool.dll
md5: F8245729E2664826671991A0EEC5D7DE | sha1: B858002458F5EED060BB7136019960132BDFE53A | sha256: 26691F398582CC53F753B06E59B964E4A81004A9CF49702F713D5E51448E341C | sha512: F95CCFC96717B5249D4F94A8459A626B384A6C28E1C6C2B45701F66041F82F25AC89B351F1125D3FCEFE2BC99E8910C0E662267318D34D768A9CE8691C260E14
System.Threading.Timer.dll
md5: 71A1489345FE24B821E09E8DCC5250DB | sha1: 6AAE6098D465D0691E3F9A171ED5D3E3C2125E4E | sha256: 3DFBE8F19AF966AB34FAEDC158D4E7E165EA6B4248C9697B8265A927C61F3E88 | sha512: D91D2A6813ABA6601F862179F398419FF7D5AF70C43D3A5D3C426231B6DB84AEBCEF804BCE0E7780AED18FD85C525F932FD9377ABFAD95DF7C5DC87E089C718B
System.Transactions.dll
md5: 808A78736177A10F7386403996A0BB60 | sha1: F4F6726C5A9345B5E3ED6B4303897C672E634644 | sha256: 31D5899C4536B3B18A6B289F0D998D02CE4FA8DB9EC48E73002FD07807B5CDE7 | sha512: 27B1BAAB456BED85313485865EC6108E957B9FFC66C67C8F0790701229C1ACC1075479F003B572267E502F3327DD45293B1CCF26B40D82E68F8667DD3779BF68
System.Transactions.Local.dll
md5: B8902E4A5CA6A3128766AF5C78EED390 | sha1: 93D09772B1ED4382E987BE57C57286FC15FB3F2B | sha256: 18B581EFD2E105350ECA8DD8E278DA3E725CC22AF198F96A7417A23AF6F99D94 | sha512: 44A284034C11EE0B33CF7393D8CCF74BF1C4A8E2709E30C1708FDA81C79ED32997117B2811C49FB7E9812BBEB17B7273FE9E3DB2BA0F55EC81D21C5C2EE2C1CE
System.ValueTuple.dll
md5: 8238FE8E1763E5379AC68BEDC3B602B3 | sha1: 4FF3C3A2AF588B2B06F627BA0883016918EE4771 | sha256: 87BAB14151EF44A4B02788C0786BCF0D6E34D2520878771A908E6FB255BE11BB | sha512: 9BF0DCA3995A43B34D8713C8151E06B2CFEE974B3F4F7AD5B2C4F4080D54C0521279D0A0345AF6CDDAB262DE966D5D38F066DEB09EFCA7AA746529D618BE0D66
System.Web.dll
md5: 2B7637C97F6873C2DC57695DC558650B | sha1: A81B8ED9BE9E95A618AE62584139EE531CB38F37 | sha256: 2EB3DAC2A1EC9D1A80A41F25548939C143F7676D8EEB1D8EC61A5B48C057429A | sha512: 4DEBA5929078B8161B229B5DDA3C72A99A71D86623EF4F2D12161D4B94D342ACC222DFBDB3E63A955A6A32FF9D2CAC9080656B9A92783B08A6A3E2FB7AF1D857
System.Web.HttpUtility.dll
md5: 3429C51C158A846F67E2911137BD2C56 | sha1: F8F38D3E8DE0AAA469DF6976E9B50E2029ED83B0 | sha256: 01A8B10A4268DABA72E7D6363E4397BE505E1A73812603DDC9C8D62D748D54CB | sha512: A761BA3C8125AA30881F6F9EF7DBB9A62DDDFC8352879C3BA52EC48B2A439F8237BDC3B57F5D36AD7212F283EACB92657624DB5AE034E5B5BFE2372C6029B437
System.Windows.Controls.Ribbon.dll
md5: D6F46BEC8B2F6AB8ED20A7C00E765610 | sha1: 3FD527DA4150F9F59C522204962C16557EDFDD6C | sha256: 06C07603B395C664D3D203669EEE13BCF83DC914BB2F4EFEDBD2F26FC7DC6DA8 | sha512: 353CE23E10A0A6D923F61C2FEF62CE04233A36334BDD6B8BE62A33EA258A92986FA8421DC86A6C26C2702A733C14C0E9B6D5DFCD39C045E6CC50FF6E331D54D4
System.Windows.dll
md5: 913F39EDBD9E76FB82F535CEA03B62C2 | sha1: 2FBA8D59539AEE5F37D67EB6BD11BC17DF58597F | sha256: 728915FFC15BDE4ED177A3B956541F864362F5C7D00C34A6012D0FD1A3412DFE | sha512: 088E9602543A846A8B10EBC44C0EBC4CE8AD5F4A3B2E3916B3F2A4702BAA807BC7AB29F02585E4DF183D9764024B472B87BEBE4CCC136EB02C7CAC9675A5F82E
System.Windows.Extensions.dll
md5: B19829CAF70591F68EF8C35E041141C5 | sha1: 8835719F34BCD7C0B7FAF135DB3125726C5C35C4 | sha256: 0F94E85850406E51AE1997AE78B777AF8FBBC3444D063ED622697289806C37DE | sha512: E5F8B9A5F10397D31DCDE459A4924A66852FE62416123B955851F2E04190936FFAE24A31A3628EFBE6646EB6EDEF0776ED8DE928B32D28E367FC4983C8F84022
System.Windows.Forms.Design.dll
md5: A01A3ED4D0CADDCC5D0417310CF52681 | sha1: AF7DF87755631B9D51CDD310482A887757AD358E | sha256: 159B58BB8F37D2C29C44231E3D55A5DFE1DCEF6D7E9470BE0E959A7BA90D0B8A | sha512: 43C4E98D7678D0A10A21BAFC0C8CBA55D4916A102DCD96A5707A694C7AE86E12710492A448E2E8D4356E4FF795275D7ABD23A12E61CF229A70EAB8F6613DA53D
System.Windows.Forms.Design.Editors.dll
md5: ABB5FFFA87C80AB416FFA181F4576A20 | sha1: C862215E2DEEDA239ADF286DDEE39B2D0CBC5907 | sha256: C56DCB2405D3A89A875E2D57780DF13AF6793C6870D4DAF31E356DFF659560DF | sha512: 30DABA7C55253CDB843B31C8521563DBF37E72C9EA0A9A981140DD60138A26672743179AAC921F43A80CAD07FE01ABCF6E244C112782B79912113DE8E35A9B59
System.Windows.Forms.dll
md5: 357DBD2CBCCB162C550847DB5C566159 | sha1: B54B84B59EC27C8513380133C38E2B752D9ACB93 | sha256: 85930DD85026A97A1135E77609008028C107F74EDBD9FE9ED406C86E6329F44D | sha512: 4A74D953A80140A2C3C22B8727B1B25548D6BE48BC01E4C2849D23C95B9BFF7F0A26890546A4ADA86FE9E4F247740AAAB55717EE661337D89D942F25876F36F1
System.Windows.Input.Manipulations.dll
md5: BED086B42D231FC4CFEBAF50BC2E0670 | sha1: 7A1E86C6CE92928099D1AFD56E84D4DED8E9411A | sha256: F5F88A3C7319FAD255BA1E108E828A9FAB9D5B02996A77DD84543EFD08F1E0AC | sha512: 093476FC14CAB4A3635501D7C0F68B0F516F3DA289F85F5888E513F08AC67DBFED8B0DD1A70EDA4D4A13316B9F0EA3F0064FAB7A4B4743E5AD74570E3D02647C
System.Windows.Presentation.dll
md5: DDB5E795501A24FDB47C9E24DD4D7063 | sha1: 10AE6317AD67FF66D1B1D44354ECC424F4993C20 | sha256: 44B077A03D8384E05C4B44C12587C2E45EBEEEE673E4404114259E7723422E14 | sha512: AA6B13DE44E985B9BEDF6844D3A9BAFDD9D45C449AE6C59B87F0D482115DB6C81BC60FE38CFD5F02DC37E119AA34FDB7E7A94DE0E8653AF2ADB6E6251EAA0D6C
System.Xaml.dll
md5: 0B932ECF3E4FD11A7713E2684F0D48B1 | sha1: F09695EF9CD5EE2B0FBBFA6916EAA9631BA532FE | sha256: A5BB67B00032B1CF33F3DF844F940263E238E457C677F189AC6CC49A88F2EF70 | sha512: 78E150622D70EC197AD9BDAEF70930F3C801EC30E47A9BE04B76A5CCFC8A9234CE315E5432A837408DBCF377B21D02282FD3BEBD023ED398ACD9F8B1E88A9731
System.Xml.dll
md5: D6727E630577EF2FE0433012E93079F8 | sha1: 339EB203A46451EEC506EDCA8E30E6BCCF392707 | sha256: 9B3D2078BF10AF78DC4DC6CF68CFB51D8CC65D4FFB9861590A8CCD4DEADF49B8 | sha512: DDC47DC2EF69572C330FA9BA2513C670ECCD617170073A9B442940F58958EA6347081DB10405FA9814D7E62077ACAFFFD39A326AFFFC90CAB70DF8DCE98DD787
System.Xml.Linq.dll
md5: D63BA5B661B9ABC921243BFED0B3019E | sha1: 6BFFD13C95AAC099717D57ABCF58C93ABFAC1B43 | sha256: 4FCC1E783F5584EE857F4652DCDEEF3E257A8B0692BB317E38699C21EC70184F | sha512: D6752E2BABB5CA1E6BC17EF9279D5C7B02EF18EF7B6DFFAF5EB8F85432F926099B8A597BDFD593B7318A2FCB464FA7FFCFA798B12996ED3CA17C3628BE707CD3
System.Xml.ReaderWriter.dll
md5: 58FFEFE01A26CBFD86103E34963825AB | sha1: B85E18FB2259D1904D07D454FF9CA8605ECD4692 | sha256: 8B79BEB1E9380D95342D73115F8DB8BB7098BFB2E005ACC667131FA5BDD18403 | sha512: B155EF116615C446D4E5C52EAAE4EBD8BFB553CC3E596B663678A48F4DFF673EE7DCDFF20664315E5AC8039BF5911ED9FE31D8A5516EDEDB4E91FDED32A65E49
System.Xml.Serialization.dll
md5: A3DF216FB838D6CD20409FA29E30D36D | sha1: A5ADF1942F399C27FDE67E0DD3225E236DFD86A9 | sha256: 71BF0241B877B5B55C4DC00A938528DA80A45D1331FCAA7BE0216423A18DE088 | sha512: B60BFFC55197B1F9068C315FA1676BAC39B7DB3A2C3AAD9BC993CDFC4A003E1DDA9DA484D9A66718E19A84BD0B1E0ECB45F21CA4915FCEF2B12530295744F5B6
System.Xml.XDocument.dll
md5: B481F42231C62A2F63E1FE8E54EC9EA1 | sha1: 1E1231137E376CC94B17BDD472128F647F604127 | sha256: E476A5F29C84D68899EED2452DBB81AE614DDFFC802D71851DC6C4450EBB3DCB | sha512: 466C67F6484D7D871250836D2E74190F8CF8C67F2BC51CD89D12040A60B8779070DC2C4BEAC2B9465B0A89667B0616133624136FA4DA26B51829964431C2E32D
System.Xml.XmlDocument.dll
md5: E8DE35DCE482AB45DC86BC51328B5DF3 | sha1: 9D89B94659AF7AB439EED227161652D19760750C | sha256: F071FBED565638BE464E3BA1EAC0CC9283002AF6D69B1822685BD9F464F2F7C3 | sha512: 15A8BDF65365F093E6516AFDC597936D0D1031DF6871789226C94D0B6231BC5882B0586E54029A8C6B94B3BAA9E5571B3932FE406807B692412AB8418E001CA4
System.Xml.XmlSerializer.dll
md5: A30D2014A016CC3D81BC8D29BEA3562A | sha1: C2C39AA0D1D1DE9F345D23B842ADCBF81AC0B6C9 | sha256: 3F1BC78CB0F706FE794862CF12458A9C5A51C74E62FA585B01BB0501C0605344 | sha512: 057484C40A8296B11AA6B43D04911F44D79376BCE6F815DA44B8A2AB09A7436E297746A00892B31D507D50D94065D4D94289E01BE38A6514944CD9D5806AB20C
System.Xml.XPath.dll
md5: AA4E65F18733BF67B178D7AD35B23575 | sha1: B18760105D835585CF98E32D56DCF1DB3C6EF9F6 | sha256: 3F19AE684171A8F4A14FC93D0974B4A0AE1ACBCFC401F07B0AFCFE3B6AAE8900 | sha512: D328167F03F190F8F38D6AE1EA4E52A8FEF8DF9E9D705DB58503D024BBBDE407BDEFAD375E08C098953ECB57AF4335C6A490CC8FDBE1CCA8DEB8F5DC86047B70
System.Xml.XPath.XDocument.dll
md5: 3EFEFF038A6D4B1A2CAFFEA313B36E6A | sha1: 542378F114A7C9CD690595D9DA9A233F29BB2B75 | sha256: B9A452BC23E31B43FA726170DB24619AA2DC0750D4346F633C7554C669170905 | sha512: CFD201D14E14CBAA29385566D2E470917BEA713B42C3875BF4554CC57A30B8275BDA5B4B3C717D2FD80E8734016B0F17F76BC91A5B1B0CDA598B489768DACCB8
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: 8BDFBBE5C4BB27B9FDEE048BA43697DC | sha1: CCE3CB2D12265CF68E0350A009E2B9AC0758F8F2 | sha256: F718BEC17441864E92D37388A2294507CD14200FF7A148E316A792EAFC8A2DC1 | sha512: 5B0E3DEAB41143A10424B50DAF6CA8E77D182CC00F8A65991E6662FDF31F921117D230A86C51C96C2518EFA5709ABA460A2354823871813046132DF401BB9DBC
tr\PresentationFramework.resources.dll
md5: 101B11A29CB1930FDB9CB206CD1A1E73 | sha1: 7663A5A74005FD6D6DEFD177955F973D62294D75 | sha256: 4A8C1A4C085F4FEB2EC21E6548ED2E532DBD28D43A8718979E282AB3204EEDFF | sha512: FB005A410B7B6EE8C642DFEF2E8F5734A92B3F269DA96487C28CD93FACCC7230A8D8CED23DB27BC8DDED5C4A88F059B26514E4604D17D92FDB97860C12D33EAC
tr\PresentationUI.resources.dll
md5: B33130D31CA6CCF93641DD4D8B85A217 | sha1: AD8A1FD0D745540F6C50BFC220C736D20ED1F88F | sha256: BDF140A6CB36894FAB1AB2F01478DC7683C82DB77EA60148E31AA9E05CC31E48 | sha512: 7ACFBFB19C3708B0E7DD4C94D61E16EA133BF692AA8A3928672F309324F11D72DC795046422501939A8834AD5FE50EAC62A2505701641CF2A4FFD2537081368C
tr\ReachFramework.resources.dll
md5: 27D71E1C04F9F018E64ED95EFA4529DF | sha1: E6EB3FD67ED2C22F3BF5BA28CB60AEACF508A383 | sha256: 89304A583B382C74EE4524D60AE0D5DC0F426AE4AA3B1E95A97BEAAD5D55F300 | sha512: A0E2D4C50556DAA0AA490CE3E1E346675D0C9F788A3B21437426C5F03C0308D2289A21C07C749DA223F52666C4A17C87270947CE7C976A9E8111E38F07BB635C
tr\System.Printing.resources.dll
md5: 71B1619266D9456BF9558D0F733F2FAA | sha1: 86C404EC5F0829762ADBF47D10E3D16ACEC8F9FD | sha256: 86109FE37C68F3BAA316BC9FB6338FE38EC5CD93D9E61E25B681F6972A717C3E | sha512: 1721D92E317D13753B4E205CC0AAC3293C9FF36DF47580C643FD269889FE64B3D33F7C5E278B6D3EB4A36A78D9905498B4D2A8D7F3CE1B5697D6AD6E513C61C2
tr\System.Windows.Controls.Ribbon.resources.dll
md5: 6E5F57D3E5698F08F4A6301EF12C483C | sha1: FAFCBED6AF5489151C05C9A2ACED4EAF6579423F | sha256: CFFD8D22EDFA5908BB3D6F76B8D4E4EAD1AF917B0584A28930B510F9D40021A8 | sha512: 995AB27C98A10C8E60E51ED7E5E96A47AB722794CCF6C79BB611C158EBEF090F755D79B53909FCE4D5E9B3FA569C711F83A5D58409C9A20391649371741174A2
tr\System.Windows.Forms.Design.Editors.resources.dll
md5: 9B42B6E12CF4416E6FC54AB4B8DB728A | sha1: ED741907648403246F81AB3DA70BFDA90542E95F | sha256: F572918B81D3A486CF411573036BB9F405A12A10CA1EA2645DA70C1CE4654725 | sha512: 6B98625098C5F7EA5140DB07EA427799746A8E209DD650915BDF6732424EA430C5D05DE25D68E5065C8BA57B0FD94967E10453F18D3E7745A663F2A4BB8F80DA
tr\System.Windows.Forms.Design.resources.dll
md5: 10523DC29E3765766AFE3C07B589A3DA | sha1: 19586C3735DAAE4AC4BF8999658EC44DD61E3767 | sha256: 40BFD98B680CCC6DE561160C386FF195C1AB2A6437D6EC559BB3F197B36FFDE2 | sha512: 0E9814E42AF78048233E462E3AD9DFB9C757C83A5C862BC0FF39DBB99DAF8DAD6C05D518DA0C3A84B1EF3FF41503FFDDCABF56FD2D6FDB7E144F97B015AA4908
tr\System.Windows.Forms.resources.dll
md5: D4D305CE64D122D26F1F06D408DF8508 | sha1: C2F88491E765EF8840C128EC05703FE79B5BE1DA | sha256: 01AA670B031D3F4DF28174CEFB6BAE926E8B545BA5585474535842E2C639BD8C | sha512: C9EBFFADB25EC16D2091861F641342E7653583017874F46FD5923C9D4EB1E494E6ECF166E7324D91521C8EC8DDAAEA1CBD809B1C9B73688FA96084E5E2A6AD04
tr\System.Windows.Input.Manipulations.resources.dll
md5: A935081471A339514D464C636C6EE0EC | sha1: 22679D6715E7C7DB49EFB3D8AF1C6599F578AB65 | sha256: A7C9A1824B8D5B245FC43A823DE2CA637B25E5B1C7199122DEC1E8E90D2410E0 | sha512: 3B2DB78CCDCDC8F00C89313199F3D99D7783A3BE6DD9C7F46D88E1A02768A68B0C34247C2B3FC8CECE914F0484A48A22F3C895FB9E8AED286D50A08CF44CED2C
tr\System.Xaml.resources.dll
md5: B87252249F4BFA1EF4A861F742158922 | sha1: 32C9B2C197A7BFC15565BA547DC922810A6BCDF0 | sha256: EBFED9B6BE19C930949362689B1E997A3CD7D501900C2278B22873D796B12F42 | sha512: 3FFFC29C9B2BAF3164E22CA1ABED9EBD7C5E5A9540DC1DCC3B46802A089E64C9A3530F37EBA1550CA7BABA332F038B764C78779E38D243D71FE89DA49A50B88E
tr\UIAutomationClient.resources.dll
md5: 62DF9544C3C5B1474CC1C1FF8C3986BE | sha1: 9AC870089BD5F8A6A699C489C37E46D9ED93DD4E | sha256: 6ABF47E6699A412220978A71FA3C60160284841A3C0BF3B2C9B5671E3E4FC35A | sha512: 1642990E4172B601682A4B9E3C7BB43C913EBF1586A6AAF8FD106CA46EC7340EA6C99382AEED47FD06FBA2B526BBB5BC607B370579BD041767BF6EDDC0B31817
tr\UIAutomationClientSideProviders.resources.dll
md5: 34402414ED85ED6A1F418AD461901173 | sha1: E4C09D50633CBC87BD1B9B0B884752CF1D1BA880 | sha256: C51B22A9E4841FF8781F3C9428B713E89FB3D6232326E0746EB54980A3DA9843 | sha512: AA584394B8EF14F2F4FA92EB2ED9699674765EB8F79B57961283282CAC4EE2A9B9A64711B8FFF5CE24B67DA10D9A855DD8E71A08D0CE9251B6AD5DBD422864BA
tr\UIAutomationProvider.resources.dll
md5: 701460FC32A3577618915C57483F0280 | sha1: 8442C3846D52187DDC1487E26AA11B0014A859B6 | sha256: 15C1C901ECA3B488B889A9C2B5F8425A90E6718A646F719385D5FB83CCB47E7F | sha512: CD993592BC9967E3A6DBBED69316C04A2690E567C18AC1104111462BD4B66D27A809E4B990F67956786665BD08D598302739FA3BDD3ADC5545BA2800A7FE3757
tr\UIAutomationTypes.resources.dll
md5: 4C38BC833772B7A630F30C295C3778F0 | sha1: 891AD15FA9777DDB378CE7898ECD78BFAB43B8EC | sha256: 606F4E27CC086FB7D11C19FC512FD46CBCD2310F7A51DFFA71BE85A1A65AD586 | sha512: 24323414B3050D0604ED81FB33D3A1CF03DAE5631F41F769FC504600D82F7B8072E90F7D5C7663B5B53E713E640F4BFF731B58818BA3E0C6D92826957D02BBFD
tr\WindowsBase.resources.dll
md5: 23C830A6ECC3C52AD5FDA297A880AC36 | sha1: 0C405FF95B6C6E1F355DE23DAEB30E232B4E0F16 | sha256: D9646089AAC30218F2E9E61A4B2E88A1199221BDA50AB6A3E5FFF3DCE5AC7417 | sha512: 86504942CB9F0D75B1A307CFB9CACA3DFD38BBCC59A97A471DFBCADD53B69787CD590CBBF54FD5D60B87BB2207D191703EB4BC575D80922857C53ABDE4A73AD8
tr\WindowsFormsIntegration.resources.dll
md5: 1307C85F44A7CB3526CDC2B18A066CC2 | sha1: DBAD6E161251E67868E900EACFF5E4C9C8706617 | sha256: 9CFAE2FA32F36F978F9E46F464FB39A57EA6F39EA139746D6E3277F3E2CDB224 | sha512: C67DBF17AA1A1DEA599BE5A3A90261720184D428D57413E7D9A6977DEA1FA43B887D0127E75D80A1F08010DC351C4B7492BC575C45C520DA27327559445C85FC
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: 58C498EA080046B9364BA192CD46F3F6 | sha1: A18050243BC9D3093E23A8E420B5A27946B23457 | sha256: 85AFBBAEEB537CB60331827468E5526761FBDEB7A5869BE98619AEBF97548935 | sha512: A437AC79561B8B9A35FB64939A8BA09BDFACDBC1B5B41E67AB634F586B53930C5DFD073D12DF35367B62E5235F358AE20E48D91EDFE1720689CFDE266CF08282
UIAutomationClientSideProviders.dll
md5: 6C13C5D1C235E78C47FA4F0EA031665F | sha1: 9C2A79D0268CF31819641DCA4F73794435D68620 | sha256: 9D8FBA02BAD69068429844FCDBF708D94D4E44DC2D2F58333549209C1B6B4ACF | sha512: FFBDA9E63BB29CB48D80DDC44B1F9FFB4B61F628A93FB4B14F8E4EE49E2BFC0DCAB690E53E021CA4D4905EF55C99C040FAA70E4D9D360167D3B1606B67C6C532
UIAutomationProvider.dll
md5: 24D2091710EB7FB6C2EC8FB7B8FDF243 | sha1: EF1229DEE3BE30D7E0CDC8F8A28EDC364EC175AE | sha256: 85810DC5ED0D376B231DE31F3D99679E6E29F2F0C61B2CE0611BB5A2415CC234 | sha512: 6B9D0BA7D1E18C852CF6909FE60184403DD93E9B56FB0742F3EFE35E715E1064ADC78082E8D90B4A05FD561B81D1EAB6D5AC686AE9D6794A26421014A1E480AE
UIAutomationTypes.dll
md5: 070A8F0B179363094B0F36D17D3BA5D5 | sha1: F217DD1E5BAB7C38F44768CCF939FC2283ABC874 | sha256: 43C3E44E529297E1DD50D99FCFFD3047377ED3F8F75521C9E4B836BF431C3662 | sha512: 71A58B37B77F848FD1A7FAB19DD84C50B94C8EDAC8B7CA43F49D0A9BE3ADE4F05493EB629A741B8B59EDBA0D49A2ED4DA8E2A166F2C5F9CB18F55F5C5E3D7216
vcruntime140_cor3.dll
md5: 971DBBE854FC6AB78C095607DFAD7B5C | sha1: 1731FB947CD85F9017A95FDA1DC5E3B0F6B42CA2 | sha256: 5E197A086B6A7711BAA09AFE4EA7C68F0E777B2FF33F1DF25A21F375B7D9693A | sha512: B966AAB9C0D9459FADA3E5E96998292D6874A7078924EA2C171F0A1A50B0784C24CC408D00852BEC48D6A01E67E41D017684631176D3E90151EC692161F1814D
WindowsBase.dll
md5: F97487788022E61262F338C05909B8BE | sha1: CEA53EF08F58A602F23298F2FE207F8E0CAD29F7 | sha256: 396D99C093D58F0FE0B38E0B87A0D227FC10FD2D65389694DB9E762A2B0AA38D | sha512: C7310ED4700C58C87F7C8893249E93A04B7CD23F10B8734F9C0654E7C4E7FB0534D060A1C05BA830361F53CBC320851C404094B3148142A74FF79830D69630B4
WindowsFormsIntegration.dll
md5: 7A299FC862C9A10DDAA4AE56DA8CE7BA | sha1: 64091354A0C0CC62ACB92353B419A817068917C7 | sha256: 6236CCAE2B061DC87BB9432C740D6823AA3735DF765E13E7B14D86C2B5E7B8D0 | sha512: 567699580A1A5341591B277C9988BF272BCCDFDAC9667CFDAC881F370399BA61207B49DD8DEB62A6E2B2A4225BC462DC238186EB5F74275DD9F005797E82CDA9
wpfgfx_cor3.dll
md5: 368694090AFBB957D7EE0C23DF0294B0 | sha1: 83416830553C4D3A4C622ACC7CA5B679A0AB8CE8 | sha256: 4AA2F6168E53628C7EC4FA913291053C60E207A535092814C6E539E5FC28A565 | sha512: 0DF114BEE16D1C5F6B0E8B0C9DCB146670A8377B7BE5D64B8237848287886FD552C3BD355AEE9B5DFC24838F323798B66A64AFC0A5E70E0ED20EA40789B1FB42
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: 43F40F5215BFC39DA9C6AD93F7A4E33B | sha1: C0F656E069A67B327D3EAA1900CB309EED610900 | sha256: F27B487A32AC6972446E4C304758695813B24614DAC85C491CB0620979184E09 | sha512: 0BC94048989BDF588D8DDD96D8331EF01537A9114EDA71318EFD1C05D89EA98623C3E59EE399020E1040A3CDEC9943460C87BB0CAA097FF891D180EA52B6BA79
zh-Hans\PresentationFramework.resources.dll
md5: 58752DCB5E4CA55AEAB51CD1E6A1D96F | sha1: B8D9BAB04FB9452CF55CDBEE19F7BC89D70668E8 | sha256: 65E14D3F6DB0B9090F13282AE1A144C32C42E5FC645A6B0C712C9980DACBF68C | sha512: 16026CA5B9F0B9D08A57758B2A8A2B15E98740317E65E9D1441831B1A6F6A31B91BE3E4A03DF94C18C03030C209134C3AD9069335EC84A0602B40BF472D2E308
zh-Hans\PresentationUI.resources.dll
md5: 9CF95284147CEA882CCAD51A8A5273E5 | sha1: F62F26596D870B44BBB6B8A8E2427A4604588647 | sha256: 0A2E1E15EC95FDB2D9B75EC0449D529BC79BA84D38AFBCEB1DBFE1F292F97B4D | sha512: 0C7E7F42A4CEB2E073744EA4CA705EA08DCF06E865DCBE8FEA1250AAA5AC8714CC7AFD3D59F7795BDF62246BD63434B7D77BA962E1D5EA8611D639189132D07A
zh-Hans\ReachFramework.resources.dll
md5: 345E1CDA1FA797680C7672683980F0B7 | sha1: E2F8E491461FDE6208689E42FF6793648101C60F | sha256: A681A5788B4B1FE54416674F5380104349751E03ECF57032C26F73C8253E9818 | sha512: 5807B054E813F46EE1279B3A6013271350D5BF98AD9582EE6EC98DD9A917772E9C7BB3B1F96BEE655BC345A4D8601AE9B3A66D531AF0CDB0ED470E86144D8C04
zh-Hans\System.Printing.resources.dll
md5: 6F659CE27843D23D0D88326CCC21D35C | sha1: 51BE98D94105A5FB9BCB5101E958DF0D9966F98A | sha256: 5BA1F5C4E9FBA70B1580C6A97743B9890ABA77AE8262B58F9B1E5DC595411639 | sha512: E44498263C7B6CE553A9B7D15060B2B1C7613CA0447AE23F6C26BB146CD545F8F28B3F9FA73B723E741CAB57844727BA1BDEA846011F1E6F65EC78C7B380062B
zh-Hans\System.Windows.Controls.Ribbon.resources.dll
md5: 74ADC7810DCA25329257CE8664F2AB80 | sha1: 43ECD0AE74F3F69843F7CFB3C03583DA68A32C89 | sha256: 0B9F2CD516FC89A0B72447883B049B727CDB737AEC4D0EC4CD7353269472721A | sha512: 19AE615EF61E1DC42DBB3422CBBDA33C88269122426874A01B56824F208CC5C13FC5D826AFD68701C6B8DFEBCA956892945D47332AA378B8489C99903C1EF053
zh-Hans\System.Windows.Forms.Design.Editors.resources.dll
md5: 3D4312A72C5FC7F7514485C5578D8428 | sha1: D2606E4542F3F9D7E09CC2D2383AEA1EA7E66386 | sha256: 389C392F416F5ABDC10480E91C9839383FCD2B3EA8730AF1DCE49D7937C8EECE | sha512: 308D03B304EBAFBB867ED8B78201AF01B24C3D27BC5C8ABEB097436AE49D652DBC361C55328E91E0975BA2452E3E1F99144EEA6F359C3214EEBDFC7EDBCCF0A6
zh-Hans\System.Windows.Forms.Design.resources.dll
md5: 29D2D45509E0134B2920AB5CBFFC64B4 | sha1: B834FA8E3570B5DD78CFB839B1E15ECDD54EE487 | sha256: 099286117706322CDD7300BDC166A5BBCAAE31AE0F94A259E3F56692AE18062B | sha512: 0BDFEE7AD97A42BC70D64E43577968448D97D1DD5F0F063D0E842F71B1126C10DDBDF6CA84479D81BD355A1C3446FA1F6D85B3554BC41F9BFF251C76DA255B66
zh-Hans\System.Windows.Forms.resources.dll
md5: B5035AA89FB8830EBF0629BAFE421F57 | sha1: 20E247334E35ED30DEA1CD970F79C2A1EE61AA89 | sha256: 3D52BA31B33375E6E6E9131610BCD61DA73D809A0A4F991F0F7B87D90487529D | sha512: 65D44B8D150E3FE630587D86FF162FC96E03C94209A30113839F61212ACD74137DCDDA68AEB1A5874E37C3A5AD6F3EBC22842C7FA399D1CFD736A9158E3DA98F
zh-Hans\System.Windows.Input.Manipulations.resources.dll
md5: 407203A00688AB91D8EA523929D818C9 | sha1: B30BAFBF6C9034087CE74ACE5573870C375F0C93 | sha256: 627FFB44C80120F936A71B429494440972433D0267DBE697CAB94B0CC8303E3E | sha512: 3B8311A5064EC754C8BA67039F9A500FE0ACDD1147D15038C30620302FEE1BCAA19B20F35CE13AF199D221ED2CD565CE59995A403EE1DD9EEC49AD58A8C3A6BC
zh-Hans\System.Xaml.resources.dll
md5: 4A6DCC007682377096484A335BAE609B | sha1: 14AEEE15D6B4F520DB50BC93178A01B8C9291D4B | sha256: B47AFCC5DF4EDF980A706868627015A7F0799DDE97D6133E7833728CF682ABC0 | sha512: D8457280F1A5788D94F58A149D3B0EE1D1657D7B824DEF7F7C383AD179C851394BA9B8DE7F95D31461D21C4C161729ED63A826688EA28A098A295B54F6E5E2CF
zh-Hans\UIAutomationClient.resources.dll
md5: 4D06E00DCF209CA8285BDE639631C036 | sha1: 39D04136027C0C27F23E1786106B838ACB3AFA1D | sha256: E2976C2D9E4ED4BECEBD7D6E4C4422B755F47A3D7A78DA89FF76474336614918 | sha512: BE927238CBDF496964121EB7A08F3C7D0ABED99AF18A6B3CFA7C4530F36E7B0D0643F607388960CAE1B30FA38F4FAC4C6866330A8DE39B57401DA205024E5C38
zh-Hans\UIAutomationClientSideProviders.resources.dll
md5: 7D8CA0939BF95E41D3F978D649C153D1 | sha1: 7B9962B65A2723AA7239AE23EA9B1F4D68EB413D | sha256: 29BF52D9FE6B9BBA192F1BA39A63F9F7F570762392BB92F6365DC656BA3EB335 | sha512: 145D9B4E034A9992472D41A17EAE0D8121A2D409368864A4F4E9470A3C4112F591F169EE5D984A1049B1CC32410A98E416D73D8F2149A9234CB2B37FAE83248B
zh-Hans\UIAutomationProvider.resources.dll
md5: 981697B135E7FB98CB82F66001523230 | sha1: A50871D10C7583DCF21AE2E534B302E9BDBD80DC | sha256: DCEDB5245CEDA513A044895749F0541150EF3E6F6A319AD7C61D9AC5608E8F5A | sha512: A8098F118B92911C9BCB94178E77707D1B84A4AF5DF9E75827335BA8FFD7B9247B551D6F8A5F089811232036A45422B6E802986EE927496FD22C3D46042C1F98
zh-Hans\UIAutomationTypes.resources.dll
md5: 57C3D0885CABD611DA765CE2A60A1762 | sha1: 3ED12D6F18C4C3E58F560193A8B0AA5A9CD0380E | sha256: CFF14FC69EC154122CF4ACE20443E44B60C9D2CF60DD41300FEBD0687B1C079D | sha512: 114CD237BC0DFEC9CF8058D32BDAFA4C44C0713F2AC62BDEAC1BF068C98597BE2D42E74A708160150E3D19CE8A7123CB7A209CAD047E68AAAE403069FE3854B2
zh-Hans\WindowsBase.resources.dll
md5: 74D5AB866B6D2939E95FE0845EADC6B0 | sha1: CA78BC31BF3055B5213A99FCA58D627A706F1965 | sha256: E9F55EF269D44FAEBDD73931B8A38F78A6E1BF2DF1006BE0FC13EF40E5BB0946 | sha512: 4153E2AB4305FA7486C98BE1D7AB44D679B1D6379CA6D207D08D3FB2846AB865BDA277CE0D9C69822C59A805AFA70997691F93C5115ACFE53568C407B446AD6D
zh-Hans\WindowsFormsIntegration.resources.dll
md5: 1231851081445DFDACF806ACF3C7F292 | sha1: C164FD1BE6B65F64D28E72AEB7F88ADB5F91B7A6 | sha256: 1BD33845805FC3DD0800354F94B9A0BB5933012ED6BED07BEA429F64E20A7732 | sha512: 051736CA9971B5C2176C16B4F00292AF504D919DEABC35D3C88DE219369AAF1C6507ED8FE9BDD8A3A0E722C3A2FABF5EA834B1E1F3DCEFACEC52D2732B8E93B0
zh-Hans\Xceed.Wpf.AvalonDock.resources.dll
md5: 36A53124E82A01EADDD06605557D6065 | sha1: 9E8E98F8408568777259936138476E83D39E945C | sha256: F192568ABB7DD05A2D85FBA50C001D6A43E818AAB0B915E20977703958202A45 | sha512: 11BD8D0A84F3CA3882DFF7CD87EBDAD1662D428E7FDE66863D3EE47F09BBA835758A3DD2DB69D4E344490127FF14A4A9A1FC4F3999405CA57F2FC099EBEA0A6C
zh-Hant\PresentationCore.resources.dll
md5: 1DBE484C93A7E849505EFEB0AB65302F | sha1: B62880BD4FF12322294FE99B314C87D00F355DAF | sha256: 4B51166E04E2DF917A759F0202842EB3197FD2FC006B59D7DDB6B61972A1352F | sha512: 1542458B8AF03E9AFB42E9C6A0F6E9EF6CCFD3DD8138436693E14F0478668BFAB62308AF3769F4E6B4BA2920BE0B44A86E565FF8CB6EDBE1A6D189D24403334C
zh-Hant\PresentationFramework.resources.dll
md5: A35572A09F243BE246DC4AB9F5DA84DB | sha1: 41C563623A845A243B0FA7FCF88BD91D89FB6272 | sha256: 9C3A1A9194707F88AC55F83771984B495A698D6278CE480F6C2FACF7A9256D4D | sha512: E8B013C02515993C82CD8377110B6668DD0CA8283A8DF4C06BE981D5F9A05ED8FB81DBA6432FBB19F454B6B86909C820F57DAE3956A44BBB0C434A0EB1043D00
zh-Hant\PresentationUI.resources.dll
md5: B11029D9A93C3035AFF13B9D3EB6611B | sha1: 7418462330F7B4BC85AFA29C0D6665E46E292EB5 | sha256: C7D21CDB3B9E25B704287EBBB541366F87375D30A4B7CE1C7C01CE6EDCAD785F | sha512: E9B1F511A99882E95BA8B23033C31F80DD2841C781EA1D9F47627A29C2FA5D9E79EDD8B71CC76DBE4C47AB5C2FE047C0BA41637E1481C29438FFABC37F613162
zh-Hant\ReachFramework.resources.dll
md5: 01E590F96B7E49E9BF64F498D2F7E022 | sha1: E3671EC96754C0B78752431562404B5A0C266C6B | sha256: 6E5BCC4F444833C977F342605A3177715226C87C66675B993E9E21CC97658297 | sha512: 05B8218CFDF76242875955C47DF5D932B4E65EC75C03004496DF97870376D4AA5B7B037FF4D0132E0205B31F416F8A1D8302B3BE0A4A10CDD7AEC93D4D727865
zh-Hant\System.Printing.resources.dll
md5: 5A340CB99A6B0D35A0A6ECDCDBC66B3F | sha1: 891249507CF7CF0A60E744EFCB6957331F9CB06E | sha256: D958CCEF6186BEE5A13014098D5B8D03AA42C1001C6F3698033E9EDB23588FC4 | sha512: E039C17AEBC601CF08A51B8E45F271D02295E4E7EF536D9374BD844295ED406B30DA263924C05D070319ABB9BD803A778EDD93F694B2C1B127A1F45955D038C5
zh-Hant\System.Windows.Controls.Ribbon.resources.dll
md5: 0C0A970CBD26CEDDDD4CAB1EF99DAF54 | sha1: E90D5CB38999E76FFE79986175DD6D5078F4D6FC | sha256: CD93BA8C7DCAF11CAEACFD1511F1FE6EB2ED35DF6E56E849C899B5257E1BF77E | sha512: 2E28D80B34B301B2686A1E17F7AD06DCB2BBB6460B98A062EC99A9E21913228F0686EF67547A1BB0B4E15489F90A5DC3926A0A8C489DF5D58AB315A82D069C88
zh-Hant\System.Windows.Forms.Design.Editors.resources.dll
md5: 6FDFADDBBDBD2F646A83828215E82112 | sha1: 07472A767ADB78DC06930C4D434D068E7BE91C97 | sha256: AE17A08C325A5E4EC0D5676EE38EB9C158C5CCC0B31491A60EBED2BFF3667349 | sha512: E57F46D92444292B25D2B2C954F56E97027E0811915A18BF5680520E48EC6455A3BFF7F836AA07C5713A9FC358F42665238E32BF2313DF05772AC0E6E2DDCA00
zh-Hant\System.Windows.Forms.Design.resources.dll
md5: EA5336B4E4AAB37E030D7E50DB76DF3B | sha1: 1C639EE24156AA7021990797BB7671C98159EE7F | sha256: 849A95792FB5D0FD1D7F7B892E6605A05E37665FCE85830BBC0F90F78D2ED6DD | sha512: AD7A0CC798642F79A77C2CC95D8C875BE744C4371029A1F4372539D211B3115FC9A2F08F9D8BD26430DA8BC5291E0B9D824D4BC0457B80C298810FB00C3483E9
zh-Hant\System.Windows.Forms.resources.dll
md5: 3D2B7632EA514BA2D0423D1B0B44F1E6 | sha1: 6C782F172EF25DBE86C194EF2849FF8FC68A45C9 | sha256: C210B2E07B748F7D2742FBDEE2DD534F35EB3CA8E25B1587B87C0BED81041268 | sha512: D65B9436DF9C2C6D2C464C6BCB4EBFAA60A0405EBA610F992C5F509A0ECE6F1C22754326A80FC83CD2263C2F32EAC634423DC84EBA354C02F7442A34C0BECC97
zh-Hant\System.Windows.Input.Manipulations.resources.dll
md5: 02DC1F433D809D049932A214E5441014 | sha1: 32384782501B749F511618F164EAC2AC7C582D4C | sha256: 17C48747E52B9D91D023EED507296C8D6A16D6E42B62E09312AF0D968B66222B | sha512: 299E806972D0C8601CD883FDF35756C5884C7A543D1CAD5160AAAF3EFFB8AE41559AE9773D6C93D5A28C4742AEBC712493070FDE3C1300937102170C139C059E
zh-Hant\System.Xaml.resources.dll
md5: 84C2084BA44604D3B86359756BF1BB5A | sha1: 9438213486A3B1626C34B2A5C485965EB745E94F | sha256: 8E0009A105A10EA4EDA46DCFC4C5BD400F9BAA6EE691EA3123F034C8A45CF08E | sha512: 85A3FE50BA3B2BEA11A3BBB727580A5B0E4DF65F6D320EC777EC5C3153D583E73FCB8A9F93076F8731AD191DA170B006D1DAE18C952D1EA73510D0457A6D52DD
zh-Hant\UIAutomationClient.resources.dll
md5: C4BFF02872CEAA9961C73CF543D68B13 | sha1: 15ADBF9EFCDBEEBF8AD5EBC0AED0A946E85B8524 | sha256: 8C7F27C498F87C6791CED0B58F5187CE543323A149AD72427D9EEBB88CAE5A45 | sha512: C7C8182677DDE64E4F296F722F80E30DFA636AA329C19F26E92CE55A8C24833D2F2CDB250FEEDB5EB223C81B27C6B8ABF69DA1EA4CB14535CCBDFC23BDCDEB8A
zh-Hant\UIAutomationClientSideProviders.resources.dll
md5: 8C3A2ED34A7392E675B983BD223D583A | sha1: 47ADE0EF4BA605B4E470121C686DB1D47A8F93BD | sha256: BB4F94C8D7D48C6A0659D3B295F3121A30DEAFB619704C097D138024CD1DAE89 | sha512: E423D8DA125ECE5965843577EB8D5BC3ABEAAE1DB73420D081D32BAF7257D45380A7B7B3467728594114061457438CEF46892F7981580A51A3F294B8FCEB2C5B
zh-Hant\UIAutomationProvider.resources.dll
md5: A717582FCD900C0E64B9B162C4A89468 | sha1: ABAF5273998874042A4B1C7D91D8B680E1AB5BFA | sha256: BA46D331318F5BC374062BCB89FD0D88FC013E5C5CF6471DFCD7A2D71EA8B009 | sha512: E78A7C6BE2E0E1D3449D08696C825535597012F19896084FC6D1AA211C2AF0E3A30799FA132684733895F6B41660C3D3FCDB1EE1BCC60F282F5A32E01617256B
zh-Hant\UIAutomationTypes.resources.dll
md5: 95A1CD2EB8D89CB160EB374E511E99B0 | sha1: 2AF0C824E4FCDA982A0B1A6851C82D6F16139604 | sha256: 976DA273A456F87DFB9C6556B0E5A5BE37D236B045B1D7904FD371C3465AADEE | sha512: BEFE5255D8B407DDBD03BD59327C2D73404B95DC347B9A55DDC7413B410FCACC887668215DF6ACED2006F747F395550268E3F66CD130CD9C29EEE3E1EA2743D0
zh-Hant\WindowsBase.resources.dll
md5: A5031B22C4713B8F5CD6A720ADB2F0CA | sha1: 5564E830A14E4911AA8D2F4D568806F8B16CAD64 | sha256: A2A41DC13898DE31F42EA21A5F3C448CC3B2A20257FA98A3DCCC0AF8E076C4E1 | sha512: D6F5C9D39680CA8386CD5F51DBF9D440722C839D4B38B57E24CF98286F8A4CDDEBB6B2813CBDCB13F845C8AE310B130DA906AFCB22C518E2336669299897D205
zh-Hant\WindowsFormsIntegration.resources.dll
md5: 3CCFDDE89C22E532685147087C4334F0 | sha1: 420A9F975936971F7182A9B69506DA7AF4294CFE | sha256: 85E0AB3645CB0C5C99A41B800C33659D1732EDA43C94410371314259B27A9189 | sha512: 48A84BE06E5BBA2F655F4C3577F53A73AD47D3D25119CBEAF21C3FF394B60443F3DCADE740C7273FDB162F2D26B48042B20FEF4676E54EE1EA2932152CF7509B

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