IronRuby.Tests.Tests.BlockParameterSyntax1 C# (CSharp) Method

BlockParameterSyntax1() public method

public BlockParameterSyntax1 ( ) : void
return void
        public void BlockParameterSyntax1() {
            // "yield(&p)" -> block argument should not be given
            // "yield &p" -> block argument should not be given
            // "yield 1=>2, &p" -> block argument should not be given
        }
Tests