C# Class TwitchLib.Enums.StringEnum

Really cool way of doing string enums, credits to RogueException (https://github.com/RogueException)
Exibir arquivo Open project: swiftyspiffy/TwitchLib

Public Methods

Method Description
ToString ( ) : string

Returns string value for overriden ToString()

Protected Methods

Method Description
StringEnum ( string value ) : System

StringEnum constructor.

Method Details

StringEnum() protected method

StringEnum constructor.
protected StringEnum ( string value ) : System
value string
return System

ToString() public method

Returns string value for overriden ToString()
public ToString ( ) : string
return string