3 using System
.Collections
.Generic
;
15 internal static void ToReadOnly
<T
>(this IEnumerable
<T
> source
)
19 internal static void To (this IA i
)
26 public static void Main ()
30 public static void Test (IEnumerable
<bool> bindings
)
32 bindings
.ToReadOnly();