C# Class YamlDotNet.Serialization.YamlAttributesTypeInspector

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

Méthodes publiques

Méthode Description
GetProperties ( Type type, object container ) : IEnumerable
YamlAttributesTypeInspector ( ITypeInspector innerTypeDescriptor ) : System

Method Details

GetProperties() public méthode

public GetProperties ( Type type, object container ) : IEnumerable
type System.Type
container object
Résultat IEnumerable

YamlAttributesTypeInspector() public méthode

public YamlAttributesTypeInspector ( ITypeInspector innerTypeDescriptor ) : System
innerTypeDescriptor ITypeInspector
Résultat System