Class StorageRef<T>
public sealed class StorageRef<T> : IRef, INotifyPropertyChanged
Type Parameters
T
- Inheritance
-
StorageRef<T>
- Implements
- Inherited Members
Constructors
StorageRef(T?)
public StorageRef(T? value)
Parameters
value
T
Properties
Type
Underlying type of the value
public Type Type { get; }
Property Value
Value
public object? Value { get; set; }
Property Value
Events
PropertyChanged
public event PropertyChangedEventHandler? PropertyChanged