Table of Contents

Class StreamBindingExtensions

Namespace
Avalonia
Assembly
Avalonia.Base.dll
public static class StreamBindingExtensions
Inheritance
StreamBindingExtensions
Inherited Members

Methods

StreamBinding(Task)

public static object StreamBinding(this Task @this)

Parameters

this Task

Returns

object

StreamBinding<T>(IObservable<T>)

public static T StreamBinding<T>(this IObservable<T> @this)

Parameters

this IObservable<T>

Returns

T

Type Parameters

T

StreamBinding<T>(Task<T>)

public static T StreamBinding<T>(this Task<T> @this)

Parameters

this Task<T>

Returns

T

Type Parameters

T