Boo.Lang.Compiler.TypeSystem.AbstractType.Resolve C# (CSharp) Method

Resolve() public method

public Resolve ( Boo targetList, string name, EntityType flags ) : bool
targetList Boo
name string
flags EntityType
return bool
        public virtual bool Resolve(Boo.Lang.List targetList, string name, EntityType flags)
        {
            return false;
        }