CompilationMappingAttribute (FSharp.Core)

Constructors

Constructor Description

CompilationMappingAttribute(resourceName, typeDefinitions)

Full Usage: CompilationMappingAttribute(resourceName, typeDefinitions)

Parameters:

    resourceName : string - The name of the resource needed to resolve the source construct.
    typeDefinitions : Type array - Indicates the type definitions needed to resolve the source construct.

Returns: CompilationMappingAttribute CompilationMappingAttribute

Creates an instance of the attribute

resourceName : string

The name of the resource needed to resolve the source construct.

typeDefinitions : Type array

Indicates the type definitions needed to resolve the source construct.

Returns: CompilationMappingAttribute

CompilationMappingAttribute

CompilationMappingAttribute(sourceConstructFlags, variantNumber, sequenceNumber)

Full Usage: CompilationMappingAttribute(sourceConstructFlags, variantNumber, sequenceNumber)

Parameters:

    sourceConstructFlags : SourceConstructFlags - Indicates the type of source construct.
    variantNumber : int - Indicates the index in the sequence of variants.
    sequenceNumber : int - Indicates the index in the sequence of constructs.

Returns: CompilationMappingAttribute CompilationMappingAttribute

Creates an instance of the attribute

sourceConstructFlags : SourceConstructFlags

Indicates the type of source construct.

variantNumber : int

Indicates the index in the sequence of variants.

sequenceNumber : int

Indicates the index in the sequence of constructs.

Returns: CompilationMappingAttribute

CompilationMappingAttribute

CompilationMappingAttribute(sourceConstructFlags, sequenceNumber)

Full Usage: CompilationMappingAttribute(sourceConstructFlags, sequenceNumber)

Parameters:

    sourceConstructFlags : SourceConstructFlags - Indicates the type of source construct.
    sequenceNumber : int - Indicates the index in the sequence of constructs.

Returns: CompilationMappingAttribute CompilationMappingAttribute

Creates an instance of the attribute

sourceConstructFlags : SourceConstructFlags

Indicates the type of source construct.

sequenceNumber : int

Indicates the index in the sequence of constructs.

Returns: CompilationMappingAttribute

CompilationMappingAttribute

CompilationMappingAttribute(sourceConstructFlags)

Full Usage: CompilationMappingAttribute(sourceConstructFlags)

Parameters:

Returns: CompilationMappingAttribute CompilationMappingAttribute

Creates an instance of the attribute

sourceConstructFlags : SourceConstructFlags

Indicates the type of source construct.

Returns: CompilationMappingAttribute

CompilationMappingAttribute