Table of Contents

Constructor ValueContainer

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

ValueContainer()

Initializes a new instance of the ValueContainer<T> struct.

public ValueContainer()

ValueContainer(Action)

Initializes a new instance of the ValueContainer<T> struct with the specified action which is executed when value is changed.

public ValueContainer(Action changed)

Parameters

changed Action

Action to call when value is changed.

ValueContainer(T?)

Initializes a new instance of the ValueContainer<T> struct with the specified default value.

public ValueContainer(T? value)

Parameters

value T

Default value.