2 using System
.Collections
.Generic
;
7 static partial class Extensions
11 static partial class Extensions
14 public static string AsString (this IList
<byte> bytes
)
31 Console
.WriteLine (Pan (new byte[0]));
34 internal static string Pan (byte[] bytes
)
36 return bytes
.AsString ();