Exemple #1
0
 public static List <CtxmSetting> Clone(this IEnumerable <CtxmSetting> src)
 {
     return(CtxmSetting.Clone(src));
 }