Delegate InputMethodEditor.OutArrayAction<T>

Definition

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

An action with an array out parameter.

C#
Copy
public delegate void InputMethodEditor.OutArrayAction<T>(out T[] a)