Remove Method
Remove(string)
Removes the first occurrence of the Template with the specified name from the collection.
Declaration
public bool Remove(string name)
Public Function Remove(name As String) As Boolean
Parameters
| Type |
Name |
Description |
| string |
name |
|
Returns