C# 클래스 YamlDotNet.Serialization.YamlAttributesTypeInspector

Applies the Yaml* attributes to another ITypeInspector.
상속: YamlDotNet.Serialization.TypeInspectors.TypeInspectorSkeleton
파일 보기 프로젝트 열기: aaubry/YamlDotNet 1 사용 예제들

공개 메소드들

메소드 설명
GetProperties ( Type type, object container ) : IEnumerable
YamlAttributesTypeInspector ( ITypeInspector innerTypeDescriptor ) : System

메소드 상세

GetProperties() 공개 메소드

public GetProperties ( Type type, object container ) : IEnumerable
type System.Type
container object
리턴 IEnumerable

YamlAttributesTypeInspector() 공개 메소드

public YamlAttributesTypeInspector ( ITypeInspector innerTypeDescriptor ) : System
innerTypeDescriptor ITypeInspector
리턴 System