TestDocument.

TypeConversions Property

Assembly
Wyam.Testing.dll
Namespace
Wyam.Testing.Documents
Containing Type
TestDocument

Syntax

public Dictionary<(Type Value, Type Result), Func<Object, Object>> TypeConversions { get; }

Value

Type Description
Dictionary<(Type Value, Type Result), Func<Object, Object>>
GitHub