C# Class MsgPack.Serialization.MessagePackMemberAttribute

Inheritance: System.Attribute
Afficher le fichier Open project: msgpack/msgpack-cli Class Usage Examples

Méthodes publiques

Méthode Description
MessagePackMemberAttribute ( int id ) : System

Initializes a new instance of the MessagePackMemberAttribute class.

Method Details

MessagePackMemberAttribute() public méthode

Initializes a new instance of the MessagePackMemberAttribute class.
public MessagePackMemberAttribute ( int id ) : System
id int /// The ID of the member. This value cannot be negative and must be unique in the type. ///
Résultat System