C# Class YamlDotNet.Serialization.TypeResolvers.StaticTypeResolver

The type returned will always be the static type.
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