Legivel


ScalarToNativeMapping

Namespace: Legivel.Customization
Parent Module: Mapping

To register one yaml scalar to native mapping

Record Fields

Record FieldDescription
TargetType
Signature: Type
ToNative
Signature: string -> obj
YamlTag
Signature: GlobalTag

Static members

Static memberDescription
ScalarToNativeMapping.Create(yt, tt, tn)
Signature: (yt:GlobalTag * tt:Type * tn:(string -> obj)) -> ScalarToNativeMapping
Fork me on GitHub