Class RegexStorage
Inheritance
System.Object
RegexStorage
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Asgard3.Core.BattleNetClient
Assembly: Asgard3.Core.dll
Syntax
public sealed class RegexStorage
Properties
| Improve this Doc View SourceInstance
Declaration
public static RegexStorage Instance { get; }
Property Value
Type | Description |
---|---|
RegexStorage |
Regexs
Declaration
public static List<Regex> Regexs { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.Text.RegularExpressions.Regex> |