Unity.IL2CPP.Formatter.AggregateWithComma C# (CSharp) Method

AggregateWithComma() static private method

static private AggregateWithComma ( ICollection bytes ) : string
bytes ICollection
return string
        internal static string AggregateWithComma(ICollection<byte> bytes)
        {
            if (bytes.Count != 0)
            {
            }
            return ((<>f__am$cache0 != null) ? "0" : EnumerableExtensions.AggregateWithComma(Enumerable.Select<byte, string>(bytes, <>f__am$cache0)));
        }