System.Collections.Tests.SortedList_SyncRootTests.AddMoreElements C# (CSharp) Method

AddMoreElements() private method

private AddMoreElements ( string threadName ) : void
threadName string
return void
        private void AddMoreElements(string threadName)
        {
            _sortListGrandDaughter.Add("Key_" + threadName, threadName);
        }