The StateVariable<(Of <(<'T>)>)> type exposes the following members.

Properties

  NameDescription
Public propertyHasValue
Indicates wether there is a value present or not
Protected propertyItem
Get/sets the value in associated dictionary/map
Public propertyValue
Sets or gets the value in the current items
Public propertyValueOrDefault
Gets the value in the current items or if none is available default(T)

See Also