Skip to content

PropertyRecord

[<Interface>]
type PropertyRecord<'T, 'K> =
    abstract member Item (keyof<'T>) : 'K with get, set
AssemblyXantham.Fable.Core

A record implementation that allows you to access properties using a property key

Properties

abstract member Item (keyof<'T>) : 'K with get, set