C# Class YamlDotNet.Serialization.TypeInspectors.TypeInspectorSkeleton

Inheritance: ITypeInspector
显示文件 Open project: aaubry/YamlDotNet

Public Methods

Method Description
GetProperties ( Type type, object container ) : IEnumerable
GetProperty ( Type type, object container, string name, bool ignoreUnmatched ) : IPropertyDescriptor

Method Details

GetProperties() public abstract method

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

GetProperty() public method

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