Delegate InputMethodEditor.OutAction<T>

Definition

Namespace:
Tizen.Uix.InputMethod
Assembly:
Tizen.Uix.InputMethod.dll

An action with 1 out parameter.

C#
Copy
public delegate void InputMethodEditor.OutAction<T>(out T a)