Delegate InputMethodEditor.OutAction<T>

Definition

Namespace:
Tizen.Uix.InputMethod
Assembly:
Tizen.Uix.InputMethod.dll
API Level:
4

An action with 1 out parameter.

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