C# Class YamlDotNet.Serialization.TypeInspectors.ReadableAndWritablePropertiesTypeInspector

Returns the properties of a type that are both readable and writable.
Inheritance: TypeInspectorSkeleton
显示文件 Open project: aaubry/YamlDotNet Class Usage Examples

Public Methods

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

Method Details

GetProperties() public method

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

ReadableAndWritablePropertiesTypeInspector() public method

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