ByRefKinds (FSharp.Core)

ByRefKinds Module

Namespace: FSharp.Core
Assembly: FSharp.Core.dll

Represents the types of byrefs in F# 4.5+

Types

Type Description

In

Represents a byref that can be read

InOut

Represents a byref that can be both read and written

Out

Represents a byref that can be written