Patterns: Make Regex public
This commit is contained in:
parent
71f307d50a
commit
15570943e5
@ -41,6 +41,12 @@ Public Class ClassPatterns
|
||||
|
||||
Public Const MAX_TRY_COUNT = 100
|
||||
|
||||
Public ReadOnly Property PatternRegex As Regex
|
||||
Get
|
||||
Return _Regex
|
||||
End Get
|
||||
End Property
|
||||
|
||||
Private _Logger As Logger
|
||||
Private _LogConfig As LogConfig
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user