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