C# 클래스 Dbot.Utility.CompiledRegex

파일 보기 프로젝트 열기: destinygg/bot 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
AllButPerm List
AllUnits List
Days List
Hours List
Minutes List
Perm List
Seconds List

공개 메소드들

메소드 설명
CompiledRegex ( ) : System.Collections.Generic

비공개 메소드들

메소드 설명
GenerateRegex ( string triggers, bool allowPerm, bool hasReason ) : Regex

메소드 상세

CompiledRegex() 공개 메소드

public CompiledRegex ( ) : System.Collections.Generic
리턴 System.Collections.Generic

프로퍼티 상세

AllButPerm 공개적으로 프로퍼티

public List AllButPerm
리턴 List

AllUnits 공개적으로 프로퍼티

public List AllUnits
리턴 List

Days 공개적으로 프로퍼티

public List Days
리턴 List

Hours 공개적으로 프로퍼티

public List Hours
리턴 List

Minutes 공개적으로 프로퍼티

public List Minutes
리턴 List

Perm 공개적으로 프로퍼티

public List Perm
리턴 List

Seconds 공개적으로 프로퍼티

public List Seconds
리턴 List