These v19 docs are archived 🔒.
Go to the
latest docs home
or try if
this exact page is available
in the latest docs.
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