C# Class YamlDotNet.Serialization.YamlMemberAttribute

Inheritance: System.Attribute
Afficher le fichier Open project: aaubry/YamlDotNet Class Usage Examples

Méthodes publiques

Méthode Description
YamlMemberAttribute ( ) : System

Initializes a new instance of the YamlMemberAttribute class.

YamlMemberAttribute ( Type serializeAs ) : System

Initializes a new instance of the YamlMemberAttribute class.

Method Details

YamlMemberAttribute() public méthode

Initializes a new instance of the YamlMemberAttribute class.
public YamlMemberAttribute ( ) : System
Résultat System

YamlMemberAttribute() public méthode

Initializes a new instance of the YamlMemberAttribute class.
public YamlMemberAttribute ( Type serializeAs ) : System
serializeAs System.Type Specifies that this property should be serialized as the given type, rather than using the actual runtime value's type.
Résultat System