C# 클래스 YamlDotNet.Serialization.TypeInspectors.TypeInspectorSkeleton

상속: ITypeInspector
파일 보기 프로젝트 열기: aaubry/YamlDotNet

공개 메소드들

메소드 설명
GetProperties ( Type type, object container ) : IEnumerable
GetProperty ( Type type, object container, string name, bool ignoreUnmatched ) : IPropertyDescriptor

메소드 상세

GetProperties() 공개 추상적인 메소드

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

GetProperty() 공개 메소드

public GetProperty ( Type type, object container, string name, bool ignoreUnmatched ) : IPropertyDescriptor
type System.Type
container object
name string
ignoreUnmatched bool
리턴 IPropertyDescriptor