GenFu.Web.Models.SourceCode.IsLegit C# (CSharp) Метод

IsLegit() публичный Метод

public IsLegit ( ) : bool
Результат bool
        public bool IsLegit()
        {
            // todo: figure out a way to parse for mis-behaving code...

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