Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
YamlDotNet
Serialization
TypeResolvers
DynamicTypeResolver
C# Class YamlDotNet.Serialization.TypeResolvers.DynamicTypeResolver
The type returned will be the actual type of the value, if available.
Inheritance:
ITypeResolver
Exibir arquivo
Open project: aaubry/YamlDotNet
Public Methods
Method
Description
Resolve
(
Type
staticType
,
object
actualValue
) :
Type
Method Details
Resolve()
public
method
public
Resolve
(
Type
staticType
,
object
actualValue
) :
Type
staticType
System.Type
actualValue
object
return
System.Type