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