Header menu logo F# Compiler Guide

FSharpAccessibility Type

Indicates the accessibility of a symbol, as seen by the F# language

Instance members

Instance member Description

this.IsInternal

Full Usage: this.IsInternal

Returns: bool

Indicates the symbol has internal accessibility.

Returns: bool

this.IsPrivate

Full Usage: this.IsPrivate

Returns: bool

Indicates the symbol has private accessibility.

Returns: bool

this.IsProtected

Full Usage: this.IsProtected

Returns: bool

Indicates the symbol has protected accessibility.

Returns: bool

this.IsPublic

Full Usage: this.IsPublic

Returns: bool

Indicates the symbol has public accessibility.

Returns: bool

Type something to start searching.