PropertyRecord
[<Interface>]
type PropertyRecord<'T, 'K> =
abstract member Item (keyof<'T>) : 'K with get, set
| |
|---|
| Assembly | Xantham.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