Add Method
Adds an item to the ICollection(T).
Definition
Namespace: Avalonia.Styling
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public void Add(
IStyle item
)
Public Sub Add (
item As IStyle
)
abstract Add :
item : IStyle -> unit
override Add :
item : IStyle -> unit
Parameters
- IStyle
- The object to add to the ICollection(T).
Implements
ICollection(T).Add(T)Exceptions
NotSupportedException | The ICollection(T) is read-only. |