C# 클래스 YamlDotNet.Serialization.TypeResolvers.DynamicTypeResolver

The type returned will be the actual type of the value, if available.
상속: ITypeResolver
파일 보기 프로젝트 열기: aaubry/YamlDotNet

공개 메소드들

메소드 설명
Resolve ( Type staticType, object actualValue ) : Type

메소드 상세

Resolve() 공개 메소드

public Resolve ( Type staticType, object actualValue ) : Type
staticType System.Type
actualValue object
리턴 System.Type