Summary description for DomImplementation.
Наследование: System.Xml.XmlImplementation
Пример #1
0
        protected internal Document(
			DomImplementation domImplementation)
            : base(domImplementation)
        {
            eventTarget = new EventTarget(this);
        }
Пример #2
0
 protected internal Document(DomImplementation domImplementation)
     : base(domImplementation)
 {
     _eventTarget = new EventTarget(this);
 }