FsXaml


Converter<'a, 'b>

Namespace: FsXaml

Constructors

ConstructorDescription
new(...)
Signature: (convertFunction:('a -> ConverterParams -> 'b) * defaultConvertOnFailure:'b) -> Converter<'a,'b>

CompiledName: .ctor

new(...)
Signature: (convertFunction:('a -> ConverterParams -> 'b) * defaultConvertOnFailure:'b * convertBackFunction:('b -> ConverterParams -> 'a) * defaultConvertBackOnFailure:'a) -> Converter<'a,'b>

CompiledName: .ctor

Static members

Static memberDescription
NotImplementedBackConverter
Signature: 'b -> ConverterParams -> 'a

CompiledName: get_NotImplementedBackConverter

NotImplementedForwardConverter
Signature: 'a -> ConverterParams -> 'b

CompiledName: get_NotImplementedForwardConverter

Fork me on GitHub