ExoModel.ModelEventScope.ModelEventScope C# (CSharp) Метод

ModelEventScope() приватный Метод

Creates a new ModelEventScope that represents a generic event within the object model.
private ModelEventScope ( ) : System
Результат System
        internal ModelEventScope()
        {
            parent = current;
            current = this;
        }

Same methods

ModelEventScope::ModelEventScope ( ModelEvent @event ) : System