Bindable

Creates Bindable<T> values from literals.
public static class Bindable

Methods

From

Wraps a literal, for property types C# will not implicitly convert (interfaces).

public static Bindable<T> From<T>(
  T? value)
ParameterSummary
T? valueThe raw value to wrap.
Type parameterSummary
TThe type of value being encapsulated.

Returns