DefaultAugmentationAttribute Type
Adding this attribute to a discriminated union with value false turns off the generation of standard helper member tester, constructor and accessor members for the generated CLI class for that type.
Constructors
Constructor | Description |
Full Usage: DefaultAugmentationAttribute(value) Parameters:
bool - Indicates whether to generate helper members on the CLI class representing a discriminated union. Returns: DefaultAugmentationAttribute DefaultAugmentationAttribute |
Creates an instance of the attribute
|
Instance members
Instance member | Description |
|
The value of the attribute, indicating whether the type has a default augmentation or not
|