C# Class Microsoft.Cci.MetadataReader.ObjectModelImplementation.ExpressionBase

Inheritance: IMetadataExpression
Afficher le fichier Open project: visualmutator/visualmutator Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Dispatch ( IMetadataVisitor visitor ) : void

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.

Method Details

Dispatch() public abstract méthode

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 ( IMetadataVisitor visitor ) : void
visitor IMetadataVisitor
Résultat void