Summary
Initializes a new instance of the
BindingValue<T>
struct with a type of
Value
- Namespace
- Avalonia
.Data - Containing Type
- BindingValue
<T>
Syntax
public BindingValue(T value)
Parameters
Name | Type | Description |
---|---|---|
value | T | The value. |
Return Value
Type | Description |
---|---|
void |