Interface IEntityPair<TPartner>
Interface marking EntityPair<TPartner>s. This is for internal use, to ensure covariance.
[InternalApi_DoNotUse_MayChangeWithoutNotice]
public interface IEntityPair<out TPartner>
Type Parameters
TPartner
Remarks
Added in 15.04
Properties
Partner
TPartner Partner { get; }
Property Value
- TPartner