Benchmarkr.BenchmarkBase.NameValue C# (CSharp) Метод

NameValue() защищенный статический Метод

protected static NameValue ( uint index ) : string
index uint
Результат string
        protected static string NameValue(uint index)
        {
            return $"Foo{index}";
        }