C# 클래스 DrutNET.DisplayValueAttribute

Simple attribute class for storing String Values
상속: System.Attribute
파일 보기 프로젝트 열기: bricel/DrutNet

공개 메소드들

메소드 설명
DisplayValueAttribute ( string value ) : System

Creates a new StringValueAttribute instance.

메소드 상세

DisplayValueAttribute() 공개 메소드

Creates a new StringValueAttribute instance.
public DisplayValueAttribute ( string value ) : System
value string Value.
리턴 System