Microsoft.Cci.MutableCodeModel.Statement.Dispatch C# (CSharp) 메소드

Dispatch() 공개 추상적인 메소드

Calls the visitor.Visit(T) method where T is the most derived object model node interface type implemented by the concrete type of the object implementing IDoubleDispatcher. The dispatch method does not invoke Dispatch on any child objects. If child traversal is desired, the implementations of the Visit methods should do the subsequent dispatching.
public abstract Dispatch ( ICodeVisitor visitor ) : void
visitor ICodeVisitor
리턴 void
    public abstract void Dispatch(ICodeVisitor visitor);