Interface IHas<T>
Experimental interface to mark objects which have a value. ATM to better handle App-State-Like objects without showing the underlying data.
[InternalApi_DoNotUse_MayChangeWithoutNotice("this is just fyi")]
public interface IHas<out T> where T : class
Type Parameters
T
Properties
Value
T Value { get; }
Property Value
- T