RecyclePool.

PutElement(IControl, string, IControl) Method

Namespace
Avalonia.Controls
Containing Type
RecyclePool

Syntax

public void PutElement(IControl element, string key, IControl owner)

Parameters

Name Type Description
element IControl
key string
owner IControl

Return Value

Type Description
void