AsValueExtensions class¶
Defined in
Namespace: ReactiveMarbles.Mvvm
Assembly: ReactiveMarbles.Mvvm.dll
Full name: ReactiveMarbles.Mvvm.AsValueExtensions
Modifiers: public static
Summary¶
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¶
| Name | Summary |
|---|---|
| static AsValue | Projects an observable value to a property for binding. |
| static AsLazyValue | Projects an observable value to a property for binding. This value is lazy and will not subscribe until first access. |