Table of Contents

Method ForEachKey

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

ForEachKey(Action<TKey>)

Calls the specified action for the each key of the enum array (= for the each enum element).

public void ForEachKey(Action<TKey> action)

Parameters

action Action<TKey>