Catel.Fody.MatchAttribute.MatchAttribute C# (CSharp) Method

MatchAttribute() public method

public MatchAttribute ( string pattern, RegexOptions regexOptions = RegexOptions.None ) : System
pattern string
regexOptions RegexOptions
return System
        public MatchAttribute(string pattern, RegexOptions regexOptions = RegexOptions.None)
        {
        }
    }
MatchAttribute