Method ForEach
- Namespace
- Zyl.VectorTraits
- Assembly
- VectorTraits.dll
ForEach(TypeCodeFlags, Action<ElementTypeCode>)
Performs the specified action on each element of the specified TypeCodeFlags (对指定 TypeCodeFlags 的每个元素执行指定动作).
public static void ForEach(TypeCodeFlags src, Action<ElementTypeCode> action)
Parameters
srcTypeCodeFlagsSource value.
actionAction<ElementTypeCode>The Action to perform on each element of
src.