InlineCollectionAdd(String) Method
Adds a text segment to the collection.
For non-complex content this appends the text to the end of currently held text.
For complex content this adds a
Run to the collection.
Namespace: Avalonia.Controls.DocumentsAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public void Add(
string text
)
Public Sub Add (
text As String
)
member Add :
text : string -> unit
Parameters
- text String
- The to be added text.