C# 클래스 SharpVectors.Dom.Comment

Summary description for Comment.
상속: System.Xml.XmlComment, IComment, INode, IEventTargetSupport
파일 보기 프로젝트 열기: codebutler/savagesvg

공개 메소드들

메소드 설명
Comment ( string comment, Document document ) : System

비공개 메소드들

메소드 설명
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

메소드 상세

Comment() 공개 메소드

public Comment ( string comment, Document document ) : System
comment string
document Document
리턴 System