Boo.Lang.Compiler.TypeSystem.TypeSystemServices.VoidTypeImpl.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 override bool Resolve(List targetList, string name, EntityType flags)
            {
                return false;
            }