Boo.BooLangProject.BooProjectNode.IsProjectSecure C# (CSharp) 메소드

IsProjectSecure() 보호된 메소드

This is a very poor workaround. Until I can figure out how to get our GlobalProperies into the ProjectShim that the base version uses...
protected IsProjectSecure ( ) : ProjectLoadOption
리턴 ProjectLoadOption
        protected override ProjectLoadOption IsProjectSecure()
        {
            return ProjectLoadOption.LoadNormally;
        }