Interface IRef
An interface that provides access to some value for MCM to get/set.
public interface IRef : INotifyPropertyChanged
- Inherited Members
Properties
Type
Underlying type of the value
Type Type { get; }
Property Value
Value
object? Value { get; set; }