C# Class Google.Protobuf.Reflection.OriginalNameAttribute

Inheritance: System.Attribute
ファイルを表示 Open project: dropbox/protobuf

Public Methods

Method Description
OriginalNameAttribute ( string name ) : System

Constructs a new attribute instance for the given name.

Method Details

OriginalNameAttribute() public method

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.
return System