BendTests.A03_LayerManagerTests.WriteThreadsTest.composeKey C# (CSharp) Method

composeKey() private method

private composeKey ( int thread_num, string forData ) : string
thread_num int
forData string
return string
            private string composeKey(int thread_num, string forData)
            {
                return "v/" + forData + ":" + thread_num.ToString();
            }