C# Class Google.Protobuf.Reflection.OriginalNameAttribute

Inheritance: System.Attribute
Afficher le fichier Open project: dropbox/protobuf

Méthodes publiques

Méthode Description
OriginalNameAttribute ( string name ) : System

Constructs a new attribute instance for the given name.

Method Details

OriginalNameAttribute() public méthode

Constructs a new attribute instance for the given name.
public OriginalNameAttribute ( string name ) : System
name string The name of the element in the .proto file.
Résultat System