Bindable<T>
public static class Bindable
Wraps a literal, for property types C# will not implicitly convert (interfaces).
public static Bindable<T> From<T>( T? value)
T?
value
T
Returns
On This Page