C# Class SharpVectors.Dom.Comment

Summary description for Comment.
Inheritance: System.Xml.XmlComment, IComment, INode, IEventTargetSupport
Exibir arquivo Open project: codebutler/savagesvg

Public Methods

Method Description
Comment ( string comment, Document document ) : System

Private Methods

Method Description
IEventTarget ( IEvent @event ) : bool
IEventTarget ( string namespaceUri, string type ) : bool
IEventTarget ( string type, EventListener listener, bool useCapture ) : void
IEventTarget ( string namespaceUri, string type, EventListener listener, bool useCapture ) : void
IEventTarget ( string namespaceUri, string type, EventListener listener, bool useCapture, object eventGroup ) : void
IEventTargetSupport ( IEvent @event ) : void

Method Details

Comment() public method

public Comment ( string comment, Document document ) : System
comment string
document Document
return System