C# Class YamlDotNet.Serialization.YamlAttributesTypeInspector

Applies the Yaml* attributes to another ITypeInspector.
Inheritance: YamlDotNet.Serialization.TypeInspectors.TypeInspectorSkeleton
Mostrar archivo Open project: aaubry/YamlDotNet Class Usage Examples

Public Methods

Method Description
GetProperties ( Type type, object container ) : IEnumerable
YamlAttributesTypeInspector ( ITypeInspector innerTypeDescriptor ) : System

Method Details

GetProperties() public method

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

YamlAttributesTypeInspector() public method

public YamlAttributesTypeInspector ( ITypeInspector innerTypeDescriptor ) : System
innerTypeDescriptor ITypeInspector
return System