StylesInsert Method
Inserts an item to the
IListT at the specified index.
Namespace: Avalonia.StylingAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public void Insert(
int index,
IStyle item
)
Public Sub Insert (
index As Integer,
item As IStyle
)
abstract Insert :
index : int *
item : IStyle -> unit
override Insert :
index : int *
item : IStyle -> unit
- index Int32
- The zero-based index at which item should be inserted.
- item IStyle
- The object to insert into the IListT.
IListTInsert(Int32, T)