C# Class YamlDotNet.Serialization.TypeInspectors.ReadableAndWritablePropertiesTypeInspector

Returns the properties of a type that are both readable and writable.
Inheritance: TypeInspectorSkeleton
Afficher le fichier Open project: aaubry/YamlDotNet Class Usage Examples

Méthodes publiques

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

Method Details

GetProperties() public méthode

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

ReadableAndWritablePropertiesTypeInspector() public méthode

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