BcsResolver.Parser.ParentResolvingVisitor.VisitReactant C# (CSharp) Méthode

VisitReactant() protected méthode

protected VisitReactant ( BcsReactantNode bcsReactant ) : void
bcsReactant BcsReactantNode
Résultat void
        protected override void VisitReactant(BcsReactantNode bcsReactant)
        {
            ResolveFromParent(bcsReactant);
        }