C# Class System.Html.CSSStyleSheet

Inheritance: StyleSheet
Show file Open project: Saltarelle/SaltarelleWeb

Private Properties

Property Type Description
CSSStyleSheet System.Runtime.CompilerServices

Public Methods

Method Description
DeleteRule ( int index ) : void
InsertRule ( string rule, int index ) : int

Private Methods

Method Description
CSSStyleSheet ( ) : System.Runtime.CompilerServices

Method Details

DeleteRule() public method

public DeleteRule ( int index ) : void
index int
return void

InsertRule() public method

public InsertRule ( string rule, int index ) : int
rule string
index int
return int