class RegexCompilationInfo

in global :: System . Text . RegularExpressions

😔 No documentation found.


public bool IsPublic { get; set; }

😔 No documentation found.

public TimeSpan MatchTimeout { get; set; }

😔 No documentation found.

public string Name { get; set; }

😔 No documentation found.

public string Namespace { get; set; }

😔 No documentation found.

public RegexOptions Options { get; set; }

😔 No documentation found.

public string Pattern { get; set; }

😔 No documentation found.

public Type GetType( )

😔 No documentation found.

public string ToString( )

😔 No documentation found.

public bool Equals( object obj )

😔 No documentation found.

public int GetHashCode( )

😔 No documentation found.

public RegexCompilationInfo( string pattern, RegexOptions options, string name, string fullnamespace, bool ispublic )

😔 No documentation found.

public RegexCompilationInfo( string pattern, RegexOptions options, string name, string fullnamespace, bool ispublic, TimeSpan matchTimeout )

😔 No documentation found.