Skip to content

I want to get fields defined in C# from FSharpEntity. #532

@hafuu

Description

@hafuu

There is no way to get fields defined in C# (ex. System.Int32.MaxValue).
On the other hand, It is able to get F# fields (like struct defined in F#, record) by FSharpEntity.FSharpFields.

There is also a way to use reflection, but it can not get the F# type name of field signature.
For example, option is compiled as FSharpOption by CompiledNameAttribute.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions