2024-04-19 23:12:24 -05:00
# EnumerationAttribute<T> Constructor
Gets the value of the enumeration represented by this attribute.
## Definition
2024-04-21 03:30:36 -05:00
**Namespace:** < a href = "N_CapyKit_Attributes.md" > CapyKit.Attributes< / a >
2024-09-04 19:31:43 -05:00
**Assembly:** CapyKit (in CapyKit.dll) Version: 1.0.2
2024-04-19 23:12:24 -05:00
**C#**
``` C#
protected EnumerationAttribute(
T value
)
```
**F#**
``` F#
new :
value : 'T -> EnumerationAttribute
```
#### Parameters
2024-04-21 03:30:36 -05:00
< dl > < dt > < a href = "T_CapyKit_Attributes_EnumerationAttribute_1.md" > T< / a > < / dt > < dd > Initializes a new instance of the < a href = "T_CapyKit_Attributes_EnumerationAttribute_1.md" > EnumerationAttribute(T)< / a > class with a specified value.< / dd > < / dl >
2024-04-19 23:12:24 -05:00
## See Also
#### Reference
2024-04-21 03:30:36 -05:00
< a href = "T_CapyKit_Attributes_EnumerationAttribute_1.md" > EnumerationAttribute(T) Class< / a >
< a href = "N_CapyKit_Attributes.md" > CapyKit.Attributes Namespace< / a >