Catel.Fody.NotMatchAttribute.NotMatchAttribute C# (CSharp) 메소드

NotMatchAttribute() 공개 메소드

public NotMatchAttribute ( string pattern, RegexOptions regexOptions = RegexOptions.None ) : System
pattern string
regexOptions RegexOptions
리턴 System
        public NotMatchAttribute(string pattern, RegexOptions regexOptions = RegexOptions.None)
        {
        }
    }
NotMatchAttribute