System.Collections.Tests.SortedDictionary_Generic_Tests_string_string.CreateT C# (CSharp) Method

CreateT() protected method

protected CreateT ( int seed ) : string>.KeyValuePair
seed int
return string>.KeyValuePair
        protected override KeyValuePair<string, string> CreateT(int seed)
        {
            return new KeyValuePair<string, string>(CreateTKey(seed), CreateTKey(seed + 500));
        }
SortedDictionary_Generic_Tests_string_string