FAKE - F# Make - A DSL for build tasks and more FAKE
6.0.0

Lookig for older versions of the documentation, pre FAKE v6? See 

v5.fake.build

DocoptMap Type

Instance members

Instance member Description

this.Count

Full Usage: this.Count

Returns: int
Returns: int

this.IsEmpty

Full Usage: this.IsEmpty

Returns: bool
Returns: bool

this.[key]

Full Usage: this.[key]

Parameters:
    key : string

Returns: DocoptResult
key : string
Returns: DocoptResult

this.Keys

Full Usage: this.Keys

Returns: ICollection<string>
Returns: ICollection<string>

this.Values

Full Usage: this.Values

Returns: ICollection<DocoptResult>
Returns: ICollection<DocoptResult>