Benchmarkr.BenchmarkBase.NameValue C# (CSharp) 메소드

NameValue() 보호된 정적인 메소드

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