C# Class YamlDotNet.Serialization.ObjectDescriptor

Inheritance: IObjectDescriptor
Afficher le fichier Open project: aaubry/YamlDotNet Class Usage Examples

Méthodes publiques

Méthode Description
ObjectDescriptor ( object value, Type type, Type staticType ) : System
ObjectDescriptor ( object value, Type type, Type staticType, ScalarStyle scalarStyle ) : System

Method Details

ObjectDescriptor() public méthode

public ObjectDescriptor ( object value, Type type, Type staticType ) : System
value object
type System.Type
staticType System.Type
Résultat System

ObjectDescriptor() public méthode

public ObjectDescriptor ( object value, Type type, Type staticType, ScalarStyle scalarStyle ) : System
value object
type System.Type
staticType System.Type
scalarStyle ScalarStyle
Résultat System