C# Класс Microsoft.Cci.MutableCodeModel.Statement

An executable statement.
Наследование: IStatement
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
ObjectInvariant void

Открытые методы

Метод Описание
Dispatch ( ICodeVisitor 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.

Защищенные методы

Метод Описание
Statement ( ) : System

Statement ( IStatement statement ) : System

Приватные методы

Метод Описание
ObjectInvariant ( ) : void

Описание методов

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

Statement() защищенный метод

protected Statement ( ) : System
Результат System

Statement() защищенный метод

protected Statement ( IStatement statement ) : System
statement IStatement
Результат System