C# Class System.Html.CSSStyleSheet

Inheritance: StyleSheet
Afficher le fichier Open project: Saltarelle/SaltarelleWeb

Private Properties

Свойство Type Description
CSSStyleSheet System.Runtime.CompilerServices

Méthodes publiques

Méthode Description
DeleteRule ( int index ) : void
InsertRule ( string rule, int index ) : int

Private Methods

Méthode Description
CSSStyleSheet ( ) : System.Runtime.CompilerServices

Method Details

DeleteRule() public méthode

public DeleteRule ( int index ) : void
index int
Résultat void

InsertRule() public méthode

public InsertRule ( string rule, int index ) : int
rule string
index int
Résultat int