FSharpValue.GetRecordFields Method (F#)
Reads all the fields from a record value.
Namespace/Module Path: Microsoft.FSharp.Reflection
Assembly: FSharp.Core (in FSharp.Core.dll)
// Signature:
static member GetRecordFields : obj * ?BindingFlags -> obj []
// Usage:
FSharpValue.GetRecordFields (record)
FSharpValue.GetRecordFields (record, bindingFlags = bindingFlags)
Parameters
record
Type: objThe record object.
bindingFlags
Type: BindingFlagsOptional binding flags for the record.
Exceptions
Exception |
Condition |
---|---|
Thrown when the input type is not a record type. |
Return Value
The array of fields from the record.
Platforms
Windows 8, Windows 7, Windows Server 2012, Windows Server 2008 R2
Version Information
F# Core Library Versions
Supported in: 2.0, 4.0, Portable