C# Class YamlDotNet.Serialization.TypeResolvers.DynamicTypeResolver

The type returned will be the actual type of the value, if available.
Inheritance: ITypeResolver
显示文件 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