# EnumerationAttribute<T> Constructor Gets the value of the enumeration represented by this attribute. ## Definition **Namespace:** CapyKit.Attributes **Assembly:** CapyKit (in CapyKit.dll) Version: 1.0.2 **C#** ``` C# protected EnumerationAttribute( T value ) ``` **F#** ``` F# new : value : 'T -> EnumerationAttribute ``` #### Parameters