C# 클래스 TwitchLib.Enums.StringEnum

Really cool way of doing string enums, credits to RogueException (https://github.com/RogueException)
파일 보기 프로젝트 열기: swiftyspiffy/TwitchLib

공개 메소드들

메소드 설명
ToString ( ) : string

Returns string value for overriden ToString()

보호된 메소드들

메소드 설명
StringEnum ( string value ) : System

StringEnum constructor.

메소드 상세

StringEnum() 보호된 메소드

StringEnum constructor.
protected StringEnum ( string value ) : System
value string
리턴 System

ToString() 공개 메소드

Returns string value for overriden ToString()
public ToString ( ) : string
리턴 string