Benchmarkr.BenchmarkBase.NameValue C# (CSharp) Method

NameValue() protected static method

protected static NameValue ( uint index ) : string
index uint
return string
        protected static string NameValue(uint index)
        {
            return $"Foo{index}";
        }