GenFu.Web.Models.SourceCode.IsLegit C# (CSharp) Method

IsLegit() public method

public IsLegit ( ) : bool
return bool
        public bool IsLegit()
        {
            // todo: figure out a way to parse for mis-behaving code...

            return _isCompiled == true && _compiledType != null;
        }