Boo.Lang.Compiler.Ast.Block.Clear C# (CSharp) Method

Clear() public method

public Clear ( ) : void
return void
        public void Clear()
        {
            if (null != _statements) _statements = null;
        }