BcsResolver.Parser.ParentResolvingVisitor.VisitReactant C# (CSharp) 메소드

VisitReactant() 보호된 메소드

protected VisitReactant ( BcsReactantNode bcsReactant ) : void
bcsReactant BcsReactantNode
리턴 void
        protected override void VisitReactant(BcsReactantNode bcsReactant)
        {
            ResolveFromParent(bcsReactant);
        }