CollectionBaseTRemove Method
|
Removes the first occurrence of a specific object from the list.
Namespace:
Bootstrap.A11y
Assembly:
Bootstrap.A11y (in Bootstrap.A11y.dll) Version: 1.1.0.0 (1.1.0.0)
Syntaxpublic void Remove(
T item
)
Parameters
- item
- Type: T
The object to remove from the list.
See Also