CSharpSchema Type
C#-friendly entry points for schema authoring and codec compilation. The canonical authoring style remains the F# `Schema` DSL. This wrapper is for the cases where writing that schema directly from C# is preferable to bridge import or future code generation.
Static members
| Static member |
Description
|
|
|
|
|
Full Usage:
CSharpSchema.Record(factory)
Parameters:
Func<'T>
Returns: SetterRecordBuilder<'T>
|
Starts a fluent builder for a setter-bound C# class.
|
|
|
|
CodecMapper