System.Collections.Tests.SortedList_SyncRootTests.AddMoreElements C# (CSharp) Метод

AddMoreElements() приватный Метод

private AddMoreElements ( string threadName ) : void
threadName string
Результат void
        private void AddMoreElements(string threadName)
        {
            _sortListGrandDaughter.Add("Key_" + threadName, threadName);
        }