Boo.Lang.Compiler.TypeSystem.ArrayType.Resolve C# (CSharp) Méthode

Resolve() public méthode

public Resolve ( List targetList, string name, EntityType flags ) : bool
targetList List
name string
flags EntityType
Résultat bool
        public bool Resolve(List targetList, string name, EntityType flags)
        {
            return _array.Resolve(targetList, name, flags);
        }