Class RefWrapper
Wrapper around any type that implements IRef. We don't use casting because it might not be safe.
public class RefWrapper : IRef, INotifyPropertyChanged, IWrapper
- Inheritance
-
RefWrapper
- Implements
- Inherited Members
Constructors
RefWrapper(object)
public RefWrapper(object @object)
Parameters
object
object
Properties
Object
public object Object { get; }
Property Value
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