C# 클래스 TwitchPickManager.VoteOption, twitchPickTool

파일 보기 프로젝트 열기: DanielSnd/twitchPickTool

공개 프로퍼티들

프로퍼티 타입 설명
option string
username string
votes int

공개 메소드들

메소드 설명
VoteOption ( string username, string option ) : System

메소드 상세

VoteOption() 공개 메소드

public VoteOption ( string username, string option ) : System
username string
option string
리턴 System

프로퍼티 상세

option 공개적으로 프로퍼티

public string option
리턴 string

username 공개적으로 프로퍼티

public string username
리턴 string

votes 공개적으로 프로퍼티

public int votes
리턴 int