Summary
Adds an entry to the index.
- Namespace
- Avalonia
.Controls .Generators - Containing Type
- TreeContainerIndex
Syntax
public void Add(object item, IControl container)
Parameters
Name | Type | Description |
---|---|---|
item | object | The item. |
container | IControl | The item container. |
Return Value
Type | Description |
---|---|
void |