Boo.Lang.Compiler.Ast.Block.Clear C# (CSharp) 메소드

Clear() 공개 메소드

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