C# Class TwitchLib.Models.Client.DetectionReturn

Class representing a detection return object.
Mostra file Open project: swiftyspiffy/TwitchLib

Public Methods

Method Description
DetectionReturn ( bool successful, string channel = null ) : System

DetectionReturn object constructor.

Method Details

DetectionReturn() public method

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