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

CreateTValue() protected method

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