steve3003 / unity-profiler-data-exporter

Utility to export data from the unity profiler
MIT License
123 stars 29 forks source link

Add explicit types to avoid compile errors #1

Closed ShaobinTao closed 7 years ago

ShaobinTao commented 7 years ago

error CS0411: The type arguments for method

    `System.Linq.Enumerable.Select<TSource, TResult>(this System.Collections.Generic.IEnumerable<TSource>, System.Func<TSource, int, TResult>)'

cannot be inferred from the usage. Try specifying the type arguments explicitly