Boo.Lang.Compiler.TypeSystem.AbstractType.Resolve C# (CSharp) 메소드

Resolve() 공개 메소드

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