// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. [assembly:System.Reflection.AssemblyVersionAttribute("2.2.0.0")] [assembly:System.CLSCompliantAttribute(true)] [assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(2))] [assembly:System.Reactive.ExperimentalAttribute] [assembly:System.Reflection.AssemblyCompanyAttribute("Microsoft Open Technologies, Inc.")] [assembly:System.Reflection.AssemblyConfigurationAttribute("Retail")] [assembly:System.Reflection.AssemblyCopyrightAttribute("© Microsoft Open Technologies, Inc. All rights reserved.")] [assembly:System.Reflection.AssemblyDescriptionAttribute("Reactive Extensions Experimental Library containing unstable and infrequently used functionality.")] [assembly:System.Reflection.AssemblyFileVersionAttribute("2.2.0.0")] [assembly:System.Reflection.AssemblyInformationalVersionAttribute("2.2.0.0")] [assembly:System.Reflection.AssemblyProductAttribute("Reactive Extensions")] [assembly:System.Reflection.AssemblyTitleAttribute("System.Reactive.Experimental")] [assembly:System.Resources.NeutralResourcesLanguageAttribute("en-US")] [assembly:System.Runtime.CompilerServices.CompilationRelaxationsAttribute(8)] [assembly:System.Runtime.CompilerServices.InternalsVisibleToAttribute("System.Reactive.Debugger, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")] [assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)] [assembly:System.Runtime.InteropServices.ComVisibleAttribute(false)] namespace System.Reactive { [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=false, Inherited=true)] [System.Reactive.ExperimentalAttribute] public sealed partial class ExperimentalAttribute : System.Attribute { public ExperimentalAttribute() { } } [System.Reactive.ExperimentalAttribute] public partial class ListObservable : System.Collections.Generic.ICollection, System.Collections.Generic.IEnumerable, System.Collections.Generic.IList, System.Collections.IEnumerable, System.IObservable { public ListObservable(System.IObservable source) { } public int Count { get { throw null; } } public bool IsReadOnly { get { throw null; } } public T this[int index] { get { throw null; } set { } } public T Value { get { throw null; } } public void Add(T item) { } public void Clear() { } public bool Contains(T item) { throw null; } public void CopyTo(T[] array, int arrayIndex) { } public System.Collections.Generic.IEnumerator GetEnumerator() { throw null; } public int IndexOf(T item) { throw null; } public void Insert(int index, T item) { } public bool Remove(T item) { throw null; } public void RemoveAt(int index) { } public System.IDisposable Subscribe(System.IObserver observer) { throw null; } System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; } } } namespace System.Reactive.Linq { public static partial class ObservableEx { [System.Reactive.ExperimentalAttribute] public static System.IObservable Create(System.Func>> iteratorMethod) { throw null; } [System.Reactive.ExperimentalAttribute] public static System.IObservable Create(System.Func, System.Collections.Generic.IEnumerable>> iteratorMethod) { throw null; } [System.Reactive.ExperimentalAttribute] public static System.IObservable Expand(this System.IObservable source, System.Func> selector) { throw null; } [System.Reactive.ExperimentalAttribute] public static System.IObservable Expand(this System.IObservable source, System.Func> selector, System.Reactive.Concurrency.IScheduler scheduler) { throw null; } [System.Reactive.ExperimentalAttribute] public static System.IObservable ForkJoin(this System.Collections.Generic.IEnumerable> sources) { throw null; } [System.Reactive.ExperimentalAttribute] public static System.IObservable ForkJoin(params System.IObservable[] sources) { throw null; } [System.Reactive.ExperimentalAttribute] public static System.IObservable ForkJoin(this System.IObservable first, System.IObservable second, System.Func resultSelector) { throw null; } [System.Reactive.ExperimentalAttribute] public static System.IObservable Let(this System.IObservable source, System.Func, System.IObservable> selector) { throw null; } [System.Reactive.ExperimentalAttribute] public static System.IObservable ManySelect(this System.IObservable source, System.Func, TResult> selector) { throw null; } [System.Reactive.ExperimentalAttribute] public static System.IObservable ManySelect(this System.IObservable source, System.Func, TResult> selector, System.Reactive.Concurrency.IScheduler scheduler) { throw null; } [System.Reactive.ExperimentalAttribute] public static System.Reactive.ListObservable ToListObservable(this System.IObservable source) { throw null; } } [System.Reactive.Linq.LocalQueryMethodImplementationTypeAttribute(typeof(System.Reactive.Linq.ObservableEx))] public static partial class QbservableEx { [System.Reactive.ExperimentalAttribute] public static System.Reactive.Linq.IQbservable Create(this System.Reactive.Linq.IQbservableProvider provider, System.Linq.Expressions.Expression>>> iteratorMethod) { throw null; } [System.Reactive.ExperimentalAttribute] public static System.Reactive.Linq.IQbservable Create(this System.Reactive.Linq.IQbservableProvider provider, System.Linq.Expressions.Expression, System.Collections.Generic.IEnumerable>>> iteratorMethod) { throw null; } [System.Reactive.ExperimentalAttribute] public static System.Reactive.Linq.IQbservable Expand(this System.Reactive.Linq.IQbservable source, System.Linq.Expressions.Expression>> selector) { throw null; } [System.Reactive.ExperimentalAttribute] public static System.Reactive.Linq.IQbservable Expand(this System.Reactive.Linq.IQbservable source, System.Linq.Expressions.Expression>> selector, System.Reactive.Concurrency.IScheduler scheduler) { throw null; } [System.Reactive.ExperimentalAttribute] public static System.Reactive.Linq.IQbservable ForkJoin(this System.Reactive.Linq.IQbservableProvider provider, System.Collections.Generic.IEnumerable> sources) { throw null; } [System.Reactive.ExperimentalAttribute] public static System.Reactive.Linq.IQbservable ForkJoin(this System.Reactive.Linq.IQbservableProvider provider, params System.IObservable[] sources) { throw null; } [System.Reactive.ExperimentalAttribute] public static System.Reactive.Linq.IQbservable ForkJoin(this System.Reactive.Linq.IQbservable first, System.IObservable second, System.Linq.Expressions.Expression> resultSelector) { throw null; } [System.Reactive.ExperimentalAttribute] public static System.Reactive.Linq.IQbservable Let(this System.Reactive.Linq.IQbservable source, System.Linq.Expressions.Expression, System.IObservable>> selector) { throw null; } [System.Reactive.ExperimentalAttribute] public static System.Reactive.Linq.IQbservable ManySelect(this System.Reactive.Linq.IQbservable source, System.Linq.Expressions.Expression, TResult>> selector) { throw null; } [System.Reactive.ExperimentalAttribute] public static System.Reactive.Linq.IQbservable ManySelect(this System.Reactive.Linq.IQbservable source, System.Linq.Expressions.Expression, TResult>> selector, System.Reactive.Concurrency.IScheduler scheduler) { throw null; } } }