Skip to content
This repository was archived by the owner on May 18, 2026. It is now read-only.
Davy Ganzel edited this page Jun 3, 2022 · 5 revisions

Assembly: Narumikazuchi.dll
Namespace: Narumikazuchi
Class: System_Extensions

Extensions

EnumerateFlags<TEnum>()

Methods

EnumerateFlags<TEnum>()

Enumerates through all flags that are set in the input TEnum.

public static System.Collections.Generic.IEnumerable<TEnum> EnumerateFlags<TEnum>(this TEnum)
    where TEnum : System.Enum;

Clone this wiki locally