IronRuby.Compiler.Ast.Block.Block C# (CSharp) Method

Block() protected method

protected Block ( Microsoft.Scripting.SourceSpan location ) : Microsoft.Scripting
location Microsoft.Scripting.SourceSpan
return Microsoft.Scripting
        protected Block(SourceSpan location)
            : base(location) {
        }