public bool IsMatch(in TypePair context) => GetConstructor(context.SourceType, context.DestinationType) != null;
Exemple #2
0
 GetConstructor(context.SourceType, context.DestinationType) != null;