StylesRemove Method
Removes the first occurrence of a specific object from the
ICollectionT.
Namespace: Avalonia.StylingAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public bool Remove(
IStyle item
)
Public Function Remove (
item As IStyle
) As Boolean
abstract Remove :
item : IStyle -> bool
override Remove :
item : IStyle -> bool
- item IStyle
- The object to remove from the ICollectionT.
Boolean if
item was successfully removed from the
ICollectionT; otherwise,
. This method also returns
if
item is not found in the original
ICollectionT.
ICollectionTRemove(T)