Summary
Allow us to assign an argument to a specific group.
- Assembly
- NAnt
.VSNet .dll - Namespace
- NAnt
.VSNet - Base Types
-
- Enum
graph BT
Type-->Base0["Enum"]
Type["VcArgumentMap.ArgGroup"]
class Type type-node
Syntax
[Flags]
public enum VcArgumentMap.ArgGroup
Attributes
Type | Description |
---|---|
FlagsAttribute |
Fields
Name | Constant Value | Summary |
---|---|---|
OptiIgnoreGroup | 1 |
The argument is ignored when the optimization level is set to
Minimum Size (1) or Maximum Size (2).
static
|
Unassigned | 0 |
The argument is not assigned to any group.
static
|