C# Class Dbot.Utility.CompiledRegex

Show file 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 property

public List AllButPerm
return List

AllUnits public property

public List AllUnits
return List

Days public property

public List Days
return List

Hours public property

public List Hours
return List

Minutes public property

public List Minutes
return List

Perm public property

public List Perm
return List

Seconds public property

public List Seconds
return List