C# 클래스 SharpVectors.Dom.CDataSection

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

공개 메소드들

메소드 설명
CDataSection ( string data, 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

메소드 상세

CDataSection() 공개 메소드

public CDataSection ( string data, Document document ) : System
data string
document Document
리턴 System