Header menu logo fantomas

SynAccess Type

Represents an accessibility modifier in F# syntax

Union cases

Union case Description

Internal range

Full Usage: Internal range

Parameters:

A construct marked or assumed 'internal'

range : range

Private range

Full Usage: Private range

Parameters:

A construct marked or assumed 'private'

range : range

Public range

Full Usage: Public range

Parameters:

A construct marked or assumed 'public'

range : range

Instance members

Instance member Description

this.IsInternal

Full Usage: this.IsInternal

Returns: bool
Returns: bool

this.IsPrivate

Full Usage: this.IsPrivate

Returns: bool
Returns: bool

this.IsPublic

Full Usage: this.IsPublic

Returns: bool
Returns: bool

this.Range

Full Usage: this.Range

Returns: range
Returns: range

Type something to start searching.