C# Class YamlDotNet.Serialization.ObjectDescriptor

Inheritance: IObjectDescriptor
Mostrar archivo Open project: aaubry/YamlDotNet Class Usage Examples

Public Methods

Method Description
ObjectDescriptor ( object value, Type type, Type staticType ) : System
ObjectDescriptor ( object value, Type type, Type staticType, ScalarStyle scalarStyle ) : System

Method Details

ObjectDescriptor() public method

public ObjectDescriptor ( object value, Type type, Type staticType ) : System
value object
type System.Type
staticType System.Type
return System

ObjectDescriptor() public method

public ObjectDescriptor ( object value, Type type, Type staticType, ScalarStyle scalarStyle ) : System
value object
type System.Type
staticType System.Type
scalarStyle ScalarStyle
return System