Click or drag to resize

ItemListGetFirstItemT Method

Returns the first UI element.

Namespace:  Kit.UI
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntax
C#
public virtual T GetFirstItem<T>()
where T : Item
Request Example View Source

Type Parameters

T

Return Value

Type: T
See Also