Skip to content

AsValueExtensions class

Defined in

Namespace: ReactiveMarbles.Mvvm Assembly: ReactiveMarbles.Mvvm.dll Full name: ReactiveMarbles.Mvvm.AsValueExtensions Modifiers: public static

Summary

View source

        Extensions methods that provider a binder implementation for observable values.
        

Applies to

net8.0, net8.0-ios17.5, net8.0-maccatalyst17.5, net8.0-macos14.2, net8.0-macos14.5, net8.0-tvos17.2, netstandard2.0

Methods

NameSummary
static AsValueProjects an observable value to a property for binding.
static AsLazyValueProjects an observable value to a property for binding. This value is lazy and will not subscribe until first access.
Inherited members