C# 클래스 System.Html.CSSStyleSheet

상속: StyleSheet
파일 보기 프로젝트 열기: Saltarelle/SaltarelleWeb

Private Properties

프로퍼티 타입 설명
CSSStyleSheet System.Runtime.CompilerServices

공개 메소드들

메소드 설명
DeleteRule ( int index ) : void
InsertRule ( string rule, int index ) : int

비공개 메소드들

메소드 설명
CSSStyleSheet ( ) : System.Runtime.CompilerServices

메소드 상세

DeleteRule() 공개 메소드

public DeleteRule ( int index ) : void
index int
리턴 void

InsertRule() 공개 메소드

public InsertRule ( string rule, int index ) : int
rule string
index int
리턴 int