C# Class Dbot.Utility.CompiledRegex

Datei anzeigen Open project: destinygg/bot Class Usage Examples

Public Properties

Property Type Description
AllButPerm List
AllUnits List
Days List
Hours List
Minutes List
Perm List
Seconds List

Public Methods

Method Description
CompiledRegex ( ) : System.Collections.Generic

Private Methods

Method Description
GenerateRegex ( string triggers, bool allowPerm, bool hasReason ) : Regex

Method Details

CompiledRegex() public method

public CompiledRegex ( ) : System.Collections.Generic
return System.Collections.Generic

Property Details

AllButPerm public_oe property

public List AllButPerm
return List

AllUnits public_oe property

public List AllUnits
return List

Days public_oe property

public List Days
return List

Hours public_oe property

public List Hours
return List

Minutes public_oe property

public List Minutes
return List

Perm public_oe property

public List Perm
return List

Seconds public_oe property

public List Seconds
return List