FsDocs Playground 0.5.3

Edit this page

Foo Type

The Foo Type

Record fields

Record Field Description

Date

Full Usage: Date

Field type: DateTime

is a datetime

Field type: DateTime

Name

Full Usage: Name

Field type: string

Is a Name

Field type: string

Instance members

Instance member Description

this.Combined

Full Usage: this.Combined

Returns: string

Record member example

Returns: string

this.Combined2

Full Usage: this.Combined2

Returns: string

Record member example

Returns: string

Static members

Static member Description

Foo.Create(name, date)

Full Usage: Foo.Create(name, date)

Parameters:
    name : string - Does a thing
    date : DateTime -

Returns: Foo

Record static member example

name : string

Does a thing

date : DateTime

Returns: Foo