Header menu logo FSharp.Core

CompilationArgumentCountsAttribute Type

This attribute is generated automatically by the F# compiler to tag functions and members that accept a partial application of some of their arguments and return a residual function.

Constructors

Constructor Description

CompilationArgumentCountsAttribute(counts)

Full Usage: CompilationArgumentCountsAttribute(counts)

Parameters:
    counts : int array - Indicates the number of arguments in each argument group.

Returns: CompilationArgumentCountsAttribute CompilationArgumentCountsAttribute

Creates an instance of the attribute

counts : int array

Indicates the number of arguments in each argument group.

Returns: CompilationArgumentCountsAttribute

CompilationArgumentCountsAttribute

Instance members

Instance member Description

this.Counts

Full Usage: this.Counts

Returns: IEnumerable<int>

Indicates the number of arguments in each argument group

Returns: IEnumerable<int>

Type something to start searching.