[]
Removes the first occurrence of a specific theme from the collection.
public void Remove(BaseTheme theme)
Public Sub Remove(theme As BaseTheme)
| Type | Name | Description |
|---|---|---|
| BaseTheme | theme |
Removes the first occurrence of a specific theme name from the collection.
public void Remove(string name)
Public Sub Remove(name As String)
| Type | Name | Description |
|---|---|---|
| string | name |