Exemplo n.º 1
0
 public static void CopyAttributesTo(this ICustomAttributeProvider source, object destination)
 {
     source.CopyAttributesTo(destination, cad => true);
 }