C# 클래스 Schumix.Framework.CodeBureau.StringValueAttribute

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

공개 메소드들

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

Creates a new StringValueAttribute instance.

메소드 상세

StringValueAttribute() 공개 메소드

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