Update(T, Action) Method

Definition

Assembly XenoAtom.Terminal.UI.dll
public static T Update<T>(this T obj, Action<T> configure)
    where T : Visual

Type parameters

T

Parameters

obj
{T}
configure
Action<T>

Returns

{T}