CapyKit/Documentation/Help/P_CapyKit_Attributes_EnumerationAttribute_1_Value.md

33 lines
718 B
Markdown
Raw Normal View History

# Value Property
Initializes a new instance of the <a href="T_CapyKit_Attributes_EnumerationAttribute_1">EnumerationAttribute(T)</a> class with a specified value.
## Definition
**Namespace:** <a href="N_CapyKit_Attributes">CapyKit.Attributes</a>
2024-04-21 01:20:26 -05:00
**Assembly:** CapyKit (in CapyKit.dll) Version: 1.0.0+735d7c4c91a8ae04c2d8cae4ce85ddf4909e5b7d
**C#**
``` C#
public T Value { get; }
```
**F#**
``` F#
member Value : 'T with get
```
#### Property Value
<a href="T_CapyKit_Attributes_EnumerationAttribute_1">T</a>
The value.
## See Also
#### Reference
<a href="T_CapyKit_Attributes_EnumerationAttribute_1">EnumerationAttribute(T) Class</a>
<a href="N_CapyKit_Attributes">CapyKit.Attributes Namespace</a>