Example #1
0
 public static int Count <TSource>(this ImmutableList <TSource> source)
 => ReadOnlyListExtensions.Count <ValueWrapper <TSource>, TSource>(new ValueWrapper <TSource>(source));