Header menu logo FSharp.Core

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

DefaultAugmentationAttribute(value)

Full Usage: DefaultAugmentationAttribute(value)

Parameters:
    value : bool - Indicates whether to generate helper members on the CLI class representing a discriminated union.

Returns: DefaultAugmentationAttribute DefaultAugmentationAttribute

Creates an instance of the attribute

value : bool

Indicates whether to generate helper members on the CLI class representing a discriminated union.

Returns: DefaultAugmentationAttribute

DefaultAugmentationAttribute

Instance members

Instance member Description

this.Value

Full Usage: this.Value

Returns: bool

The value of the attribute, indicating whether the type has a default augmentation or not

Returns: bool

Type something to start searching.