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

CreateTValue() protected method

protected CreateTValue ( int seed ) : string
seed int
return string
        protected override string CreateTValue(int seed)
        {
            return CreateTKey(seed);
        }
    }
SortedDictionary_Generic_Tests_string_string