ForEachFlags Enum

Definition

Flags that are specified on a foreach statement. Values may be or'ed together, not all invalid combinations of flags are detected.

This enumeration supports a bitwise combination of its member values.

public enum class ForEachFlags
[System.Flags]
public enum ForEachFlags
[<System.Flags>]
type ForEachFlags = 
Public Enum ForEachFlags
Inheritance
ForEachFlags
Attributes

Fields

None 0

No flags specified.

Parallel 1

The -parallel flag.

Applies to