C# Class TwitchLib.Models.Client.DetectionReturn

Class representing a detection return object.
Afficher le fichier Open project: swiftyspiffy/TwitchLib

Méthodes publiques

Méthode Description
DetectionReturn ( bool successful, string channel = null ) : System

DetectionReturn object constructor.

Method Details

DetectionReturn() public méthode

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