Skip to content

EnumKeyAttribute constructor

Sets the enumeration key of an enum.

public EnumKeyAttribute(string value)
parameter description
value The value.

Remarks

Initializes a new instance of the EnumKeyAttribute class.

See Also