System.Collections.Tests.SortedList_SyncRootTests.AddMoreElements C# (CSharp) Méthode

AddMoreElements() private méthode

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