System.Globalization.Tests.CompareInfoMiscTests.CompareInfo_TestData C# (CSharp) Method

CompareInfo_TestData() public static method

public static CompareInfo_TestData ( ) : IEnumerable
return IEnumerable
        public static IEnumerable<object[]> CompareInfo_TestData()
        {
            yield return new object[] { "en-US"  , 0x0409 };
            yield return new object[] { "ar-SA"  , 0x0401 };
            yield return new object[] { "ja-JP"  , 0x0411 };
            yield return new object[] { "zh-CN"  , 0x0804 };
            yield return new object[] { "en-GB"  , 0x0809 };
            yield return new object[] { "tr-TR"  , 0x041f };
        }