Interface IMultiWrapper<T>
Marks items which can be rewrapped multiple times. Important to keep track of the originally wrapped item to ensure equality checks
[InternalApi_DoNotUse_MayChangeWithoutNotice]
public interface IMultiWrapper<out T>
Type Parameters
T
Properties
RootContentsForEqualityCheck
The underlying wrapped object which is used for equality check. It's important, because the Entity can sometimes already be wrapped in which case the various wrappers would think they point to something different
T? RootContentsForEqualityCheck { get; }
Property Value
- T