Files
WoofWare.Myriad/ConsumePlugin/RecordFile.fs
2024-08-25 19:23:23 +00:00

16 lines
297 B
Forth

namespace ConsumePlugin
/// My whatnot
[<WoofWare.Myriad.Plugins.RemoveOptions>]
type RecordType =
{
/// A thing!
A : int option
/// Another thing!
B : string
/// Yet another thing!
C : float list
}
static member DefaultA () : int = 3