Microsoft.Cci.MutableContracts.ContractElement.Dispatch C# (CSharp) Method

Dispatch() public abstract method

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 IContractElement.
public abstract Dispatch ( ICodeAndContractVisitor visitor ) : void
visitor ICodeAndContractVisitor
return void
    public abstract void Dispatch(ICodeAndContractVisitor visitor);