Exemplo n.º 1
0
 internal static CfCall[] FromCall(Call[] source)
 {
     return source == null ? null : source.Select(FromCall).ToArray();
 }