CapyKit/Documentation/Help/M_CapyKit_Attributes_EnumerationDescriptionAttribute__ctor.md

994 B

EnumerationDescriptionAttribute Constructor

Initializes a new instance of the EnumerationDescriptionAttribute class with the specified description.

Definition

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

C#

public EnumerationDescriptionAttribute(
	string description
)

F#

new : 
        description : string -> EnumerationDescriptionAttribute

Parameters

  String
The description of the enumeration value.

See Also

Reference

EnumerationDescriptionAttribute Class
CapyKit.Attributes Namespace