C# 클래스 Google.Protobuf.Reflection.OriginalNameAttribute

상속: System.Attribute
파일 보기 프로젝트 열기: dropbox/protobuf

공개 메소드들

메소드 설명
OriginalNameAttribute ( string name ) : System

Constructs a new attribute instance for the given name.

메소드 상세

OriginalNameAttribute() 공개 메소드

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.
리턴 System