C# 클래스 TwitchLib.Models.Client.DetectionReturn

Class representing a detection return object.
파일 보기 프로젝트 열기: swiftyspiffy/TwitchLib

공개 메소드들

메소드 설명
DetectionReturn ( bool successful, string channel = null ) : System

DetectionReturn object constructor.

메소드 상세

DetectionReturn() 공개 메소드

DetectionReturn object constructor.
public DetectionReturn ( bool successful, string channel = null ) : System
successful bool
channel string
리턴 System