Method ForEachKey
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>
Calls the specified action for the each key of the enum array (= for the each enum element).
public void ForEachKey(Action<TKey> action)
action
Action<TKey>