[]
Creates a StyleSheetRule object from the specified information.
public StyleSheetRule Add(string className, string cssText)
| Type | Name | Description |
|---|---|---|
| string | className | The ClassName to identify this stylesheet rule by. |
| string | cssText | The CSS declartaion block string that the returned StyleSheetRule object will represent. |
| Type | Description |
|---|---|
| StyleSheetRule |
Creates a StyleSheetRule object from the specified information.
public StyleSheetRule Add(string className, string cssText, string parentStyle)
| Type | Name | Description |
|---|---|---|
| string | className | The ClassName to identify this stylesheet rule by. |
| string | cssText | The CSS declartaion block string that the returned StyleSheetRule object will represent. |
| string | parentStyle | The parent StyleSheetRule that this |
| Type | Description |
|---|---|
| StyleSheetRule |
Adds an item to the IList.
public int Add(object value)
| Type | Name | Description |
|---|---|---|
| object | value |
| Type | Description |
|---|---|
| int | The position into which the new element was inserted. |