C# 클래스 FullInspector.InspectorNameAttribute

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

공개 프로퍼티들

프로퍼티 타입 설명
DisplayName string

공개 메소드들

메소드 설명
InspectorNameAttribute ( string displayName ) : System

Set the name of the member.

메소드 상세

InspectorNameAttribute() 공개 메소드

Set the name of the member.
public InspectorNameAttribute ( string displayName ) : System
displayName string
리턴 System

프로퍼티 상세

DisplayName 공개적으로 프로퍼티

The name of the field, property, or button. If this is null or the empty string, then a default name generated off of the reflected name will be used instead.
public string DisplayName
리턴 string