C# Class YamlDotNet.Serialization.TypeResolvers.DynamicTypeResolver

The type returned will be the actual type of the value, if available.
Inheritance: ITypeResolver
Afficher le fichier Open project: aaubry/YamlDotNet

Méthodes publiques

Méthode Description
Resolve ( Type staticType, object actualValue ) : Type

Method Details

Resolve() public méthode

public Resolve ( Type staticType, object actualValue ) : Type
staticType System.Type
actualValue object
Résultat System.Type