CapyKit/Documentation/Help/P_CapyKit_Attributes_EnumerationAttribute_1_Value.md

759 B

Value Property

Initializes a new instance of the EnumerationAttribute(T) class with a specified value.

Definition

Namespace: CapyKit.Attributes
Assembly: CapyKit (in CapyKit.dll) Version: 1.0.0+735d7c4c91a8ae04c2d8cae4ce85ddf4909e5b7d

C#

public T Value { get; private set; }

F#

member Value : 'T with get, private set

Property Value

T
The value.

See Also

Reference

EnumerationAttribute(T) Class
CapyKit.Attributes Namespace