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;
        }