ItemCollectionAdd Method
Namespace: Avalonia.ControlsAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public int Add(
Object? value
)
Public Function Add (
value As Object
) As Integer
member Add :
value : Object -> int
- value Object
- The item to add to the collection.
Int32
The position into which the new element was inserted, or -1 to indicate that
the item was not inserted into the collection.