コード例 #1
0
ファイル: test-iter-13.cs プロジェクト: pmq20/mono_forked
    public static IEnumerable syntax_error(object _Message, object _List)
    {
        {
            yield break;
        }

        foreach (bool l1 in YP.fail())
        {
            yield return(false);
        }
    }