Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
FlatRedBall
Utilities
StringValueAttribute
C# Class FlatRedBall.Utilities.StringValueAttribute
Simple attribute class for storing String Values
Inheritance:
System.Attribute
Datei anzeigen
Open project: vchelaru/FlatRedBall
Public Methods
Method
Description
StringValueAttribute
(
string
value
) :
System
Creates a new
StringValueAttribute
instance.
Method Details
StringValueAttribute()
public
method
Creates a new
StringValueAttribute
instance.
public
StringValueAttribute
(
string
value
) :
System
value
string
Value.
return
System